Add PPC specific emitFrameIndexDebugValue.
[oota-llvm.git] / lib / Target / PowerPC /
2010-04-26 Evan ChengAdd PPC specific emitFrameIndexDebugValue.
2010-04-21 Evan ChengImplement -disable-non-leaf-fp-elim which disable frame...
2010-04-21 Dan GohmanAdd more const qualifiers on TargetMachine and friends.
2010-04-18 Anton KorobeynikovMake processor FUs unique for given itinerary. This...
2010-04-17 Dan GohmanAdd const qualifiers to TargetLoweringObjectFile usage.
2010-04-17 Dan GohmanUse const qualifiers with TargetLowering. This eliminat...
2010-04-17 Dan GohmanMove per-function state out of TargetLowering subclasse...
2010-04-17 Chandler CarruthName these stub files consistently with the SPU and...
2010-04-16 Dan GohmanAdd skeleton target-specific SelectionDAGInfo files.
2010-04-16 Dan GohmanEliminate an unnecessary SelectionDAG dependency in...
2010-04-15 Dan GohmanEnablePPC64RS and EnablePPC32RS are used in multiple...
2010-04-15 Dan GohmanFix a bunch of namespace polution.
2010-04-15 Dan GohmanAdd const qualifiers to CodeGen's use of LLVM IR constr...
2010-04-08 Chris Lattnerremove the TargetLoweringObjectFileMachO::getMachoSection
2010-04-08 Evan ChengAvoid using f64 to lower memcpy from constant string...
2010-04-07 Chris Lattneradd newlines at end of files.
2010-04-07 Dale JohannesenEducate GetInstrSizeInBytes implementations that
2010-04-05 Chris Lattnerremove the MMI pointer from MachineFrameInfo.
2010-04-05 Jakob Stoklund OlesenReplace TSFlagsFields and TSFlagsShifts with a simpler...
2010-04-05 Chris Lattnerjust have all targets create the DwarfWriter.
2010-04-05 Chris Lattnersimplify various getAnalysisUsage implementations.
2010-04-04 Chris Lattnereliminate the magic AbsoluteDebugSectionOffsets MAI...
2010-04-04 Chris Lattnerdon't reset the default.
2010-04-04 Chris LattnerMomentous day: remove the "O" member from AsmPrinter...
2010-04-04 Chris Lattnerfinish eliminating uses of O.
2010-04-04 Chris Lattnermcize more of ppc stub printing.
2010-04-04 Chris Lattnermcize a bunch more stuff, using EmitRawText for things we
2010-04-04 Chris Lattnerconvert the non-MCInstPrinter'ized EmitInstruction
2010-04-04 Chris Lattnerfix PrintAsmOperand and PrintAsmMemoryOperand to pass...
2010-04-04 Chris Lattnerchange a ton of code to not implicitly use the "O"...
2010-04-04 Mon P WangReapply address space patch after fixing an issue in...
2010-04-03 Chris Lattnerasmstreamerize the .size directive for function bodies...
2010-04-02 Chris Lattneruse DebugLoc default ctor instead of DebugLoc::getUnkno...
2010-04-02 Evan ChengCorrectly lower memset / memcpy of undef. It should...
2010-04-02 Mon P WangRevert r100191 since it breaks objc in clang
2010-04-02 Mon P WangReapply address space patch after fixing an issue in...
2010-04-02 Dale JohannesenTeach AnalyzeBranch, RemoveBranch and the branch
2010-04-01 Evan ChengAdd comments about DstAlign and SrcAlign.
2010-04-01 Evan Cheng- Avoid using floating point stores to implement memset...
2010-04-01 Evan ChengFix sdisel memcpy, memset, memmove lowering:
2010-03-31 Bill WendlingComment the changes for r98218 and friends inside the...
2010-03-30 Bob WilsonRevert Mon Ping's change 99928, since it broke all...
2010-03-30 Mon P WangAdded support for address spaces and added a isVolatile...
2010-03-30 Chris LattnerRip out the 'is temporary' nonsense from the MCContext...
2010-03-29 Benjamin KramerMake isInt?? and isUint?? template specializations...
2010-03-28 Chris Lattnerfix up vnot matching, eliminating a dead pattern, corre...
2010-03-20 Daniel DunbarTargetRegistry: Fix create{AsmInfo,MCDisassembler}...
2010-03-19 Chris Lattnerset SDNPVariadic on nodes throughout the rest of the...
2010-03-15 Bill WendlingNow that the default for Darwin platforms is to place...
2010-03-14 Chris Lattnertidy indentation
2010-03-14 Chris Lattnerget MMI out of the label uniquing business, just go...
2010-03-14 Chris LattnerNow that DBG_LABEL is updated, we can finally make...
2010-03-14 Chris Lattnerchange the DBG_LABEL MachineInstr to always be created
2010-03-14 Chris Lattnerchange the LabelSDNode to be EHLabelSDNode and make...
2010-03-14 Chris Lattnerchange EH related stuff (other than EH_LABEL) to use...
2010-03-13 Chris Lattnereliminate the now-unneeded context argument of MBB...
2010-03-13 Chris Lattnerrearrange MCContext ownership. Before LLVMTargetMachin...
2010-03-12 Jeffrey YasskinFix LLVM build when the user specifies CPPFLAGS on...
2010-03-12 Chris Lattnerinline GetGlobalValueSymbol into the rest its callers and
2010-03-12 Bill WendlingThe same situation that effected ARM effects PPC with...
2010-03-11 Bill WendlingMC-ize PPC's asm printing of stubs.
2010-03-10 Bill WendlingAdd a bit along with the MCSymbols stored in the Machin...
2010-03-10 Chris Lattnerset the temporary bit on MCSymbols correctly.
2010-03-09 Jim GrosbachChange the Value argument to eliminateFrameIndex to...
2010-03-09 Dale JohannesenThe address of an indirect call must be in R12 on Darwin.
2010-03-08 Chris LattnerFix a bunch of ambiguous patterns which tblgen happens...
2010-03-02 Chris LattnerSink InstructionSelect() out of each target into SDISel...
2010-03-02 Bill WendlingRemove dead parameter passing.
2010-03-02 Dan GohmanFloating-point add, sub, and mul are now spelled fadd...
2010-02-27 Chris Lattnerremove a bogus pattern, which had the same pattern...
2010-02-26 Jakob Stoklund OlesenMerge PPC instructions FMRS and FMRD into a single...
2010-02-26 Jakob Stoklund OlesenUse the right floating point load/store instructions...
2010-02-23 Chris Lattnerremove a bunch of dead named arguments in input patterns,
2010-02-21 Chris LattnerEliminate some uses of immAllOnes, just use -1, it...
2010-02-16 Dale JohannesenReally reserve R2 on PPC Darwin. PR 6314.
2010-02-16 Rafael EspindolaDrop support for the InReg attribute on the ppc backend...
2010-02-15 Anton KorobeynikovMove TLOF implementations to libCodegen to resolve...
2010-02-15 Anton KorobeynikovPreliminary patch to improve dwarf EH generation -...
2010-02-15 David GreeneRemove an assumption of default arguments. This is...
2010-02-12 Dale JohannesenAdd the problem I just hacked around in 96015/96020.
2010-02-12 Dale JohannesenThis should have gone in with 26015, see comments there.
2010-02-12 Dale JohannesenWhen save/restoring CR at prolog/epilog, in a large
2010-02-10 Dan GohmanFix "the the" and similar typos.
2010-02-10 Chris Lattnerprint all the newlines at the end of instructions with
2010-02-09 Chris Lattnermove target-independent opcodes out of TargetInstrInfo
2010-02-08 Dan GohmanRename the PerformTailCallOpt variable to GuaranteedTai...
2010-02-06 Rafael EspindolaFix alignment on ppc linux. This fixes the build of...
2010-02-03 Chris Lattnermake MachineModuleInfoMachO hold non-const MCSymbol...
2010-02-03 Chris Lattnerrejigger the world so that EmitInstruction prints the...
2010-02-02 Evan ChengRevert 95130.
2010-02-02 Chris Lattnerrefactor code so that LLVMTargetMachine creates the...
2010-02-02 Chris Lattnertidy some targets.
2010-02-02 Chris Lattnerdetemplatize the ppc code emitter.
2010-02-02 Chris Lattnerremove dead code.
2010-02-02 Chris Lattnereliminate all the dead addSimpleCodeEmitter implementat...
2010-02-02 Evan ChengPass callsite return type to TargetLowering::LowerCall...
2010-02-02 Chris Lattnerremove PPCMachOWriterInfo.
2010-01-29 Evan ChengPPC is not ready for sibcall optimization.
2010-01-28 Chris LattnerGive AsmPrinter the most common expected implementation of
2010-01-28 Chris LattnerRemove the argument from EmitJumpTableInfo, because...
next