index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
Instrumentation
Commit message (
Expand
)
Author
Age
Files
Lines
*
Code refactoring -- preparation for new PM porting /NFC
Xinliang David Li
2016-05-02
1
-9
/
+19
*
[ASan] Add shadow offset for SystemZ.
Marcin Koscielnicki
2016-04-30
1
-2
/
+8
*
Fix build by casting to the proper int type.
Ivan Krasin
2016-04-29
1
-1
/
+1
*
[msan] Handle vector compare x86 intrinsics.
Evgeniy Stepanov
2016-04-29
1
-0
/
+69
*
[PGO] Fix incorrect Twine usage in emitting optimization remarks.
Rong Xu
2016-04-28
1
-9
/
+8
*
Minor format change and fixing typos in the comments. NFC.
Rong Xu
2016-04-28
1
-10
/
+7
*
[PGO] Promote indirect calls to conditional direct calls with value-profile
Rong Xu
2016-04-27
3
-0
/
+695
*
[PGO] Prohibit address recording if the function is both internal and COMDAT
Rong Xu
2016-04-27
1
-0
/
+5
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
1
-0
/
+6
*
[PGO] change the interface for createPGOFuncNameMetadata()
Rong Xu
2016-04-22
1
-1
/
+1
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
1
-6
/
+0
*
Fixed flag description
Mike Aizatsky
2016-04-21
1
-3
/
+3
*
[esan] EfficiencySanitizer instrumentation pass
Derek Bruening
2016-04-21
3
-0
/
+354
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
1
-0
/
+6
*
Rename asan-check-lifetime into asan-stack-use-after-scope
Kostya Serebryany
2016-04-20
1
-6
/
+4
*
[Mips] [MSan] VarArgMIPS64Helper: Use target's endian, not host's.
Marcin Koscielnicki
2016-04-19
1
-6
/
+7
*
Port InstrProfiling pass to the new pass manager
Xinliang David Li
2016-04-18
2
-87
/
+42
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
4
-7
/
+2
*
[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.
Adrian Prantl
2016-04-15
1
-36
/
+26
*
Make helper functions static. NFC.
Benjamin Kramer
2016-04-07
1
-1
/
+1
*
[sancov] enabling coverage edge pruning by default.
Mike Aizatsky
2016-04-06
1
-4
/
+4
*
NFC: make AtomicOrdering an enum class
JF Bastien
2016-04-06
3
-31
/
+33
*
[PGO] Avoid instrumenting direct callee's at value sites.
Betul Buyukkurt
2016-04-04
1
-0
/
+2
*
[PGO] Use a helper function to find all indirect call-sites
Rong Xu
2016-04-01
2
-26
/
+46
*
[sancov] save entry block from pruning (it is always full dominator)
Mike Aizatsky
2016-04-01
1
-3
/
+3
*
[PGO] Refactor PGOFuncName meta data code to be used in clang
Rong Xu
2016-04-01
1
-8
/
+2
*
Minor code cleanup /NFC
Xinliang David Li
2016-03-31
1
-4
/
+6
*
Silencing warnings from MSVC 2015 Update 2. All of these changes silence "C43...
Aaron Ballman
2016-03-30
1
-4
/
+4
*
[PGO] PGOFuncName in LTO optimizations
Rong Xu
2016-03-30
1
-0
/
+9
*
[PGO] Handle invoke inst in IR based icall instrumentation
Xinliang David Li
2016-03-30
1
-5
/
+7
*
[tsan] Do not instrument reads/writes to instruction profile counters.
Anna Zaks
2016-03-29
1
-1
/
+25
*
[asan] Support dead code stripping on Mach-O platforms
Ryan Govostes
2016-03-28
1
-12
/
+108
*
[PGO] Don't set the function hotness attribute when populating counters
Rong Xu
2016-03-28
1
-21
/
+52
*
[sancov] code readability improvement.
Mike Aizatsky
2016-03-23
1
-11
/
+26
*
[sancov] do not instrument nodes that are full pre-dominators
Mike Aizatsky
2016-03-21
1
-10
/
+17
*
[sancov] clang-formatting SanitizerCoverage.cpp and fully pleasing clang-tidy.
Mike Aizatsky
2016-03-18
1
-72
/
+78
*
Revert "Revert "[sancov] specifying sanitizer coverage dependencies.""
Chandler Carruth
2016-03-18
1
-1
/
+7
*
[sancov] Fix the sancov pass to initialize itself inside its
Chandler Carruth
2016-03-18
1
-1
/
+3
*
Revert "[sancov] specifying sanitizer coverage dependencies."
Mike Aizatsky
2016-03-18
1
-7
/
+1
*
[sancov] specifying sanitizer coverage dependencies.
Mike Aizatsky
2016-03-18
1
-1
/
+7
*
[msan] Add a comment with a bug link.
Evgeniy Stepanov
2016-03-16
1
-0
/
+3
*
[msan] Don't put module constructors in comdats.
Evgeniy Stepanov
2016-03-15
1
-3
/
+10
*
Remove PreserveNames template parameter from IRBuilder
Mehdi Amini
2016-03-13
1
-1
/
+1
*
Temporarily revert:
Eric Christopher
2016-03-12
1
-1
/
+1
*
[PGO] Skip value profile instrumentation of inline asm
Vedant Kumar
2016-03-11
1
-1
/
+1
*
Remove PreserveNames template parameter from IRBuilder
Mehdi Amini
2016-03-11
1
-1
/
+1
*
Remove llvm::getDISubprogram in favor of Function::getSubprogram
Pete Cooper
2016-03-11
2
-2
/
+2
*
[tsan] Add support for pointer typed atomic stores, loads, and cmpxchg
Anna Zaks
2016-03-07
1
-8
/
+31
*
[DFSan] Remove an overly aggressive assert reported in PR26068.
Chandler Carruth
2016-03-07
1
-4
/
+0
*
[PGO] Add a commandline option to control number of the VP annotation metadata.
Rong Xu
2016-03-04
1
-2
/
+10
[next]