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
/
PPCISelDAGToDAG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[PowerPC] Use rldicr instruction for AND with an immediate if possible
Nemanja Ivanovic
2017-02-24
1
-0
/
+13
*
[PPC] cleanup of mayLoad/mayStore flags and memory operands.
Sean Fertile
2017-01-26
1
-1
/
+5
*
[PowerPC] Expand ISEL instruction into if-then-else sequence.
Tony Jiang
2017-01-16
1
-4
/
+0
*
Revert "[PowerPC] Expand ISEL instruction into if-then-else sequence."
Tony Jiang
2017-01-16
1
-0
/
+4
*
[PowerPC] Expand ISEL instruction into if-then-else sequence.
Tony Jiang
2017-01-16
1
-4
/
+0
*
[PowerPC] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2017-01-13
1
-33
/
+53
*
Create the virtual register for the global base in the intersection of
Joerg Sonnenberger
2016-11-02
1
-2
/
+2
*
[PowerPC] - No SExt/ZExt needed for count trailing zeros
Nemanja Ivanovic
2016-10-27
1
-2
/
+4
*
[PPC] Better codegen for AND, ANY_EXT, SRL sequence
Ehsan Amiri
2016-10-24
1
-0
/
+17
*
[PPC] Shorter sequence to load 64bit constant with same hi/lo words
Guozhi Wei
2016-10-14
1
-2
/
+23
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
getValueType().getSizeInBits() -> getValueSizeInBits() ; NFCI
Sanjay Patel
2016-09-14
1
-5
/
+5
*
[PowerPC] Fix address-offset folding for plain addi
Hal Finkel
2016-09-07
1
-15
/
+38
*
[PowerPC] For larger offsets, when possible, fold offset into addis toc@ha
Hal Finkel
2016-09-02
1
-2
/
+27
*
[PowerPC] Don't apply the PPC64 address-formation peephole for offsets greate...
Hal Finkel
2016-09-02
1
-2
/
+7
*
[PowerPC] Don't consider fusion in PPC64 address-formation peephole
Hal Finkel
2016-09-02
1
-7
/
+0
*
Replace "fallthrough" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-1
/
+2
*
[PPC] Memoize getValueBits. NFC.
Tim Shen
2016-08-12
1
-35
/
+49
*
Use the range variant of remove_if instead of unpacking begin/end
David Majnemer
2016-08-12
1
-2
/
+1
*
[Codegen] Change PICLevel.
Davide Italiano
2016-06-17
1
-1
/
+1
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-15
/
+17
*
Remove bogus initialization of the PPC and Hexagon SelectionDAGISel
Chandler Carruth
2016-06-03
1
-18
/
+1
*
SDAG: Implement Select instead of SelectImpl in PPCDAGToDAGISel
Justin Bogner
2016-05-20
1
-151
/
+209
*
SDAG: Rename Select->SelectImpl and repurpose Select as returning void
Justin Bogner
2016-05-05
1
-4
/
+3
*
Remove uses of builtin comma operator.
Richard Trieu
2016-02-18
1
-16
/
+24
*
Refactor: Simplify boolean conditional return statements in lib/Target/PowerPC
Alexander Kornienko
2015-12-28
1
-4
/
+1
*
[BPI] Replace weights by probabilities in BPI.
Cong Hou
2015-12-22
1
-11
/
+9
*
[PowerPC] Add Branch Hints for Highly-Biased Branches
Hal Finkel
2015-12-12
1
-2
/
+66
*
Fix build after r255319.
Hans Wennborg
2015-12-11
1
-1
/
+1
*
[PPC]: Peephole optimize small accesss to aligned globals.
Kyle Butt
2015-12-11
1
-9
/
+26
*
Test Commit: iteratee
Kyle Butt
2015-12-02
1
-2
/
+2
*
Weak non-function symbols were being accessed directly, which is
Eric Christopher
2015-11-20
1
-8
/
+5
*
[PowerPC] Remove redundant code.
Tilmann Scheller
2015-11-10
1
-3
/
+2
*
Fix for bootstrap bug introduced in r244921
Nemanja Ivanovic
2015-11-02
1
-1
/
+1
*
PowerPC: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-20
1
-3
/
+3
*
[PowerPC] Fix invalid lxvdsx optimization (PR25157)
Bill Schmidt
2015-10-14
1
-0
/
+2
*
MachineBasicBlock: Factor out common code into isReturnBlock()
Matthias Braun
2015-09-25
1
-1
/
+1
*
[PowerPC] Fix and(or(x, c1), c2) -> rlwimi generation
Hal Finkel
2015-09-05
1
-3
/
+15
*
[PowerPC] Fix value type on XVCMPEQDP for v2f64 comparisons
Hal Finkel
2015-08-20
1
-3
/
+4
*
Fix some comment typos.
Benjamin Kramer
2015-08-08
1
-1
/
+1
*
Add allnodes() iterator range to SelectionDAG. NFC.
Pete Cooper
2015-07-14
1
-3
/
+2
*
Make TargetLowering::getPointerTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-14
/
+22
*
IR: Do not consider available_externally linkage to be linker-weak.
Peter Collingbourne
2015-07-05
1
-1
/
+1
*
[PPC64LE] Enable missing lxvdsx optimization, and related swap optimization
Bill Schmidt
2015-07-01
1
-12
/
+11
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
[PPC] Factor vector removal into a function and remove O(n^2) behavior.
Benjamin Kramer
2015-06-20
1
-25
/
+17
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Add VSX Scalar loads and stores to the PPC back end
Nemanja Ivanovic
2015-05-07
1
-1
/
+6
*
Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"
Sergey Dmitrouk
2015-04-28
1
-96
/
+122
*
Revert "[DebugInfo] Add debug locations to constant SD nodes"
Daniel Jasper
2015-04-28
1
-122
/
+96
[prev]
[next]