aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/InstrSelection/InstrForest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use newly-added type inspection support in InstTreeNode subclasses.Vikram S. Adve2002-08-241-5/+4
* Added #include <alloca.h>Anand Shukla2002-08-231-0/+1
* Eliminated the MemAccessInst class, folding contents into GEP class.Chris Lattner2002-08-221-4/+3
* dumpNode() does not need to print MachineInstrs.Vikram S. Adve2002-08-221-15/+2
* Unary Not (boolean and bitwise) is no longer a separate LLVM instructionVikram S. Adve2002-08-151-2/+7
* * Removed extraneous #includesChris Lattner2002-08-091-14/+5
* MachineInstr::dump() now takes no arguments.Vikram S. Adve2002-07-081-1/+1
* MEGAPATCH checkin.Chris Lattner2002-06-251-5/+3
* Add neccesary #includeChris Lattner2002-04-291-0/+1
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-281-1/+1
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-091-1/+1
* GCC3.0 is reported to die without an alloca definition.Chris Lattner2002-04-091-0/+1
* Don't leak memory like a seiveChris Lattner2002-04-081-18/+5
* Change references from Method to FunctionChris Lattner2002-03-261-6/+6
* Change treeRoots data structure to make enumeration deterministic.Vikram S. Adve2002-03-241-15/+24
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-121-3/+6
* * Swich to annotation model for MachineCodeForInstructionChris Lattner2002-02-031-8/+10
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-17/+20
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-3/+3
* Split the PHINode class out from the iOther.h file into the iPHINode.h fileChris Lattner2001-12-031-1/+1
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-1/+1
* Remove much cruft from the MemAccessInst instructionChris Lattner2001-11-141-1/+1
* Major overhaul of stack frame management.Vikram S. Adve2001-11-081-0/+9
* 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
* Don't add instructions to subtree for Phi or Call.Vikram S. Adve2001-09-181-132/+201
* More cleanups, preparing to revamp InstrForest to, among other things,Chris Lattner2001-09-121-7/+6
* * Clean up InstrForestChris Lattner2001-09-121-245/+155
* Eliminate 'BasicNode' from InstrForest.Chris Lattner2001-09-111-38/+23
* Use predicate for Value type testChris Lattner2001-09-101-12/+8
* Generate tree nodes for Phi instructions.Vikram S. Adve2001-07-311-23/+16
* Eliminate unused function.Vikram S. Adve2001-07-281-13/+0
* Eliminated the Unique class in favor of NonCopyable and NonCopyableVChris Lattner2001-07-231-4/+0
* Clean up hash table usageChris Lattner2001-07-231-1/+1
* Eliminate lots of unnecessary #includes and forward declsChris Lattner2001-07-211-3/+0
* Eliminate many unneccesary #includesChris Lattner2001-07-211-15/+1
* Renamed include/llvm/Codegen to include/llvm/CodeGenChris Lattner2001-07-211-2/+2
* Instruction selection via pattern matching on instruction trees using BURG.Vikram S. Adve2001-07-211-0/+461