]> granicus.if.org Git - clang/history - runtime/compiler-rt
Delay emitting members of dllexport classes until the class is fully parsed (PR23542)
[clang] / runtime / compiler-rt /
2015-03-23 Alexey Samsonov[UBSan] Use shared library for UBSan on OS X (Clang...
2015-02-18 Alexey SamsonovRemove support for building sanitizers from Makefile...
2015-02-17 Matthias BraunRevert "Remove support for building sanitizers from...
2015-02-17 Alexey SamsonovRemove support for building sanitizers from Makefile...
2014-11-10 Bob WilsonRemove change to set SDKROOT when building compiler...
2014-11-10 Bob WilsonOnly build iOS runtime libraries when the iOS SDKs...
2014-11-07 Kuba BreckaUse @rpath for ASan dylib in Makefiles
2014-05-22 Alexey SamsonovUnify the name of compiler-rt builtins library on Linux.
2014-05-14 Jonathan RoelofsMake verbose clang builds also build compiler_rt verbosely
2014-05-12 Alexey Samsonov[ASan] Split static ASan runtime in two parts: asan...
2014-01-21 Tim NorthoverMacho-embedded: rename compiler-rt support from Darwin...
2013-12-11 Tim NorthoverOnly build ARM-specific runtimes if ARM is enabled
2013-12-05 Alp TokerFix a tranche of comment, test and doc typos
2013-11-15 Tim NorthoverDarwin(ish): enable embedded compiler-rt builds on...
2013-11-15 Alexander Potapenko[ASan] If the iOS Simulator SDK is available, build...
2013-11-06 Daniel Dunbar[build] Update runtime library and tests to work with...
2013-10-28 Alexander Potapenko[libsanitizer] configure+make: install include/sanitize...
2013-08-20 Alexey Samsonov[LSan] Add support for building standalone LSan runtime...
2013-08-07 Peter CollingbourneDataFlowSanitizer; Clang changes.
2013-06-23 Chandler CarruthThe makefile build system had two lists of the 32-bit...
2013-05-20 Alexey SamsonovNuke build of static ASan runtime on Mac OS - clang...
2013-03-20 Richard SmithSplit ubsan runtime into three pieces (clang part):
2013-02-21 Evgeniy StepanovAdd MSan to the list of targets in Makefile-based builds.
2012-11-16 Alexey SamsonovUBSan: enable proper linking with UBsan runtime on...
2012-11-15 Alexey Samsonov[UBSan] Add support for building ubsan runtime library...
2012-10-24 Evgeniy StepanovPass LLVM_ANDROID_TOOLCHAIN_DIR if set.
2012-10-15 Daniel DunbarUn-revert r164907 and r164902 (+ follow-ups), 10.6...
2012-10-15 Nico WeberRevert r164907 and r164902 (+ follow-ups). They broke...
2012-10-09 Alexey SamsonovFixup for r165097: build 32-bit ASan compiler-rt librar...
2012-10-03 Alexey SamsonovMake sure 32-bit ASan runtime is available on 64-bit...
2012-09-29 Bob WilsonAdd Clang support for iOS6.
2012-09-17 Alexander PotapenkoRun install_name_tool to fix the dynamic library ID...
2012-09-14 Daniel Dunbarcompiler-rt/darwin: Install asan_osx_dynamic with the...
2012-06-25 Daniel Dunbarbuild/compiler-rt: Companion commit to r159172.
2012-05-16 Kostya Serebryany[tsan] add ThreadSanitizer linker flags on Linux and...
2012-03-05 Daniel Dunbarbuild/compiler-rt: Stop forcing off -integrated-as...
2012-02-24 Rafael EspindolaUse -no-integrated-as only on ARM. The X86 and X86...
2011-12-07 Daniel Dunbarruntime/Linux: Include the profile and ASAN libs on...
2011-12-02 Daniel Dunbarruntime/Linux: Initial support for tying compiler-rt...
2011-12-01 Daniel DunbarDriver/Darwin: Add ASAN runtime library link support.
2011-11-17 Daniel Dunbarclang/Darwin: Use the compiler-rt provided profile...
2011-11-16 Daniel Dunbarbuild/make/compiler-rt: Don't attempt to build compiler...
2011-09-30 Bob WilsonInstall a copy of the libc++ headers with clang. ...
2011-06-22 Eric ChristopherBuild and use libcompiler_rt whenever possible.
2011-04-18 Daniel DunbarDriver/Darwin: Change to use generic iOS runtime librar...
2011-04-15 Nick LewyckyReapply r129561, moving the runtime/Makefile that build...
2011-04-15 Owen AndersonRevert r129561, which broke one of the clang buildbots.
2011-04-15 Nick LewyckyCreate a compiler-rt directory and move the Makefile...