aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/TwoAddressInstructionPass.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor code. Remove duplicated functions that basically do the same thing asEvan Cheng2008-03-051-2/+2
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-101-3/+3
* Remove DefInst from LiveVariables::VarInfo. Use the facilities on MachineReg...Owen Anderson2008-01-151-4/+0
* rename TargetInstrDescriptor -> TargetInstrDesc.Chris Lattner2008-01-071-7/+7
* Rename all the M_* flags to be namespace qualified enums, and switch Chris Lattner2008-01-071-1/+1
* add more and significantly better comments to the rest of the machineinstrChris Lattner2008-01-071-1/+1
* Move a bunch more accessors from TargetInstrInfo to TargetInstrDescriptorChris Lattner2008-01-071-2/+2
* Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflectsChris Lattner2008-01-071-1/+1
* Don't recalculate the loop info and loop dominators analyses if they'reBill Wendling2008-01-041-0/+2
* Move copyRegToReg from MRegisterInfo to TargetInstrInfo. This is part of theOwen Anderson2007-12-311-2/+1
* Rename SSARegMap -> MachineRegisterInfo in keeping with the idea Chris Lattner2007-12-311-2/+2
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* As Chris and Evan pointed out, BreakCriticalMachineEdges doesn't really needOwen Anderson2007-11-121-1/+0
* This preserves critical edge breaking.Owen Anderson2007-11-081-0/+1
* Bring UsedBlocks back. StrongPHIElimination needs this information.Owen Anderson2007-11-081-0/+4
* It's possible to commute instrctions with more than 3 operands.Evan Cheng2007-10-231-1/+1
* Added missing curly braces which renders the if clause useless in debug build.Evan Cheng2007-10-201-1/+2
* Allow copyRegToReg to emit cross register classes copies.Evan Cheng2007-09-261-1/+1
* Fix typo in comment.Nick Lewycky2007-05-061-1/+1
* Drop 'const'Devang Patel2007-05-031-2/+2
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-2/+2
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-0/+4
* VarInfo::UsedBlocks is no longer used. Remove.Evan Cheng2007-04-181-4/+0
* Keep UsedBlocks info accurate.Evan Cheng2007-03-181-0/+3
* Eliminate static ctors from StatisticsChris Lattner2006-12-191-7/+4
* Removed more <iostream> includesBill Wendling2006-12-071-4/+3
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-061-3/+3
* Match TargetInstrInfo changes.Evan Cheng2006-12-011-14/+9
* Use llvm streams instead of <iostream>Bill Wendling2006-11-281-12/+11
* Remove M_2_ADDR_FLAG.Evan Cheng2006-11-091-2/+0
* Two-address instructions no longer have to be A := A op C. Now any pair of de...Evan Cheng2006-11-011-100/+119
* Fix a long-standing wart in the code generator: two-address instruction loweringChris Lattner2006-09-051-3/+2
* s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|Chris Lattner2006-08-271-1/+1
* Reduce number of exported symbolsAndrew Lenharth2006-07-201-3/+3
* Shave another 27K off libllvmgcc.dylib with visibility hiddenChris Lattner2006-06-281-1/+3
* Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner2006-05-241-1/+1
* Move some methods out of MachineInstr into MachineOperandChris Lattner2006-05-041-1/+1
* Add explicit #includes of <iostream>Chris Lattner2006-01-221-0/+1
* Fix some spello's pointed out by Gabor GreifChris Lattner2005-10-261-2/+2
* Remove trailing whitespaceMisha Brukman2005-04-211-4/+4
* Use the TargetInstrInfo::commuteInstruction method to commute instructionsChris Lattner2005-01-191-6/+17
* Make the 2-address instruction lowering pass smarter in two ways:Chris Lattner2005-01-021-17/+61
* Changes For Bug 352Reid Spencer2004-09-011-3/+3
* The insertion method returns void nowChris Lattner2004-08-151-5/+1
* Fix indentation and wrap code at 80 colsMisha Brukman2004-07-221-110/+100
* Remove extraneous punctuationChris Lattner2004-07-221-2/+2
* Minor cleanupsChris Lattner2004-07-211-8/+6
* These files don't need to include <iostream> since they include "Support/Debu...Brian Gaeke2004-07-211-1/+0
* Simplify the interface to LiveVariables::addVirtualRegister(Killed|Dead)Chris Lattner2004-07-191-2/+2
* Made a fix so that you can print out MachineInstrs that belong to a MachineBa...Tanya Lattner2004-06-251-3/+3