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
/
test
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
New instcombine rule: max(~a,~b) -> ~min(a, b)
Sanjoy Das
2015-02-24
1
-0
/
+68
*
Bugfix: SCEVExpander incorrectly marks increment operations as no-wrap
Sanjoy Das
2015-02-23
4
-5
/
+5
*
Revert 230275.
Sanjoy Das
2015-02-23
4
-5
/
+5
*
Fix bug 22641
Sanjoy Das
2015-02-23
4
-5
/
+5
*
Prevent hoisting fmul from THEN/ELSE to IF if there is fmsub/fmadd opportunity.
Chad Rosier
2015-02-23
2
-0
/
+77
*
InstSimplify: simplify 0 / X if nnan and nsz
Mehdi Amini
2015-02-23
1
-0
/
+9
*
IRCE: use SCEVs instead of llvm::Value's for intermediate
Sanjoy Das
2015-02-21
3
-14
/
+24
*
[PlaceSafepoints] Adjust enablement logic to default to off and be GC configu...
Philip Reames
2015-02-21
5
-9
/
+17
*
LoopRotate: When reconstructing loop simplify form don't split edges from ind...
Benjamin Kramer
2015-02-20
1
-0
/
+18
*
Introduce bitset metadata format and bitset lowering pass.
Peter Collingbourne
2015-02-20
3
-0
/
+201
*
Bugfix for 229954
Philip Reames
2015-02-20
1
-0
/
+11
*
[InstCombine] Remove unnecessary variable indexing into single-element arrays
Hal Finkel
2015-02-20
2
-5
/
+51
*
Adjust enablement of RewriteStatepointsForGC
Philip Reames
2015-02-20
1
-4
/
+4
*
Add a pass for constructing gc.statepoint sequences w/explicit relocations
Philip Reames
2015-02-20
1
-0
/
+77
*
[objc-arc-contract] We can not move retains over instructions which can not c...
Michael Gottesman
2015-02-20
1
-24
/
+72
*
[ARM] Re-re-apply VLD1/VST1 base-update combine.
Ahmed Bougacha
2015-02-19
1
-2
/
+2
*
Avoid conversion to float when creating ConstantDataArray/ConstantDataVector.
Rafael Espindola
2015-02-19
2
-0
/
+21
*
Add few simple tests to check statepoint placement for invoke instructions.
Igor Laevsky
2015-02-19
1
-0
/
+110
*
[x86,sdag] Two interrelated changes to the x86 and sdag code.
Chandler Carruth
2015-02-19
1
-2
/
+2
*
Partial fix for bug 22589
Sanjoy Das
2015-02-18
3
-15
/
+20
*
Minor fix after 229495.
Elena Demikhovsky
2015-02-18
1
-12
/
+4
*
[LoopAccesses] Modify test to also check symbolic strides with memchecks
Adam Nemet
2015-02-18
1
-3
/
+9
*
[InstCombine] Do not insert a GEP instruction before a landingpad instruction.
Akira Hatanaka
2015-02-18
1
-0
/
+44
*
[BDCE] Don't forget uses of root instructions seen before the instruction itself
Hal Finkel
2015-02-18
1
-0
/
+37
*
Fixed a bug in store sinking.
Elena Demikhovsky
2015-02-17
1
-0
/
+114
*
[BDCE] Add a bit-tracking DCE pass
Hal Finkel
2015-02-17
2
-0
/
+381
*
InstCombine: fold more cases of (fp_to_u/sint (u/sint_to_fp val))
Mehdi Amini
2015-02-16
1
-0
/
+110
*
Tests: reformat sitofp.ll and use FileCheck
Mehdi Amini
2015-02-16
1
-20
/
+39
*
[LoopReroll] Relax some assumptions a little.
James Molloy
2015-02-16
1
-0
/
+30
*
[LoopReroll] Don't crash on dead code
James Molloy
2015-02-16
1
-0
/
+36
*
IR: Properly return nullptr when getAggregateElement is out-of-bounds
David Majnemer
2015-02-16
1
-0
/
+19
*
FileCheck-ize a test to make it easier to migrate to typeless pointers
David Blaikie
2015-02-15
1
-2
/
+3
*
Update a test to make it easier to migrate to untyped pointers
David Blaikie
2015-02-15
1
-1
/
+1
*
Update a test to use FileCheck so it's easier to migrate to future typeless p...
David Blaikie
2015-02-15
1
-1
/
+3
*
Reformat test case to be easier to migrate to typeless pointers.
David Blaikie
2015-02-15
1
-1
/
+4
*
InstCombine: propagate deref via new addDereferenceableAttr
Ramkumar Ramachandra
2015-02-14
1
-0
/
+20
*
[InstCombine] When canonicalizing gep indices, prefer zext when possible
Philip Reames
2015-02-14
1
-0
/
+61
*
[InstCombine] Fix regression introduced at r227197.
Andrea Di Biagio
2015-02-13
1
-0
/
+27
*
[CodeGenPrepare] Removed duplicate logic. SimplifyCFG already knows how to sp...
Andrea Di Biagio
2015-02-13
4
-0
/
+298
*
[SimplifyCFG] Add test for r229099
James Molloy
2015-02-13
1
-0
/
+22
*
[unroll] Concede defeat and disable the unroll analyzer for now.
Chandler Carruth
2015-02-13
1
-4
/
+4
*
[InstCombine] Fix a bug when combining `icmp` from `ptrtoint`
Michael Liao
2015-02-13
1
-1
/
+22
*
[IC] Fix a bug with the instcombine canonicalizing of loads and
Chandler Carruth
2015-02-13
1
-0
/
+19
*
Check interleaving without relying on debug output.
Olivier Sallenave
2015-02-13
1
-3
/
+14
*
Testcase for r228988.
Michael Zolotukhin
2015-02-13
1
-0
/
+3
*
llvm/test/Transforms/LoopVectorize/PowerPC/small-loop-rdx.ll REQUIRES +Assert...
NAKAMURA Takumi
2015-02-13
1
-0
/
+1
*
Change max interleave factor to 12 for POWER7 and POWER8.
Olivier Sallenave
2015-02-12
1
-0
/
+35
*
Fix a crash in the assumption cache when inlining indirect function calls
Bjorn Steinbrink
2015-02-12
1
-0
/
+19
*
Update test case.
Benjamin Kramer
2015-02-12
1
-2
/
+2
*
InstCombine: Allow folding of xor into icmp by changing the predicate for vec...
Benjamin Kramer
2015-02-12
1
-0
/
+6
[next]