aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/InstrSelection/InstrSelection.cpp
AgeCommit message (Expand)Author
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