add a new form of insert.
[oota-llvm.git] / include / llvm / CodeGen /
2006-10-28 Chris Lattneradd an assertion
2006-10-28 Chris Lattnerremove dead method
2006-10-28 Chris Lattneradd a method for hacking on JTIdx's
2006-10-28 Chris Lattnerconst'ify jump table stuff
2006-10-28 Chris Lattneradd a method for deleting dead jump tables.
2006-10-28 Chris Lattnerdetermine whether a change was made
2006-10-28 Jim LaskeyEditorial clean up.
2006-10-27 Jim LaskeySwitch over from SelectionNodeCSEMap to FoldingSet.
2006-10-27 Chris LattnerTurn conditions like x<Y|z==q into multiple blocks.
2006-10-26 Evan ChengIndexed load / store changes.
2006-10-24 Devang PatelMove getPreferredAlignmentLog from AsmPrinter to TargetData
2006-10-24 Chris LattnerGeneralize CaseBlock a bit more:
2006-10-24 Chris Lattnergeneralize 'CaseBlock'. It really allows any compariso...
2006-10-24 Jim LaskeyTighter data structure for deleted debug labels.
2006-10-23 Chris Lattneradd two helper methods
2006-10-23 Jim LaskeyMore complete solution to deleting blocks and debug...
2006-10-21 Chris LattnerNew, wonderful isSuccessor method
2006-10-20 Chris Lattnertypo
2006-10-20 Chris Lattneradd isIdenticalTo method to machineinstr/operand.
2006-10-20 Chris Lattneradd method
2006-10-17 Chris Lattneradd a method to remove a line # record.
2006-10-17 Chris LattnerDo not leak all of the SourceLineInfo objects. Do...
2006-10-17 Chris Lattnerminor cleanups
2006-10-17 Evan ChengSplit PRE_INDEXED to PRE_INC / PRE_DEC and similarly...
2006-10-17 Jim LaskeyClean up interface to getGlobalLinkName.
2006-10-17 Jim LaskeyBasic support for getGlobalLinkName.
2006-10-16 Jim LaskeyPass AliasAnalysis thru to DAGCombiner.
2006-10-16 Chris Lattneradd a ReplaceMBBInJumpTables method
2006-10-14 Evan ChengStart checking from the root of the matched sub-tree.
2006-10-14 Chris LattnerWhen SimplifySetCC was moved to the DAGCombiner, it...
2006-10-13 Evan ChengMerge ISD::TRUNCSTORE to ISD::STORE. Switch to using...
2006-10-12 Evan ChengAdd RemoveDeadNode to remove a dead node and its (poten...
2006-10-11 Evan ChengNaming consistency.
2006-10-11 Andrew LenharthJimptables working again on alpha.
2006-10-11 Chris Lattneradd two helper methods.
2006-10-10 Evan ChengComments; getChain(), getBasePtr(), etc. should return...
2006-10-09 Evan ChengMerging ISD::LOAD and ISD::LOADX. Added LoadSDNode...
2006-10-06 Chris Lattneradd an accessor
2006-10-05 Evan ChengAdd getStore() helper function to create ISD::STORE...
2006-10-05 Chris LattnerPass the MachineFunction into EmitJumpTableInfo.
2006-10-05 Chris Lattnermove getSectionForFunction to AsmPrinter.
2006-10-04 Evan ChengCombine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD...
2006-10-03 Chris LattnerADd a method
2006-10-03 Chris LattnerProvide a function that ensures MBB numbering is dense...
2006-10-03 Bill WendlingFix for PR929. The PHI nodes were being gone through...
2006-10-02 Jim LaskeyAdd ability to annotate (color) nodes in a viewGraph.
2006-09-28 Chris Lattnerrefactor critical edge breaking out into the SplitCritE...
2006-09-26 Chris LattnerAdd support for ${:comment}, which expands to the curre...
2006-09-26 Chris LattnerAdd support for targets that want to do something with...
2006-09-24 Andrew LenharthAdd support for other relocation bases to jump tables...
2006-09-18 Jim LaskeySort out mangled names for globals
2006-09-15 Chris LattnerKeep track of the start of MBB's in a separate map...
2006-09-14 Evan ChengAdd MachineConstantPoolEntry getOffset() accessor.
2006-09-14 Evan ChengThe top bit is used to determine whether it's a Machine...
2006-09-14 Chris Lattnerrevert accidentally committed file
2006-09-14 Chris LattnerRemove dead methods, add getNumBlockIDs() method
2006-09-14 Evan ChengMirrors ConstantPoolSDNode.
2006-09-12 Evan ChengAdded support for machine specific constantpool values...
2006-09-10 Nate BegemanBehold, more work on relocations. Things are looking...
2006-09-09 Chris LattnerImplement new fpowi node
2006-09-08 Nate BegemanFirst pass at supporting relocations. Relocations...
2006-09-07 Jim LaskeyMake target asm info a property of the target machine.
2006-09-06 Jim LaskeySeparate target specific asm properties from the asm...
2006-09-05 Evan ChengIsDef can only be accessed / set if operand is a register.
2006-09-05 Evan ChengInitialize IsDef of all non-register MachineOperand...
2006-09-05 Chris LattnerCompletely eliminate def&use operands. Now a register...
2006-09-04 Chris LattnerADd getImm/setImm methods
2006-09-04 Chris LattnerAdd some short-hand accessors
2006-09-03 Chris LattnerAvoid beating on the mi2i map when we know the answer...
2006-09-03 Chris LattnerMove two methods out of line, make them work when the...
2006-09-02 Chris LattnerFix a typo pointed out by Gabor
2006-09-02 Chris Lattneradd a prototype
2006-09-02 Chris LattnerIteration is required for some cases, even if they...
2006-09-02 Chris Lattnernew method
2006-09-01 Chris Lattnerremove some particularly expensive assertions
2006-09-01 Chris LattnerIterative coallescing doesn't buy us anything (we get...
2006-08-31 Chris Lattneravoid calling the virtual isMoveInstr method endlessly...
2006-08-30 Chris Lattnerfix 80 column issue
2006-08-29 Chris LattnerTeach the coallescer to coallesce live intervals joined...
2006-08-29 Evan ChengMove isCommutativeBinOp from SelectionDAG.cpp and DAGCo...
2006-08-27 Evan ChengEliminate SelectNodeTo() and getTargetNode() variants...
2006-08-26 Nate BegemanProperly size the string table, and emit symbol table...
2006-08-26 Evan ChengSelectNodeTo now returns a SDNode*.
2006-08-25 Chris LattnerCompletely change the way that joining with physregs...
2006-08-25 Jim LaskeyTidy up.
2006-08-25 Jim LaskeyConsolidate callee saved register information so that...
2006-08-25 Nate BegemanGet closer to handling globals correctly. We now gener...
2006-08-24 Chris LattnerTake advantage of the recent improvements to the livein...
2006-08-24 Reid SpencerRemove a FIXME. Don't use strlcpy that isn't available...
2006-08-23 Nate BegemanCorrectly attribute file author & remote tabs
2006-08-23 Nate BegemanInitial checkin of the Mach-O emitter. There's plenty...
2006-08-22 Chris LattnerImprove the LiveInterval class to keep track of which...
2006-08-22 Chris LattnerSwitch to using smallvector for liveintervals. This...
2006-08-21 Chris Lattnermove LiveInterval state all together
2006-08-17 Chris LattnerConstify some methods. Patch provided by Anton Vayvod...
2006-08-17 Chris Lattnerswitch the SUnit pred/succ sets from being std::sets...
2006-08-16 Chris Lattneradd an accessor
2006-08-16 Chris LattnerConvert vector to smallvector: 4% speedup.
2006-08-16 Chris LattnerChange the use_list to be a smallvector instead of...
2006-08-15 Chris LattnerStart using SDVTList more consistently
next