Fix a case where we incorrectly returned hasComputableLoopEvolution for
[oota-llvm.git] / include / llvm / CodeGen /
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
2004-09-28 Alkis EvlogimenosUse class instead of struct for defining classes. This...
2004-09-08 Alkis EvlogimenosUse a DenseMap for mapping reg->reg. This improves...
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-27 Alkis EvlogimenosAdd getLastBlock member. This is useful when growing...
2004-08-27 Alkis EvlogimenosAdd MachineBasicBlock2IndexFunctor. This is useful...
2004-08-26 Alkis EvlogimenosUse newly added API in MRegisterInfo and don't expose...
2004-08-26 Alkis EvlogimenosUse newly added API in MRegisterInfo.
2004-08-18 Chris LattnerAll targets are now allowed to have their own MachineFu...
2004-08-18 Chris LattnerAlkis pointed out that this is not a character (we...
2004-08-17 Chris Lattnernew method
2004-08-17 Chris LattnerAdd support for alignment
2004-08-17 Misha BrukmanUltra-doxygenify some function header comments.
2004-08-17 Chris LattnerAllow targets to specify a comment character
2004-08-17 Chris LattnerAdd missing \t
2004-08-17 Chris LattnerAdd some hooks
2004-08-17 Chris LattnerWe now allow targets to use any prefix they want for...
2004-08-17 Chris LattnerSome asmweriters want an _ prefix
2004-08-16 Chris LattnerInitial implementation of the asmprinter base class
2004-08-16 Chris LattnerFit into 80 lines, add a gross hack for MachineFunctionInfo
2004-08-16 Chris LattnerThese files now live in lib/Target/SparcV9
2004-08-15 Chris LattnerRemove helper method
2004-08-04 Alkis EvlogimenosClean up whitespace.
2004-08-04 Alkis EvlogimenosConvert indentation to 2 spaces.
2004-08-04 Brian GaekeThese headers have been moved/merged into other files.
2004-07-31 Chris LattnerNew pass
2004-07-31 Chris LattnerExpose some helpful methods
2004-07-31 Chris LattnerAdd some machine CFG related stuff
2004-07-25 Chris LattnerMake a method const, no functionality changes
2004-07-24 Alkis EvlogimenosRemove implementation of operator= and make it private...
2004-07-24 Alkis EvlogimenosChange std::map<unsigned, LiveInterval*> into a std...
2004-07-24 Chris LattnerCompletely eliminate the intervals_ list. instead...
2004-07-24 Chris LattnerAdd a new differingRegisterClasses method
2004-07-24 Chris LattnerLittle stuff:
2004-07-23 Chris LattnerMore minor changes:
2004-07-23 Chris LattnerChange addRange and join to be a little bit smarter...
2004-07-23 Chris LattnerNew helper method
next