aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/InstrSelection/InstrSelection.cpp
AgeCommit message (Expand)Author
2001-09-18Minor changes.Vikram S. Adve
2001-09-14This checkin represents some cleanup of the backend, implementing the followi...Chris Lattner
2001-09-12More cleanups, preparing to revamp InstrForest to, among other things,Chris Lattner
2001-09-11Eliminate 'BasicNode' from InstrForest.Chris Lattner
2001-09-11Eliminate MainTreeNode functionChris Lattner
2001-09-07A file should always include it's private header file *FIRST* see theChris Lattner
2001-08-28Moved debug options declaration to header file, and movedVikram S. Adve
2001-07-31Simplify command line options, and add option for printingVikram S. Adve
2001-07-30Record machine instructions in the vector for each basic block.Vikram S. Adve
2001-07-23CommandLine library cleanup. No longer use getValue/setValue, instead, just ...Chris Lattner
2001-07-23Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner
2001-07-23Clean up hash table usageChris Lattner
2001-07-23Removal of the redundant CompileContext wrapperChris Lattner
2001-07-23Large scale changes to implement new command line argument facilityChris Lattner
2001-07-22Privatize LLCOptions. It had no business being visible to the entireChris Lattner
2001-07-21Remove unneccesary #includesChris Lattner
2001-07-21Renamed include/llvm/Codegen to include/llvm/CodeGenChris Lattner
2001-07-21Instruction selection via pattern matching on instruction trees using BURG.Vikram S. Adve