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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[InstCombine] Gracefully handle out of range extractelement indices
Simon Pilgrim
2017-12-27
1
-3
/
+5
*
[instcombine] add powi(x, 2) -> x * x
Philip Reames
2017-12-27
1
-0
/
+4
*
Sink a couple of transforms from instcombine into instsimplify.
Philip Reames
2017-12-27
1
-24
/
+2
*
[NFC] Extract out a helper function for SimplifyCall(CS, Q)
Philip Reames
2017-12-27
1
-3
/
+1
*
[Unroll][DebugInfo] Propagate loop body's debug location to epilog preheader
Zhaoshi Zheng
2017-12-26
1
-1
/
+6
*
[InstCombine] fix miscompile of frem with 0.0 operand (PR34870)
Sanjay Patel
2017-12-26
1
-4
/
+0
*
Make helpers static. No functionality change.
Benjamin Kramer
2017-12-24
1
-3
/
+4
*
[CallSiteSplitting] Remove isOrHeader restriction.
Florian Hahn
2017-12-23
1
-27
/
+19
*
[SCCP] Manually fold branches on undef.
Davide Italiano
2017-12-23
1
-3
/
+26
*
[SimplifyCFG] Don't do if-conversion if there is a long dependence chain
Guozhi Wei
2017-12-22
1
-0
/
+179
*
Add hasProfileData() to check if a function has profile data. NFC.
Easwaran Raman
2017-12-22
5
-10
/
+9
*
[SimplifyCFG] Avoid quadratic on a predecessors number behavior in instructio...
Michael Zolotukhin
2017-12-21
1
-14
/
+10
*
[ICP] Expose unconditional call promotion interface
Matthew Simpson
2017-12-20
1
-77
/
+178
*
[hwasan] Implement -fsanitize-recover=hwaddress.
Evgeniy Stepanov
2017-12-20
1
-7
/
+18
*
[InstCombine] Add debug location to new caller.
Florian Hahn
2017-12-20
1
-0
/
+1
*
Revert r320548:[SLP] Vectorize jumbled memory loads
Mohammad Shahid
2017-12-20
1
-195
/
+83
*
[LV] Remove unnecessary DoExtraAnalysis guard (silent bug)
Florian Hahn
2017-12-20
1
-2
/
+2
*
[memcpyopt] Teach memcpyopt to optimize across basic blocks
Dan Gohman
2017-12-20
1
-10
/
+46
*
Silence a bunch of implicit fallthrough warnings
Adrian Prantl
2017-12-19
3
-0
/
+3
*
[SeparateConstOffsetFromGEP] Fix a typo. NFC.
Haicheng Wu
2017-12-19
1
-1
/
+1
*
[JumpThreading] Restrict PRE across instructions that don't pass control to s...
Max Kazantsev
2017-12-19
1
-0
/
+14
*
[PGO] Fix handling of cold entry count for instrumented PGO
Teresa Johnson
2017-12-18
1
-1
/
+4
*
Fix more inconsistent line endings. NFC.
Dimitry Andric
2017-12-18
1
-9
/
+9
*
Removed unused DominanceFrontier
Matt Arsenault
2017-12-18
1
-3
/
+0
*
[PGO] add MST min edge selection heuristic to ensure non-zero entry count
Xinliang David Li
2017-12-18
1
-7
/
+67
*
[Memcpy Loop Lowering] Remove the fixed int8 lowering.
Sean Fertile
2017-12-18
1
-80
/
+13
*
[ThinLTO] Remove unused code
Eugene Leviant
2017-12-18
1
-14
/
+0
*
[SROA] Disable non-whole-alloca splits by default
Hiroshi Inoue
2017-12-18
1
-1
/
+6
*
[Memcpy Loop Lowering] Only calculate residual size/bytes copied when needed.
Sean Fertile
2017-12-16
1
-6
/
+10
*
[InstCombine] canonicalize shifty abs(): ashr+add+xor --> cmp+neg+sel
Sanjay Patel
2017-12-16
1
-0
/
+20
*
[LV] Extend InstWidening with CM_Widen_Recursive
Hal Finkel
2017-12-16
1
-5
/
+16
*
[SimplifyLibCalls] Inline calls to cabs when it's safe to do so
Hal Finkel
2017-12-16
1
-0
/
+33
*
[LV] NFC patch for moving VP*Recipe class definitions from LoopVectorize.cpp ...
Hal Finkel
2017-12-16
3
-392
/
+415
*
Fix NDEBUG build problem in r320895
Teresa Johnson
2017-12-16
1
-1
/
+1
*
[ThinLTO] Enable importing of aliases as copy of aliasee
Teresa Johnson
2017-12-16
1
-21
/
+97
*
Re-commit : [LICM] Allow sinking when foldable in loop
Jun Bum Lim
2017-12-15
1
-29
/
+79
*
[Memcpy Loop Lowering] Insert loop BB inbetween the split BB.
Sean Fertile
2017-12-15
1
-2
/
+3
*
fix typo in comment and remove inaccurate comment; NFC
Sanjay Patel
2017-12-15
1
-2
/
+0
*
Revert "Re-commit : [LICM] Allow sinking when foldable in loop"
Jun Bum Lim
2017-12-15
1
-78
/
+29
*
Re-commit : [LICM] Allow sinking when foldable in loop
Jun Bum Lim
2017-12-15
1
-29
/
+78
*
Revert "[LICM] Allow sinking when foldable in loop"
Jun Bum Lim
2017-12-15
1
-78
/
+29
*
[LICM] Allow sinking when foldable in loop
Jun Bum Lim
2017-12-15
1
-29
/
+78
*
[PM] port Rewrite Statepoints For GC to the new pass manager.
Fedor Sergeev
2017-12-15
2
-62
/
+103
*
[SimplifyCFG] don't sink common insts too soon (PR34603)
Sanjay Patel
2017-12-14
3
-5
/
+23
*
[SLPVectorizer] Don't ignore scalar extraction instructions of aggregate value
Guozhi Wei
2017-12-14
1
-3
/
+7
*
[PM][InstCombine] fixing omission of AliasAnalysis in new-pass-manager's vers...
Fedor Sergeev
2017-12-14
1
-2
/
+3
*
[LV] Support efficient vectorization of an induction with redundant casts
Dorit Nuzman
2017-12-14
2
-14
/
+227
*
[EarlyCSE] recognize swapped variants of abs/nabs as equivalent
Sanjay Patel
2017-12-13
1
-9
/
+12
*
Reverting [JumpThreading] Preservation of DT and LVI across the pass
Brian M. Rzycki
2017-12-13
4
-311
/
+89
*
[EarlyCSE] recognize commuted and swapped variants of min/max as equivalent (...
Sanjay Patel
2017-12-13
1
-0
/
+27
[prev]
[next]