aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Added UltraSparcInstrInfo class to specialize class MachineInstrInfo.Vikram S. Adve2001-07-281-11/+11
* Eliminate unused function.Vikram S. Adve2001-07-281-13/+0
* Bug fixes:Vikram S. Adve2001-07-281-194/+381
* Added MachineInstrInfo class and moved instruction-related members there.Vikram S. Adve2001-07-281-4/+72
* Eliminate separate enum for operand register type.Vikram S. Adve2001-07-281-73/+63
* CommandLine library cleanup. No longer use getValue/setValue, instead, just ...Chris Lattner2001-07-231-3/+3
* Eliminated the Unique class in favor of NonCopyable and NonCopyableVChris Lattner2001-07-232-8/+0
* Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner2001-07-231-1/+1
* Clean up hash table usageChris Lattner2001-07-232-4/+3
* Removal of the redundant CompileContext wrapperChris Lattner2001-07-232-35/+29
* 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
* Eliminate lots of unnecessary #includes and forward declsChris Lattner2001-07-214-34/+3
* Eliminate many unneccesary #includesChris Lattner2001-07-211-15/+1
* Make code fit in 80 columns moreChris Lattner2001-07-211-24/+19
* Remove unneccesary #includesChris Lattner2001-07-211-9/+1
* Exterminate nasty CismsChris Lattner2001-07-211-1/+1
* Refer to include/llvm/CodeGen not CodegenChris Lattner2001-07-211-1/+1
* Renamed include/llvm/Codegen to include/llvm/CodeGenChris Lattner2001-07-216-13/+13
* Description of the SPARC as a target architecture.Vikram S. Adve2001-07-214-0/+1813
* Base clas for a description of a target architecture.Vikram S. Adve2001-07-212-0/+125
* Instruction selection via pattern matching on instruction trees using BURG.Vikram S. Adve2001-07-214-0/+1097
* *** empty log message ***Vikram S. Adve2001-07-211-0/+7