Updated the README so that it catagorizes the docs similar to the web page.
[oota-llvm.git] / lib / CodeGen /
2003-10-15 Chris Lattner#include vector which we will need here soon
2003-10-15 Chris LattnerDecrease usage of use_size()
2003-10-13 Chris LattnerRegularize header file comments
2003-10-10 Misha Brukman* Doxygenified comments
2003-10-08 Alkis EvlogimenosChange MRegisterDesc::AliasSet, TargetInstrDescriptor...
2003-10-02 Alkis EvlogimenosMoved enum and command-line option in separate file...
2003-09-30 Chris Lattnerinclude passes.h which defines the interface this file...
2003-09-24 Brian GaekeUpdate head-of-file comment.
2003-09-24 Brian GaekeUntabify tabs in stuff I've recently added.
2003-09-24 Brian GaekeUse getRegClassID() instead of getRegClass()->getID...
2003-09-24 Brian GaekeRemove some unused methods of class IGNode.
2003-09-23 Chris LattnerMove getAnalysisUsage method from header to .cpp file...
2003-09-21 Brian GaekeUse C++ math header instead of C version.
2003-09-21 Brian GaekeErase now-unused prototypes.
2003-09-21 Brian GaekeRearrange #includes ... since there are fewer now I...
2003-09-21 Brian GaekeStandardize the names of include guards.
2003-09-21 Brian GaekeStandardize the names of include guards.
2003-09-21 Brian GaekeStandardize the names of include guards.
2003-09-21 Brian GaekeI tried to standardize the formatting and tidy up the...
2003-09-21 Brian GaekeConvert PhyRegAlloc into a proper pass.
2003-09-17 Misha BrukmanFixed spelling.
2003-09-16 Brian GaekeFix typo in comment. Take out some random whitespace.
2003-09-16 Brian GaekeEdit comment for accuracy
2003-09-16 Vikram S. AdveAdd flag to control whether or not delay slots are...
2003-09-15 Brian GaekeFix typos in comments.
2003-09-11 Misha BrukmanFixed spelling and grammar.
2003-09-01 Chris LattnerDon't build dead directories
2003-09-01 Chris LattnerRemove dead library makefile
2003-09-01 Chris LattnerRemove makefile for dead library
2003-09-01 Chris LattnerLiveRange.h is now in lib/CodeGen/RegAlloc
2003-09-01 Chris LattnerLiveRangeInfo got moved into the lib/CodeGen/RegAlloc...
2003-09-01 Chris LattnerPhyRegAlloc.h got moved to lib/CodeGen/RegAlloc
2003-09-01 Chris LattnerMove IGNode from public include directory to here....
2003-08-28 John CriswellFixed two double free bugs that caused llc to segfault...
2003-08-28 Tanya LattnerRemoving README
2003-08-28 Tanya LattnerPutting my revised version of ModuloScheduling in cvs...
2003-08-28 Tanya LattnerMoved index into BB to common graph class because its...
2003-08-27 Tanya LattnerAdded/removed header file
2003-08-27 Tanya Lattner*** empty log message ***
2003-08-25 Tanya LattnerFirst version of SchedGraph common class and refactorin...
2003-08-23 Chris LattnerFix bug: Jello/2003-08-23-RegisterAllocatePhysReg.ll
2003-08-21 Misha BrukmanThe word `dependent' has no `a'.
2003-08-21 Chris LattnerFix spello
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-08-17 Chris LattnerFix bug: Jello/2003-08-15-AllocaAssertion.ll
2003-08-15 Brian GaekeFix typo in comment
2003-08-15 Chris LattnerRemove uses of the NonCopyable class, to make the doxyg...
2003-08-15 Chris Lattnerrename selection directory and library to SelectionDAG
2003-08-15 Chris LattnerAdd a bunch of new node types, etc
2003-08-14 Brian GaekeFactory methods for function passes now return type...
2003-08-14 Brian GaekeFactory methods for function passes now return type...
2003-08-13 Brian GaekeFactory methods for FunctionPasses now return type...
2003-08-13 Chris LattnerMapping directory no longer exists
2003-08-13 Chris LattnerObsolete file
2003-08-12 Vikram S. AdveFor instructions in a delay slot of another instruction,
2003-08-11 Chris LattnerBuild the SelectionDAG library
2003-08-11 Chris LattnerInitial checkin of SelectionDAG implementation. This...
2003-08-07 Vikram S. AdveFix assertion in MachineInstr::substituteValue().
2003-08-05 Chris LattnerUse a new local data structure instead of the MachineIn...
2003-08-05 Chris LattnerAdd a map
2003-08-05 Chris LattnerMinor cleanups
2003-08-05 Chris LattnerPhysical registers no longer live in the regsUsed set...
2003-08-05 Chris LattnerDo not insert physical regsiters into the regsUsed set
2003-08-05 Chris LattnerAll callers of these methods actually wanted them to...
2003-08-05 Chris LattnerFix bugs handling ESP in alloca references
2003-08-05 Chris LattnerRevert previous change, and be really anal about what...
2003-08-04 Chris LattnerDon't bother calculating info unless its needed. May...
2003-08-04 Chris Lattner* Fix spelling of 'necessary'
2003-08-03 Chris LattnerSimplify code, eliminating the need for the X86 isVoid...
2003-08-03 Chris LattnerSet debug types
2003-08-03 Chris LattnerRemove using decl
2003-08-03 Chris LattnerWrap at 80 columns
2003-08-01 Chris LattnerMove DEBUG to Debug.h
2003-07-29 Vikram S. AdveAll constant-evaluation code now unified into
2003-07-29 Vikram S. Adve1. Bug fix: Don't use branch operand reg. as temp...
2003-07-29 Vikram S. AdveAdd const version of getLiveRangeForValue().
2003-07-29 Vikram S. AdveCode to insert caller-saves moved here from SparcRegInf...
2003-07-26 Chris LattnerMaking this code const-correct would be a pain, so...
2003-07-26 Chris LattnerConst correctness fixes
2003-07-26 Chris LattnerBe const correct
2003-07-26 Chris LattnerHrm, another necesary one :(
2003-07-26 Chris LattnerRemove #include
2003-07-26 Chris LattnerRemove extraneous #includes
2003-07-25 Vikram S. Adve(1) Change the way unused regs. are marked and found...
2003-07-25 Vikram S. AdveRemove unused field. Change the way unused regs. are...
2003-07-23 Chris LattnerRemove unnecessary casts
2003-07-23 Chris LattnerRandom cleanups
2003-07-23 Chris LattnerRemove using decl
2003-07-10 Vikram S. AdveValues stored in CallArgsDescriptor cannot be const.
2003-07-10 Vikram S. AdveisMarkedForSpill() should be const.
2003-07-10 Vikram S. AdveChange interface to MachineInstr::substituteValue to...
2003-07-10 Vikram S. AdvePrint out all neighbors in interference graph, not...
2003-07-10 Vikram S. AdveSeveral fixes to handling of int CC register:
2003-07-06 Vikram S. AdveChoose register instead of immediate for ConstantExpr...
2003-07-02 Vikram S. AdveMinor beautification: fold a couple of lines of code.
2003-07-02 Vikram S. AdveA def. operand of a machine instruction may be an ordin...
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-16 Chris LattnerActually, change it to use explicit new/delete, which...
2003-06-16 Chris LattnerRemove two using decls
next