summaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineInstr.cpp
Commit message (Expand)AuthorAge
...
* fix a latent bug my inline asm stuff exposed: Chris Lattner2010-04-07
* stop using DebugLoc::getUnknownLoc()Chris Lattner2010-04-02
* Switch the code generator (except the JIT) onto the new DebugLocChris Lattner2010-04-02
* add support for MCSymbols as operands to MachineInstrs.Chris Lattner2010-03-13
* Avoid using DIDescriptor.isNull(). Devang Patel2010-03-08
* Revert r97947.Devang Patel2010-03-08
* Avoid using DIDescriptor.isNull().Devang Patel2010-03-08
* Move MachineInstrExpressionTrait::getHashValue() out of line so it can skip o...Evan Cheng2010-03-03
* Fix funky indentation and add comments.Evan Cheng2010-03-03
* - Change MachineInstr::isIdenticalTo to take a new option that determines whe...Evan Cheng2010-03-03
* Swap parameters of isSafeToMove and isSafeToReMat for consistency.Evan Cheng2010-03-02
* Add non-temporal flags to MachineMemOperand.David Greene2010-02-15
* Fix "the the" and similar typos.Dan Gohman2010-02-10
* Add isDebug argument to ChangeToRegister; this preventsDale Johannesen2010-02-10
* move target-independent opcodes out of TargetInstrInfoChris Lattner2010-02-09
* Identify predicate and optional-def operands when printing machineJakob Stoklund Olesen2010-01-19
* Replace DebugLocTuple with DILocation.Devang Patel2010-01-16
* Further progration of metadata operands. TheDale Johannesen2010-01-13
* Add <imp-def> and <imp-kill> operands when replacing virtual sub-register def...Jakob Stoklund Olesen2010-01-06
* Change errs() to dbgs().David Greene2010-01-04
* snip one more #include from Metadata.hChris Lattner2009-12-28
* Remove dead store.Bill Wendling2009-12-25
* Remove dead store from copy-pasto.Bill Wendling2009-12-25
* Add @earlyclobber TableGen constraintJim Grosbach2009-12-16
* Follow up to 90488. Turn a check into an assertion.Evan Cheng2009-12-07
* Don't print the debug directory; it's often long and uninteresting. OmitDan Gohman2009-12-05
* Watch out for PHI instruction with no source operands.Evan Cheng2009-12-03
* Fill out codegen SSA updater. It's not yet tested.Evan Cheng2009-12-03
* Devang pointed out that this code should use DIScope instead ofDan Gohman2009-12-01
* Print the debug info line and column in MachineInstr::print even when there'sDan Gohman2009-11-23
* Initialize the new AsmPrinterFlags field to 0, fixing uses ofDan Gohman2009-11-16
* Print "..." instead of all the uninteresting register clobbers on callDan Gohman2009-11-09
* Use WriteAsOperand to print GlobalAddress MachineOperands. ThisDan Gohman2009-11-06
* Make -print-machineinstrs more readable.Dan Gohman2009-10-31
* Initial target-independent CodeGen support for BlockAddresses.Dan Gohman2009-10-30
* Need a comma after imp-use.Evan Cheng2009-10-21
* Print earlyclobber for implicit-defs as well.Evan Cheng2009-10-14
* s/DebugLoc.CompileUnit/DebugLoc.Scope/gDevang Patel2009-10-13
* Factor out LiveIntervalAnalysis' code to determine whether an instructionDan Gohman2009-10-09
* isTriviallyReMaterializable checks theDan Gohman2009-10-09
* Replace TargetInstrInfo::isInvariantLoad and its target-specificDan Gohman2009-10-07
* strength reduce a ton of type equality tests to check the typeid (ThroughChris Lattner2009-10-05
* Remove std::string uses from DebugInfo interface.Devang Patel2009-09-29
* Move MachineMemOperand::getAlignment out of line, to avoid needingDan Gohman2009-09-25
* Improve MachineMemOperand handling.Dan Gohman2009-09-25
* Give MachineMemOperand an operator<<, factoring out code fromDan Gohman2009-09-23
* Change MachineMemOperand's alignment value to be the alignment ofDan Gohman2009-09-21
* grammarJim Grosbach2009-09-17
* remove some uses of llvm/Support/Streams.hChris Lattner2009-08-23
* remove various std::ostream version of printing methods fromChris Lattner2009-08-23