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
/
PPCFastISel.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PowerPC] [FastISel] i1 constants must be zero extended
Hal Finkel
2014-12-25
1
-1
/
+1
*
[PowerPC]Add VSX loads/stores to fastisel for PPC target
Bill Seurer
2014-12-05
1
-4
/
+36
*
Fix bug in GPR to FPR moves in PPC64LE.
Samuel Antao
2014-10-09
1
-4
/
+4
*
Fix FastISel bug in boolean returns for PowerPC.
Samuel Antao
2014-09-17
1
-7
/
+18
*
Remove unnecessary blank space (test commit)
Samuel Antao
2014-09-17
1
-1
/
+1
*
[FastISel][tblgen] Rename tblgen generated FastISel functions. NFC.
Juergen Ributzka
2014-09-03
1
-11
/
+11
*
[FastISel] Rename public visible FastISel functions. NFC.
Juergen Ributzka
2014-09-03
1
-21
/
+21
*
Remove the target machine from CCState. Previously it was only used
Eric Christopher
2014-08-06
1
-4
/
+4
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-6
/
+5
*
[PowerPC] ELFv2 stack space reduction
Ulrich Weigand
2014-07-20
1
-1
/
+4
*
[PowerPC] ELFv2 function call changes
Ulrich Weigand
2014-07-20
1
-0
/
+4
*
[PPC64] Fix PR20071 (fctiduz generated for targets lacking that instruction)
Bill Schmidt
2014-06-24
1
-0
/
+4
*
[PowerPC] Refactor getMinCallFrameSize / getMinCallArgumentsSize
Ulrich Weigand
2014-06-23
1
-3
/
+3
*
[PowerPC] Allow stack frames without parameter save area
Ulrich Weigand
2014-06-23
1
-0
/
+12
*
[PPC64] Fix PR19893 - improve code generation for local function addresses
Bill Schmidt
2014-06-16
1
-7
/
+7
*
[pr19844] Add thread local mode to aliases.
Rafael Espindola
2014-05-28
1
-7
/
+1
*
Reset the subtarget for DAGToDAG on every iteration of runOnMachineFunction.
Eric Christopher
2014-05-22
1
-11
/
+9
*
Delete getAliasedGlobal.
Rafael Espindola
2014-05-16
1
-1
/
+1
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
1
-18
/
+18
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-5
/
+5
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
Prevent alias from pointing to weak aliases.
Rafael Espindola
2014-03-27
1
-1
/
+1
*
Revert "Prevent alias from pointing to weak aliases."
Rafael Espindola
2014-03-26
1
-1
/
+1
*
Prevent alias from pointing to weak aliases.
Rafael Espindola
2014-03-26
1
-1
/
+1
*
remove a bunch of unused private methods
Nuno Lopes
2014-03-23
1
-1
/
+0
*
Fix PR19144: Incorrect offset generated for int-to-fp conversion at -O0.
Bill Schmidt
2014-03-18
1
-3
/
+5
*
[C++11] Mark the target fast isel classes as 'final' so that the compiler can...
Craig Topper
2014-03-18
1
-1
/
+1
*
[Modules] Move GetElementPtrTypeIterator into the IR library. As its
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Add CR-bit tracking to the PowerPC backend for i1 values
Hal Finkel
2014-02-28
1
-1
/
+22
*
Rename a DebugLoc variable to DbgLoc and a DataLayout to DL.
Rafael Espindola
2014-02-18
1
-63
/
+71
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Avoid illegal integer promotion in fastisel
Bob Wilson
2013-11-15
1
-7
/
+2
*
[PowerPC] Fix problems with large code model (PR17169).
Bill Schmidt
2013-09-17
1
-4
/
+13
*
[PowerPC] Fast-isel cleanup patch.
Bill Schmidt
2013-08-31
1
-20
/
+37
*
[PowerPC] Add integer truncation support to fast-isel.
Bill Schmidt
2013-08-30
1
-0
/
+31
*
Correct partially defined variable
Bill Schmidt
2013-08-30
1
-1
/
+2
*
[PowerPC] Call support for fast-isel.
Bill Schmidt
2013-08-30
1
-1
/
+326
*
[PowerPC] Add handling for conversions to fast-isel.
Bill Schmidt
2013-08-30
1
-0
/
+273
*
[PowerPC] Handle selection of compare instructions in fast-isel.
Bill Schmidt
2013-08-30
1
-0
/
+18
*
Remove bogus debug statement. Sheesh.
Bill Schmidt
2013-08-30
1
-4
/
+2
*
[PowerPC] Add loads, stores, and related things to fast-isel.
Bill Schmidt
2013-08-30
1
-3
/
+765
*
[PowerPC] More fast-isel chunks (returns and integer extends)
Bill Schmidt
2013-08-26
1
-3
/
+219
*
[PowerPC] Add fast-isel branch and compare selection.
Bill Schmidt
2013-08-25
1
-9
/
+272
*
[PowerPC] Skeletal FastISel support for 64-bit PowerPC ELF.
Bill Schmidt
2013-07-30
1
-0
/
+328