aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCFastISel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-92/+111
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-54/+71
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-14/+24
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-36/+35
* Update to LLVM 3.5a.Stephen Hines2014-04-241-72/+102
* 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