summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/InstrSelection/InstrSelection.cpp
Commit message (Expand)AuthorAgeFilesLines
* We are using std::vector, so remove extraneous namespace prefixesChris Lattner2002-08-091-8/+7
* * Move InstructionSelection Pass here instead of living in Sparc.cpp. ItChris Lattner2002-07-301-169/+146
* *** empty log message ***Chris Lattner2002-07-221-5/+9
* Moved class MachineCodeForBasicBlock to MachineCodeForBasicBlock.h.Vikram S. Adve2002-07-081-3/+4
* changes to make it compatible with 64bit gccAnand Shukla2002-06-251-2/+3
* MEGAPATCH checkin.Chris Lattner2002-06-251-47/+32
* Hide debugging optionsChris Lattner2002-05-201-1/+1
* cpValue2Value now needs a vector of MachineInstr to store return values.Vikram S. Adve2002-05-191-16/+20
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-291-1/+0
* Value cannot be directly instantiated. I think that this code was TRYING toChris Lattner2002-04-081-5/+3
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-071-20/+16
* Use deterministic iterator for treeRoots.Vikram S. Adve2002-03-241-10/+10
* Use vector for machine instructions returned by GetInstructionsByRule.Vikram S. Adve2002-03-181-70/+31
* * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and intoChris Lattner2002-02-121-1/+1
* * Straighten out #includesChris Lattner2002-02-031-38/+12
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-21/+11
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-041-2/+1
* 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
* Added naming to inserted phi copy values - for easy debuggingRuchira Sasanka2001-11-151-0/+6
* Changed phi elimination codeRuchira Sasanka2001-11-151-1/+64
* For phi elimination, now we are generating only one instructionRuchira Sasanka2001-11-121-15/+5
* Added phi elimination code - not finalRuchira Sasanka2001-11-121-0/+100
* Major overhaul of stack frame management.Vikram S. Adve2001-11-081-1/+1
* Cosmetic changes only.Vikram S. Adve2001-10-221-15/+49
* 1. Add a bottom-up pass on BURG trees that is used to fix constant operands.Vikram S. Adve2001-10-171-7/+45
* 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