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
/
CodeGen
/
PowerPC
/
select_const.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
Teach the DAGCombine to fold this pattern(c1 and c2 is constant).
QingShan Zhang
2019-06-26
1
-191
/
+78
*
[PowerPC] Add a peephole post RA to transform the inst that fed by add
QingShan Zhang
2018-08-20
1
-4
/
+2
*
[PowerPC] Replace the Post RA List Scheduler with the Machine Scheduler
Stefan Pintilie
2018-07-04
1
-6
/
+6
*
Allow binop C1, (select cc, CF, CT) -> select folding
Stanislav Mekhanoshin
2018-06-20
1
-126
/
+100
*
Tests for dag combine select (binop) -> select. NFC.
Stanislav Mekhanoshin
2018-06-18
1
-58
/
+332
*
[PowerPC] Remove the match pattern in the definition of LXSDX/STXSDX
Lei Huang
2018-05-24
1
-9
/
+9
*
[CodeGen] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
1
-75
/
+75
*
[PPC] Heuristic to choose between a X-Form VSX ld/st vs a X-Form FP ld/st.
Tony Jiang
2017-11-20
1
-1
/
+1
*
[DAGCombiner] allow transforming (select Cond, C +/- 1, C) to (add(ext Cond), C)
Sanjay Patel
2017-03-04
1
-144
/
+36
*
[DAGCombiner] fold binops with constant into select-of-constants
Sanjay Patel
2017-03-01
1
-299
/
+208
*
[PPC] add tests for select-of-constants with binop; NFC
Sanjay Patel
2017-03-01
1
-0
/
+557
*
[DAGCombiner] add missing folds for scalar select of {-1,0,1}
Sanjay Patel
2017-02-24
1
-54
/
+11
*
[PowerPC] add tests for select-of-constants; NFC
Sanjay Patel
2017-02-17
1
-0
/
+474