aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/InstrSelection
AgeCommit message (Expand)Author
2001-09-18Don't check for null on deleteChris Lattner
2001-09-18Minor changes.Vikram S. Adve
2001-09-18Don't add instructions to subtree for Phi or Call.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-12* Clean up InstrForestChris Lattner
2001-09-11Eliminate 'BasicNode' from InstrForest.Chris Lattner
2001-09-11Eliminate MainTreeNode functionChris Lattner
2001-09-10Use predicate for Value type testChris Lattner
2001-09-07A file should always include it's private header file *FIRST* see theChris Lattner
2001-08-28Remove source list.Vikram S. Adve
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-31Generate tree nodes for Phi instructions.Vikram S. Adve
2001-07-30Record machine instructions in the vector for each basic block.Vikram S. Adve
2001-07-28Eliminate unused function.Vikram S. Adve
2001-07-23CommandLine library cleanup. No longer use getValue/setValue, instead, just ...Chris Lattner
2001-07-23Eliminated the Unique class in favor of NonCopyable and NonCopyableVChris 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-21Eliminate lots of unnecessary #includes and forward declsChris Lattner
2001-07-21Eliminate many unneccesary #includesChris 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