OSDN Git Service

merge two near-identical functions createPrivateGlobalForString into one
[android-x86/external-llvm.git] / lib / Transforms / Instrumentation / Instrumentation.cpp
2018-10-11 Kostya Serebryanymerge two near-identical functions createPrivateGlobalF...
2018-10-11 Leonard Chan[PassManager/Sanitizer] Port of AddresSanitizer pass...
2018-09-04 Hiroshi Yamauchi[PGO] Control Height Reduction
2018-06-22 Chandler CarruthRevert r335306 (and r335314) - the Call Graph Profile...
2018-06-21 Michael J. Spencer[Instrumentation] Add Call Graph Profile pass
2017-12-09 Evgeniy StepanovHardware-assisted AddressSanitizer (llvm part).
2017-11-14 Chandler Carruth[PM] Port BoundsChecking to the new PM.
2017-04-04 Rong Xu[PGO] Memory intrinsic calls optimization based on...
2016-06-05 Xinliang David Li[PM] code refactoring /NFC
2016-05-15 Xinliang David LiRename pass name to prepare to new PM porting /NFC
2016-05-07 Xinliang David Li[PM] code refactoring -- preparation for new PM porting...
2016-05-06 Xinliang David Li[PM] port IR based PGO prof-gen pass to new pass manager
2016-04-27 Rong Xu[PGO] Promote indirect calls to conditional direct...
2016-04-21 Derek Bruening[esan] EfficiencySanitizer instrumentation pass
2016-04-18 Xinliang David LiPort InstrProfiling pass to the new pass manager
2016-01-27 Benjamin KramerMove SafeStack to CodeGen.
2015-12-09 Rong Xu[PGO] Resubmit "MST based PGO instrumentation infrastru...
2015-11-24 Rong Xu[PGO] Revert revision r254021,r254028,r254035
2015-11-24 Rong Xu[PGO] MST based PGO instrumentation infrastructure
2015-10-13 Duncan P. N. Exon... Instrumentation: Remove ilist iterator implicit convers...
2015-08-14 Reid Kleckner[sancov] Leave llvm.localescape in the entry block
2015-06-15 Peter CollingbourneProtection against stack-based memory corruption errors...
2014-12-08 Justin BognerInstrProf: An intrinsic and lowering for instrumentatio...
2014-11-11 Kostya SerebryanyMove asan-coverage into a separate phase.
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-10-02 Chandler CarruthRemove the very substantial, largely unmaintained legac...
2013-08-07 Peter CollingbourneDataFlowSanitizer; LLVM changes.
2013-05-01 Filip PizloThis patch breaks up Wrap.h so that it does not have...
2013-04-22 Eric ChristopherMove C++ code out of the C headers and into either...
2012-11-29 Evgeniy StepanovInitial commit of MemorySanitizer.
2012-11-28 Kostya Serebryany[asan] Split AddressSanitizer into two passes (Function...
2012-07-22 Chandler CarruthMove the initialization of the bounds checking pass...
2012-02-13 Kostya SerebryanyThreadSanitizer, a race detector. First LLVM commit.
2011-11-16 Kostya SerebryanyAddressSanitizer, first commit (compiler module only)
2011-04-16 Nick LewyckyRename LineProfiling to GCOVProfiling to more accuratel...
2011-04-12 Nick LewyckyAdd support for line profiling. Very work-in-progress.
2011-01-29 Andrew TrickImplementation of path profiling.
2010-10-07 Owen AndersonAdd initialization routines for Instrumentation.