aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-1828-205/+438
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-0940-805/+1136
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-2360-2546/+9930
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-0260-2405/+3738
* Update LLVM for rebase to r212749.Stephen Hines2014-07-2129-988/+1100
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-2944-725/+997
* Update to LLVM 3.5a.Stephen Hines2014-04-2469-3343/+9136
* Merging r-197100:Bill Wendling2013-12-121-0/+14
* Merging r197100:Bill Wendling2013-12-121-14/+0
* Merging r197089:Bill Wendling2013-12-121-0/+4
* Merging r195272:Bill Wendling2013-11-211-6/+6
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-194-1/+9
* Revert r194865 and r194874.Alexey Samsonov2013-11-184-9/+1
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-154-1/+9
* Avoid illegal integer promotion in fastiselBob Wilson2013-11-151-7/+2
* Add PPC option for full register names in asmHal Finkel2013-11-111-0/+10
* Use StringRef::startswith_lower. No functionality change.Rui Ueyama2013-10-311-4/+4
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-292-21/+21
* Add support for the VSX target attribute. No functional changeEric Christopher2013-10-162-0/+3
* Add a MCAsmInfoELF class and factor some code into it.Rafael Espindola2013-10-162-3/+3
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-083-2/+72
* Remove getEHExceptionRegister and getEHHandlerRegister.Rafael Espindola2013-10-072-12/+0
* [PowerPC] Fix PR17354: Generate nop after local calls for PIC code.Bill Schmidt2013-09-261-1/+3
* PPC: Allow partial fills in writeNopData()David Majnemer2013-09-261-4/+7
* PPC: Do not introduce ISD nodes for fctid and fctiwDavid Majnemer2013-09-263-8/+6
* PPC: Add support for fctid and fctiwDavid Majnemer2013-09-263-4/+12
* MC: Add support for treating $ as a reference to the PCDavid Majnemer2013-09-251-0/+2
* MC: Remove vestigial PCSymbol field from AsmInfoDavid Majnemer2013-09-251-3/+0
* ISelDAG: spot chain cycles involving MachineNodesTim Northover2013-09-221-1/+3
* Correct the pre-increment load latencies in the PPC A2 itineraryHal Finkel2013-09-221-3/+3
* [PowerPC] Add a FIXME.Bill Schmidt2013-09-171-0/+4
* [PowerPC] Fix problems with large code model (PR17169).Bill Schmidt2013-09-172-8/+22
* [PowerPC] Fix PR17155 - Ignore COPY_TO_REGCLASS during emit.Bill Schmidt2013-09-161-1/+8
* PPC: Don't restrict lvsl generation to after type legalizationHal Finkel2013-09-151-1/+2
* Revert r190764: PPC: Don't restrict lvsl generation to after type legalizationHal Finkel2013-09-151-0/+1
* PPC: Don't restrict lvsl generation to after type legalizationHal Finkel2013-09-151-1/+0
* Add missing break statement in PPCISelLoweringHal Finkel2013-09-131-0/+2
* Remove an unused variable, fixing -Werror build with latest Clang.Chandler Carruth2013-09-121-1/+0
* Fix PPC ABI for ByVal structs with vector membersHal Finkel2013-09-121-9/+49
* Make the PPC fast-math sqrt expansion safe at 0Hal Finkel2013-09-121-1/+21
* Implement asm support for a few PowerPC bookIII that are needed for assemblingRoman Divacky2013-09-124-0/+112
* Mark PPC MFTB and DST (and friends) as deprecatedHal Finkel2013-09-126-25/+56
* Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-121-2/+3
* PPC: Enable aggressive anti-dependency breakingHal Finkel2013-09-123-11/+3
* Greatly simplify the PPC A2 scheduling itineraryHal Finkel2013-09-113-726/+118
* Enable MI scheduling (and CodeGen AA) by default for embedded PPC coresHal Finkel2013-09-113-2/+52
* Implement TTI getUnrollingPreferences for PowerPCHal Finkel2013-09-111-0/+9
* Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-092-5/+5
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-012-43/+47
* [PowerPC] Fast-isel cleanup patch.Bill Schmidt2013-08-311-20/+37