aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp
Commit message (Expand)AuthorAgeFilesLines
* CommandLine library cleanup. No longer use getValue/setValue, instead, just ...Chris Lattner2001-07-231-3/+3
* Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner2001-07-231-1/+1
* Clean up hash table usageChris Lattner2001-07-231-3/+2
* Removal of the redundant CompileContext wrapperChris Lattner2001-07-231-8/+6
* Large scale changes to implement new command line argument facilityChris Lattner2001-07-231-7/+17
* Privatize LLCOptions. It had no business being visible to the entireChris Lattner2001-07-221-19/+10
* Remove unneccesary #includesChris Lattner2001-07-211-9/+1
* Renamed include/llvm/Codegen to include/llvm/CodeGenChris Lattner2001-07-211-3/+3
* Instruction selection via pattern matching on instruction trees using BURG.Vikram S. Adve2001-07-211-0/+279