More templatization.
[oota-llvm.git] / lib / Target / Sparc /
2007-11-13 Dale JohannesenAdd parameter to getDwarfRegNum to permit targets
2007-11-13 Bill WendlingUnifacalize the CALLSEQ{START,END} stuff.
2007-11-13 Bill WendlingUnify CALLSEQ_{START,END}. They take 4 parameters:...
2007-11-11 Anton KorobeynikovUse TableGen to emit information for dwarf register...
2007-11-05 Duncan SandsEliminate the remaining uses of getTypeSize. This
2007-10-18 Evan Cheng- Added getOpcodeAfterMemoryUnfold(). It doesn't unfold...
2007-10-18 Evan ChengUse SmallVectorImpl instead of SmallVector with hardcod...
2007-10-14 Evan ChengRevert 42908 for now.
2007-10-12 Dan GohmanChange the names used for internal labels to use the...
2007-10-11 Dan GohmanSet ISD::FPOW to Expand.
2007-10-10 Chris LattnerFix CodeGen/Generic/BasicInstrs.llx on sparc by marking...
2007-10-05 Evan Cheng- Added a few target hooks to generate load / store...
2007-09-26 Evan ChengAllow copyRegToReg to emit cross register classes copies.
2007-09-25 Dan GohmanMore explicit keywords.
2007-09-11 Evan ChengRemove (somewhat confusing) Imp<> helper, use let Defs...
2007-09-11 Duncan SandsFold the adjust_trampoline intrinsic into
2007-09-07 Owen AndersonAdd lengthof and endof templates that hide a lot of...
2007-08-30 Evan ChengAdd a variant of foldMemoryOperand to fold any load...
2007-08-03 Dale Johannesenlong double patch 2 of N. Handle it in TargetData.
2007-07-27 Duncan SandsSupport for trampolines, except for X86 codegen which is
2007-07-25 Dan GohmanDon't ignore the return value of AsmPrinter::doInitiali...
2007-07-21 Evan ChengNo more noResults.
2007-07-19 Evan ChengChange instruction description to split OperandList...
2007-07-14 Anton KorobeynikovLong live the exception handling!
2007-07-13 Evan ChengFix for PR1540: Specify F0, F1 are sub-registers of...
2007-07-13 Chris LattnerFix CodeGen/Generic/print-arith-fp.ll on sparc (PR1551)
2007-07-11 Lauro Ramos VenancioAssert when TLS is not implemented.
2007-07-11 Chris LattnerFix an oversight: for modules with no other identifying...
2007-07-09 Chris LattnerThe various "getModuleMatchQuality" implementations...
2007-06-29 John CriswellConvert .cvsignore files
2007-06-22 Dan GohmanMove ComputeMaskedBits, MaskedValueIsZero, and ComputeN...
2007-05-18 Evan ChengRemoveBranch() and InsertBranch() now returns number...
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-05-01 Evan ChengeliminateFrameIndex() change.
2007-03-20 Evan ChengAdded MRegisterInfo hook to re-materialize an instruction.
2007-03-07 Anton KorobeynikovRefactoring of formal parameter flags. Enable properly...
2007-02-28 Evan ChengPEI now passes a RegScavenger ptr to eliminateFrameIndex.
2007-02-23 Evan ChengBy default, spills kills the register being stored.
2007-02-22 Jim LaskeySimplify lowering and selection of exception ops.
2007-02-21 Jim LaskeySupport to provide exception and selector registers.
2007-02-19 Evan ChengRe-apply my liveintervalanalysis changes. Now with...
2007-02-19 Reid SpencerFor PR1207:
2007-02-17 Evan ChengAdded getReservedRegs().
2007-02-14 Chris LattnerGeneralize TargetData strings, to support more interest...
2007-01-29 Nate BegemanFinish off bug 680, allowing targets to custom lower...
2007-01-26 Jim LaskeyMake LABEL a builtin opcode.
2007-01-23 Evan ChenghasFP() is now a virtual method of MRegisterInfo.
2007-01-20 Chris LattnerTeach TargetData to handle 'preferred' alignment for...
2007-01-02 Evan ChengFix naming inconsistency.
2006-12-31 Reid SpencerFor PR950:
2006-12-19 Chris Lattnereliminate static ctors for Statistic objects.
2006-12-07 Bill WendlingWhat should be the last unnecessary <iostream>s in...
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-12-06 Chris LattnerThese asm printers shouldn't use assembly/writer.h
2006-11-30 Evan ChengMachineInstr::setOpcode -> MachineInstr::setInstrDescriptor
2006-11-27 Evan ChengChange MachineInstr ctor's to take a TargetInstrDescrip...
2006-11-15 Evan ChengProperly transfer kill / dead info.
2006-11-13 Evan ChengMatches MachineInstr changes.
2006-11-08 Evan ChengMatch tblegen changes.
2006-11-03 Chris Lattnerremove redundant/dead vars
2006-11-03 Chris Lattnersilence warnings
2006-11-02 Reid SpencerFor PR786:
2006-10-30 Evan ChengAll targets expand BR_JT for now.
2006-10-28 Chris Lattnerdon't dist internal readme
2006-10-24 Rafael Espindolafix warning about missing newline at end of file
2006-10-24 Chris Lattnerimplement uncond branch insertion for sparc to fix...
2006-10-13 Evan ChengMerge ISD::TRUNCSTORE to ISD::STORE. Switch to using...
2006-10-12 Chris Lattneradjcallstackup/down clobbers the stack pointer
2006-10-11 Evan ChengAdd properties to ComplexPattern.
2006-10-09 Evan ChengReflects ISD::LOAD / ISD::LOADX / LoadSDNode changes.
2006-10-05 Evan ChengMake use of getStore().
2006-10-05 Chris LattnerUse getSectionForFunction
2006-10-04 Evan ChengCombine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD...
2006-09-14 Anton KorobeynikovAdding dllimport, dllexport and external weak linkage...
2006-09-12 Evan ChengReflects MachineConstantPoolEntry changes.
2006-09-07 Jim Laskey1. Remove condition on delete.
2006-09-07 Jim LaskeyMake target asm info a property of the target machine.
2006-09-07 Jim LaskeyBreak out target asm info into separate files.
2006-09-06 Jim LaskeySeparate target specific asm properties from the asm...
2006-09-05 Chris LattnerCompletely eliminate def&use operands. Now a register...
2006-09-04 Chris LattnerCompletely rearchitect the interface between targets...
2006-09-03 Chris LattnerSimplify target construction.
2006-09-01 Chris LattnerUse a couple of multiclass patterns to factor some...
2006-09-01 Chris Lattnerremove a bunch of comments
2006-08-26 Evan ChengSelectNodeTo now returns a SDNode*.
2006-08-26 Evan ChengSelect() no longer require Result operand by reference.
2006-08-26 Evan ChengMatch tblgen changes.
2006-08-17 Chris LattnerConstify some methods. Patch provided by Anton Vayvod...
2006-08-16 Evan ChengSelectNodeTo() may return a SDOperand that is different...
2006-08-11 Evan ChengMatch tablegen changes.
2006-08-11 Evan ChengCALLSEQ_* produces chain even if that's not needed.
2006-08-08 Chris LattnerStart eliminating temporary vectors used to create...
2006-08-07 Evan ChengMatch tablegen isel changes.
2006-07-28 Evan ChengRemove InFlightSet hack. No longer needed.
2006-06-16 Chris LattnerDon't pass target name into TargetData anymore, it...
2006-06-15 Evan ChengType of extract_element index operand should be iPTR.
2006-05-26 Evan ChengChange RET node to include signness information of...
2006-05-25 Chris LattnerAdd support for the missing FP condition codes
next