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
*
[LSR] Tweak setup cost depth threshold to 10.
Amara Emerson
2019-05-10
1
-1
/
+1
*
[InferAddressSpaces] Enhance the handling of cosntexpr.
Michael Liao
2019-05-10
1
-3
/
+10
*
[DebugInfo] Use zero linenos for debug intrinsics when promoting dbg.declare
Jeremy Morse
2019-05-10
1
-9
/
+26
*
[CodeGenPrepare] Limit recursion depth for collectBitParts
David Stuttard
2019-05-09
1
-7
/
+17
*
[InstCombine] When turning sext into zext due to known bits, return the new Z...
Craig Topper
2019-05-08
1
-4
/
+2
*
[NewPassManager] Add tuning option: SLPVectorization [NFC].
Alina Sbirlea
2019-05-08
2
-4
/
+5
*
[MemorySSA] Teach LoopSimplify to preserve MemorySSA.
Alina Sbirlea
2019-05-08
9
-43
/
+104
*
[Reassociation] Place moved instructions after landing pads
David Greene
2019-05-08
1
-1
/
+23
*
[VPlan] Fix "value never used" static analyzer warning. NFCI.
Simon Pilgrim
2019-05-08
1
-2
/
+1
*
[SCCP] Fix crash when trying to constant-fold terminators multiple times.
Florian Hahn
2019-05-08
1
-1
/
+11
*
revert r360162 as it breaks most of the buildbots
Kostya Serebryany
2019-05-07
2
-21
/
+7
*
[InstCombine] Add new combine to add folding
Robert Lougher
2019-05-07
1
-1
/
+5
*
[InstCombine] allow sinking fneg operands through an FP min/max
Sanjay Patel
2019-05-07
1
-5
/
+5
*
[DebugInfo@O2][LoopVectorize] pr39024: Vectorized code linenos step through l...
Orlando Cazalet-Hyams
2019-05-07
2
-7
/
+21
*
Test commit access
Orlando Cazalet-Hyams
2019-05-07
1
-2
/
+2
*
[SanitizerCoverage] Use different module ctor names for trace-pc-guard and in...
Fangrui Song
2019-05-07
1
-8
/
+15
*
Revert "Re-commit r357452: SimplifyCFG SinkCommonCodeFromPredecessors: Also s...
Jordan Rupprecht
2019-05-06
1
-15
/
+14
*
[InstCombine] sink FP negation of operands through select
Sanjay Patel
2019-05-06
1
-0
/
+12
*
Pull out repeated CI->getCalledFunction() calls. NFCI.
Simon Pilgrim
2019-05-06
1
-2
/
+2
*
[InstCombine] reduce code duplication; NFC
Sanjay Patel
2019-05-06
1
-7
/
+7
*
[InstCombine] reduce code duplication; NFCI
Sanjay Patel
2019-05-06
1
-22
/
+19
*
[LoadStoreVectorizer] vectorizeStoreChain - ensure we find a store type.
Simon Pilgrim
2019-05-06
1
-1
/
+2
*
[SimplifyLibCalls] Simplify bcmp too.
Clement Courbet
2019-05-06
1
-1
/
+19
*
[DebugInfo] GlobalOpt DW_OP_deref_size instead of DW_OP_deref.
Markus Lavin
2019-05-06
1
-2
/
+6
*
[NFC] BasicBlock: refactor changePhiUses() out of replacePhiUsesWith(), use it
Roman Lebedev
2019-05-05
2
-18
/
+10
*
[NFC] PHINode: introduce replaceIncomingBlockWith() function, use it
Roman Lebedev
2019-05-05
2
-23
/
+4
*
[NFC] Instruction: introduce replaceSuccessorWith() function, use it
Roman Lebedev
2019-05-05
1
-3
/
+1
*
[NFC][Utils] deleteDeadLoop(): add an assert that exit block has some non-PHI...
Roman Lebedev
2019-05-05
1
-3
/
+7
*
[SLPVectorizer] Prefer pre-increments. NFCI.
Simon Pilgrim
2019-05-05
1
-3
/
+3
*
[SLPVectorizer] Make getSpillCost() const. NFCI.
Simon Pilgrim
2019-05-05
1
-2
/
+9
*
Move Value *RHSCIOp def into the scope where its actually used. NFCI.
Simon Pilgrim
2019-05-05
1
-2
/
+1
*
remove inalloca parameters in globalopt and simplify argpromotion
Bob Haarman
2019-05-02
2
-27
/
+31
*
[PGO][CHR] A bug fix.
Hiroshi Yamauchi
2019-05-01
1
-6
/
+21
*
[InstCombine] Limit a vector demanded elts rule which was producing invalid IR.
Philip Reames
2019-04-30
1
-0
/
+12
*
[PassManagerBuilder] Add option for interleaved loops, for loop vectorize.
Alina Sbirlea
2019-04-30
1
-4
/
+2
*
[SimplifyLibCalls] Clean up code (NFC)
Evandro Menezes
2019-04-30
1
-6
/
+8
*
MSan: handle llvm.lifetime.start intrinsic
Alexander Potapenko
2019-04-30
1
-8
/
+54
*
[InstCombine] reduce code duplication; NFC
Sanjay Patel
2019-04-29
1
-5
/
+7
*
[InstCombine] visitFCmpInst - appease copy+paste pattern warning. NFCI.
Simon Pilgrim
2019-04-29
1
-1
/
+1
*
[BlockExtractor] Expose a constructor for the group extraction
Quentin Colombet
2019-04-29
1
-3
/
+29
*
[BlockExtractor] Change the basic block separator from ',' to ';'
Quentin Colombet
2019-04-29
1
-1
/
+1
*
[LoopSimplifyCFG] Suppress expensive DomTree verification
Yevgeny Rouban
2019-04-29
1
-1
/
+7
*
[InferAddressSpaces] Add AS parameter to the pass factory
Sven van Haastregt
2019-04-26
1
-6
/
+11
*
[GlobalOpt] Swap the expensive check for cold calls with the cheap TTI check
Justin Bogner
2019-04-26
1
-2
/
+2
*
Assigning to a local object in a return statement prevents copy elision. NFC.
David Blaikie
2019-04-25
1
-4
/
+6
*
[ObjC][ARC] Let ARC optimizer bail out if the number of pointer states
Akira Hatanaka
2019-04-25
1
-2
/
+42
*
[Evaluator] Walk initial elements when handling load through bitcast
Robert Lougher
2019-04-25
1
-38
/
+65
*
[InstCombine][X86] Tweak generic expansion of PACKSS/PACKUS to shuffle then t...
Simon Pilgrim
2019-04-25
1
-7
/
+4
*
Fix include order. NFCI.
Simon Pilgrim
2019-04-25
1
-1
/
+1
*
Enable LoopVectorization by default.
Alina Sbirlea
2019-04-25
1
-1
/
+1
[next]