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
*
PPC LinkageSize can be computed at initialization time, do so.
Eric Christopher
2015-02-13
1
-3
/
+1
*
[PowerPC] Make r2 allocatable on PPC64/ELF for some leaf functions
Hal Finkel
2015-02-01
1
-0
/
+6
*
Use the cached subtargets and remove calls to getSubtarget/getSubtargetImpl
Eric Christopher
2015-01-30
1
-4
/
+2
*
Migrate some of PPC away from the use of bare getSubtarget/getSubtargetImpl.
Eric Christopher
2015-01-30
1
-9
/
+8
*
[PowerPC] Minor correction to r226432
Hal Finkel
2015-01-19
1
-2
/
+1
*
[PowerPC] Add r2 as an operand for all calls under both PPC64 ELF V1 and V2
Hal Finkel
2015-01-19
1
-2
/
+3
*
[PowerPC] Initial PPC64 calling-convention changes for fastcc
Hal Finkel
2015-01-18
1
-2
/
+3
*
Revert "r225811 - Revert "r225808 - [PowerPC] Add StackMap/PatchPoint support""
Hal Finkel
2015-01-14
1
-69
/
+54
*
Revert "r225808 - [PowerPC] Add StackMap/PatchPoint support"
Hal Finkel
2015-01-13
1
-54
/
+69
*
[PowerPC] Add missing override keyword
Hal Finkel
2015-01-13
1
-1
/
+1
*
[PowerPC] Add StackMap/PatchPoint support
Hal Finkel
2015-01-13
1
-69
/
+54
*
[PowerPC] Split the blr definition into BLR and BLR8
Hal Finkel
2015-01-13
1
-1
/
+1
*
[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
[next]