OSDN Git Service

Update LLVM for rebase to r212749.
[android-x86/external-llvm.git] / lib / Transforms / Instrumentation / AddressSanitizer.cpp
2014-07-25 Stephen HinesUpdate LLVM for rebase to r212749.
2014-05-30 Stephen Hinesam 8b6f0f11: am 51c66e01: am cd06393a: Merge "Update...
2014-05-30 Stephen Hinesam 51c66e01: am cd06393a: Merge "Update LLVM for 3...
2014-05-30 Stephen Hinesam cd06393a: Merge "Update LLVM for 3.5 rebase (r209712)."
2014-05-30 Stephen HinesMerge "Update LLVM for 3.5 rebase (r209712)."
2014-05-29 Stephen HinesUpdate LLVM for 3.5 rebase (r209712).
2014-05-05 Stephen HinesMerge "Don't try to use Clang on Windows yet."
2014-04-29 Bill YiMerge commit '2136801bbd32f5e9554aa8009d0e5f862744162b...
2014-04-25 Stephen Hinesam 1f3d12be: am b5eb99b8: am 37a6adeb: Merge "Update...
2014-04-25 Stephen Hinesam b5eb99b8: am 37a6adeb: Merge "Update to LLVM 3.5a."
2014-04-25 Stephen Hinesam 37a6adeb: Merge "Update to LLVM 3.5a."
2014-04-25 Stephen HinesMerge "Update to LLVM 3.5a."
2014-04-24 Stephen HinesUpdate to LLVM 3.5a.
2014-03-10 Stephen Hinesam 008f5bfe: am ce9904c6: Merge remote-tracking branch...
2014-02-22 Elliott Hughesam d4008b87: am 719ea6d0: am a01b0ad9: am c27b10b1...
2014-02-22 Ian Rogersam 47de7d9d: am 12969fbe: am c150d210: am 877a6e14...
2014-02-22 Ian Rogersam 17ee97d8: am 001b0120: am 2e072618: am 5fdf6cf6...
2014-02-22 Ian Rogersam 0c8e5e4f: am 7de9c005: am 2ef279b3: am 8d2ad1af...
2014-02-22 Colin Crossam e0f86198: am 14604412: am ef5a4427: am 13607273...
2014-02-22 Stephen Hinesam d36d4a35: am 30dce365: am b2713ca8: am c27b99f0...
2014-02-22 Ben Chengam 51196932: am ca8e1270: am 987f85d3: am 6562c95b...
2014-02-22 Todd Fialaam dd979b93: am 0a944a8c: am da96b641: am 0de283df...
2014-02-22 Todd Fialaam 6832e344: am 735d70fa: am 5803f741: am ba309b04...
2014-02-22 Stephen Hinesam d6d44c6c: am 475301ec: am ef13f53c: am 1255ecdd...
2014-02-22 Stephen Hinesam 4df7251e: am 59e238e6: am fbafaf4f: am c0c7ba11...
2014-02-22 Stephen Hinesam b7beb609: am 74ec609a: am 82b5399b: am 917ae8fb...
2014-02-22 Stephen Hinesam 42d669a6: (-s ours) am 92debeec: am f36bad31: (...
2014-02-22 Stephen Hinesam bdaf806f: am 008f5bfe: am ce9904c6: Merge remote...
2014-02-22 Stephen Hinesam 008f5bfe: am ce9904c6: Merge remote-tracking branch...
2014-02-21 Stephen Hinesam ce9904c6: Merge remote-tracking branch \'upstream...
2014-02-18 Colin Crossam b7485134: am 449fc261: Merge "llvm: convert makefile...
2014-02-12 Stephen HinesMerge remote-tracking branch 'upstream/release_34'...
2013-11-18 Alexey Samsonov[ASan] Fix PR17867 - make sure ASan doesn't crash if...
2013-11-15 Kostya Serebryany[asan] use GlobalValue::PrivateLinkage for coverage...
2013-11-15 Bob WilsonReapply "[asan] Poor man's coverage that works with...
2013-11-15 Bob WilsonRevert "[asan] Poor man's coverage that works with...
2013-11-14 Kostya Serebryany[asan] Poor man's coverage that works with ASan
2013-10-16 Kostya Serebryany[asan] Optimize accesses to global arrays with constant...
2013-10-01 Rafael EspindolaRemove several unused variables.
2013-09-24 Stephen Hinesam 8e708faf: am 5edef2e8: Merge "x86_64/x32: Avoid...
2013-09-18 Kostya Serebryany[asan] call __asan_stack_malloc_N only if use-after...
2013-09-18 David Blaikieifndef NDEBUG-out an asserts-only constant committed...
2013-09-17 Kostya Serebryany[asan] inline the calls to __asan_stack_free_* with...
2013-09-10 Kostya Serebryany[asan] refactor the use-after-return API so that the...
2013-08-27 Stephen Hinesam 3acb57db: (-s ours) am f31eb8ab: (-s ours) Merge...
2013-08-12 Alexey SamsonovAdd SpecialCaseList::createOrDie() factory and use...
2013-08-09 Jakub StaszakMark obviously const methods. Also use reference for...
2013-08-07 Stephen HinesMerge commit '10251753b6897adcd22cc981c0cc42f348c109de...
2013-08-06 Bill WendlingChange the linkage of these global values to 'internal'.
2013-08-05 Alexey Samsonov80-cols
2013-08-03 Stephen Hinesam 5dba1170: am c7ef4e40: Fix Windows build issues...
2013-07-26 Bill Schmidt[PowerPC] Support powerpc64le as a syntax-checking...
2013-07-16 Craig TopperAdd 'const' qualifiers to static const char* variables.
2013-07-09 Peter CollingbourneImplement categories for special case lists.
2013-07-09 Peter CollingbourneRename BlackList class to SpecialCaseList and move...
2013-06-26 Kostya Serebryany[asan] workaround for PR16277: don't instrument AllocaI...
2013-06-26 Kostya Serebryany[asan] add option -asan-keep-uninstrumented-functions
2013-06-12 Stephen HinesMerge commit '100fbdd06be7590b23c4707a98cd605bdb519498...
2013-06-03 Kostya Serebryany[asan] ASan Linux MIPS32 support (llvm part), patch...
2013-05-24 Michael J. SpencerReplace Count{Leading,Trailing}Zeros_{32,64} with count...
2013-05-20 Bill WendlingRemove unused #include.
2013-05-16 The Android Open... am 1a961143: (-s ours) Reconcile with jb-mr2-release...
2013-05-02 Stephen HinesMerge remote-tracking branch 'upstream/master' into...
2013-03-26 Alexey Samsonov[ASan] Change the ABI of __asan_before_dynamic_init...
2013-03-22 Kostya Serebryany[asan] Change the way we report the alloca frame on...
2013-03-20 The Android Automergermerge in jb-mr2-release history after reset to jb-mr2-dev
2013-03-20 Stephen Hinesam 3dd51ae3: am 2d4629c5: Merge branch \'upstream\...
2013-03-20 Stephen Hinesam 2d4629c5: Merge branch \'upstream\' into merge_2013_...
2013-03-19 Stephen HinesMerge branch 'upstream' into merge_2013_03_18
2013-03-18 Kostya Serebryany[asan] when creating string constants, set unnamed_attr...
2013-03-18 Kostya Serebryany[asan] while generating the description of a global...
2013-03-18 Kostya Serebryany[asan] don't instrument functions with available_extern...
2013-03-14 Alexey Samsonov[ASan] emit instrumentation for initialization order...
2013-03-06 Stephen HinesMerge commit 'b3201c5cf1e183d840f7c99ff779d57f1549d8e5...
2013-02-26 Kostya SerebryanyUnify clang/llvm attributes for asan/tsan/msan (LLVM...
2013-02-20 Kostya Serebryany[asan] instrument invoke insns with noreturn attribute...
2013-02-19 Kostya Serebryany[asan] instrument memory accesses with unusual sizes
2013-02-18 Kostya Serebryany[asan] revert r175266 as it breaks code with packed...
2013-02-15 Kostya Serebryany[asan] support long double on 64-bit. See https://code...
2013-02-13 Kostya Serebryany[asan] fix confusing indentation
2013-02-12 Alexander Potapenko[ASan] Do not use kDefaultShort64bitShadowOffset on...
2013-02-12 Kostya Serebryany[asan] change the default mapping offset on x86_64...
2013-02-11 Kostya Serebryany[asan] added a flag -mllvm asan-short-64bit-mapping...
2013-01-24 Kostya Serebryany[asan] fix 32-bit builds
2013-01-24 Kostya Serebryany[asan] adaptive redzones for globals (the larger the...
2013-01-23 Kostya Serebryany[asan] use ADD instead of OR when applying shadow offse...
2013-01-21 Stephen HinesMerge remote-tracking branch 'upstream/master' into...
2013-01-19 Chandler CarruthSort all of the includes. Several files got checked...
2013-01-18 Will DietzMove Blacklist.h to include/ to enable use from clang.
2013-01-17 Alexey SamsonovASan: add optional 'zero-based shadow' option to ASan...
2013-01-16 Alexey SamsonovASan: wrap mapping scale and offset in a struct and...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthResort the #include lines in include/... and lib/....
2012-12-30 Bill WendlingRemove the Function::getFnAttributes method in favor...
2012-12-27 Alexey Samsonov[ASan] Fix lifetime intrinsics handling. Now for each...
2012-12-25 Alexey SamsonovASan: initialize callbacks from ASan module pass in...
2012-12-25 Alexey SamsonovASan: move stack poisoning logic into FunctionStackPois...
2012-12-19 Bill WendlingRename the 'Attributes' class to 'Attribute'. It's...
2012-12-12 Alexey SamsonovImprove debug info generated with enabled AddressSanitizer.
2012-12-04 Kostya Serebryany[asan] add experimental -asan-realign-stack option...
next