aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC
AgeCommit message (Expand)Author
2009-01-30Make LowerCallTo and LowerArguments take a DebugLocDale Johannesen
2009-01-28Rename getAnalysisToUpdate to getAnalysisIfAvailable.Duncan Sands
2009-01-27Respect the DisableRedZone flag on PowerPC.Dan Gohman
2009-01-25Private linkage support for PPC / Darwin.Evan Cheng
2009-01-20Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...Evan Cheng
2009-01-19Fix 80 col violations.Evan Cheng
2009-01-19Handle ISD::DECLARE with PIC relocation model.Evan Cheng
2009-01-16Fix PPC ISD::Declare isel and eliminate the need for PPCTargetLowering::Lower...Evan Cheng
2009-01-16Initial hazard recognizer support in post-pass scheduling. This includesDan Gohman
2009-01-15Generalize the HazardRecognizer interface so that it can be usedDan Gohman
2009-01-15Add the private linkage.Rafael Espindola
2009-01-15Move a few containers out of ScheduleDAGInstrs::BuildSchedGraphDan Gohman
2009-01-15Const-qualify getPreIndexedAddressParts and friends.Dan Gohman
2009-01-12Rename getABITypeSize to getTypePaddedSize, asDuncan Sands
2009-01-09Removed trailing whitespace from Makefiles.Misha Brukman
2009-01-08Convert DwarfWriter into a pass.Devang Patel
2009-01-05Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman
2009-01-01Fix PR3274: when promoting the condition of a BRCOND node,Duncan Sands
2008-12-19Fix bug 3202.Rafael Espindola
2008-12-05Re-did 60519. It turns out Darwin's handling of hidden visibility symbols are...Evan Cheng
2008-12-04Temporarily revert r60519. It was causing a bootstrap failure:Bill Wendling
2008-12-04Visibility hidden GVs do not require extra load of symbol address from the GO...Evan Cheng
2008-12-03A step towards geting linux ppc to work (see PR 3099)Dale Johannesen
2008-12-03Split foldMemoryOperand into public non-virtual and protected virtualDan Gohman
2008-12-03Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning.Dan Gohman
2008-12-03Fix bug 3140.Rafael Espindola
2008-12-03Add a sanity-check to tablegen to catch the case where isSimpleLoadDan Gohman
2008-12-01There are no longer any places that require aDuncan Sands
2008-12-01Change the interface to the type legalization methodDuncan Sands
2008-11-24If the type legalizer actually legalized anythingDuncan Sands
2008-11-24Fix comments.Matthijs Kooijman
2008-11-24Move target independent td files from lib/Target/ to include/llvm/Target so t...Evan Cheng
2008-11-23Rename SetCCResultContents to BooleanContents. InDuncan Sands
2008-11-22Make a convenient helper for printing offsets.Anton Korobeynikov
2008-11-19Experimental post-pass scheduling support. Post-pass schedulingDan Gohman
2008-11-18Add more const qualifiers. This fixes build breakage from r59540.Dan Gohman
2008-11-17Move some former testcases (low-probability codegenDale Johannesen
2008-11-15Adds extern "C" ints to the .cpp files that use RegisterTarget, asOscar Fuentes
2008-11-08Temporary revert my last commit: it seems it's triggering some subtle bug in ...Anton Korobeynikov
2008-11-08Factor out offset printing code into generic AsmPrinter.Anton Korobeynikov
2008-11-08Rename startFunctionStub to startGVStub since it's also used for GV non-lazy ...Evan Cheng
2008-11-07Make FP tests requiring two compares work on PPC (PR 642).Dale Johannesen
2008-11-07Flush the raw_ostream after emitting the assembly for a function.Dan Gohman
2008-11-05Reintroduce a comment that was removed with the AddToISelQueueDan Gohman
2008-11-05Eliminate the ISel priority queue, which used the topological order for aDan Gohman
2008-10-30Shift amounts should have type getShiftAmountTyDuncan Sands
2008-10-29Add a RM pseudoreg for the rounding mode, whichDale Johannesen
2008-10-28Fix darwin ppc llvm-gcc build breakage: interceptDuncan Sands
2008-10-27Have TableGen emit setSubgraphColor calls under control of a -gen-debugDavid Greene
2008-10-24Mark MFCR as reading all condition code registers.Dale Johannesen