Revert "Move function to obtain branch weights into the BranchInst class. NFC."
[oota-llvm.git] / lib / Transforms / Instrumentation /
2014-12-08 Justin BognerInstrProf: An intrinsic and lowering for instrumentatio...
2014-12-06 NAKAMURA TakumiLLVMInstrumentation requires MC since r223532.
2014-12-05 Kuba BreckaRecommit of r223513 and r223514.
2014-12-05 Kuba BreckaReverting r223513 and r223514.
2014-12-05 Peter Collingbourne[DFSAN][MIPS][LLVM] Defining ShadowPtrMask variable...
2014-12-05 Kuba BreckaAddressSanitizer - Don't instrument globals from cstrin...
2014-12-05 Evgeniy Stepanov[msan] Avoid extra origin address realignment.
2014-12-03 Kostya Serebryany[msan] allow -fsanitize-coverage=N together with -fsani...
2014-12-03 Evgeniy Stepanovmsan] Add compile-time checks for missing origins.
2014-12-03 Nick LewyckyRevert r222997. The newly added compile-time checks...
2014-12-03 Nick LewyckyEmit the entry block first and the exit block second...
2014-12-01 Evgeniy Stepanov[msan] Add compile-time checks for missing origins.
2014-12-01 Yury Gribov[asan] Change dynamic alloca instrumentation to only...
2014-11-29 Duncan P. N. Exon... DebugIR: Delete -debug-ir
2014-11-28 Evgeniy Stepanov[msan] Fix origin propagation for select of floats.
2014-11-27 Evgeniy Stepanov[msan] Remove indirect call wrapping code.
2014-11-24 Kostya Serebryany[asan/coverage] change the way asan coverage instrument...
2014-11-22 Simon PilgrimTidied up target triple OS detection. NFC
2014-11-21 Kostya Serebryany[asan] remove old experimental code
2014-11-21 Kostya Serebryany[asan] add statistic counter to dynamic alloca instrume...
2014-11-21 Yury Gribov[asan] Add new hidden compile-time flag asan-instrument...
2014-11-19 David BlaikieUpdate SetVector to rely on the underlying set's insert...
2014-11-19 Kostya Serebryany[asan] add experimental basic-block tracing to asan...
2014-11-14 David BlaikieFix 80 cols caught by the linter...
2014-11-13 Reid KlecknerUse nullptr instead of NULL for variadic sentinels
2014-11-11 Kostya Serebryany[asan] adding ShadowOffset64 for mips64, patch by Kumar...
2014-11-11 Kostya SerebryanyMove asan-coverage into a separate phase.
2014-11-11 Duncan P. N. Exon... Revert "IR: MDNode => Value"
2014-11-06 Rafael EspindolaBase check on the section name, not the variable name.
2014-11-06 Justin BognerGCOV: Make sure that function idents in the .gcda and...
2014-11-05 Duncan P. N. Exon... IR: MDNode => Value: NamedMDNode::getOperator()
2014-11-05 Peter Collingbourne[dfsan] Abort at runtime on indirect calls to uninstrum...
2014-11-04 Kostya Serebryany[asan] [mips] changed ShadowOffset32 for systems having...
2014-11-01 Duncan P. N. Exon... IR: MDNode => Value: Instruction::getMetadata()
2014-10-31 Kostya Serebryany[asan] do not treat inline asm calls as indirect calls
2014-10-31 Kostya Serebryany[asan] fix caller-calee instrumentation to emit new...
2014-10-30 Peter Collingbourne[dfsan] New calling convention for custom functions...
2014-10-27 Kostya Serebryany[asan] experimental tracing for indirect calls, llvm...
2014-10-24 Evgeniy Stepanov[msan] Make -msan-check-constant-shadow a bit stronger.
2014-10-23 Evgeniy Stepanov[msan] Emit checks for constant shadow values under...
2014-10-22 Evgeniy Stepanov[msan] Handle param-tls overflow.
2014-10-20 David MajnemerIR: Replace DataLayout::RoundUpAlignment with RoundUpTo...
2014-10-17 Evgeniy Stepanov[msan] Fix handling of byval arguments with large align...
2014-10-09 Bob WilsonUse triple's isiOS() and isOSDarwin() methods.
2014-10-07 David BlaikieDebugInfo+DFSan: Ensure that debug info references...
2014-09-30 Lorenzo MartignoniIntroduce support for custom wrappers for vararg functions.
2014-09-24 Kostya Serebryany[asan] don't instrument module CTORs that may be run...
2014-09-03 Kostya Serebryany[asan] fix debug info produced for asan-coverage=2
2014-09-03 Kostya Serebryany[asan] add -asan-coverage=3: instrument all blocks...
2014-09-02 Kostya Serebryany[asan] Assign a low branch weight to ASan's slow path...
2014-09-02 David Blaikieunique_ptrify the result of SpecialCaseList::create
2014-08-30 Craig TopperFix some cases where StringRef was being passed by...
2014-08-27 Craig TopperSimplify creation of a bunch of ArrayRefs by using...
2014-08-27 Craig TopperFix some cases were ArrayRefs were being passed by...
2014-08-25 Rafael EspindolaModernize raw_fd_ostream's constructor a bit.
2014-08-22 Peter Collingbourne[dfsan] Fix non-determinism bug in non-zero label check...
2014-08-20 Peter Collingbourne[dfsan] Treat vararg custom functions like unimplemente...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-13 Chandler CarruthRevert r215415 which causse MSan to crash on a great...
2014-08-12 Reid Klecknermsan: Handle musttail calls
2014-08-06 Peter Collingbourne[dfsan] Try not to create too many additional basic...
2014-08-02 Alexey Samsonov[ASan] Use metadata to pass source-level information...
2014-08-01 Peter Collingbourne[dfsan] Correctly handle loads and stores of zero size.
2014-07-31 Evgeniy Stepanov[msan] Fix handling of array types.
2014-07-28 Manman Ren[Debug Info] add DISubroutineType and its creation...
2014-07-28 Manman Ren[Debug Info] rename getTypeArray to getElements, setTyp...
2014-07-22 Alexey Samsonov[ASan] Fix comments about __sanitizer_cov function
2014-07-17 Alexey Samsonov[ASan] Don't instrument load/stores with !nosanitize...
2014-07-17 Evgeniy Stepanov[msan] Avoid redundant origin stores.
2014-07-15 Peter Collingbourne[dfsan] Introduce further optimization to reduce the...
2014-07-15 Peter Collingbourne[dfsan] Introduce an optimization to reduce the number...
2014-07-15 Peter Collingbourne[dfsan] Move combineShadows to DFSanFunction in prepara...
2014-07-12 Alexey Samsonov[ASan] Collect unmangled names of global variables...
2014-07-11 Alexey Samsonov[ASan] Introduce a struct representing the layout of...
2014-07-10 Peter Collingbourne[dfsan] Handle bitcast aliases.
2014-07-09 Alexey SamsonovDecouple llvm::SpecialCaseList text representation...
2014-07-09 Timur Iskhodzhanov[ASan/Win] Don't instrument COMDAT globals. Properly...
2014-07-08 Timur Iskhodzhanov[ASan/Win] Don't instrument private COMDAT globals...
2014-07-08 Alexey Samsonov[ASan] Completely remove sanitizer blacklist file from...
2014-07-08 Alexey SamsonovKill unnecessary include
2014-07-07 Evgeniy Stepanov[msan] Fix handling of phi in blacklisted functions.
2014-07-03 Evgeniy Stepanov[msan] Stop propagating shadow in blacklisted functions.
2014-07-03 Evgeniy StepanovRevert of r212265.
2014-07-03 Evgeniy Stepanov[msan] Stop propagating shadow in blacklisted functions.
2014-07-02 Alexey SamsonovRemove non-static field initializer to appease MSVC
2014-07-02 Alexey Samsonov[ASan] Print exact source location of global variables...
2014-06-30 Reid Klecknermsan: Stop stripping the 'tail' modifier off of calls
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-06-25 Evgeniy Stepanov[msan] Fix bad interaction between with-calls mode...
2014-06-21 Richard TrieuAdd back functionality removed in r210497.
2014-06-18 Evgeniy Stepanov[msan] Handle X86 *.psad.* and *.pmadd.* intrinsics.
2014-06-17 Evgeniy Stepanov[msan] Fix a comment.
2014-06-17 Evgeniy Stepanov[msan] Fix handling of multiplication by a constant...
2014-06-13 Alexey SamsonovRemove top-level Clang -fsanitize= flags for optional...
2014-06-13 Tim NorthoverIR: add "cmpxchg weak" variant to support permitted...
2014-06-12 Rafael EspindolaRemove system_error.h.
2014-06-09 Richard TrieuRemoving an "if (!this)" check from two print methods...
2014-06-09 Evgeniy Stepanov[msan] Workaround for invalid origins in shufflevector.
2014-06-09 Evgeniy Stepanov[msan] Fix vector pack intrinsic handling.
next