- 803c124 build compiler-rt with -fPIC, otherwise the run-time libs will not link with -pie, at least on linux by Kostya Serebryany · 13 years ago
- 332bfbf [asan] fix asan-rt interceptors on Snow Leopard. Patch by glider@google.com by Kostya Serebryany · 13 years ago
- c4b34d9 [asan] make use-after-return mode more robust: allow to call instrumented functions while reporting an error by Kostya Serebryany · 13 years ago
- 5009caa [asan] fix output test to not require debug symbols in asan run-time by Kostya Serebryany · 13 years ago
- 918b18a [asan] better test for use-after-return mode by Kostya Serebryany · 13 years ago
- 2a1aad7 SDK/linux: Fix braindead pasto, caught by Matt Beaumont-Gay. by Daniel Dunbar · 13 years ago
- 6bbdc46 [asan] fresh version of mach_override; added mach_override/README.txt. Patch by glider@google.com by Kostya Serebryany · 13 years ago
- cd79cc0 [asan] update the soon-to-be-depricated asan makefile to use the new path for asan-rt (affects only linux) by Kostya Serebryany · 13 years ago
- c6f2223 [asan] move build-time config options from makefile to source (otherwise we need config options in all makefiles) by Kostya Serebryany · 13 years ago
- 4fd6b1c platform/clang_linux: Switch builtin and profile libraries to build using the by Daniel Dunbar · 13 years ago
- 86f9994 SDKs: Sketch an initial stub SDK for Linux, I believe this suffices for building by Daniel Dunbar · 13 years ago
- acd5c61 [asan] fix the error message for 16-byte accesses (it previously printed 'unknown-crash') by Kostya Serebryany · 13 years ago
- 0ec64ce www: Add some more notes to compiler-rt web page. by Daniel Dunbar · 13 years ago
- e235715 build all C++ files in compiler-rt with -fno-exceptions by Kostya Serebryany · 13 years ago
- dd8d498 [asan] minor cleanup by Kostya Serebryany · 13 years ago
- 96bdefa [asan] GCD tests on Mac: prevent optimization and enable. Patch by glider@google.com by Kostya Serebryany · 13 years ago
- 5f9ee28 platform/clang_linux: Add profile and asan libs on x86. by Daniel Dunbar · 13 years ago
- 347483c [asan] remove format warnings in sysinfo/sysinfo.cc by Kostya Serebryany · 13 years ago
- 0b4c09b [asan]: test a pure C file with -faddress-sanitizer; lint fixes by Kostya Serebryany · 13 years ago
- f45c195 [asan] add the test for bug 11468 by Kostya Serebryany · 13 years ago
- 3074314 [asan] always collect malloc statstics (removed FLAG_stats) by Kostya Serebryany · 13 years ago
- e130191 [asan] cleanup memset/memmove/memcpy interceptors and enable them on Mac. Patch by samsonov@google.com by Kostya Serebryany · 13 years ago
- b3010e7 [asan] don't require __cxa_throw to be present in the process. This is the last dependency on libstdc++ by Kostya Serebryany · 13 years ago
- 75f7461 [asan] get rid of some more dependency on libstdc++ by Kostya Serebryany · 13 years ago
- f48d64b [asan] micro-benchmark for use-after-return fake stack by Kostya Serebryany · 13 years ago
- 3404b3f [asan] put back -O2 which was lost quite some time ago and caused noticeable perf drop in malloc-intensive apps. doh. by Kostya Serebryany · 13 years ago
- b89567c [asan] get rid of std::map. No STL and almost no libstdc++ left. by Kostya Serebryany · 13 years ago
- 1957399 [asan] quick fix for mac build, second attempt. Sorry for spam. by Kostya Serebryany · 13 years ago
- 4f24d3e [asan] quick fix for mac build by Kostya Serebryany · 13 years ago
- 2d8b3bd [asan] minimize the use of STL. One bit is still left. by Kostya Serebryany · 13 years ago
- f06648a build: Add ModuleName per-subdir variable as a way to organize the different by Daniel Dunbar · 13 years ago
- 514cebb lib/asan: Fix possible type mismatches. by Daniel Dunbar · 13 years ago
- 4616633 lib/asan: Attempt to ensure __WORDSIZE gets defined, it is not always set by by Daniel Dunbar · 13 years ago
- 0d4e17c add/update LICENSE.TXT files for the third_party code used by asan by Kostya Serebryany · 13 years ago
- 7855275 build/asan: Better fix for ASAN i386 build on Darwin, this causes us to see the by Daniel Dunbar · 13 years ago
- fe18082 build/asan: Fix ASAN build for i386, for reasons I don't really understand we by Daniel Dunbar · 13 years ago
- f8328c5 platform/clang_darwin: Add asan runtime library configuration. by Daniel Dunbar · 13 years ago
- cc080e5 asan: Fill in integration with compiler-rt/make build. by Daniel Dunbar · 13 years ago
- 21e8dce asan: Suppress a -Wbitwise-op-parentheses. by Daniel Dunbar · 13 years ago
- a6fd845 build/make: Add rule for .cc files. by Daniel Dunbar · 13 years ago
- c1ef2a0 asan: #if 0 out some unused functions (we build with -Werror). by Daniel Dunbar · 13 years ago
- d6567c5 [asan] flatten the asan-rt build slightly by Kostya Serebryany · 13 years ago
- b09f0aa test asan at -O0 by Kostya Serebryany · 13 years ago
- 218a9b7 Refactor shadow poisoning done by asan-rt, no funtionality changes; patch by samsonov@google.com by Kostya Serebryany · 13 years ago
- cbab911 fix asan-rt build on Mac. Patch by glider@google.com by Kostya Serebryany · 13 years ago
- 1e172b4 AddressSanitizer run-time library. Not yet integrated with the compiler-rt build system, but can be built using the old makefile. See details in README.txt by Kostya Serebryany · 13 years ago
- 1626d86 lib/int_util: My refactoring to allow shared utility code had a fatal flaw when by Daniel Dunbar · 13 years ago
- d25fa8d build: Sketch a Clang/Linux platform config. by Daniel Dunbar · 13 years ago
- 91354d7 platform/clang_darwin: Fix a refacto and commento. by Daniel Dunbar · 13 years ago
- 91d9c15 platform/clang_darwin: Add configs for profiling support. by Daniel Dunbar · 13 years ago
- 8c88119 lib: Import GCDA profiling support from LLVM. by Daniel Dunbar · 13 years ago
- 6ecc1fe platform/clang_darwin: Switch over to use stub Darwin SDK. by Daniel Dunbar · 13 years ago
- 469846b platform/clang_darwin: Tweak deployment arg variable names. by Daniel Dunbar · 13 years ago
- 6758892 build/SDKs: Sketch a minimal stub SDK for Darwin. by Daniel Dunbar · 13 years ago
- 674aeef lib/int_math: Some versions of GCC don't provide __builtin_isfinite. Support by Daniel Dunbar · 13 years ago
- eaff95c lib/ppc: Fix a refacto. by Daniel Dunbar · 13 years ago
- c25c6d1 lib: Finish int_math.h definitions using compiler builtins and eliminate by Daniel Dunbar · 13 years ago
- 8603024 lib: Starting thinning out the dependency on math.h by using compiler builtins by Daniel Dunbar · 13 years ago
- 2406dfe lib: Remove uses of complex.h which does not appear to be required. by Daniel Dunbar · 13 years ago
- 6b682e4 lib/gcc_personality_v0: Remove an unnecessary include. by Daniel Dunbar · 13 years ago
- 2db4af8 lib: Eliminate direct include of stdlib.h from files that used to (potentially) by Daniel Dunbar · 13 years ago
- 401f693 lib: Add support for library wide utility functions, and make compilerrt_abort() by Daniel Dunbar · 13 years ago
- dbaa397 lib/{ppc,x86_64}: Fixup a number of files to include int_lib.h instead of by Daniel Dunbar · 13 years ago
- 3f4d340 lib: Remove math.h from int_lib.h, which doesn't appear to be required. by Daniel Dunbar · 13 years ago
- 25a3ff1 build/darwin_bni: Remove consistency check I added, I forgot we always load by Daniel Dunbar · 13 years ago
- 2bf9340 lib: Include float.h in int_lib.h, and eliminate duplicate includes from a number of source files. by Daniel Dunbar · 13 years ago
- 1132cf7 build/darwin_bni: Add a consistency check. by Daniel Dunbar · 13 years ago
- 23d1542 lib: Include stdbool.h in int_lib.h, and eliminate duplicate includes from a number of source files. by Daniel Dunbar · 13 years ago
- 0a3e350 lib: Rename endianness.h to int_endianness.h (for consistency) and tidy up a bit. by Daniel Dunbar · 13 years ago
- 396a72f lib: Split out int_types.h, for readability. by Daniel Dunbar · 13 years ago
- bacb723 git: Tweak .gitignore to ignore defined platform build directories. by Daniel Dunbar · 13 years ago
- d692114 build/clang_darwin: Set CC before trying to run CheckArches. by Daniel Dunbar · 13 years ago
- 0ae9d25 lib: Integrate abi.h into int_lib.h, there aren't good enough reasons for this extra complexity. by Daniel Dunbar · 13 years ago
- 5e06e18 build/darwin_fat: Drop ppc from default arch list, ppc targets are no longer supported by modern toolchains. by Daniel Dunbar · 13 years ago
- 55812b5 build: Change default CC to be clang instead of gcc. by Daniel Dunbar · 13 years ago
- 279a22a platform/clang_darwin: Improve the "can we build for this arch test" by checking by Daniel Dunbar · 13 years ago
- a11b52f <rdar://problem/10172492> No armv4t slice of libcompiler_rt-static.a by Nick Kledzik · 13 years ago
- 8ef0830 platform/clang_darwin: Allow use of an RC_SUPPORTED_ARCHS variable to limit the by Daniel Dunbar · 13 years ago
- c20f862 Change ARM vfp assembly functions to use unified syntax. by Bob Wilson · 13 years ago
- 41ae71d Refactor DEFINE_COMPILERRT_FUNCTION. by Bob Wilson · 13 years ago
- b0f8ecc Remove redundant flag: -mthumb is the default for armv7. by Bob Wilson · 13 years ago
- dee3773 Add the ARM VFP variants to the cc_kext libraries for armv6 and armv7. by Bob Wilson · 13 years ago
- 4fcc9aa Don't redeclare sr. by Joerg Sonnenberger · 13 years ago
- d426091 Don't redeclare sr. by Joerg Sonnenberger · 13 years ago
- 9435c40 <rdar://problem/9624306> clean up darwin platform to use xcrun. Set up variables in darwin_bni.mk. Use GetCNAVar in AppleBI.mk by Nick Kledzik · 13 years ago
- 9d55985 add STRIP and LIPO as AvailableOptions by Nick Kledzik · 13 years ago
- f6f88f3 Missed a rename here 4 args instead of 3. by Eric Christopher · 13 years ago
- 1ace405 Implement mulo<mode>4 for use in signed overflow checking. by Eric Christopher · 13 years ago
- 90467a6 build/clang_darwin: Fix previous change to CheckArches to not cause problem when by Daniel Dunbar · 13 years ago
- 355afd2 build/clang_darwin: Improve archs check to verify we can not just recognize by Daniel Dunbar · 13 years ago
- 7482815 If a test case is not compiled on a specific platform, print "skipped" by Joerg Sonnenberger · 13 years ago
- 96051e1 clang/darwin: Tweak CheckArches function to use CC and to not spew output. by Daniel Dunbar · 13 years ago
- 2f5efb0 Check architectures to make sure that we can build for all of them by Eric Christopher · 13 years ago
- 187b4b5 clang/Darwin: Include divsi3 functions on x86, they are used by the divmod by Daniel Dunbar · 14 years ago
- a14b721 clang/Darwin: Update ios static lib to build for all archs, in case the by Daniel Dunbar · 14 years ago
- 3d8090e Make sure we include __sync_synchronize on arm platforms if we need it. by Eric Christopher · 14 years ago
- 4c45b93 clang_darwin: Add divmod functions to cc_kext library. by Daniel Dunbar · 14 years ago
- 56026be clang_darwin: Always set deployment targets when building compiler-rt bits, so by Daniel Dunbar · 14 years ago
- e294935 Add some macro magic: user __USER_LABEL_PREFIX__ instead of hardcoding it for each platform by Anton Korobeynikov · 14 years ago
- 2918947 More fixes for missed includes by Anton Korobeynikov · 14 years ago