summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCFastISel.cpp
Commit message (Expand)AuthorAgeFilesLines
* PPC LinkageSize can be computed at initialization time, do so.Eric Christopher2015-02-131-3/+1
* [PowerPC] Make r2 allocatable on PPC64/ELF for some leaf functionsHal Finkel2015-02-011-0/+6
* Use the cached subtargets and remove calls to getSubtarget/getSubtargetImplEric Christopher2015-01-301-4/+2
* Migrate some of PPC away from the use of bare getSubtarget/getSubtargetImpl.Eric Christopher2015-01-301-9/+8
* [PowerPC] Minor correction to r226432Hal Finkel2015-01-191-2/+1
* [PowerPC] Add r2 as an operand for all calls under both PPC64 ELF V1 and V2Hal Finkel2015-01-191-2/+3
* [PowerPC] Initial PPC64 calling-convention changes for fastccHal Finkel2015-01-181-2/+3
* Revert "r225811 - Revert "r225808 - [PowerPC] Add StackMap/PatchPoint support""Hal Finkel2015-01-141-69/+54
* Revert "r225808 - [PowerPC] Add StackMap/PatchPoint support"Hal Finkel2015-01-131-54/+69
* [PowerPC] Add missing override keywordHal Finkel2015-01-131-1/+1
* [PowerPC] Add StackMap/PatchPoint supportHal Finkel2015-01-131-69/+54
* [PowerPC] Split the blr definition into BLR and BLR8Hal Finkel2015-01-131-1/+1
* [PowerPC] [FastISel] i1 constants must be zero extendedHal Finkel2014-12-251-1/+1
* [PowerPC]Add VSX loads/stores to fastisel for PPC targetBill Seurer2014-12-051-4/+36
* Fix bug in GPR to FPR moves in PPC64LE.Samuel Antao2014-10-091-4/+4
* Fix FastISel bug in boolean returns for PowerPC.Samuel Antao2014-09-171-7/+18
* Remove unnecessary blank space (test commit)Samuel Antao2014-09-171-1/+1
* [FastISel][tblgen] Rename tblgen generated FastISel functions. NFC.Juergen Ributzka2014-09-031-11/+11
* [FastISel] Rename public visible FastISel functions. NFC.Juergen Ributzka2014-09-031-21/+21
* Remove the target machine from CCState. Previously it was only usedEric Christopher2014-08-061-4/+4
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-6/+5
* [PowerPC] ELFv2 stack space reductionUlrich Weigand2014-07-201-1/+4
* [PowerPC] ELFv2 function call changesUlrich Weigand2014-07-201-0/+4
* [PPC64] Fix PR20071 (fctiduz generated for targets lacking that instruction)Bill Schmidt2014-06-241-0/+4
* [PowerPC] Refactor getMinCallFrameSize / getMinCallArgumentsSizeUlrich Weigand2014-06-231-3/+3
* [PowerPC] Allow stack frames without parameter save areaUlrich Weigand2014-06-231-0/+12
* [PPC64] Fix PR19893 - improve code generation for local function addressesBill Schmidt2014-06-161-7/+7
* [pr19844] Add thread local mode to aliases.Rafael Espindola2014-05-281-7/+1
* Reset the subtarget for DAGToDAG on every iteration of runOnMachineFunction.Eric Christopher2014-05-221-11/+9
* Delete getAliasedGlobal.Rafael Espindola2014-05-161-1/+1
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-18/+18
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-5/+5
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-271-1/+1
* Revert "Prevent alias from pointing to weak aliases."Rafael Espindola2014-03-261-1/+1
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-261-1/+1
* remove a bunch of unused private methodsNuno Lopes2014-03-231-1/+0
* Fix PR19144: Incorrect offset generated for int-to-fp conversion at -O0.Bill Schmidt2014-03-181-3/+5
* [C++11] Mark the target fast isel classes as 'final' so that the compiler can...Craig Topper2014-03-181-1/+1
* [Modules] Move GetElementPtrTypeIterator into the IR library. As itsChandler Carruth2014-03-041-1/+1
* Add CR-bit tracking to the PowerPC backend for i1 valuesHal Finkel2014-02-281-1/+22
* Rename a DebugLoc variable to DbgLoc and a DataLayout to DL.Rafael Espindola2014-02-181-63/+71
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
* Avoid illegal integer promotion in fastiselBob Wilson2013-11-151-7/+2
* [PowerPC] Fix problems with large code model (PR17169).Bill Schmidt2013-09-171-4/+13
* [PowerPC] Fast-isel cleanup patch.Bill Schmidt2013-08-311-20/+37
* [PowerPC] Add integer truncation support to fast-isel.Bill Schmidt2013-08-301-0/+31
* Correct partially defined variableBill Schmidt2013-08-301-1/+2
* [PowerPC] Call support for fast-isel.Bill Schmidt2013-08-301-1/+326
* [PowerPC] Add handling for conversions to fast-isel.Bill Schmidt2013-08-301-0/+273
OpenPOWER on IntegriCloud