For PR950:
[oota-llvm.git] / include / llvm / Target /
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...
2006-05-23 Evan ChengAdded option -enable-finite-only-fp-math. When on,...
2006-05-20 Owen AndersonMake TargetData strings less redundant.
2006-05-18 Evan Chenglib/Target/Target.td
2006-05-17 Evan ChengAnother typo. Pointed out by Nate Begeman.
2006-05-17 Evan ChengFix a mis-leading comment.
2006-05-16 Chris LattnerThere is now a default impl of this method
2006-05-16 Andrew LenharthMove this code to a common place
2006-05-15 Chris LattnerImprove comments, patch provided by Vladimir Prus!
2006-05-12 Owen AndersonAdd a method to generate a string representation from...
2006-05-12 Owen AndersonRefactor a bunch of includes so that TargetMachine...
2006-05-12 Owen AndersonAdd a new constructor to TargetData that builds a Targe...
2006-05-12 Evan ChengAdd capability to scheduler to commute nodes for profit.
2006-05-11 Evan ChengAlso add super- register class info.
2006-05-09 Evan ChengAdded sub- register classes information.
2006-05-06 Chris LattnerAdd some new methods for computing sign bit information.
2006-05-04 Chris LattnerFix this to be a proper copy ctor
2006-05-03 Owen AndersonRefactor TargetMachine, pushing handling of TargetData...
2006-04-20 Chris LattnerRemove a bunch of dead stuff, shrinkifying TargetInstrD...
2006-04-20 Chris LattnerRemove some obsolete interfaces
2006-04-20 Evan ChengAdded a virtual method isVectorClearMaskLegal to TLI...
2006-04-12 Chris LattnerProvide a default impl of LowerArguments
2006-04-10 Jim LaskeyUse existing information.
2006-04-07 Jim LaskeyFoundation for call frame information.
2006-04-04 Chris LattnerMove isShuffleLegal from TLI to Legalize.
2006-04-04 Chris LattnerAllow targets to have fine grained control over which...
2006-03-31 Chris LattnerModify the TargetLowering::getPackedTypeBreakdown metho...
2006-03-31 Chris LattnerAdd a method useful for decimating vectors.
2006-03-28 Jim LaskeyExpose base register for DwarfWriter. Refactor code...
2006-03-24 Jim LaskeyTweak a comment.
2006-03-24 Jim LaskeyClean up some commentary.
2006-03-23 Jim LaskeyAdd support to locate local variables in frames (early...
2006-03-23 Chris LattnerEliminate IntrinsicLowering from TargetMachine.
2006-03-23 Chris Lattnerremove always-null IntrinsicLowering argument.
2006-03-22 Evan ChengAdded a ValueType operand to isShuffleMaskLegal()....
2006-03-20 Chris LattnerAdd some helper methods
2006-03-16 Evan ChengAdded a way for TargetLowering to specify what values...
2006-03-13 Evan ChengAdd LSR hooks.
2006-03-13 Evan ChengAdded getTargetLowering() - returns DAG lowering info.
2006-03-05 Chris Lattnercustom lowered nodes are legal too
2006-03-05 Chris Lattneradd a hook to insert a noop
2006-03-03 Evan ChengNumber of NodeTypes now exceeds 128.
2006-03-01 Chris LattnerAdd interfaces for targets to provide target-specific...
2006-03-01 Evan ChengMissing a cast previously.
2006-02-24 Chris LattnerAdd C_Memory operand type
next