aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/MachineInstr.cpp
Commit message (Expand)AuthorAgeFilesLines
* add support for MCSymbols as operands to MachineInstrs.Chris Lattner2010-03-131-25/+34
* Avoid using DIDescriptor.isNull(). Devang Patel2010-03-081-1/+1
* Revert r97947.Devang Patel2010-03-081-1/+1
* Avoid using DIDescriptor.isNull().Devang Patel2010-03-081-1/+1
* Move MachineInstrExpressionTrait::getHashValue() out of line so it can skip o...Evan Cheng2010-03-031-0/+45
* Fix funky indentation and add comments.Evan Cheng2010-03-031-17/+24
* - Change MachineInstr::isIdenticalTo to take a new option that determines whe...Evan Cheng2010-03-031-0/+23
* Swap parameters of isSafeToMove and isSafeToReMat for consistency.Evan Cheng2010-03-021-5/+5
* Add non-temporal flags to MachineMemOperand.David Greene2010-02-151-2/+3
* Fix "the the" and similar typos.Dan Gohman2010-02-101-1/+1
* Add isDebug argument to ChangeToRegister; this preventsDale Johannesen2010-02-101-1/+3
* move target-independent opcodes out of TargetInstrInfoChris Lattner2010-02-091-17/+3
* Identify predicate and optional-def operands when printing machineJakob Stoklund Olesen2010-01-191-0/+7
* Replace DebugLocTuple with DILocation.Devang Patel2010-01-161-5/+5
* Further progration of metadata operands. TheDale Johannesen2010-01-131-1/+7
* Add <imp-def> and <imp-kill> operands when replacing virtual sub-register def...Jakob Stoklund Olesen2010-01-061-0/+9
* Change errs() to dbgs().David Greene2010-01-041-1/+2
* snip one more #include from Metadata.hChris Lattner2009-12-281-0/+1
* Remove dead store.Bill Wendling2009-12-251-1/+1
* Remove dead store from copy-pasto.Bill Wendling2009-12-251-1/+1
* Add @earlyclobber TableGen constraintJim Grosbach2009-12-161-3/+21
* Follow up to 90488. Turn a check into an assertion.Evan Cheng2009-12-071-2/+2
* Don't print the debug directory; it's often long and uninteresting. OmitDan Gohman2009-12-051-2/+7
* Watch out for PHI instruction with no source operands.Evan Cheng2009-12-031-0/+2
* Fill out codegen SSA updater. It's not yet tested.Evan Cheng2009-12-031-0/+14
* Devang pointed out that this code should use DIScope instead ofDan Gohman2009-12-011-3/+3
* Print the debug info line and column in MachineInstr::print even when there'sDan Gohman2009-11-231-2/+3
* Initialize the new AsmPrinterFlags field to 0, fixing uses ofDan Gohman2009-11-161-6/+8
* Print "..." instead of all the uninteresting register clobbers on callDan Gohman2009-11-091-14/+54
* Use WriteAsOperand to print GlobalAddress MachineOperands. ThisDan Gohman2009-11-061-1/+2
* Make -print-machineinstrs more readable.Dan Gohman2009-10-311-19/+28
* Initial target-independent CodeGen support for BlockAddresses.Dan Gohman2009-10-301-0/+10
* Need a comma after imp-use.Evan Cheng2009-10-211-1/+3
* Print earlyclobber for implicit-defs as well.Evan Cheng2009-10-141-6/+6
* s/DebugLoc.CompileUnit/DebugLoc.Scope/gDevang Patel2009-10-131-5/+6
* Factor out LiveIntervalAnalysis' code to determine whether an instructionDan Gohman2009-10-091-5/+7
* isTriviallyReMaterializable checks theDan Gohman2009-10-091-2/+1
* Replace TargetInstrInfo::isInvariantLoad and its target-specificDan Gohman2009-10-071-1/+42
* strength reduce a ton of type equality tests to check the typeid (ThroughChris Lattner2009-10-051-1/+1
* Remove std::string uses from DebugInfo interface.Devang Patel2009-09-291-2/+1
* Move MachineMemOperand::getAlignment out of line, to avoid needingDan Gohman2009-09-251-0/+6
* Improve MachineMemOperand handling.Dan Gohman2009-09-251-44/+63
* Give MachineMemOperand an operator<<, factoring out code fromDan Gohman2009-09-231-26/+42
* Change MachineMemOperand's alignment value to be the alignment ofDan Gohman2009-09-211-1/+1
* grammarJim Grosbach2009-09-171-1/+1
* remove some uses of llvm/Support/Streams.hChris Lattner2009-08-231-1/+0
* remove various std::ostream version of printing methods fromChris Lattner2009-08-231-11/+1
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-1/+1
* Don't tamper with <undef> operands in MachineInstr::addRegisterKilled.Jakob Stoklund Olesen2009-08-041-3/+1
* Fix Bug 4657: register scavenger asserts with subreg loweringJakob Stoklund Olesen2009-08-031-0/+2