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
*
[SROA] Preserve DebugLoc when rewriting alloca partitions
Anastasis Grammenos
2018-06-28
1
-0
/
+2
*
[InstCombine] allow shl+mul combos with shuffle (select) fold (PR37806)
Sanjay Patel
2018-06-28
1
-5
/
+29
*
Revert "Add support for generating a call graph profile from Branch Frequency...
Benjamin Kramer
2018-06-28
2
-101
/
+0
*
Comment change to verify commit rights. NFC.
Jesper Antonsson
2018-06-28
1
-1
/
+1
*
[SCCP] Mark CFG as preserved.
Florian Hahn
2018-06-28
1
-0
/
+2
*
[IndVarSimplify] Ignore unreachable users of truncs
Max Kazantsev
2018-06-28
1
-0
/
+4
*
[CGProfile] Fix unused variable warning.
Michael J. Spencer
2018-06-28
1
-1
/
+1
*
Add support for generating a call graph profile from Branch Frequency Info.
Michael J. Spencer
2018-06-27
2
-0
/
+101
*
[ThinLTO] Print names in function import debug messages when available
Teresa Johnson
2018-06-27
1
-8
/
+15
*
[X86] Rename the autoupgraded of packed fp compare and fpclass intrinsics tha...
Craig Topper
2018-06-27
1
-6
/
+6
*
[InstCombine] Avoid creating mis-sized dbg.values in commonCastTransforms()
Vedant Kumar
2018-06-27
1
-2
/
+5
*
Revert "[asan] Instrument comdat globals on COFF targets"
Evgeniy Stepanov
2018-06-26
1
-33
/
+8
*
[JumpThreading] Don't try to rewrite a use if it's already valid.
Michael Zolotukhin
2018-06-26
1
-10
/
+12
*
Use a variable to appease a no-asserts bot, NFC
Vedant Kumar
2018-06-26
1
-0
/
+1
*
LoopUnroll: Allow analyzing intrinsic call costs
Matt Arsenault
2018-06-26
1
-2
/
+7
*
[Local] Add a convenient insertReplacementDbgValues overload, NFC
Vedant Kumar
2018-06-26
2
-8
/
+14
*
[Local] Sink salvageDI's early exit into helper functions, NFC
Vedant Kumar
2018-06-26
1
-5
/
+12
*
[InstCombine] simplify code for urem fold; NFCI
Sanjay Patel
2018-06-26
1
-5
/
+2
*
[InstCombine] fold urem with sext bool divisor
Sanjay Patel
2018-06-26
1
-2
/
+13
*
[SLPVectorizer] Recognise non uniform power of 2 constants
Simon Pilgrim
2018-06-26
1
-12
/
+11
*
[InstCombine] fold udiv with sext bool divisor
Sanjay Patel
2018-06-26
1
-1
/
+7
*
[IPSCCP] Change dead blocks to unreachable after visiting all executable blocks.
Florian Hahn
2018-06-26
1
-3
/
+11
*
Improve ConvertDebugDeclareToDebugValue
Bjorn Pettersson
2018-06-26
1
-0
/
+26
*
[InstCombine] (A + 1) + (B ^ -1) --> A - B
Gil Rapaport
2018-06-26
1
-0
/
+5
*
[PM/LoopUnswitch] Teach the new unswitch to handle nontrivial
Chandler Carruth
2018-06-25
1
-156
/
+201
*
[InstCombine] cleanup udiv folds; NFCI
Sanjay Patel
2018-06-25
1
-30
/
+20
*
[Instrumentation] Remove unused include
Benjamin Kramer
2018-06-25
1
-1
/
+0
*
[InstCombine] fold sdiv with sext bool divisor
Sanjay Patel
2018-06-25
1
-4
/
+7
*
[LoopIdiomRecognize] Fix a couple places where it appears we were uninteniona...
Craig Topper
2018-06-25
1
-6
/
+5
*
Add Triple::isMIPS()/isMIPS32()/isMIPS64(). NFC
Alexander Richardson
2018-06-25
4
-9
/
+5
*
[SampleFDO] Add an option to turn on/off warning about samples unused.
Wei Mi
2018-06-25
1
-0
/
+8
*
Use APInt[] bit access to avoid "32-bit shift implicitly converted to 64 bits...
Simon Pilgrim
2018-06-25
1
-1
/
+1
*
Use APInt[] bit access to avoid "32-bit shift implicitly converted to 64 bits...
Simon Pilgrim
2018-06-25
1
-1
/
+1
*
Fix invariant fdiv hoisting in LICM
Stanislav Mekhanoshin
2018-06-23
1
-14
/
+14
*
[LoopReroll] Rewrite induction variable rewriting.
Eli Friedman
2018-06-22
1
-177
/
+59
*
Re-land "[LTO] Enable module summary emission by default for regular LTO"
Tobias Edler von Koch
2018-06-22
1
-1
/
+5
*
[LoopUnswitch]Fix comparison for DomTree updates.
Alina Sbirlea
2018-06-22
1
-2
/
+3
*
[SLPVectorizer] Support alternate opcodes in tryToVectorizeList
Simon Pilgrim
2018-06-22
1
-28
/
+13
*
[SLPVectorizer] reorderAltShuffleOperands should just take InstructionsState....
Simon Pilgrim
2018-06-22
1
-7
/
+5
*
[SLPVectorizer] Relax alternate opcodes to accept any BinaryOperator pair
Simon Pilgrim
2018-06-22
1
-27
/
+11
*
[InstCombine] rearrange shuffle-of-binops logic; NFC
Sanjay Patel
2018-06-22
1
-17
/
+12
*
Revert r335324 due to a builtbot failure
Eugene Leviant
2018-06-22
1
-30
/
+3
*
[Evaluator] Improve evaluation of call instruction
Eugene Leviant
2018-06-22
1
-3
/
+30
*
Revert r335306 (and r335314) - the Call Graph Profile pass.
Chandler Carruth
2018-06-22
4
-114
/
+0
*
[InstCombine] fix shuffle-of-binops bug
Sanjay Patel
2018-06-21
1
-2
/
+8
*
[Instrumentation] Add Call Graph Profile pass
Michael J. Spencer
2018-06-21
4
-0
/
+114
*
[GVN] Avoid casting a vector of size less than 8 bits to i8
Matthew Voss
2018-06-21
1
-1
/
+7
*
[InstCombine] fold vector select of binops with constant ops to 1 binop (PR37...
Sanjay Patel
2018-06-21
1
-0
/
+51
*
Revert r335206 "Recommit r333268: [IPSCCP] Use PredicateInfo to propagate fac...
Francis Visoiu Mistrih
2018-06-21
2
-134
/
+10
*
[InstCombine] use constant pattern matchers with icmp+sext
Sanjay Patel
2018-06-21
1
-14
/
+11
[next]