[asan] Assign a low branch weight to ASan's slow path, patch by Jonas Wagner. This...
[oota-llvm.git] / lib / Transforms / Instrumentation / AddressSanitizer.cpp
2014-09-02 Kostya Serebryany[asan] Assign a low branch weight to ASan's slow path...
2014-08-27 Craig TopperFix some cases were ArrayRefs were being passed by...
2014-08-02 Alexey Samsonov[ASan] Use metadata to pass source-level information...
2014-07-22 Alexey Samsonov[ASan] Fix comments about __sanitizer_cov function
2014-07-17 Alexey Samsonov[ASan] Don't instrument load/stores with !nosanitize...
2014-07-12 Alexey Samsonov[ASan] Collect unmangled names of global variables...
2014-07-11 Alexey Samsonov[ASan] Introduce a struct representing the layout of...
2014-07-09 Timur Iskhodzhanov[ASan/Win] Don't instrument COMDAT globals. Properly...
2014-07-08 Timur Iskhodzhanov[ASan/Win] Don't instrument private COMDAT globals...
2014-07-08 Alexey Samsonov[ASan] Completely remove sanitizer blacklist file from...
2014-07-02 Alexey SamsonovRemove non-static field initializer to appease MSVC
2014-07-02 Alexey Samsonov[ASan] Print exact source location of global variables...
2014-06-13 Alexey SamsonovRemove top-level Clang -fsanitize= flags for optional...
2014-06-12 Rafael EspindolaRemove system_error.h.
2014-06-05 Evgeniy Stepanov[asancov] Fix coverage line info some more.
2014-06-03 Evgeniy Stepanov[asan] Fix coverage instrumentation with -asan-globals=0.
2014-06-02 Alexey SamsonovRemove sanitizer blacklist from ASan/TSan/MSan function...
2014-05-31 Alexey Samsonov[ASan] Behave the same for functions w/o sanitize_addre...
2014-05-29 Alexey SamsonovUse range-based for loops in ASan, TSan and MSan
2014-05-29 Alexey Samsonov[ASan] Hoist blacklisting globals from init-order check...
2014-05-29 Alexey SamsonovFix typo in variable name
2014-05-29 Alexey Samsonov[ASan] Use llvm.global_ctors to insert init-order check...
2014-05-28 Evgeniy Stepanov[asancov] Don't emit extra runtime calls when compiling...
2014-05-27 Evgeniy Stepanov[asancov] Emit an initializer passing number of coverag...
2014-05-26 Kostya Serebryany[asan] decrease asan-instrumentation-with-call-threshol...
2014-05-23 Kostya Serebryany[asan] properly instrument memory accesses that have...
2014-05-14 Evgeniy Stepanov[asan] Fix compiler warnings.
2014-05-14 Evgeniy Stepanov[asan] Set debug location in ASan function prologue.
2014-05-06 Nico WeberFix ASan init function detection after clang r208128.
2014-05-05 Timur Iskhodzhanov[ASan/Win] Fix issue 305 -- don't instrument .CRT initi...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Transforms edition.
2014-04-23 Alexander Potapenko[ASan] Move the shadow range on 32-bit iOS (and iOS...
2014-04-23 Evgeniy StepanovFix handling of missing DataLayout in sanitizers.
2014-04-22 Kostya Serebryany[asan] Support outline instrumentation for wide types...
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-21 Kostya Serebryany[asan] add a run-time flag detect_container_overflow...
2014-04-21 Kostya Serebryany[asan] instead of inserting inline instrumentation...
2014-04-21 Kostya Serebryany[asan] temporary disable generating __asan_loadN/__asan...
2014-04-21 Kostya Serebryany[asan] insert __asan_loadN/__asan_storeN as out-lined...
2014-04-18 Kostya Serebryany[asan] one more workaround for PR17409: don't do BB...
2014-04-16 Kostya Serebryany[asan] add two new hidden compile-time flags for asan...
2014-04-11 David BlaikieImplement depth_first and inverse_depth_first range...
2014-03-23 Nuno Lopesremove a bunch of unused private methods
2014-03-20 Alexander Potapenko[ASan] Do not instrument globals from the llvm.metadata...
2014-03-14 Alexander Potapenko[ASan] Fix https://code.google.com/p/address-sanitizer...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-06 Chandler Carruth[Layering] Move InstVisitor.h into the IR library as...
2014-03-06 Chandler Carruth[Layering] Move DIBuilder.h into the IR library where...
2014-03-05 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-04 Chandler Carruth[Modules] Move CallSite into the IR library where it...
2014-02-27 Kostya Serebryany[asan] fix a pair of silly typos
2014-02-27 Kostya Serebryany[asan] disable asan-detect-invalid-pointer-pair (was...
2014-02-27 Kostya Serebryany[asan] *experimental* implementation of invalid-pointer...
2014-02-25 Rafael EspindolaMake DataLayout a plain object, not a pass.
2014-02-24 Rafael EspindolaMake some DataLayout pointers const.
2014-02-24 Kostya Serebryany[asan] simplify the code that compute the shadow offset...
2014-02-21 Rafael EspindolaRename many DataLayout variables from TD to DL.
2014-02-19 Rafael EspindolaAdd back r201608, r201622, r201624 and r201625
2014-02-19 Rafael EspindolaThis reverts commit r201625 and r201624.
2014-02-19 Rafael EspindolaNow that llvm always does the right thing with private...
2014-02-10 Kostya Serebryany[asan] support for FreeBSD, LLVM part. patch by Viktor...
2014-01-24 Alp TokerFix known typos
2014-01-17 Kostya Serebryany[asan] extend asan-coverage (still experimental).
2014-01-16 Evgeniy Stepanov[asan] Remove -fsanitize-address-zero-base-shadow comma...
2013-12-25 Alexander Potapenko[ASan] Fix the test for __asan_gen_ globals and actuall...
2013-12-25 Alexander Potapenko[ASan] Make sure none of the __asan_gen_ global strings...
2013-12-23 Kostya Serebryany[asan] don't unpoison redzones on function exit in...
2013-12-23 Kostya Serebryany[asan] produce fewer stores when poisoning stack shadow
2013-12-19 Evgeniy StepanovAdd an explicit insert point argument to SplitBlockAndI...
2013-12-10 Reid Kleckner[asan] Fix the coverage.cc test broken by r196939
2013-12-06 Kostya Serebryany[asan] rewrite asan's stack frame layout
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-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-12 Alexey SamsonovAdd SpecialCaseList::createOrDie() factory and use...
2013-08-09 Jakub StaszakMark obviously const methods. Also use reference for...
2013-08-06 Bill WendlingChange the linkage of these global values to 'internal'.
2013-08-05 Alexey Samsonov80-cols
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-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-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-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...
next