add some new file types
[oota-llvm.git] / include / llvm / CodeGen /
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...
2005-04-09 Chris Lattneradd routines to track the livein/out set for a function
2005-04-09 Chris LattnerAdd a new node
2005-04-08 Chris Lattnerfix this method for 64-bit constants
2005-04-06 Chris Lattnerdocument these nodes, as they are nonobvious
2005-04-05 Nate BegemanAdd MULHU and MULHS nodes for the high part of an ...
2005-04-03 Duraid Madinaa wise man once said:
2005-04-02 Duraid Madinaadd support for prefix/suffix strings to go around...
2005-04-02 Chris LattnerAdd two happy new nodes for FABS and FNEG
2005-04-02 Chris Lattnerfix a comment
2005-04-02 Chris Lattneradd some new nodes.
2005-04-01 Nate BegemanAdd ISD::UNDEF node
2005-03-31 Misha BrukmanFix spelling of `corresponds'
2005-03-31 Andrew LenharthPCMarker support for DAG and Alpha
2005-03-17 Duraid Madinadainty
2005-03-09 Chris LattnerAllow the live interval analysis pass to be a bit more...
2005-02-17 Chris LattnerMap doubles from integers, not the double itself.
2005-01-30 Chris LattnerImprove spelling
2005-01-29 Chris LattnerAdjust to ilist changes.
2005-01-23 Chris LattnerAdd an accessor.
2005-01-23 Chris LattnerExpose more information from register allocation to...
2005-01-23 Chris LattnerGive SelectionDAG a TargetLowering instance instead...
2005-01-21 Chris LattnerKeep track of node depth for each node
2005-01-20 Chris LattnerEliminate the unimplemented ADDC/SUBB operations, add...
2005-01-19 Chris LattnerAdd an accessor for targets that pass args in regs
2005-01-18 Chris LattnerKeep track of the returned value type as well.
2005-01-18 Chris LattnerAllow setcc operations to have non-bool types.
2005-01-17 Chris LattnerMake methods private, add a method.
2005-01-17 Chris LattnerAdd methods
2005-01-15 Chris LattnerAdd some helper methods.
2005-01-15 Chris LattnerAdd new SIGN_EXTEND_INREG, ZERO_EXTEND_INREG, and FP_RO...
2005-01-14 Chris LattnerChange CopyFromReg to take and produce a chain node...
2005-01-14 Chris LattnerStart adding some new operators, give IMPLICIT_DEF...
2005-01-13 Chris LattnerAdd a method
2005-01-13 Chris LattnerAdd new ImplicitDef node, rename CopyRegSDNode class...
2005-01-13 Chris LattnerAdd a new node type, add comments.
2005-01-12 Chris LattnerNew method.
2005-01-12 Chris LattnerUpdate comments to indicate CopyFrom/ToReg take physreg...
2005-01-11 Chris LattnerAdd MEMSET/MEMCPY/MEMMOVE operations. Fix a really...
2005-01-10 Chris LattnerAdd a helper method.
2005-01-10 Chris LattnerAdd support for graph operations, and add a viewGraph...
2005-01-08 Chris LattnerAdjust prototype
2005-01-08 Chris LattnerSilence VS warnings.
2005-01-08 Chris LattnerAdd operators for FP -> INT conversions and back.
2005-01-07 Chris LattnerAdd a new SelectionDAG::RemoveDeadNodes method
2005-01-07 Jeff CohenFix include. Too easy to make mistakes like this on...
2005-01-07 Jeff CohenGet new SelectionDAG stuff building with Visual Studio.
2005-01-07 Chris LattnerComplete rewrite of the SelectionDAG class.
2005-01-07 Chris LattnerCommon base class for SelectionDAG-based instruction...
2005-01-07 Chris LattnerInitial implementation of the nodes in a SelectionDAG.
2005-01-06 Chris LattnerAdd required #include
2005-01-06 Chris LattnerAdd a useful method
2005-01-05 Chris LattnerAdd a list end sentinal
2005-01-05 Chris Lattneradd an assertion
2005-01-01 Chris LattnerAdd a useful accessor
2005-01-01 Chris LattnerAdd two helper functions.
2004-12-07 Reid SpencerFor PR387:\
2004-11-22 Chris LattnerFix the FIXME, nuke the JIT specific forceCompilationOf...
2004-11-22 Chris LattnerThese methods are now obsolete
2004-11-21 Chris LattnerAdd another bit, to make the JIT a bit more efficient.
2004-11-20 Chris LattnerChange this interface a bit
2004-11-20 Chris LattnerAdd missing #include
2004-11-20 Chris LattnerAdd getCurrentPCOffset() and addRelocation() methods.
2004-11-20 Chris LattnerAdd the getRelocationType method that I forgot
2004-11-20 Chris LattnerNew file
2004-11-20 Chris LattnerRemove dead #include
2004-11-19 Chris LattnerExternal symbols are const char*'s now, change this...
2004-11-19 Chris LattnerInstead of storing std::string's for ExternalSymbol...
2004-11-18 Chris LattnerFix typeo
2004-11-18 Chris LattnerAdd ability to give hints to the overlaps routines.
2004-11-18 Chris LattnerAdd new advanceTo method
2004-11-18 Chris LattnerFix a minor bug in expiredAt. endNumber() is the first...
2004-11-18 Chris LattnerRename some methods, use 'begin' instead of 'start...
2004-10-27 Chris LattnerConvert 'struct' to 'class' in various places to adhere...
2004-10-26 Chris LattnerRemove the unused MachineBasicBlock2IndexFunctor class.
2004-10-18 Chris LattnerFix miscompilations in the SparcV9 backend that were...
2004-10-15 Chris LattnerAllow machine operands to represent global variables...
2004-10-14 Misha BrukmanConvert tabs to spaces
2004-09-30 Alkis EvlogimenosAdd const version of getLastBlock() member function.
2004-09-30 Chris Lattner* Wrap some comments to 80 cols
next