aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/InstrSelection
Commit message (Expand)AuthorAgeFilesLines
* 1. Add a bottom-up pass on BURG trees that is used to fix constant operands.Vikram S. Adve2001-10-172-147/+232
* Machine-independent code generation routines used in instructionVikram S. Adve2001-10-101-0/+357
* Moved code generation support routines to InstrSelectionSupport.cpp.Vikram S. Adve2001-10-101-44/+1
* Commit more code over to new cast styleChris Lattner2001-10-021-3/+4
* Convert more code to use new style castsChris Lattner2001-10-011-7/+7
* Change ! ( ...== ...) to !=.Vikram S. Adve2001-09-301-1/+1
* Don't check for null on deleteChris Lattner2001-09-181-5/+1
* Minor changes.Vikram S. Adve2001-09-181-67/+89
* Don't add instructions to subtree for Phi or Call.Vikram S. Adve2001-09-181-132/+201
* 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-122-11/+9
* * Clean up InstrForestChris Lattner2001-09-121-245/+155
* Eliminate 'BasicNode' from InstrForest.Chris Lattner2001-09-112-60/+30
* Eliminate MainTreeNode functionChris Lattner2001-09-111-2/+2
* Use predicate for Value type testChris Lattner2001-09-101-12/+8
* A file should always include it's private header file *FIRST* see theChris Lattner2001-09-071-1/+1
* Remove source list.Vikram S. Adve2001-08-281-6/+0
* 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
* 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
* 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