summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCFastISel.cpp
Commit message (Expand)AuthorAge
* [PPC64] Fix PR20071 (fctiduz generated for targets lacking that instruction)Bill Schmidt2014-06-24
* [PowerPC] Refactor getMinCallFrameSize / getMinCallArgumentsSizeUlrich Weigand2014-06-23
* [PowerPC] Allow stack frames without parameter save areaUlrich Weigand2014-06-23
* [PPC64] Fix PR19893 - improve code generation for local function addressesBill Schmidt2014-06-16
* [pr19844] Add thread local mode to aliases.Rafael Espindola2014-05-28
* Reset the subtarget for DAGToDAG on every iteration of runOnMachineFunction.Eric Christopher2014-05-22
* Delete getAliasedGlobal.Rafael Espindola2014-05-16
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-29
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-27
* Revert "Prevent alias from pointing to weak aliases."Rafael Espindola2014-03-26
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-26
* remove a bunch of unused private methodsNuno Lopes2014-03-23
* Fix PR19144: Incorrect offset generated for int-to-fp conversion at -O0.Bill Schmidt2014-03-18
* [C++11] Mark the target fast isel classes as 'final' so that the compiler can...Craig Topper2014-03-18
* [Modules] Move GetElementPtrTypeIterator into the IR library. As itsChandler Carruth2014-03-04
* Add CR-bit tracking to the PowerPC backend for i1 valuesHal Finkel2014-02-28
* Rename a DebugLoc variable to DbgLoc and a DataLayout to DL.Rafael Espindola2014-02-18
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Avoid illegal integer promotion in fastiselBob Wilson2013-11-15
* [PowerPC] Fix problems with large code model (PR17169).Bill Schmidt2013-09-17
* [PowerPC] Fast-isel cleanup patch.Bill Schmidt2013-08-31
* [PowerPC] Add integer truncation support to fast-isel.Bill Schmidt2013-08-30
* Correct partially defined variableBill Schmidt2013-08-30
* [PowerPC] Call support for fast-isel.Bill Schmidt2013-08-30
* [PowerPC] Add handling for conversions to fast-isel.Bill Schmidt2013-08-30
* [PowerPC] Handle selection of compare instructions in fast-isel.Bill Schmidt2013-08-30
* Remove bogus debug statement. Sheesh.Bill Schmidt2013-08-30
* [PowerPC] Add loads, stores, and related things to fast-isel.Bill Schmidt2013-08-30
* [PowerPC] More fast-isel chunks (returns and integer extends)Bill Schmidt2013-08-26
* [PowerPC] Add fast-isel branch and compare selection.Bill Schmidt2013-08-25
* [PowerPC] Skeletal FastISel support for 64-bit PowerPC ELF.Bill Schmidt2013-07-30