aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-19Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...Chris Lattner
2003-10-15#include vector which we will need here soonChris Lattner
2003-10-15Decrease usage of use_size()Chris Lattner
2003-10-13Regularize header file commentsChris Lattner
2003-10-10* Doxygenified commentsMisha Brukman
2003-10-08Change MRegisterDesc::AliasSet, TargetInstrDescriptor::ImplicitDefsAlkis Evlogimenos
2003-10-02Moved enum and command-line option in separate file. Also added function that...Alkis Evlogimenos
2003-09-30include passes.h which defines the interface this file exposesChris Lattner
2003-09-24Update head-of-file comment.Brian Gaeke
2003-09-24Untabify tabs in stuff I've recently added.Brian Gaeke
2003-09-24Use getRegClassID() instead of getRegClass()->getID(), since it's there.Brian Gaeke
2003-09-24Remove some unused methods of class IGNode.Brian Gaeke
2003-09-23Move getAnalysisUsage method from header to .cpp file. Add a normal fileChris Lattner
2003-09-21Use C++ math header instead of C version.Brian Gaeke
2003-09-21Erase now-unused prototypes.Brian Gaeke
2003-09-21Rearrange #includes ... since there are fewer now I guess it's a win.Brian Gaeke
2003-09-21Standardize the names of include guards.Brian Gaeke
2003-09-21Standardize the names of include guards.Brian Gaeke
2003-09-21Standardize the names of include guards.Brian Gaeke
2003-09-21I tried to standardize the formatting and tidy up the huge amount ofBrian Gaeke
2003-09-21Convert PhyRegAlloc into a proper pass.Brian Gaeke
2003-09-17Fixed spelling.Misha Brukman
2003-09-16Fix typo in comment. Take out some random whitespace.Brian Gaeke
2003-09-16Edit comment for accuracyBrian Gaeke
2003-09-16Add flag to control whether or not delay slots are filled duringVikram S. Adve
2003-09-15Fix typos in comments.Brian Gaeke
2003-09-11Fixed spelling and grammar.Misha Brukman
2003-09-01Don't build dead directoriesChris Lattner
2003-09-01Remove dead library makefileChris Lattner
2003-09-01Remove makefile for dead libraryChris Lattner
2003-09-01LiveRange.h is now in lib/CodeGen/RegAllocChris Lattner
2003-09-01LiveRangeInfo got moved into the lib/CodeGen/RegAlloc directoryChris Lattner
2003-09-01PhyRegAlloc.h got moved to lib/CodeGen/RegAllocChris Lattner
2003-09-01Move IGNode from public include directory to here. Minor cleanups like addin...Chris Lattner
2003-08-28Fixed two double free bugs that caused llc to segfault or run forever.John Criswell
2003-08-28Removing READMETanya Lattner
2003-08-28Putting my revised version of ModuloScheduling in cvs. This is not complete...Tanya Lattner
2003-08-28Moved index into BB to common graph class because its needed by ModuloSchedGr...Tanya Lattner
2003-08-27Added/removed header fileTanya Lattner
2003-08-27*** empty log message ***Tanya Lattner
2003-08-25First version of SchedGraph common class and refactoring of SchedGraph.Tanya Lattner
2003-08-23Fix bug: Jello/2003-08-23-RegisterAllocatePhysReg.llChris Lattner
2003-08-21The word `dependent' has no `a'.Misha Brukman
2003-08-21Fix spelloChris Lattner
2003-08-18Spell `necessary' correctly.Misha Brukman
2003-08-17Fix bug: Jello/2003-08-15-AllocaAssertion.llChris Lattner
2003-08-15Fix typo in commentBrian Gaeke
2003-08-15Remove uses of the NonCopyable class, to make the doxygen output look betterChris Lattner
2003-08-15rename selection directory and library to SelectionDAGChris Lattner