summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [llvm] Replacing asserts with static_asserts where appropriateGabor Horvath2015-03-161-1/+5
* asan: fix overflows in isSafeAccessDmitry Vyukov2015-03-161-3/+3
* DataLayout is mandatory, update the API to reflect it with references.Mehdi Amini2015-03-101-25/+27
* Make DataLayout Non-Optional in the ModuleMehdi Amini2015-03-041-7/+2
* asan: do not instrument direct inbounds accesses to stack variablesDmitry Vyukov2015-03-041-263/+285
* [asan] Skip promotable allocas to improve performance at -O0Anna Zaks2015-02-271-31/+51
* Fix alloca_instruments_all_paddings.cc test to work under higher -O levels (l...Kuba Brecka2015-02-241-7/+5
* [ASan] Enable -asan-stack-dynamic-alloca by default.Alexey Samsonov2015-02-051-1/+1
* Adding AArch64 support to ASan instrumentationRenato Golin2015-02-031-0/+4
* [asan][mips] Fix MIPS64 Asan mappingKumar Sukhani2015-01-311-1/+1
* Inliner: Use replaceDbgDeclareForAlloca() instead of splicing theAdrian Prantl2015-01-301-1/+1
* [ASan/Win] Move the shadow to 0x30000000Timur Iskhodzhanov2015-01-221-1/+1
* [ASan] Move the shadow on Windows 32-bit from 0x20000000 to 0x40000000Timur Iskhodzhanov2015-01-121-0/+4
* [ASan] Change fake stack and local variables handling.Alexey Samsonov2014-12-111-44/+104
* IR: Split Metadata from ValueDuncan P. N. Exon Smith2014-12-091-16/+17
* Recommit of r223513 and r223514.Kuba Brecka2014-12-051-34/+48
* Reverting r223513 and r223514.Kuba Brecka2014-12-051-48/+34
* AddressSanitizer - Don't instrument globals from cstring_literals sections. (...Kuba Brecka2014-12-051-34/+48
* [asan] Change dynamic alloca instrumentation to only consider allocas that ar...Yury Gribov2014-12-011-3/+35
* Tidied up target triple OS detection. NFCSimon Pilgrim2014-11-221-2/+2
* [asan] remove old experimental codeKostya Serebryany2014-11-211-38/+0
* [asan] add statistic counter to dynamic alloca instrumentationKostya Serebryany2014-11-211-0/+3
* [asan] Add new hidden compile-time flag asan-instrument-allocas to sanitize v...Yury Gribov2014-11-211-6/+227
* Update SetVector to rely on the underlying set's insert to return a pair<iter...David Blaikie2014-11-191-1/+1
* [asan] add experimental basic-block tracing to asan-coverage; also fix -fsani...Kostya Serebryany2014-11-191-1/+3
* Fix 80 cols caught by the linter...David Blaikie2014-11-141-4/+6
* Use nullptr instead of NULL for variadic sentinelsReid Kleckner2014-11-131-26/+26
* [asan] adding ShadowOffset64 for mips64, patch by Kumar SukhaniKostya Serebryany2014-11-111-0/+5
* Move asan-coverage into a separate phase.Kostya Serebryany2014-11-111-148/+1
* Revert "IR: MDNode => Value"Duncan P. N. Exon Smith2014-11-111-3/+1
* Base check on the section name, not the variable name.Rafael Espindola2014-11-061-10/+5
* IR: MDNode => Value: NamedMDNode::getOperator()Duncan P. N. Exon Smith2014-11-051-1/+3
* [asan] [mips] changed ShadowOffset32 for systems having 16kb PageSize; patch ...Kostya Serebryany2014-11-041-1/+1
* [asan] do not treat inline asm calls as indirect callsKostya Serebryany2014-10-311-1/+3
* [asan] fix caller-calee instrumentation to emit new cache for every call siteKostya Serebryany2014-10-311-4/+4
* [asan] experimental tracing for indirect calls, llvm part.Kostya Serebryany2014-10-271-4/+44
* Use triple's isiOS() and isOSDarwin() methods.Bob Wilson2014-10-091-1/+1
* [asan] don't instrument module CTORs that may be run before asan.module_ctor....Kostya Serebryany2014-09-241-4/+6
* [asan] fix debug info produced for asan-coverage=2Kostya Serebryany2014-09-031-1/+3
* [asan] add -asan-coverage=3: instrument all blocks and critical edges. Kostya Serebryany2014-09-031-2/+11
* [asan] Assign a low branch weight to ASan's slow path, patch by Jonas Wagner...Kostya Serebryany2014-09-021-1/+4
* Fix some cases were ArrayRefs were being passed by reference. Also remove 'co...Craig Topper2014-08-271-4/+4
* [ASan] Use metadata to pass source-level information from Clang to ASan.Alexey Samsonov2014-08-021-43/+56
* [ASan] Fix comments about __sanitizer_cov functionAlexey Samsonov2014-07-221-3/+2
* [ASan] Don't instrument load/stores with !nosanitize metadata.Alexey Samsonov2014-07-171-0/+3
* [ASan] Collect unmangled names of global variables in Clang to print them in ...Alexey Samsonov2014-07-121-9/+20
* [ASan] Introduce a struct representing the layout of metadata entry in llvm.a...Alexey Samsonov2014-07-111-47/+37
* [ASan/Win] Don't instrument COMDAT globals. Properly fixes PR20244.Timur Iskhodzhanov2014-07-091-8/+4
* [ASan/Win] Don't instrument private COMDAT globals until PR20244 is properly ...Timur Iskhodzhanov2014-07-081-0/+7
* [ASan] Completely remove sanitizer blacklist file from instrumentation pass.Alexey Samsonov2014-07-081-17/+5
OpenPOWER on IntegriCloud