aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* Scheduling DAG for instruction scheduling. Currently for a single basic block.Vikram S. Adve2001-08-281-0/+759
* Moved debug options declaration to header file, and movedVikram S. Adve2001-08-281-65/+54
* analyze() now checks to see that we don't analyze the same method twice.Vikram S. Adve2001-08-281-1/+5
* LV code on machine instructionsRuchira Sasanka2001-08-204-136/+253
* LV info on machine instructionsRuchira Sasanka2001-08-201-7/+11
* Simplify command line options, and add option for printingVikram S. Adve2001-07-311-6/+8
* Generate tree nodes for Phi instructions.Vikram S. Adve2001-07-311-23/+16
* Record machine instructions in the vector for each basic block.Vikram S. Adve2001-07-301-0/+14
* Eliminate unused function.Vikram S. Adve2001-07-281-13/+0
* Changed printValue() to print constant value if the value is a constant.Ruchira Sasanka2001-07-241-0/+3
* *** empty log message ***Ruchira Sasanka2001-07-246-0/+506
* 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-231-4/+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-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
* Eliminate lots of unnecessary #includes and forward declsChris Lattner2001-07-211-3/+0
* Eliminate many unneccesary #includesChris Lattner2001-07-211-15/+1
* Remove unneccesary #includesChris Lattner2001-07-211-9/+1
* Renamed include/llvm/Codegen to include/llvm/CodeGenChris Lattner2001-07-212-5/+5
* Instruction selection via pattern matching on instruction trees using BURG.Vikram S. Adve2001-07-213-0/+753