For PR411:
[oota-llvm.git] / include / llvm / Target /
2007-02-03 Bill WendlingAdded GetTargetRelocation method.
2007-02-01 Jim LaskeySupport for non-landing pad exception handling.
2007-02-01 Anton KorobeynikovFixed uninitialized stuff inside LegalizeDAG. Fortunate...
2007-02-01 Chris Lattnerrename DenseMap to IndexedMap.
2007-01-31 Evan ChengAllow the target to override the ISD::CondCode that...
2007-01-29 Nate BegemanFinish off bug 680, allowing targets to custom lower...
2007-01-29 Jim LaskeyFlag to control exception handling.
2007-01-29 Jim LaskeyLanding pad-less eh for PPC.
2007-01-28 Anton KorobeynikovPropagate changes from my local tree. This patch includes:
2007-01-27 Bill WendlingAccessor for the TargetELFWriterInfo class object.
2007-01-27 Bill WendlingThe TargetELFWriterInfo class holds target-specific...
2007-01-26 Jim LaskeyMake LABEL a builtin opcode.
2007-01-25 Evan ChengAdded a MRegisterInfo hook that tells PEI the target...
2007-01-24 Jim LaskeyRepair debug frames as a prelude to eh_frames. Switche...
2007-01-24 Bill WendlingMake ivars private and use getters. Have the MachOWrite...
2007-01-24 Evan ChengRenamed getTypeAlignmentShift() to getPreferredTypeAlig...
2007-01-24 Bill WendlingA virtual method to return the TargetMachOWriterInfo...
2007-01-24 Bill WendlingNew "TargetMachOWriterInfo" class. It holds target...
2007-01-23 Evan ChenghasFP() is now a virtual method of MRegisterInfo.
2007-01-22 Evan ChengUpdate comment.
2007-01-20 Reid SpencerImplement a getTypeSizeInBits method. This helps in...
2007-01-20 Owen AndersonTargetData assumes (and some regression tests depend...
2007-01-20 Chris LattnerTeach TargetData to handle 'preferred' alignment for...
2007-01-18 Chris Lattneradd new JumpTableSpecialLabelPrefix hook to asmprinter...
2007-01-17 Chris Lattnerdocument that BSSSection can be null.
2007-01-17 Anton KorobeynikovDocument flag
2007-01-17 Anton Korobeynikov* Fix one more bug in PIC codegen: extra load is needed...
2007-01-17 Bill WendlingRevert patch.
2007-01-17 Chris Lattnermake doxygen comment much better. Patch by B. Scott...
2007-01-17 Bill WendlingThe TargetObjInfo object goes here.
2007-01-17 Bill WendlingNew "TargetObjInfo" class. This holds information that...
2007-01-16 Bill WendlingFix for PR1095:
2007-01-14 Chris Lattneradd a new HiddenDirective member for handling visibility.
2007-01-12 Reid SpencerDon't #include DerivedTypes.h in this header. Make...
2007-01-12 Evan Cheng- Move RTLIB::Libcall enum to a separate file.
2007-01-12 Evan ChengSilence a bogus compiler warning.
2007-01-12 Reid SpencerFor PR1064:
2007-01-12 Evan ChengStore default libgcc routine names and allow them to...
2007-01-11 Reid SpencerRename BoolTy as Int1Ty. Patch by Sheng Zhou.
2007-01-05 Evan Cheng- Remove isSetCCExpensive() etc. These are no longer...
2007-01-02 Evan ChengFix naming inconsistency: calleesave -> calleesaved.
2007-01-02 Evan ChengAdd virtual method spillCalleeSaveRegisters() and resto...
2006-12-31 Reid SpencerFor PR950:
2006-12-21 Jim LaskeyGrandchildren are covered by protect.
2006-12-21 Jim LaskeyChanges from Nick Lewycky with a simplified PPCTargetAs...
2006-12-17 Bill WendlingAdded an automatic cast to "std::ostream*" etc. from...
2006-12-15 Evan ChengSilly assertion. Forgot variable_ops instructions can...
2006-12-13 Evan ChengAdd getTypeToExpandTo() which recursively walks Transfo...
2006-12-13 Evan ChengUpdate comments.
2006-12-13 Evan ChengUpdate comments.
2006-12-12 Jim LaskeyRemove unneeded include.
2006-12-12 Jim LaskeyRollback changes to take a different tack.
2006-12-12 Jim LaskeyHonor the command line specification for machine type.
2006-12-10 Anton KorobeynikovCleaned setjmp/longjmp lowering interfaces. Now we...
2006-12-09 Evan ChengAdded option -soft-float to generate SW fp library...
2006-12-08 Evan ChengMove findTiedToSrcOperand to TargetInstrDescriptor.
2006-12-08 Evan ChengUse MI's TargetInstrDescriptor.
2006-12-01 Evan ChengTypo
2006-12-01 Evan Cheng- Add getOperandConstraint() to TargetInstrDescriptor.
2006-12-01 Evan ChengAdd weak reference directive.
2006-11-29 Chris Lattneradd a hook to allow targets to hack on inline asms...
2006-11-28 Andrew LenharthAdd per-target support for asm translation in the cbe
2006-11-17 Evan ChengAdd opcode to TargetInstrDescriptor.
2006-11-09 Evan ChengAdd a mechanism to specify whether a target supports...
2006-11-09 Evan ChengRename ISD::MemOpAddrMode to ISD::MemIndexedMode
2006-11-09 Evan ChenggetPostIndexedAddressParts change: passes in load/store...
2006-11-09 Evan ChengRemove M_2_ADDR_FLAG.
2006-11-07 Evan ChengAdded target hook for post-indexed memory ops transform...
2006-11-06 Chris LattnerAdd a new operand flag to mark which operand is the...
2006-11-06 Chris Lattneradd a flag so that predicated instructions can be recog...
2006-11-03 Evan ChengRename
2006-11-03 Evan ChengAdded a target specific hook to check whether / how...
2006-11-02 Chris Lattnergeneralize this api
2006-11-01 Evan ChengRename
2006-11-01 Evan ChengAdded getTiedToSrcOperand() to check for two-address...
2006-11-01 Evan ChengAdd operand constraints to TargetInstrInfo.
2006-10-31 Chris LattnerChange the prototype for TargetLowering::isOperandValid...
2006-10-30 Reid SpencerDon't mislead readers by claiming a variable is default...
2006-10-30 Reid SpencerAdd debug support for X86/ELF targets (Linux). This...
2006-10-28 Chris Lattneradd another target hook for branch folding.
2006-10-26 Evan ChengAdded CStringSection.
2006-10-24 Devang PatelTargetData is not subclassed. So no need to have virtua...
2006-10-24 Devang PatelMove getPreferredAlignmentLog from AsmPrinter to TargetData
2006-10-24 Chris Lattnerupdate comment
2006-10-24 Rafael Espindolafix assert comment
2006-10-17 Chris Lattnerexpose DWARF_LABEL opcode# so the branch folder can...
2006-10-17 Chris Lattnerupdate comment
2006-10-13 Evan ChengMerge ISD::TRUNCSTORE to ISD::STORE. Switch to using...
2006-10-13 Chris Lattnerit is easier to implement these when they are virtual
2006-10-13 Chris Lattnerallow branch reversal to fail
2006-10-13 Chris Lattnerreplace the existing branch inspection/modification...
2006-10-13 Chris LattnerExpose method and ivars for measuring inline asm length...
2006-10-09 Evan ChengMerging ISD::LOAD and ISD::LOADX. Added LoadSDNode...
2006-10-06 Chris LattnerAdd support for targets to declare that they use a GOT
2006-10-05 Chris Lattnerremove JumpTableTextSection
2006-10-05 Chris Lattnermove getSectionForFunction to AsmPrinter.
2006-10-05 Chris LattnerGive TargetAsmInfo a virtual dtor, add a new getSection...
2006-10-04 Evan ChengCombine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD...
2006-09-28 Evan Cheng- Added a hook processFunctionBeforeCalleeSaveScn(...
2006-09-26 Chris LattnerAdd support for targets that want to do something with...
next