summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/InstrSelection/InstrSelection.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Moved code generation support routines to InstrSelectionSupport.cpp.Vikram S. Adve2001-10-101-44/+1
* Minor changes.Vikram S. Adve2001-09-181-67/+89
* This checkin represents some cleanup of the backend, implementing the followi...Chris Lattner2001-09-141-88/+68
* More cleanups, preparing to revamp InstrForest to, among other things,Chris Lattner2001-09-121-4/+3
* Eliminate 'BasicNode' from InstrForest.Chris Lattner2001-09-111-22/+7
* Eliminate MainTreeNode functionChris Lattner2001-09-111-2/+2
* A file should always include it's private header file *FIRST* see theChris Lattner2001-09-071-1/+1
* Moved debug options declaration to header file, and movedVikram S. Adve2001-08-281-65/+54
* Simplify command line options, and add option for printingVikram S. Adve2001-07-311-6/+8
* Record machine instructions in the vector for each basic block.Vikram S. Adve2001-07-301-0/+14
* 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
OpenPOWER on IntegriCloud