projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[PM/AA] Run clang-format over TBAA code to normalize the formatting
[oota-llvm.git]
/
lib
/
Transforms
/
Instrumentation
/
2015-08-11
Kostya Serebryany
[libFuzzer] don't crash if the condition in a switch...
tree
|
commitdiff
2015-08-06
Nico Rieck
Rename inst_range() to instructions() for consistency...
tree
|
commitdiff
2015-08-01
Craig Topper
De-constify pointers to Type since they can't be modifi...
tree
|
commitdiff
2015-07-31
David Majnemer
New EH representation for MSVC compatibility
tree
|
commitdiff
2015-07-31
Kostya Serebryany
[libFuzzer] trace switch statements and apply mutations...
tree
|
commitdiff
2015-07-30
Adhemerval Zanella
Enable dfsan for aarch64
tree
|
commitdiff
2015-07-29
Alexey Samsonov
[ASan] Disable dynamic alloca and UAR detection in...
tree
|
commitdiff
2015-07-29
Evgeniy Stepanov
[asan] Remove special case mapping on Android/AArch64.
tree
|
commitdiff
2015-07-23
Kuba Brecka
[asan] Rename the ABI versioning symbol to '__asan_vers...
tree
|
commitdiff
2015-07-22
Chandler Carruth
[PM/AA] Extract the ModRef enums from the AliasAnalysis...
tree
|
commitdiff
2015-07-22
Kuba Brecka
[asan] Improve moving of non-instrumented allocas
tree
|
commitdiff
2015-07-21
Reid Kleckner
Re-land 242726 to use RAII to do cleanup
tree
|
commitdiff
2015-07-21
Nico Weber
Revert 242726, it broke ASan on OS X.
tree
|
commitdiff
2015-07-20
Reid Kleckner
Don't try to instrument allocas used by outlined SEH...
tree
|
commitdiff
2015-07-17
Evgeniy Stepanov
[asan] Fix shadow mapping on Android/AArch64.
tree
|
commitdiff
2015-07-17
Kuba Brecka
[asan] Add a comment explaining why non-instrumented...
tree
|
commitdiff
2015-07-17
Kuba Brecka
[asan] Fix invalid debug info for promotable allocas
tree
|
commitdiff
2015-07-10
David Majnemer
Revert the new EH instructions
tree
|
commitdiff
2015-07-10
David Majnemer
Address Reid's review feedback.
tree
|
commitdiff
2015-07-10
David Majnemer
New EH representation for MSVC compatibility
tree
|
commitdiff
2015-06-30
Alexey Samsonov
[SanitizerCoverage] Don't add instrumentation to unreac...
tree
|
commitdiff
2015-06-29
Diego Novillo
Tidy comment.
tree
|
commitdiff
2015-06-26
Alexey Samsonov
[ASan] Use llvm::getDISubprogram() to get function...
tree
|
commitdiff
2015-06-25
Anna Zaks
[asan] Do not instrument special purpose LLVM sections.
tree
|
commitdiff
2015-06-25
Anna Zaks
[asan] Don't run stack malloc on functions containing...
tree
|
commitdiff
2015-06-25
Jay Foad
Teach LLVM about the PPC64 memory sanitizer implementation.
tree
|
commitdiff
2015-06-23
Alexander Kornienko
Revert r240137 (Fixed/added namespace ending comments...
tree
|
commitdiff
2015-06-22
Peter Collingbourne
SafeStack: Create the unsafe stack pointer on demand.
tree
|
commitdiff
2015-06-19
Alexander Kornienko
Fixed/added namespace ending comments using clang-tidy...
tree
|
commitdiff
2015-06-19
Alexander Potapenko
[ASan] Initial support for Kernel AddressSanitizer
tree
|
commitdiff
2015-06-17
Igor Breger
AVX-512: cvtusi2ss/d intrinsics.
tree
|
commitdiff
2015-06-15
Peter Collingbourne
Protection against stack-based memory corruption errors...
tree
|
commitdiff
2015-06-12
Alexander Potapenko
[ASan] format AddressSanitizer.cpp with `clang-format...
tree
|
commitdiff
2015-06-12
Alexey Samsonov
[SanitizerCoverage] Use llvm::getDISubprogram() to...
tree
|
commitdiff
2015-06-09
Anna Zaks
[asan] Prevent __attribute__((annotate)) triggering...
tree
|
commitdiff
2015-06-04
Diego Novillo
Tidy code in InstrProfiling.cpp. NFC.
tree
|
commitdiff
2015-05-28
Yury Gribov
[ASan] Fix previous commit. Patch by Max Ostapenko!
tree
|
commitdiff
2015-05-28
Yury Gribov
[ASan] New approach to dynamic allocas unpoisoning...
tree
|
commitdiff
2015-05-27
Diego Novillo
Final fix for PR 23499 and IR test case.
tree
|
commitdiff
2015-05-27
Diego Novillo
Fix PR 23499 - Avoid multiple profile counters for...
tree
|
commitdiff
2015-05-18
David Blaikie
Simplify IRBuilder::CreateCall* by using ArrayRef+initi...
tree
|
commitdiff
2015-05-12
Justin Bogner
InstrProf: Update name of compiler-rt routine for setti...
tree
|
commitdiff
2015-05-12
Pete Cooper
Convert PHI getIncomingValue() to foreach over incoming...
tree
|
commitdiff
2015-05-10
Ismail Pazarbasi
SanitizerCoverage: Use `createSanitizerCtor` to create...
tree
|
commitdiff
2015-05-07
Alexey Samsonov
Delete unused createSanitizerCoverageModulePass overload.
tree
|
commitdiff
2015-05-07
Ismail Pazarbasi
Revert "SanitizerCoverage: Use `createSanitizerCtor...
tree
|
commitdiff
2015-05-07
Ismail Pazarbasi
SanitizerCoverage: Use `createSanitizerCtor` to create...
tree
|
commitdiff
2015-05-07
Ismail Pazarbasi
MSan: Use `createSanitizerCtor` to create ctor, and...
tree
|
commitdiff
2015-05-07
Ismail Pazarbasi
TSan: Use `createSanitizerCtor` to create ctor, and...
tree
|
commitdiff
2015-05-07
Ismail Pazarbasi
ASan: Use `createSanitizerCtor` to create ctor, and...
tree
|
commitdiff
2015-05-07
Alexey Samsonov
[SanitizerCoverage] Introduce SanitizerCoverageOptions...
tree
|
commitdiff
2015-05-06
Pete Cooper
Change typeIncompatible to return an AttrBuilder instea...
tree
|
commitdiff
2015-05-06
Alexey Samsonov
[SanitizerCoverage] Fix a couple of typos. NFC.
tree
|
commitdiff
2015-04-30
Justin Bogner
InstrProf: Instrumenter support for setting profile...
tree
|
commitdiff
2015-04-29
Duncan P. N. Exon...
IR: Give 'DI' prefix to debug info metadata
tree
|
commitdiff
2015-04-20
Duncan P. N. Exon...
DebugInfo: Delete subclasses of DIScope
tree
|
commitdiff
2015-04-17
Duncan P. N. Exon...
DebugInfo: Remove DIDescriptor from the DebugInfo API
tree
|
commitdiff
2015-04-15
Duncan P. N. Exon...
DebugInfo: Gut DICompileUnit and DIFile
tree
|
commitdiff
2015-04-14
Duncan P. N. Exon...
DebugInfo: Gut DISubprogram and DILexicalBlock*
tree
|
commitdiff
2015-04-11
Benjamin Kramer
Mark empty default constructors as =default if it makes...
tree
|
commitdiff
2015-04-10
Benjamin Kramer
Reduce dyn_cast<> to isa<> or cast<> where possible.
tree
|
commitdiff
2015-04-07
Duncan P. N. Exon...
DebugInfo: Remove DITypedArray<>, replace with typedefs
tree
|
commitdiff
2015-04-06
Duncan P. N. Exon...
Transforms: Stop using DIDescriptor::is*() and auto...
tree
|
commitdiff
2015-04-06
Ismail Pazarbasi
Move `checkInterfaceFunction` to ModuleUtils
tree
|
commitdiff
2015-04-05
David Blaikie
clang-format my last commit
tree
|
commitdiff
2015-04-05
David Blaikie
[opaque pointer type] The last of the GEP IRBuilder...
tree
|
commitdiff
2015-04-04
David Blaikie
[opaque pointer type] More GEP API migrations
tree
|
commitdiff
2015-04-03
David Blaikie
[opaque pointer type] More GEP IRBuilder API migrations
tree
|
commitdiff
2015-04-03
David Blaikie
[opaque pointer type] More GEP IRBuilder API migrations...
tree
|
commitdiff
2015-04-03
David Blaikie
[opaque pointer type] More GEP API migrations in IRBuil...
tree
|
commitdiff
2015-04-02
Reid Kleckner
[ASan] Don't use stack malloc for 32-bit functions...
tree
|
commitdiff
2015-04-02
David Blaikie
[opaque pointer type] API migration for GEP constant...
tree
|
commitdiff
2015-03-30
Duncan P. N. Exon...
Transforms: Use the new DebugLoc API, NFC
tree
|
commitdiff
2015-03-27
Anna Zaks
[asan] Speed up isInterestingAlloca check
tree
|
commitdiff
2015-03-27
Yaron Keren
Remove superfluous .str() and replace std::string conca...
tree
|
commitdiff
2015-03-23
Benjamin Kramer
Re-sort includes with sort-includes.py and insert raw_o...
tree
|
commitdiff
2015-03-21
Kostya Serebryany
[sanitizer] experimental tracing for cmp instructions
tree
|
commitdiff
2015-03-20
Duncan P. N. Exon...
SanitizerCoverage: Check for null DebugLocs
tree
|
commitdiff
2015-03-17
Kostya Serebryany
[asan] remove redundant ifndefs. NFC
tree
|
commitdiff
2015-03-17
Dmitry Vyukov
asan: optimization experiments
tree
|
commitdiff
2015-03-16
Justin Bogner
GCOV: Make the exit block placement from r223193 optional
tree
|
commitdiff
2015-03-16
Gabor Horvath
[llvm] Replacing asserts with static_asserts where...
tree
|
commitdiff
2015-03-16
Dmitry Vyukov
asan: fix overflows in isSafeAccess
tree
|
commitdiff
2015-03-10
Mehdi Amini
DataLayout is mandatory, update the API to reflect...
tree
|
commitdiff
2015-03-10
Kostya Serebryany
[sanitizer] fix instrumentation with -mllvm -sanitizer...
tree
|
commitdiff
2015-03-10
Kostya Serebryany
[sanitizer] decrease sanitizer-coverage-block-threshold...
tree
|
commitdiff
2015-03-06
Benjamin Kramer
Fold init() helpers into constructors. NFC.
tree
|
commitdiff
2015-03-05
Kostya Serebryany
[sanitizer] add nosanitize metadata to more coverage...
tree
|
commitdiff
2015-03-04
Reid Kleckner
Try to satisfy sanitizer lint check
tree
|
commitdiff
2015-03-04
Mehdi Amini
Make DataLayout Non-Optional in the Module
tree
|
commitdiff
2015-03-04
Dmitry Vyukov
asan: do not instrument direct inbounds accesses to...
tree
|
commitdiff
2015-03-03
Kostya Serebryany
[sanitizer/coverage] Add AFL-style coverage counters...
tree
|
commitdiff
2015-02-27
Anna Zaks
[asan] Skip promotable allocas to improve performance...
tree
|
commitdiff
2015-02-25
Justin Bogner
InstrProf: Make the __llvm_profile_runtime_user symbol...
tree
|
commitdiff
2015-02-24
Kuba Brecka
Fix alloca_instruments_all_paddings.cc test to work...
tree
|
commitdiff
2015-02-20
Kostya Serebryany
[sanitizer] when dumping the basic block trace, also...
tree
|
commitdiff
2015-02-18
Mohit K. Bhakkad
[MSan][MIPS] VarArgHelper for MIPS64
tree
|
commitdiff
2015-02-18
Craig Topper
[X86] Remove AVX512 pslldq/psrldq shift intrinsics...
tree
|
commitdiff
2015-02-18
Craig Topper
[X86] Remove AVX2 and SSE2 pslldq and psrldq intrinsics...
tree
|
commitdiff
2015-02-17
Benjamin Kramer
Prefer SmallVector::append/insert over push_back loops.
tree
|
commitdiff
next