index
:
delta/compiler-rt.git
google/stable
google/testing
master
release_30
release_32
release_33
release_34
release_35
release_35@215014
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
make
Commit message (
Expand
)
Author
Age
Files
Lines
*
profile: Autoconf build system support for r241824
Justin Bogner
2015-07-13
2
-2
/
+2
*
[darwin] fix libcompiler_rt.dylib build
Nick Kledzik
2015-05-20
1
-1
/
+1
*
[Builtins] Wire half-precision conversions through cc_kext makefiles.
Ahmed Bougacha
2015-05-14
1
-0
/
+3
*
[Builtins] Wire half-precision conversions through Darwin makefiles.
Ahmed Bougacha
2015-05-14
3
-3
/
+12
*
builtins: Implement the functions from stdatomic.h
Justin Bogner
2015-05-08
3
-7
/
+28
*
Include __mulodi4 in the 32-bit ARM versions of libclang_rt.cc_kext.a.
Bob Wilson
2015-04-19
1
-0
/
+1
*
[UBSan] Embed UBSan into ASan runtime (compiler-rt part).
Alexey Samsonov
2015-04-01
1
-7
/
+11
*
On OS X, explicitly use libc++
Kuba Brecka
2015-03-25
1
-10
/
+8
*
Revert "Revert "[UBSan] Use shared library for UBSan on OS X" and its followup"
Alexey Samsonov
2015-03-24
1
-26
/
+46
*
Revert "[UBSan] Use shared library for UBSan on OS X" and its followup
Justin Bogner
2015-03-24
1
-46
/
+26
*
[UBSan] Use shared library for UBSan on OS X (compiler-rt part).
Alexey Samsonov
2015-03-23
1
-26
/
+46
*
build: remove the stub linux SDK
Saleem Abdulrasool
2015-02-28
1
-6
/
+0
*
Fix OS X build failure with Command Line Tools and without full Xcode install...
Kuba Brecka
2015-02-28
1
-4
/
+8
*
Remove support for building sanitizers from Makefile/autoconf build on Linux.
Alexey Samsonov
2015-02-18
1
-72
/
+3
*
Revert "Remove support for building sanitizers from Makefile/autoconf build."
Matthias Braun
2015-02-17
2
-3
/
+130
*
Remove support for building sanitizers from Makefile/autoconf build.
Alexey Samsonov
2015-02-17
2
-130
/
+3
*
[compiler-rt] OS X: Update the CMake and Make builds to explicitely use libc+...
Kuba Brecka
2015-01-29
1
-3
/
+10
*
profile: add lib/profile to cc_kext on darwin,arm64
Justin Bogner
2015-01-27
1
-1
/
+8
*
[compiler-rt] Ensure AsanInitFromRtl is called from a static initializer on O...
Kuba Brecka
2015-01-23
1
-2
/
+4
*
Add 64-bit multiply functions to iOS arm64 compiler-rt dylib
Nick Kledzik
2015-01-06
1
-0
/
+1
*
Remove darwin_fat.mk.
Alexey Samsonov
2014-12-29
1
-56
/
+0
*
profile: Add the relevant parts of lib/profile to cc_kext on darwin
Justin Bogner
2014-12-15
1
-0
/
+6
*
[asan] Remove the local copy of Android ucontext.h.
Evgeniy Stepanov
2014-11-28
1
-2
/
+1
*
Add a missing parenthesis mistakenly dropped in r221621.
Bob Wilson
2014-11-11
1
-1
/
+1
*
Clean up indentation after previous change.
Bob Wilson
2014-11-10
1
-17
/
+17
*
Build Darwin libclang_rt libraries against real SDKs.
Bob Wilson
2014-11-10
1
-36
/
+52
*
Do not build a separate x86_64h Haswell slice for the iOS simulator.
Bob Wilson
2014-11-10
1
-7
/
+4
*
Use @rpath for ASan dylib in Makefiles
Kuba Brecka
2014-11-07
1
-2
/
+2
*
Add complex multiply/divide functions to arm64 iOS libclang_rt libraries.
Bob Wilson
2014-10-14
1
-2
/
+2
*
AArch64: don't just hack arm64 support into compiler-rt.
Tim Northover
2014-10-08
1
-10
/
+3
*
AArch64: add support for ARM64 iOS versions of compiler-rt.
Tim Northover
2014-10-08
2
-0
/
+24
*
[ASan] Bump the minimum OSX version required to run ASan to 10.7.
Alexander Potapenko
2014-10-08
1
-1
/
+1
*
Fix configure+make build of profile runtime library
Alexey Samsonov
2014-07-10
1
-2
/
+4
*
Unify the name of compiler-rt builtins library on Linux.
Alexey Samsonov
2014-05-22
1
-10
/
+10
*
Fix typos
Alp Toker
2014-05-15
3
-7
/
+7
*
[ASan] Split static ASan runtime in two parts: asan and asan_cxx.
Alexey Samsonov
2014-05-12
2
-7
/
+18
*
[DFSan] Update build rules for Makefile build
Alexey Samsonov
2014-05-07
1
-2
/
+3
*
InstrProf: Reorganize files; no functionality change
Duncan P. N. Exon Smith
2014-03-21
1
-3
/
+3
*
PGO: Add explicit static initialization
Duncan P. N. Exon Smith
2014-03-20
1
-1
/
+2
*
PGO: Moving files for clarity
Duncan P. N. Exon Smith
2014-03-20
1
-1
/
+1
*
PGO: Implement Darwin linker magic for instrumentation
Duncan P. N. Exon Smith
2014-03-20
1
-1
/
+1
*
PGO: Split out initialization of section bounds
Duncan P. N. Exon Smith
2014-03-20
1
-2
/
+3
*
PGO: Appease buildbots after r204268
Duncan P. N. Exon Smith
2014-03-19
1
-2
/
+2
*
One more attempt to fix Makefile build
Alexey Samsonov
2014-03-19
3
-7
/
+4
*
[Make] Build sanitizer runtimes with -std=c++11
Alexey Samsonov
2014-03-19
2
-2
/
+5
*
Move Android ucontext.h out of third_party.
Evgeniy Stepanov
2014-03-18
1
-1
/
+1
*
ARM: implement __sync_fetch_and_* operations
Tim Northover
2014-03-04
1
-0
/
+20
*
[asan] Fix Android configure/make build.
Evgeniy Stepanov
2014-03-04
1
-2
/
+3
*
Darwin: use the compiler-provided linker
Tim Northover
2014-02-21
1
-1
/
+1
*
[compiler-rt] Fix CompilerTargetTriple for non-English locales.
Alexey Samsonov
2014-02-17
1
-1
/
+1
[next]