projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Final fix for PR 23499 and IR test case.
[oota-llvm.git]
/
lib
/
Transforms
/
Instrumentation
/
AddressSanitizer.cpp
2015-05-18
David Blaikie
Simplify IRBuilder::CreateCall* by using ArrayRef+initi...
blob
|
commitdiff
|
raw
2015-05-12
Pete Cooper
Convert PHI getIncomingValue() to foreach over incoming...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-07
Ismail Pazarbasi
ASan: Use `createSanitizerCtor` to create ctor, and...
blob
|
commitdiff
|
raw
|
diff to current
2015-04-29
Duncan P. N. Exon...
IR: Give 'DI' prefix to debug info metadata
blob
|
commitdiff
|
raw
|
diff to current
2015-04-10
Benjamin Kramer
Reduce dyn_cast<> to isa<> or cast<> where possible.
blob
|
commitdiff
|
raw
|
diff to current
2015-04-06
Ismail Pazarbasi
Move `checkInterfaceFunction` to ModuleUtils
blob
|
commitdiff
|
raw
|
diff to current
2015-04-02
Reid Kleckner
[ASan] Don't use stack malloc for 32-bit functions...
blob
|
commitdiff
|
raw
|
diff to current
2015-04-02
David Blaikie
[opaque pointer type] API migration for GEP constant...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-27
Anna Zaks
[asan] Speed up isInterestingAlloca check
blob
|
commitdiff
|
raw
|
diff to current
2015-03-23
Benjamin Kramer
Re-sort includes with sort-includes.py and insert raw_o...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-17
Kostya Serebryany
[asan] remove redundant ifndefs. NFC
blob
|
commitdiff
|
raw
|
diff to current
2015-03-17
Dmitry Vyukov
asan: optimization experiments
blob
|
commitdiff
|
raw
|
diff to current
2015-03-16
Gabor Horvath
[llvm] Replacing asserts with static_asserts where...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-16
Dmitry Vyukov
asan: fix overflows in isSafeAccess
blob
|
commitdiff
|
raw
|
diff to current
2015-03-10
Mehdi Amini
DataLayout is mandatory, update the API to reflect...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-04
Mehdi Amini
Make DataLayout Non-Optional in the Module
blob
|
commitdiff
|
raw
|
diff to current
2015-03-04
Dmitry Vyukov
asan: do not instrument direct inbounds accesses to...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-27
Anna Zaks
[asan] Skip promotable allocas to improve performance...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-24
Kuba Brecka
Fix alloca_instruments_all_paddings.cc test to work...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-05
Alexey Samsonov
[ASan] Enable -asan-stack-dynamic-alloca by default.
blob
|
commitdiff
|
raw
|
diff to current
2015-02-03
Renato Golin
Adding AArch64 support to ASan instrumentation
blob
|
commitdiff
|
raw
|
diff to current
2015-01-31
Kumar Sukhani
[asan][mips] Fix MIPS64 Asan mapping
blob
|
commitdiff
|
raw
|
diff to current
2015-01-30
Adrian Prantl
Inliner: Use replaceDbgDeclareForAlloca() instead of...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-22
Timur Iskhodzhanov
[ASan/Win] Move the shadow to 0x30000000
blob
|
commitdiff
|
raw
|
diff to current
2015-01-12
Timur Iskhodzhanov
[ASan] Move the shadow on Windows 32-bit from 0x2000000...
blob
|
commitdiff
|
raw
|
diff to current
2014-12-11
Alexey Samsonov
[ASan] Change fake stack and local variables handling.
blob
|
commitdiff
|
raw
|
diff to current
2014-12-09
Duncan P. N. Exon...
IR: Split Metadata from Value
blob
|
commitdiff
|
raw
|
diff to current
2014-12-05
Kuba Brecka
Recommit of r223513 and r223514.
blob
|
commitdiff
|
raw
|
diff to current
2014-12-05
Kuba Brecka
Reverting r223513 and r223514.
blob
|
commitdiff
|
raw
|
diff to current
2014-12-05
Kuba Brecka
AddressSanitizer - Don't instrument globals from cstrin...
blob
|
commitdiff
|
raw
|
diff to current
2014-12-01
Yury Gribov
[asan] Change dynamic alloca instrumentation to only...
blob
|
commitdiff
|
raw
|
diff to current
2014-11-22
Simon Pilgrim
Tidied up target triple OS detection. NFC
blob
|
commitdiff
|
raw
|
diff to current
2014-11-21
Kostya Serebryany
[asan] remove old experimental code
blob
|
commitdiff
|
raw
|
diff to current
2014-11-21
Kostya Serebryany
[asan] add statistic counter to dynamic alloca instrume...
blob
|
commitdiff
|
raw
|
diff to current
2014-11-21
Yury Gribov
[asan] Add new hidden compile-time flag asan-instrument...
blob
|
commitdiff
|
raw
|
diff to current
2014-11-19
David Blaikie
Update SetVector to rely on the underlying set's insert...
blob
|
commitdiff
|
raw
|
diff to current
2014-11-19
Kostya Serebryany
[asan] add experimental basic-block tracing to asan...
blob
|
commitdiff
|
raw
|
diff to current
2014-11-14
David Blaikie
Fix 80 cols caught by the linter...
blob
|
commitdiff
|
raw
|
diff to current
2014-11-13
Reid Kleckner
Use nullptr instead of NULL for variadic sentinels
blob
|
commitdiff
|
raw
|
diff to current
2014-11-11
Kostya Serebryany
[asan] adding ShadowOffset64 for mips64, patch by Kumar...
blob
|
commitdiff
|
raw
|
diff to current
2014-11-11
Kostya Serebryany
Move asan-coverage into a separate phase.
blob
|
commitdiff
|
raw
|
diff to current
2014-11-11
Duncan P. N. Exon...
Revert "IR: MDNode => Value"
blob
|
commitdiff
|
raw
|
diff to current
2014-11-06
Rafael Espindola
Base check on the section name, not the variable name.
blob
|
commitdiff
|
raw
|
diff to current
2014-11-05
Duncan P. N. Exon...
IR: MDNode => Value: NamedMDNode::getOperator()
blob
|
commitdiff
|
raw
|
diff to current
2014-11-04
Kostya Serebryany
[asan] [mips] changed ShadowOffset32 for systems having...
blob
|
commitdiff
|
raw
|
diff to current
2014-10-31
Kostya Serebryany
[asan] do not treat inline asm calls as indirect calls
blob
|
commitdiff
|
raw
|
diff to current
2014-10-31
Kostya Serebryany
[asan] fix caller-calee instrumentation to emit new...
blob
|
commitdiff
|
raw
|
diff to current
2014-10-27
Kostya Serebryany
[asan] experimental tracing for indirect calls, llvm...
blob
|
commitdiff
|
raw
|
diff to current
2014-10-09
Bob Wilson
Use triple's isiOS() and isOSDarwin() methods.
blob
|
commitdiff
|
raw
|
diff to current
2014-09-24
Kostya Serebryany
[asan] don't instrument module CTORs that may be run...
blob
|
commitdiff
|
raw
|
diff to current
2014-09-03
Kostya Serebryany
[asan] fix debug info produced for asan-coverage=2
blob
|
commitdiff
|
raw
|
diff to current
2014-09-03
Kostya Serebryany
[asan] add -asan-coverage=3: instrument all blocks...
blob
|
commitdiff
|
raw
|
diff to current
2014-09-02
Kostya Serebryany
[asan] Assign a low branch weight to ASan's slow path...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-27
Craig Topper
Fix some cases were ArrayRefs were being passed by...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-02
Alexey Samsonov
[ASan] Use metadata to pass source-level information...
blob
|
commitdiff
|
raw
|
diff to current
2014-07-22
Alexey Samsonov
[ASan] Fix comments about __sanitizer_cov function
blob
|
commitdiff
|
raw
|
diff to current
2014-07-17
Alexey Samsonov
[ASan] Don't instrument load/stores with !nosanitize...
blob
|
commitdiff
|
raw
|
diff to current
2014-07-12
Alexey Samsonov
[ASan] Collect unmangled names of global variables...
blob
|
commitdiff
|
raw
|
diff to current
2014-07-11
Alexey Samsonov
[ASan] Introduce a struct representing the layout of...
blob
|
commitdiff
|
raw
|
diff to current
2014-07-09
Timur Iskhodzhanov
[ASan/Win] Don't instrument COMDAT globals. Properly...
blob
|
commitdiff
|
raw
|
diff to current
2014-07-08
Timur Iskhodzhanov
[ASan/Win] Don't instrument private COMDAT globals...
blob
|
commitdiff
|
raw
|
diff to current
2014-07-08
Alexey Samsonov
[ASan] Completely remove sanitizer blacklist file from...
blob
|
commitdiff
|
raw
|
diff to current
2014-07-02
Alexey Samsonov
Remove non-static field initializer to appease MSVC
blob
|
commitdiff
|
raw
|
diff to current
2014-07-02
Alexey Samsonov
[ASan] Print exact source location of global variables...
blob
|
commitdiff
|
raw
|
diff to current
2014-06-13
Alexey Samsonov
Remove top-level Clang -fsanitize= flags for optional...
blob
|
commitdiff
|
raw
|
diff to current
2014-06-12
Rafael Espindola
Remove system_error.h.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-05
Evgeniy Stepanov
[asancov] Fix coverage line info some more.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-03
Evgeniy Stepanov
[asan] Fix coverage instrumentation with -asan-globals=0.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-02
Alexey Samsonov
Remove sanitizer blacklist from ASan/TSan/MSan function...
blob
|
commitdiff
|
raw
|
diff to current
2014-05-31
Alexey Samsonov
[ASan] Behave the same for functions w/o sanitize_addre...
blob
|
commitdiff
|
raw
|
diff to current
2014-05-29
Alexey Samsonov
Use range-based for loops in ASan, TSan and MSan
blob
|
commitdiff
|
raw
|
diff to current
2014-05-29
Alexey Samsonov
[ASan] Hoist blacklisting globals from init-order check...
blob
|
commitdiff
|
raw
|
diff to current
2014-05-29
Alexey Samsonov
Fix typo in variable name
blob
|
commitdiff
|
raw
|
diff to current
2014-05-29
Alexey Samsonov
[ASan] Use llvm.global_ctors to insert init-order check...
blob
|
commitdiff
|
raw
|
diff to current
2014-05-28
Evgeniy Stepanov
[asancov] Don't emit extra runtime calls when compiling...
blob
|
commitdiff
|
raw
|
diff to current
2014-05-27
Evgeniy Stepanov
[asancov] Emit an initializer passing number of coverag...
blob
|
commitdiff
|
raw
|
diff to current
2014-05-26
Kostya Serebryany
[asan] decrease asan-instrumentation-with-call-threshol...
blob
|
commitdiff
|
raw
|
diff to current
2014-05-23
Kostya Serebryany
[asan] properly instrument memory accesses that have...
blob
|
commitdiff
|
raw
|
diff to current
2014-05-14
Evgeniy Stepanov
[asan] Fix compiler warnings.
blob
|
commitdiff
|
raw
|
diff to current
2014-05-14
Evgeniy Stepanov
[asan] Set debug location in ASan function prologue.
blob
|
commitdiff
|
raw
|
diff to current
2014-05-06
Nico Weber
Fix ASan init function detection after clang r208128.
blob
|
commitdiff
|
raw
|
diff to current
2014-05-05
Timur Iskhodzhanov
[ASan/Win] Fix issue 305 -- don't instrument .CRT initi...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-25
Craig Topper
[C++] Use 'nullptr'. Transforms edition.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-23
Alexander Potapenko
[ASan] Move the shadow range on 32-bit iOS (and iOS...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-23
Evgeniy Stepanov
Fix handling of missing DataLayout in sanitizers.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-22
Kostya Serebryany
[asan] Support outline instrumentation for wide types...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-22
Chandler Carruth
[Modules] Fix potential ODR violations by sinking the...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-21
Kostya Serebryany
[asan] add a run-time flag detect_container_overflow...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-21
Kostya Serebryany
[asan] instead of inserting inline instrumentation...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-21
Kostya Serebryany
[asan] temporary disable generating __asan_loadN/__asan...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-21
Kostya Serebryany
[asan] insert __asan_loadN/__asan_storeN as out-lined...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-18
Kostya Serebryany
[asan] one more workaround for PR17409: don't do BB...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-16
Kostya Serebryany
[asan] add two new hidden compile-time flags for asan...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-11
David Blaikie
Implement depth_first and inverse_depth_first range...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-23
Nuno Lopes
remove a bunch of unused private methods
blob
|
commitdiff
|
raw
|
diff to current
2014-03-20
Alexander Potapenko
[ASan] Do not instrument globals from the llvm.metadata...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-14
Alexander Potapenko
[ASan] Fix https://code.google.com/p/address-sanitizer...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-06
Ahmed Charles
Replace OwningPtr<T> with std::unique_ptr<T>.
blob
|
commitdiff
|
raw
|
diff to current
2014-03-06
Chandler Carruth
[Layering] Move InstVisitor.h into the IR library as...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-06
Chandler Carruth
[Layering] Move DIBuilder.h into the IR library where...
blob
|
commitdiff
|
raw
|
diff to current
next