projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Move Attribute::typeIncompatible inside of the Attributes class.
[oota-llvm.git]
/
lib
/
Transforms
/
Instrumentation
/
2012-09-17
Bill Wendling
s/__llvm_gcov_flush/__gcov_flush/g
tree
|
commitdiff
2012-09-17
Axel Naumann
Fix a few vars that can end up being used without initi...
tree
|
commitdiff
2012-09-14
Bill Wendling
Remove comment.
tree
|
commitdiff
2012-09-13
Bill Wendling
Use Nick's suggestion of storing a large NULL into...
tree
|
commitdiff
2012-09-13
Bill Wendling
Introduce the __llvm_gcov_flush function.
tree
|
commitdiff
2012-09-05
Kostya Serebryany
[asan] fix lint
tree
|
commitdiff
2012-09-05
Kostya Serebryany
[asan] extend the blacklist functionality to handle...
tree
|
commitdiff
2012-09-02
Logan Chien
Rename ANDROIDEABI to Android.
tree
|
commitdiff
2012-08-30
Alexey Samsonov
Whitespace
tree
|
commitdiff
2012-08-30
Bill Wendling
Pass by pointer and not std::string.
tree
|
commitdiff
2012-08-30
Bill Wendling
Revert r162855 in favor of changing clang to emit the...
tree
|
commitdiff
2012-08-29
Bill Wendling
Use the full path to output the .gcda file.
tree
|
commitdiff
2012-08-29
Bill Wendling
Use ArrayRef instead of SmallVector when passing vector...
tree
|
commitdiff
2012-08-29
Benjamin Kramer
Make MemoryBuiltins aware of TargetLibraryInfo.
tree
|
commitdiff
2012-08-24
Kostya Serebryany
[asan/tsan] rename FunctionBlackList* to BlackList...
tree
|
commitdiff
2012-08-24
Kostya Serebryany
[asan/tsan] extend the functionality of FunctionBlackLi...
tree
|
commitdiff
2012-08-21
Richard Smith
MaximumSpanningTree::EdgeWeightCompare: Make this compa...
tree
|
commitdiff
2012-08-21
Kostya Serebryany
[asan] add code to detect global initialization fiasco...
tree
|
commitdiff
2012-08-15
Kostya Serebryany
[asan] implement --asan-always-slow-path, which is...
tree
|
commitdiff
2012-08-14
Kostya Serebryany
[asan] insert crash basic blocks inline as opposed...
tree
|
commitdiff
2012-08-13
Kostya Serebryany
[asan] remove the code for --asan-merge-callbacks as...
tree
|
commitdiff
2012-07-25
Nuno Lopes
revert r160742: it's breaking CMake build
tree
|
commitdiff
2012-07-25
Nuno Lopes
MemoryBuiltins: add support to determine the size of...
tree
|
commitdiff
2012-07-22
Chandler Carruth
Move the initialization of the bounds checking pass...
tree
|
commitdiff
2012-07-20
Nuno Lopes
move the bounds checking pass to the instrumentation...
tree
|
commitdiff
2012-07-20
Kostya Serebryany
[asan] make sure that the crash callbacks do not get...
tree
|
commitdiff
2012-07-17
Kostya Serebryany
[asan] more code to merge crash callbacks. Doesn't...
tree
|
commitdiff
2012-07-16
Kostya Serebryany
[asan] a bit more refactoring, addressed some of the...
tree
|
commitdiff
2012-07-16
Kostya Serebryany
[asan] refactor instrumentation to allow merging the...
tree
|
commitdiff
2012-07-16
Kostya Serebryany
[asan] initialize asan error callbacks in runOnModule...
tree
|
commitdiff
2012-07-16
Chandler Carruth
Revert r160254 temporarily.
tree
|
commitdiff
2012-07-16
Chandler Carruth
Teach AddressSanitizer to create basic blocks in a...
tree
|
commitdiff
2012-07-15
Chandler Carruth
Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder...
tree
|
commitdiff
2012-07-05
Kostya Serebryany
[tsan] fix compile-time falilure found while building...
tree
|
commitdiff
2012-07-02
Kostya Serebryany
[asan] small code simplification
tree
|
commitdiff
2012-06-30
Bill Wendling
Don't reinsert the 'atexit' function if it already...
tree
|
commitdiff
2012-06-29
Chandler Carruth
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
tree
|
commitdiff
2012-06-28
Kostya Serebryany
[asan] set a hard limit on the number of instructions...
tree
|
commitdiff
2012-06-28
Bill Wendling
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo...
tree
|
commitdiff
2012-06-24
NAKAMURA Takumi
llvm/lib: [CMake] Add explicit dependency to intrinsics...
tree
|
commitdiff
2012-06-23
Hans Wennborg
Extend the IL for selecting TLS models (PR9788)
tree
|
commitdiff
2012-06-01
Bill Wendling
Register the gcov "writeout" at init time. Don't list...
tree
|
commitdiff
2012-05-30
Kostya Serebryany
[asan] instrument cmpxchg and atomicrmw
tree
|
commitdiff
2012-05-28
Bill Wendling
Implement the indirect counter increment code in a...
tree
|
commitdiff
2012-05-25
Bill Wendling
The llvm_gcda_increment_indirect_counter function write...
tree
|
commitdiff
2012-05-23
Evgeniy Stepanov
Use zero-based shadow by default on Android.
tree
|
commitdiff
2012-05-02
Kostya Serebryany
[tsan] typo and style (thanks to Nick Lewycky)
tree
|
commitdiff
2012-04-27
Kostya Serebryany
[asan] small optimization: do not emit "x+0" instructions
tree
|
commitdiff
2012-04-27
Kostya Serebryany
[tsan] Atomic support for ThreadSanitizer, patch by...
tree
|
commitdiff
2012-04-23
Alexander Potapenko
Fix issue 67 by checking that the interface functions...
tree
|
commitdiff
2012-04-23
Kostya Serebryany
[tsan] use llvm/ADT/Statistic.h for tsan stats
tree
|
commitdiff
2012-04-10
Kostya Serebryany
[tsan] two more compile-time optimizations:
tree
|
commitdiff
2012-04-10
Kostya Serebryany
[tsan] compile-time instrumentation: do not instrument...
tree
|
commitdiff
2012-03-26
Kostya Serebryany
[tsan] treat vtable pointer updates in a special way...
tree
|
commitdiff
2012-03-21
Kostya Serebryany
[asan] fix one more bug related to long double
tree
|
commitdiff
2012-03-19
Kostya Serebryany
[asan] don't emit __asan_mapping_offset/__asan_mapping_...
tree
|
commitdiff
2012-03-14
Kostya Serebryany
[tsan] use FunctionBlackList
tree
|
commitdiff
2012-03-14
Kostya Serebryany
[asan] rename class BlackList to FunctionBlackList...
tree
|
commitdiff
2012-03-02
Evgeniy Stepanov
ASan: use getTypeAllocSize instead of getTypeStoreSize.
tree
|
commitdiff
2012-02-14
Kostya Serebryany
[tsan] fix compiler warnings
tree
|
commitdiff
2012-02-13
Kostya Serebryany
ThreadSanitizer, a race detector. First LLVM commit.
tree
|
commitdiff
2012-02-08
Kostya Serebryany
[asan] unpoison the stack before every noreturn call...
tree
|
commitdiff
2012-02-07
Craig Topper
Convert assert(0) to llvm_unreachable
tree
|
commitdiff
2012-02-05
Chris Lattner
reapply the patches reverted in r149470 that reenable...
tree
|
commitdiff
2012-02-01
Argyrios Kyrtzidis
Revert Chris' commits up to r149348 that started causin...
tree
|
commitdiff
2012-01-31
Chris Lattner
eliminate the "string" form of ConstantArray::get,...
tree
|
commitdiff
2012-01-30
Kostya Serebryany
[asan] fix the ObjC support (asan Issue #33)
tree
|
commitdiff
2012-01-30
Alexander Potapenko
Fix compilation of ASan tests on OS X Lion (see code...
tree
|
commitdiff
2012-01-28
Kostya Serebryany
[asan] correctly use ConstantExpr::getGetElementPtr...
tree
|
commitdiff
2012-01-24
Kostya Serebryany
[asan] enable asan only for the functions that have...
tree
|
commitdiff
2012-01-23
Alexander Potapenko
Implemented AddressSanitizer::getPassName()
tree
|
commitdiff
2012-01-11
Kostya Serebryany
[asan] extend the workaround for llvm.org/bugs/show_bug...
tree
|
commitdiff
2012-01-06
Kostya Serebryany
[asan] cleanup: remove the SIGILL-related code (compile...
tree
|
commitdiff
2011-12-15
Kostya Serebryany
[asan] add the name of the module to the description...
tree
|
commitdiff
2011-12-15
Kostya Serebryany
[asan] fix a bug (issue 19) where dlclose and the follo...
tree
|
commitdiff
2011-12-14
Kostya Serebryany
[asan] remove .preinit_array from the compiler module...
tree
|
commitdiff
2011-12-13
Kostya Serebryany
[asan] report an error if blacklist file contains a...
tree
|
commitdiff
2011-12-12
Daniel Dunbar
LLVMBuild: Remove trailing newline, which irked me.
tree
|
commitdiff
2011-12-12
Kostya Serebryany
[asan] use .preinit_array only on linux
tree
|
commitdiff
2011-12-09
Kostya Serebryany
[asan] call __asan_init from .preinit_array. This simpl...
tree
|
commitdiff
2011-12-06
Nick Lewycky
Expose a switch for the new gcov format.
tree
|
commitdiff
2011-12-01
Kostya Serebryany
[asan] two minor fixes: use UnreachableInst after the...
tree
|
commitdiff
2011-11-29
Daniel Dunbar
build/CMake: Finish removal of add_llvm_library_depende...
tree
|
commitdiff
2011-11-27
Nick Lewycky
Place the "cfg checksum" around a test. This was recent...
tree
|
commitdiff
2011-11-23
Kostya Serebryany
[asan] do not instrument threadlocal globals, this...
tree
|
commitdiff
2011-11-18
Kostya Serebryany
[asan] workaround for reg alloc bug 11395: don't instru...
tree
|
commitdiff
2011-11-17
Kostya Serebryany
quick fix: remove GlobalVariable::GlobalVariable mistak...
tree
|
commitdiff
2011-11-17
Kostya Serebryany
fall back to explicit list of allowed linkages when...
tree
|
commitdiff
2011-11-16
Kostya Serebryany
AddressSanitizer, first commit (compiler module only)
tree
|
commitdiff
2011-11-15
Benjamin Kramer
Remove all remaining uses of Value::getNameStr().
tree
|
commitdiff
2011-11-03
Daniel Dunbar
build: Add initial cut at LLVMBuild.txt files.
tree
|
commitdiff
2011-09-20
Devang Patel
If simple ownership works then friendship is not required.
tree
|
commitdiff
2011-09-20
Devang Patel
Update GCOVLines to provide interfaces to write line...
tree
|
commitdiff
2011-09-20
Devang Patel
Update comment.
tree
|
commitdiff
2011-09-20
Devang Patel
Use StringRef instead of std::string.
tree
|
commitdiff
2011-09-20
Devang Patel
Eliminate unnecessary copy of FileName from GCOVLines.
tree
|
commitdiff
2011-09-20
Devang Patel
There is no need to write a local utility routine to...
tree
|
commitdiff
2011-08-25
Bill Wendling
When inserting new instructions, use getFirstInsertionP...
tree
|
commitdiff
2011-08-18
Nick Lewycky
The edge from DISubprogram to DICompileUnit has been...
tree
|
commitdiff
2011-08-17
Devang Patel
Do not use DebugInfoFinder. Extract debug info directly...
tree
|
commitdiff
next