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
/
Target
/
PowerPC
/
PPCPreEmitPeephole.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PowerPC] Remove redundant CRSET/CRUNSET in custom lowering of known CR bit s...
Yi-Hong Lyu
2019-11-08
1
-1
/
+16
*
[PowerPC] [Peephole] fold frame offset by using index form to save add.
czhengsz
2019-10-25
1
-0
/
+8
*
[PowerPC] Remove assertion "Shouldn't overwrite a register before it is killed"
Yi-Hong Lyu
2019-10-11
1
-8
/
+9
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-2
/
+2
*
[PowerPC] Remove redundant load immediate instructions
Yi-Hong Lyu
2019-07-23
1
-0
/
+103
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[PowerPC] Remove SeenUse check when optimizing conditional branch in
Wei Mi
2019-01-02
1
-1
/
+1
*
[PowerPC] Remove self-copies in pre-emit peephole
Nemanja Ivanovic
2018-10-09
1
-0
/
+24
*
[PowerPC] optimize conditional branch on CRSET/CRUNSET
Hiroshi Inoue
2018-09-26
1
-0
/
+71
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-4
/
+4
*
[PowerPC] Fix for PR35688 - handle out-of-range values for r+r to r+i conversion
Nemanja Ivanovic
2017-12-29
1
-1
/
+1
*
[PPC] Also disable the pre-emit version of reg+reg to reg+imm transformation.
Benjamin Kramer
2017-12-18
1
-1
/
+1
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-1
/
+1
*
[PowerPC] Convert r+r instructions to r+i (pre and post RA)
Nemanja Ivanovic
2017-12-15
1
-0
/
+95