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
/
platform
/
clang_darwin.mk
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PGO] Split value profiling runtime into its own file
Xinliang David Li
2015-12-10
1
-1
/
+1
*
Mention new InstrProfilingWriter file in clang_{darwin|linux}.mk
Matthias Braun
2015-11-20
1
-1
/
+2
*
[compiler-rt] Properly detect lack of available system libraries for arch in ...
Keno Fischer
2015-10-05
1
-8
/
+8
*
[autoconf] Fixing a bug I introduced r248441
Chris Bieneman
2015-09-24
1
-4
/
+4
*
[darwin] [builtins] Stop generating cc_kext_ios5 and move iOS architectures o...
Chris Bieneman
2015-09-23
1
-34
/
+17
*
[autoconf] Add __umodti3 to iOS builtins for arm64.
Chris Bieneman
2015-09-08
1
-2
/
+4
*
[autoconf] Add ___udivti3 to iOS builtins
Chris Bieneman
2015-09-01
1
-2
/
+3
*
profile: Autoconf build system support for r241824
Justin Bogner
2015-07-13
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
1
-2
/
+7
*
builtins: Implement the functions from stdatomic.h
Justin Bogner
2015-05-08
1
-3
/
+12
*
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
*
Fix OS X build failure with Command Line Tools and without full Xcode install...
Kuba Brecka
2015-02-28
1
-4
/
+8
*
Revert "Remove support for building sanitizers from Makefile/autoconf build."
Matthias Braun
2015-02-17
1
-0
/
+58
*
Remove support for building sanitizers from Makefile/autoconf build.
Alexey Samsonov
2015-02-17
1
-58
/
+0
*
[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
*
profile: Add the relevant parts of lib/profile to cc_kext on darwin
Justin Bogner
2014-12-15
1
-0
/
+6
*
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
1
-0
/
+14
*
[ASan] Bump the minimum OSX version required to run ASan to 10.7.
Alexander Potapenko
2014-10-08
1
-1
/
+1
*
Fix typos
Alp Toker
2014-05-15
1
-5
/
+5
*
[ASan] Split static ASan runtime in two parts: asan and asan_cxx.
Alexey Samsonov
2014-05-12
1
-2
/
+4
*
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
1
-4
/
+1
*
[Make] Build sanitizer runtimes with -std=c++11
Alexey Samsonov
2014-03-19
1
-1
/
+4
*
Darwin: use the compiler-provided linker
Tim Northover
2014-02-21
1
-1
/
+1
*
Darwin: add x86_64h slice for Haswell.
Tim Northover
2014-01-24
1
-24
/
+42
*
[asan] Nuke ASAN_FLEXIBLE_MAPPING_AND_OFFSET.
Evgeniy Stepanov
2014-01-16
1
-4
/
+2
*
Remove support for armv7f slice. <rdar://problem/12478440>
Bob Wilson
2014-01-15
1
-10
/
+0
*
profile: Rudimentary suppport for PGO instrumentation
Justin Bogner
2014-01-06
1
-2
/
+2
*
Fixing ordering of definition of IOSSIM_SDK_PATH
Duncan P. N. Exon Smith
2013-11-20
1
-1
/
+1
*
[ASan] Don't put asan_iossim_dynamic in the list of configurations to build
Alexander Potapenko
2013-11-19
1
-0
/
+2
[next]