summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCFastISel.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [PowerPC] Handle selection of compare instructions in fast-isel.Bill Schmidt2013-08-301-0/+18
* Remove bogus debug statement. Sheesh.Bill Schmidt2013-08-301-4/+2
* [PowerPC] Add loads, stores, and related things to fast-isel.Bill Schmidt2013-08-301-3/+765
* [PowerPC] More fast-isel chunks (returns and integer extends)Bill Schmidt2013-08-261-3/+219
* [PowerPC] Add fast-isel branch and compare selection.Bill Schmidt2013-08-251-9/+272
* [PowerPC] Skeletal FastISel support for 64-bit PowerPC ELF.Bill Schmidt2013-07-301-0/+328
OpenPOWER on IntegriCloud