change NULL to 0, unbreaks the ppc target when building on ia64
[oota-llvm.git] / include / llvm / CodeGen /
2005-10-25 Chris LattnerAdd a method
2005-10-24 Chris LattnerRemove a prototype
2005-10-23 Andrew Lenharthadd TargetExternalSymbol
2005-10-21 Chris Lattneradd missing prototype
2005-10-20 Chris Lattneradd a new method
2005-10-13 Nate BegemanSimplifySelectCC is dead
2005-10-05 Chris Lattneradd a helper class
2005-09-30 Jim LaskeyAdded allnodes_size for scheduling support.
2005-09-28 Chris LattnerAdd FP versions of the binary operators, keeping the...
2005-09-21 Chris Lattnermove the live interval headers out of lib/CodeGen/
2005-09-07 Chris LattnerAdd a new argument to ReplaceAllUsesWith to keep track...
2005-09-02 Chris Lattneradd a map for nullary ops
2005-09-02 Chris LattnerTeach live intervals to not crash on dead livein regs
2005-09-02 Chris LattnerAdd a new ANY_EXTEND node, which operates like an exten...
2005-09-01 Nate BegemanFirst pass at the DAG Combiner. It isn't used anywhere...
2005-08-31 Chris Lattnerremove an inappropriate comment
2005-08-30 Chris LattnerAllow physregs to occur in the dag with multiple types...
2005-08-30 Nate BegemanAdd AssertSext, AssertZext nodes for targets that pass...
2005-08-30 Chris Lattneradd some method variants
2005-08-29 Chris Lattnerimprove comment
2005-08-29 Chris LattnerAdd a new API for nate
2005-08-27 Reid SpencerFix a typo.
2005-08-26 Chris LattnerAdd a new version of ReplaceAllUsesWith, make the comme...
2005-08-26 Chris LattnerChange ConstantPoolSDNode to actually hold the Constant...
2005-08-26 Chris LattnerFix a huge annoyance: SelectNodeTo took types before...
2005-08-25 Chris Lattneradd a method
2005-08-25 Chris Lattneradd an enum value
2005-08-25 Chris LattnerFix a problem Duraid noticed, where we weren't removing...
2005-08-25 Chris LattnerAdd support for TargetConstantPool node
2005-08-25 Chris Lattneradd a new TargetFrameIndex node
2005-08-24 Chris Lattneradd a method
2005-08-24 Chris Lattneradd two new methods
2005-08-24 Chris LattnerKeep the killed/dead sets sorted, so that "KillsRegiste...
2005-08-23 Chris LattnerChange live variables from using multimaps to using...
2005-08-23 Chris LattnerAdd RegisterDefIsDead to correspond to KillsRegister...
2005-08-21 Chris Lattneradd a method
2005-08-21 Chris LattnerADd a method
2005-08-21 Chris LattnerAdd 5-operand version of SelectNodeTo
2005-08-19 Chris LattnerADd support for TargetGlobalAddress nodes
2005-08-19 Nate BegemanAdd support for target nodes with more than 3 operands...
2005-08-18 Chris Lattneradd a method
2005-08-18 Nate BegemanAdd support for target DAG nodes that take 4 operands...
2005-08-17 Nate BegemanAdd two new methods isTargetOpcode() which returns...
2005-08-17 Jim LaskeyMove the code dependency for MathExtras.h from Selectio...
2005-08-17 Jim LaskeyCulling out use of unions for converting FP to bits...
2005-08-17 Chris Lattneradd ReplaceAllUsesWith, and a helper to implemented it
2005-08-17 Chris LattnerMake removeUser more efficient, add a matching addUser.
2005-08-17 Chris LattnerThis was moved to the .cpp file
2005-08-17 Chris Lattnermake sure to remove a node from the use list of its...
2005-08-17 Chris Lattneradd some helper methods, and a new TargetConstant node...
2005-08-16 Chris LattnerEliminate the RegSDNode class, which 3 nodes (CopyFromR...
2005-08-16 Nate BegemanImplement BR_CC and BRTWOWAY_CC. This allows the remov...
2005-08-16 Chris Lattnerallow passing a dag into getOperationName and dump
2005-08-16 Chris Lattneradd some methods for dag->dag isel
2005-08-13 Nate BegemanRemove an unncessary argument to SimplifySelectCC and...
2005-08-13 Nate BegemanFix the fabs regression on x86 by abstracting the selec...
2005-08-11 Nate BegemanSome SELECT_CC cleanups:
2005-08-10 Nate BegemanAdd new node, SELECT_CC. This node is for targets...
2005-08-09 Chris LattnerI can't believe I caught this before Misha! :)
2005-08-09 Chris LattnerEliminate the SetCCSDNode in favor of a CondCodeSDNode...
2005-08-01 Chris LattnerMark these as V9 specific
2005-07-28 Andrew Lenharthnew is not a valid default anywhere, so make this pure...
2005-07-28 Andrew LenharthLike constants, globals on some platforms are GOT relat...
2005-07-27 Jeff CohenEliminate tabs and trailing spaces.
2005-07-22 Andrew Lenharthallow constants to be relocated like GV (necessary...
2005-07-16 Chris LattnerAdd two helper methods, adjust a prototype
2005-07-16 Chris LattnerAdd ability to set TYPE and FLAGS field for section...
2005-07-16 Chris LattnerMajor refactor of the ELFWriter code. Instead of build...
2005-07-12 Chris LattnerAdd support for emitting 64-bit integers
2005-07-12 Chris LattnerAdd some apparently undocumented ELF section header...
2005-07-11 Chris LattnerThe symbol table just needs a const GlobalValue*, not...
2005-07-11 Chris Lattnerexpose a new code emitter object
2005-07-11 Chris Lattneradd a helper method
2005-07-11 Chris Lattneradd a name mangler object
2005-07-10 Chris LattnerChange *EXTLOAD to use an VTSDNode operand instead...
2005-07-10 Chris LattnerMove TRUNCSTORE to using a VTSDNode operand instead...
2005-07-10 Chris LattnerIntroduce a new VTSDNode class with the ultimate goal...
2005-07-07 Chris LattnerAdd support for building/representing the symbol table...
2005-06-27 Chris Lattneriniital checkin of ELFWriter header.
2005-05-14 Chris Lattneradd a new map
2005-05-14 Chris LattnerAdd a way to construct an arbitrary node, cleanly.
2005-05-14 Chris Lattneradd accessors
2005-05-14 Chris LattnerPrint the symbolic register name in a register allocato...
2005-05-13 Chris Lattneradd TAILCALL node
2005-05-13 Chris Lattneradd a new method
2005-05-13 Chris Lattnerallow a virtual register to be associated with live...
2005-05-12 Chris Lattnerrename the ADJCALLSTACKDOWN/ADJCALLSTACKUP nodes to...
2005-05-11 Chris Lattnernew method
2005-05-09 Chris LattnerAdd READPORT, WRITEPORT, READIO, WRITEIO nodes, wrap...
2005-05-03 Andrew LenharthImplement count leading zeros (ctlz), count trailing...
2005-05-01 Tanya LattnerAdding ModuloSched SB.
2005-04-28 Chris LattnerAdd FSQRT, FSIN, FCOS nodes, patch contributed by Morte...
2005-04-27 Andrew LenharthImplement Value* tracking for loads and stores in the...
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-13 Chris LattnerAdd a new helper method which returns the and that...
2005-04-13 Chris LattnerRemove the ZERO_EXTEND_INREG node which is redundant...
2005-04-11 Duraid Madinarename addU64Imm() to addImm64()
2005-04-11 Jeff CohenEliminate major source of VC++ "possible loss of data...
2005-04-10 Duraid Madina* store immediate values as int64_t, not int. come...
next