aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC
Commit message (Expand)AuthorAgeFilesLines
...
* Remove non-DebugLoc versions of getMergeValues, ZeroExtendInReg.Dale Johannesen2009-02-051-20/+22
* Remove non-DebugLoc forms of CopyToReg and CopyFromReg.Dale Johannesen2009-02-042-24/+30
* Remove non-DebugLoc versions of getLoad and getStore.Dale Johannesen2009-02-042-69/+85
* Remove non-DebugLoc forms of the exotic formsDale Johannesen2009-02-041-51/+54
* Remove some more non-DebugLoc versions of constructionDale Johannesen2009-02-041-14/+16
* Remove a few non-DebugLoc versions of node creationDale Johannesen2009-02-041-5/+6
* Make LowerCallTo and LowerArguments take a DebugLocDale Johannesen2009-01-301-1/+2
* Rename getAnalysisToUpdate to getAnalysisIfAvailable.Duncan Sands2009-01-281-4/+4
* Respect the DisableRedZone flag on PowerPC.djg2009-01-271-1/+2
* Private linkage support for PPC / Darwin.evancheng2009-01-251-0/+2
* Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...Evan Cheng2009-01-202-7/+10
* Fix 80 col violations.Evan Cheng2009-01-191-2/+2
* Handle ISD::DECLARE with PIC relocation model.Evan Cheng2009-01-191-4/+15
* Fix PPC ISD::Declare isel and eliminate the need for PPCTargetLowering::Lower...Evan Cheng2009-01-162-4/+21
* Initial hazard recognizer support in post-pass scheduling. This includesDan Gohman2009-01-162-5/+0
* Generalize the HazardRecognizer interface so that it can be usedDan Gohman2009-01-153-8/+12
* Add the private linkage.Rafael Espindola2009-01-151-4/+6
* Move a few containers out of ScheduleDAGInstrs::BuildSchedGraphDan Gohman2009-01-151-1/+1
* Const-qualify getPreIndexedAddressParts and friends.Dan Gohman2009-01-152-10/+11
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-121-2/+2
* Removed trailing whitespace from Makefiles.Misha Brukman2009-01-092-5/+5
* Convert DwarfWriter into a pass.Devang Patel2009-01-081-19/+19
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-052-3/+1
* Fix PR3274: when promoting the condition of a BRCOND node,Duncan Sands2009-01-012-2/+2
* Fix bug 3202.Rafael Espindola2008-12-193-1/+14
* Re-did 60519. It turns out Darwin's handling of hidden visibility symbols are...Evan Cheng2008-12-052-27/+77
* Temporarily revert r60519. It was causing a bootstrap failure:Bill Wendling2008-12-042-6/+3
* Visibility hidden GVs do not require extra load of symbol address from the GO...Evan Cheng2008-12-042-3/+6
* A step towards geting linux ppc to work (see PR 3099)Dale Johannesen2008-12-031-0/+2
* Split foldMemoryOperand into public non-virtual and protected virtualDan Gohman2008-12-032-13/+13
* Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning.Dan Gohman2008-12-033-6/+6
* Fix bug 3140.Rafael Espindola2008-12-031-0/+1
* Add a sanity-check to tablegen to catch the case where isSimpleLoadDan Gohman2008-12-033-1/+7
* There are no longer any places that require aDuncan Sands2008-12-011-5/+5
* Change the interface to the type legalization methodDuncan Sands2008-12-012-72/+71
* If the type legalizer actually legalized anythingDuncan Sands2008-11-241-2/+2
* Fix comments.Matthijs Kooijman2008-11-241-2/+2
* Move target independent td files from lib/Target/ to include/llvm/Target so t...Evan Cheng2008-11-241-1/+1
* Rename SetCCResultContents to BooleanContents. InDuncan Sands2008-11-231-1/+1
* Make a convenient helper for printing offsets.Anton Korobeynikov2008-11-221-4/+1
* Experimental post-pass scheduling support. Post-pass schedulingDan Gohman2008-11-191-1/+1
* Add more const qualifiers. This fixes build breakage from r59540.Dan Gohman2008-11-182-4/+6
* Move some former testcases (low-probability codegenDale Johannesen2008-11-171-0/+45
* Adds extern "C" ints to the .cpp files that use RegisterTarget, asOscar Fuentes2008-11-152-0/+11
* Temporary revert my last commit: it seems it's triggering some subtle bug in ...asl2008-11-081-1/+4
* Factor out offset printing code into generic AsmPrinter.Anton Korobeynikov2008-11-081-4/+1
* Rename startFunctionStub to startGVStub since it's also used for GV non-lazy ...Evan Cheng2008-11-081-4/+4
* Make FP tests requiring two compares work on PPC (PR 642).Dale Johannesen2008-11-072-16/+33
* Flush the raw_ostream after emitting the assembly for a function.Dan Gohman2008-11-071-0/+2
* Reintroduce a comment that was removed with the AddToISelQueueDan Gohman2008-11-051-0/+1