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
/
Utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
SimplifyCFG: Register cloned assume intrinsics with assumption cache when cre...
Peter Collingbourne
2017-02-15
1
-3
/
+10
*
Fix a bug in caller's BFI update code after inlining.
Easwaran Raman
2017-02-14
1
-3
/
+10
*
[BasicBlockUtils] Use getFirstNonPHIOrDbg to set debugloc for instructions cr...
Taewook Oh
2017-02-14
1
-1
/
+1
*
PredicateInfo: Handle critical edges
Daniel Berlin
2017-02-12
1
-63
/
+107
*
Encode duplication factor from loop vectorization and loop unrolling to discr...
Dehao Chen
2017-02-10
2
-4
/
+11
*
[JumpThreading] Thread through guards
Sanjoy Das
2017-02-09
1
-0
/
+37
*
NVPTX: Extract mem intrinsic expansions into utilities
Matt Arsenault
2017-02-08
2
-0
/
+232
*
PredicateInfo: Some compilers are unhappy with naming Use *'s Use. Change the...
Daniel Berlin
2017-02-07
1
-13
/
+13
*
Add PredicateInfo utility and printing pass
Daniel Berlin
2017-02-07
3
-0
/
+642
*
[ValueTracking] emit a remark when we detect a conflicting assumption (PR31809)
Sanjay Patel
2017-02-06
1
-4
/
+12
*
NFC: [LoopUnroll] More meaningful message in tracing
Anna Thomas
2017-02-03
1
-1
/
+1
*
FunctionImport: Use IRMover directly.
Peter Collingbourne
2017-02-03
1
-7
/
+7
*
Shut up another GCC warning about operator precedence. NFC.
Michael Kuperstein
2017-02-01
1
-1
/
+1
*
[LoopUnroll] Use addClonedBlockToLoopInfo to add loop header to LI (NFC).
Florian Hahn
2017-02-01
1
-11
/
+8
*
[LoopUnroll] Use addClonedBlockToLoopInfo to clone the top level loop (NFC)
Florian Hahn
2017-01-31
1
-14
/
+6
*
Revert "[MemorySSA] Revert r293361 and r293363, as the tests fail under asan."
Daniel Berlin
2017-01-30
2
-15
/
+34
*
[MemorySSA] Revert r293361 and r293363, as the tests fail under asan.
Sam McCall
2017-01-30
2
-27
/
+12
*
[MemorySSA] Correct an assertion surrounding with parentheses.
Davide Italiano
2017-01-30
1
-3
/
+2
*
[InstCombine] Merge DebugLoc when speculatively hoisting store instruction
Taewook Oh
2017-01-28
1
-8
/
+11
*
MemorySSA: Allow movement to arbitrary places
Daniel Berlin
2017-01-28
1
-1
/
+7
*
MemorySSA: Fix block numbering invalidation and replacement bugs discovered b...
Daniel Berlin
2017-01-28
2
-11
/
+20
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
2
-4
/
+9
*
MemorySSA: Move updater to its own file
Daniel Berlin
2017-01-28
3
-339
/
+373
*
Introduce a basic MemorySSA updater, that supports insertDef,
Daniel Berlin
2017-01-28
1
-28
/
+368
*
NFC: Add debug tracing for more cases where loop unrolling fails.
Anna Thomas
2017-01-27
1
-2
/
+8
*
[LangRef] Make @llvm.sqrt(x) return undef, rather than have UB, for negative x.
Justin Lebar
2017-01-27
1
-5
/
+14
*
[LoopUnroll] Properly update loopinfo for runtime unrolling by 2
Michael Kuperstein
2017-01-26
2
-9
/
+17
*
MemorySSA: Link all defs together into an intrusive defslist, to make updater...
Daniel Berlin
2017-01-25
1
-36
/
+130
*
[SimplifyCFG] Do not sink and merge inline-asm instructions.
Akira Hatanaka
2017-01-25
1
-0
/
+8
*
[PH] Replace uses of AssertingVH from members of analysis results with
Chandler Carruth
2017-01-24
1
-4
/
+1
*
Update domtree incrementally in loop peeling.
Serge Pavlov
2017-01-24
1
-7
/
+30
*
SimplifyLibCalls: Replace more unary libcalls with intrinsics
Matt Arsenault
2017-01-23
1
-28
/
+21
*
[LoopUnroll] First form LCSSA, then loop-simplify
Michael Kuperstein
2017-01-23
1
-18
/
+17
*
[Analysis] Add LibFunc_ prefix to enums in TargetLibraryInfo. (NFC)
David L. Jones
2017-01-23
4
-446
/
+446
*
Tweak ASCII art in Simplify CFG. NFC
Amaury Sechet
2017-01-23
1
-1
/
+1
*
[PM] Sink an LCSSA preservation assert from the LoopSimplify pass into
Chandler Carruth
2017-01-21
2
-14
/
+19
*
Improve PGO support for the new inliner
Easwaran Raman
2017-01-20
1
-4
/
+68
*
Preserve domtree and loop-simplify for runtime unrolling.
Eli Friedman
2017-01-18
3
-21
/
+82
*
Cloning: Copy comdats when cloning globals.
Peter Collingbourne
2017-01-18
1
-0
/
+13
*
Fix up a comment. NFC.
Michael Kuperstein
2017-01-18
1
-1
/
+0
*
[LV] Allow reductions that have several uses outside the loop
Michael Kuperstein
2017-01-18
1
-5
/
+12
*
[Target, Transforms] Fix some Clang-tidy modernize and Include What You Use w...
Eugene Zelenko
2017-01-18
1
-9
/
+18
*
SimplifyLibCalls: Remove checks for fabs
Matt Arsenault
2017-01-17
1
-5
/
+7
*
SimplifyLibCalls: Replace fabs libcalls with intrinsics
Matt Arsenault
2017-01-17
1
-6
/
+8
*
[PM] Introduce an analysis set used to preserve all analyses over
Chandler Carruth
2017-01-15
3
-5
/
+8
*
[Transforms/Utils] Fix some Clang-tidy modernize and Include What You Use war...
Eugene Zelenko
2017-01-14
1
-6
/
+15
*
"Use" lambda captures which are otherwise only used in asserts. NFC
David L. Jones
2017-01-13
1
-0
/
+1
*
[DebugInfo] Remove redundant check in SimplifyCFG; NFC.
Robert Lougher
2017-01-12
1
-4
/
+3
*
[DebugInfo] DILocation variable declaration should be const; NFC.
Robert Lougher
2017-01-12
1
-1
/
+1
*
[loop-unroll] Properly populate LoopInfo for loops cloned in LoopUnrollRuntime.
Florian Hahn
2017-01-10
1
-3
/
+5
[next]