make doxygen comment much better. Patch by B. Scott Michel!
[oota-llvm.git] / include / llvm / Target /
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...
2006-09-25 Chris Lattnerorder this properly to avoid warnings in TargetAsmInfo...
2006-09-24 Andrew LenharthAdd support for other relocation bases to jump tables...
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-06 Jim LaskeySeparate target specifc asm properties from asm printers.
2006-09-04 Duraid Madinaadd setJumpBufSize() and setJumpBufAlignment() to targe...
2006-09-04 Chris LattnerCompletely rearchitect the interface between targets...
2006-09-03 Chris LattnerEliminate target name.
2006-08-24 Chris Lattnerupdate some comments
2006-08-17 Chris LattnerConstify some methods. Patch provided by Anton Vayvod...
2006-08-10 Chris LattnerDoxygenify some methods.
2006-08-03 Chris Lattnerupdate comment
2006-08-03 Chris Lattnerremove some more dead sparcv9 support stuff
2006-07-27 Evan ChengResolve BB references with relocation.
2006-07-27 Evan ChengMove synchronizeICache from TargetJITInfo into a static...
2006-07-26 Chris LattnerRename RelocModel::PIC to PIC_, to avoid conflicts...
2006-07-25 Evan Cheng- Refactor the code that resolve basic block references...
2006-07-21 Jim LaskeyUse an enumeration to eliminate data relocations.
2006-07-19 Evan ChengMake sub- and super- register classes const.
2006-07-06 Evan ChengAdded option -code-model to set code model (only used...
2006-06-17 Evan ChengClean up
2006-06-16 Chris LattnerSimplify the targetdata ctor by not passing in a "targe...
2006-06-16 Chris LattnerRemove ctor with each piece specifyable (which causes...
2006-06-15 Evan ChengAvoid undesirable behavior when assert is not enabled.
2006-06-15 Evan ChengInstructions with variable operands (variable_ops)...
2006-06-12 Andrew LenharthStart on my todo list
2006-05-24 Reid SpencerFor PR786:
2006-05-23 Evan Cheng-enable-unsafe-fp-math implies -enable-finite-only...
next