OSDN Git Service

Revert "[NewPM] Port Sancov"
[android-x86/external-llvm.git] / include / llvm / Transforms / Instrumentation.h
2019-07-15 Leonard ChanRevert "[NewPM] Port Sancov"
2019-07-11 Leonard Chan[NewPM] Port Sancov
2019-05-14 Leonard Chan[NewPM] Port HWASan and Kernel HWASan
2019-03-11 Nico WeberRemove esan.
2019-02-28 Manman RenAdd a module pass for order file instrumentation
2019-02-27 Rong XuRecommit r354930 "[PGO] Context sensitive PGO (part 1)"
2019-02-27 Vlad TsyrklevichRevert "[PGO] Context sensitive PGO (part 1)"
2019-02-26 Rong Xu[PGO] Context sensitive PGO (part 1)
2019-02-13 Leonard Chan[NewPM] Second attempt at porting ASan
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2019-01-16 Philip Pfaffe[NewPM][TSan] Reiterate the TSan port
2019-01-09 Florian HahnRevert r350647: "[NewPM] Port tsan"
2019-01-08 Philip Pfaffe[NewPM] Port tsan
2019-01-03 Philip Pfaffe[NewPM] Port Msan
2018-12-05 Vitaly Buka[asan] Add clang flag -fsanitize-address-use-odr-indicator
2018-11-12 Calixte Denizet[GCOV] Add options to filter files which must be instru...
2018-11-08 Reid Kleckner[sancov] Put .SCOV* sections into the right comdat...
2018-10-12 Kostya Serebryanymove GetOrCreateFunctionComdat to Instrumentation.cpp...
2018-10-11 Kostya Serebryanymerge two near-identical functions createPrivateGlobalF...
2018-09-07 Alexander Potapenko[MSan] Add KMSAN instrumentation to MSan pass
2018-08-16 Vedant Kumar[InstrProf] Use atomic profile counter updates for...
2018-06-22 Chandler CarruthRevert r335306 (and r335314) - the Call Graph Profile...
2018-06-21 Michael J. Spencer[Instrumentation] Add Call Graph Profile pass
2018-05-01 Adrian PrantlRemove \brief commands from doxygen comments.
2018-04-13 Andrey Konovalovhwasan: add -fsanitize=kernel-hwaddress flag
2017-12-20 Evgeniy Stepanov[hwasan] Implement -fsanitize-recover=hwaddress.
2017-12-09 Evgeniy StepanovHardware-assisted AddressSanitizer (llvm part).
2017-12-06 Matthew Simpson[PGO] Make indirect call promotion a utility
2017-11-23 David BlaikieInstrumentation.h: Remove dead/untested code for DFSan...
2017-11-14 Chandler Carruth[PM] Port BoundsChecking to the new PM.
2017-08-18 Matt Morehouse[SanitizerCoverage] Add stack depth tracing instrumenta...
2017-08-11 Eli Friedman[OptDiag] Updating Remarks in SampleProfile
2017-07-28 Kostya Serebryany[sanitizer-coverage] rename sanitizer-coverage-create...
2017-07-27 Adam Nemet[ICP] Migrate to OptimizationRemarkEmitter
2017-06-25 Xinliang David Li[PGO] Implementate profile counter regiser promotion
2017-06-08 Kostya Serebryany[sanitizer-coverage] one more flavor of coverage: ...
2017-06-05 Renato GolinRevert "[sanitizer-coverage] one more flavor of coverag...
2017-06-03 Kostya Serebryany[sanitizer-coverage] one more flavor of coverage: ...
2017-05-05 Kostya Serebryany[sanitizer-coverage] implement -fsanitize-coverage...
2017-04-24 Evgeniy Stepanov[asan] Let the frontend disable gc-sections optimizatio...
2017-04-04 Rong Xu[PGO] Memory intrinsic calls optimization based on...
2017-02-23 Dehao ChenAdd call branch annotation for ICP promoted direct...
2017-01-30 Dehao ChenExpose isLegalToPromot as a global helper function...
2017-01-23 Dehao ChenMakes promoteIndirectCall an external function.
2017-01-18 Eugene Zelenko[Target, Transforms] Fix some Clang-tidy modernize...
2016-11-07 Evgeniy StepanovUse -fsanitize-recover instead of -mllvm -msan-keep...
2016-09-14 Kostya Serebryany[sanitizer-coverage] add yet another flavour of coverag...
2016-08-30 Kostya Serebryany[sanitizer-coverage] add two more modes of instrumentat...
2016-05-27 Vitaly Buka[asan] Add option to enable asan-use-after-scope from...
2016-05-25 Derek Bruening[esan|wset] EfficiencySanitizer working set tool fastpath
2016-05-20 Derek Bruening[esan] Use ModulePass for EfficiencySanitizerPass.
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-02-17 Kostya Serebryany[sanitizer-coverage] implement -fsanitize-coverage...
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-11-11 Yury Gribov[ASan] Enable optional ASan recovery.
2015-09-23 Evgeniy StepanovAndroid support for SafeStack.
2015-09-23 Evgeniy StepanovRevert "Android support for SafeStack."
2015-09-23 Evgeniy StepanovAndroid support for SafeStack.
2015-08-14 Reid Kleckner[sancov] Leave llvm.localescape in the entry block
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-19 Alexander Potapenko[ASan] Initial support for Kernel AddressSanitizer
2015-06-15 Peter CollingbourneProtection against stack-based memory corruption errors...
2015-05-07 Alexey SamsonovDelete unused createSanitizerCoverageModulePass overload.
2015-05-07 Alexey Samsonov[SanitizerCoverage] Introduce SanitizerCoverageOptions...
2015-04-30 Justin BognerInstrProf: Instrumenter support for setting profile...
2015-03-16 Justin BognerGCOV: Make the exit block placement from r223193 optional
2015-02-04 Juergen RibutzkaAdd missing include.
2015-02-04 Alexey SamsonovSpecialCaseList: Add support for parsing multiple input...
2014-12-08 Justin BognerInstrProf: An intrinsic and lowering for instrumentatio...
2014-11-29 Duncan P. N. Exon... DebugIR: Delete -debug-ir
2014-11-11 Kostya SerebryanyMove asan-coverage into a separate phase.
2014-07-08 Alexey Samsonov[ASan] Completely remove sanitizer blacklist file from...
2014-06-13 Alexey SamsonovRemove top-level Clang -fsanitize= flags for optional...
2014-06-02 Alexey SamsonovRemove sanitizer blacklist from ASan/TSan/MSan function...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Transforms edition.
2014-03-18 Evgeniy Stepanov[msan] Origin tracking with history.
2014-02-13 Stephen HinesDon't build DFSan functionality for Android.
2014-01-16 Evgeniy Stepanov[asan] Remove -fsanitize-address-zero-base-shadow comma...
2013-10-02 Chandler CarruthRemove the very substantial, largely unmaintained legac...
2013-08-14 Peter CollingbourneDataFlowSanitizer: greylist is now ABI list.
2013-08-07 Peter CollingbourneReally unbreak Mac build.
2013-08-07 Peter CollingbourneUnbreak Mac build.
2013-08-07 Peter CollingbourneDataFlowSanitizer; LLVM changes.
2013-07-30 Daniel MaleaFix parameter ordering bug in createDebugIRPass()
2013-06-28 Daniel MaleaRemove limitation on DebugIR that made it require exist...
2013-05-23 Daniel MaleaRe-implement DebugIR in a way that does not subclass...
2013-05-08 Daniel MaleaAdd DebugIR pass -- emits IR file and replace source...
2013-03-14 Alexey Samsonov[ASan] emit instrumentation for initialization order...
2013-03-14 Nick LewyckyRefactor GCOV's six constructor arguments into a struct...
2013-03-07 Nick LewyckySwitch from a version 4.2/4.4 switch to a four-byte...
2013-02-27 Nick LewyckyIn GCC 4.7, function names are now forbidden from ...
next