Refactor to make the .bss, .data and .text sections available for other uses.
[oota-llvm.git] / lib / Transforms / Instrumentation /
2013-11-22 Yuchen Wullvm-cov: Split entry blocks in GCNOProfiling.cpp.
2013-11-21 Peter CollingbourneIntroduce two command-line flags for the instrumentatio...
2013-11-21 Evgeniy Stepanov[msan] Propagate condition origin in select instruction.
2013-11-21 Yuchen Wullvm-cov: Don't assume FileChecksum was generated.
2013-11-21 Yuchen Wullvm-cov: Fixed some bugs related to file checksum.
2013-11-20 Yuchen Wullvm-cov: Added file checksum to gcno and gcda files.
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-11-14 Evgeniy Stepanov[msan] Fast path optimization for wrap-indirect-calls...
2013-11-12 Yuchen Wullvm-cov: Added call to update run/program counts.
2013-11-11 Evgeniy Stepanov[msan] Propagate origin for insertvalue, extractvalue.
2013-10-24 Nuno Lopesfix PR17635: false positive with packed structures
2013-10-23 Yuchen WuFixed comment typo in GCOVProfiling.cpp
2013-10-17 Evgeniy Stepanov[msan] Use zero-extension in shadow cast by default.
2013-10-17 Dmitry Vyukovtsan: implement no_sanitize_thread attribute
2013-10-16 Kostya Serebryany[asan] Optimize accesses to global arrays with constant...
2013-10-14 Rafael EspindolaRemove lib/Transforms/Instrumentation/ProfilingUtils.*
2013-10-14 Evgeniy Stepanov[msan] Instrument x86.*_cvt* intrinsics.
2013-10-14 Evgeniy Stepanov[msan] Fix handling of scalar select of vectors.
2013-10-02 Chandler CarruthRemove the very substantial, largely unmaintained legac...
2013-10-01 Rafael EspindolaRemove several unused variables.
2013-09-30 Benjamin KramerBoundsChecking: Fix refacto.
2013-09-30 Benjamin KramerConvert manual insert point restores to the new RAII...
2013-09-27 Matt ArsenaultUse right pointer type in DebugIR
2013-09-25 Evgeniy Stepanov[msan] Fix -Wreturn-type warnings in non-self-hosted...
2013-09-24 Evgeniy Stepanov[msan] Handling of atomic load/store, atomic rmw, cmpxchg.
2013-09-19 Evgeniy Stepanov[msan] Wrap indirect functions.
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-16 Evgeniy Stepanov[msan] Check return value of main().
2013-09-13 Evgeniy Stepanov[msan] Add source file:line to stack origin reports.
2013-09-11 Benjamin KramerRevert "Give internal classes hidden visibility."
2013-09-11 Benjamin KramerGive internal classes hidden visibility.
2013-09-10 Kostya Serebryany[asan] refactor the use-after-return API so that the...
2013-09-09 Bob WilsonRevert patches to add case-range support for PR1255.
2013-09-06 Manman RenTBAA: add isTBAAVtableAccess to MDNode so clients can...
2013-09-03 Evgeniy Stepanov[msan] Fix handling of select with struct arguments.
2013-09-03 Evgeniy Stepanov[msan] Fix select instrumentation.
2013-08-28 Alexey Samsonov80 cols
2013-08-27 Peter CollingbourneDataFlowSanitizer: Implement trampolines for function...
2013-08-23 Peter CollingbourneDataFlowSanitizer: correctly combine labels in the...
2013-08-23 Evgeniy Stepanov[msan] Fix handling of va_arg overflow area on x86_64.
2013-08-23 Alexey Samsonov80 cols
2013-08-22 Peter CollingbourneDataFlowSanitizer: Replace non-instrumented aliases...
2013-08-22 Peter CollingbourneDataFlowSanitizer: Factor the wrapper builder out to...
2013-08-22 Peter CollingbourneDataFlowSanitizer: Prefix the name of each instrumented...
2013-08-20 Bill WendlingMove registering the execution of a basic block to...
2013-08-15 Peter CollingbourneDataFlowSanitizer: Add a debugging feature to help...
2013-08-14 Peter CollingbourneDataFlowSanitizer: Instrumentation for memset.
2013-08-14 Peter CollingbourneDataFlowSanitizer: greylist is now ABI list.
2013-08-13 Dmitry Vyukovdfsan: fix lint warnings
2013-08-12 Peter CollingbourneDataFlowSanitizer: fix a use-after-free. Spotted by...
2013-08-12 Alexey SamsonovAdd SpecialCaseList::createOrDie() factory and use...
2013-08-09 Peter CollingbourneDataFlowSanitizer: Remove unreachable BBs so IR continu...
2013-08-09 Jakub StaszakMark obviously const methods. Also use reference for...
2013-08-08 Peter CollingbourneFix ARM build.
2013-08-07 Peter CollingbourneDataFlowSanitizer; LLVM changes.
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-19 Eric ChristopherRemove DIBuilder cache of variable TheCU and change...
2013-07-18 Eric ChristopherRevert "Remove DIBuilder cache of variable TheCU and...
2013-07-18 Eric ChristopherRemove DIBuilder cache of variable TheCU and change...
2013-07-17 Eric ChristopherAdd comparison operators for DIDescriptors to fix c...
2013-07-17 Craig TopperMark a method 'const' and another 'static'.
2013-07-17 Craig TopperMake a few more static string pointers constant.
2013-07-16 Rafael EspindolaAdd a wrapper for open.
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-07-05 Rafael EspindolaUse sys::fs::createTemporaryFile.
2013-07-04 Craig TopperUse SmallVectorImpl::iterator/const_iterator instead...
2013-07-03 Evgeniy Stepanov[msan] Unpoison stack allocations and undef values...
2013-07-02 Manman RenDebug Info: cleanup
2013-07-01 Manman RenDebug Info: clean up usage of Verify.
2013-06-28 Daniel MaleaRemove needless include (unistd.h) in DebugIR pass
2013-06-28 Daniel MaleaAdd missing header for DebugIR
2013-06-28 Daniel MaleaRemove limitation on DebugIR that made it require exist...
2013-06-28 Manman RenDebug Info: clean up usage of Verify.
2013-06-26 Eric ChristopherRevert "Debug Info: clean up usage of Verify." as it...
2013-06-26 Manman RenDebug Info: clean up usage of Verify.
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-18 Nick LewyckyFix nondeterminism in .gcno file generation.
2013-06-11 Rafael EspindolaMove PathV2.h to Path.h
2013-06-03 Kostya Serebryany[asan] ASan Linux MIPS32 support (llvm part), patch...
2013-05-31 Evgeniy Stepanov[msan] Handle mixed track-origins and keep-going settin...
2013-05-28 Evgeniy Stepanov[msan] Fix argument shadow alignment.
2013-05-24 Michael J. SpencerReplace Count{Leading,Trailing}Zeros_{32,64} with count...
2013-05-23 Daniel MaleaRe-implement DebugIR in a way that does not subclass...
2013-05-21 Evgeniy Stepanov[msan] A no-op implementation of VarArg handling.
2013-05-20 Bill WendlingRemove unused #include.
2013-05-16 Evgeniy Stepanov[msan] Switch TLS globals to initial-exec model.
2013-05-09 Dmitri GribenkoFix a documentation warning: \bried -> \brief
2013-05-08 Daniel MaleaAdd DebugIR pass -- emits IR file and replace source...
2013-05-01 Filip PizloThis patch breaks up Wrap.h so that it does not have...
next