summaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineInstr.cpp
AgeCommit message (Expand)Author
2014-01-09Put the functionality for printing a value to a raw_ostream as anChandler Carruth
2014-01-07Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth
2014-01-02[RegAlloc] Make tryInstructionSplit less aggressive.Quentin Colombet
2013-12-14[Stackmap] Liveness Analysis PassJuergen Ributzka
2013-12-14Print the address space of a MachineMemOperandMatt Arsenault
2013-12-13Revert "Liveness Analysis Pass"Andrew Trick
2013-12-13Liveness Analysis PassAndrew Trick
2013-10-15Guard the debug temp variable with NDEBUG to avoid warning/error with NDEBUG ...Pekka Jaaskelainen
2013-10-15Do not assert when trying to add a meta data operand withPekka Jaaskelainen
2013-10-10Rename parameter: defined regs are not incoming.Matthias Braun
2013-07-05Remove dead function.Jakob Stoklund Olesen
2013-06-28Debug Info: clean up usage of Verify.Manman Ren
2013-02-05Remove liveout lists from MachineRegisterInfo.Jakob Stoklund Olesen
2013-01-25ScheduleDAG: colorize the DOT graph and improve formatting.Andrew Trick
2013-01-11For inline asm:Eric Christopher
2013-01-10Allow hasProperty() to be called on bundle-internal instructions.Jakob Stoklund Olesen
2013-01-10Support headerless bundles in MachineInstr::hasProperty().Jakob Stoklund Olesen
2013-01-09Don't print bundle flags.Jakob Stoklund Olesen
2013-01-09Don't require BUNDLE headers in MachineInstr::getBundleSize().Jakob Stoklund Olesen
2013-01-09Fix a typo in MachineInstr::unbundleFromSucc() method.Sergei Larin
2013-01-07Pack MachineOperand bitfields better.Jakob Stoklund Olesen
2013-01-07Pack MachineInstr fields better.Jakob Stoklund Olesen
2013-01-05Don't call destructors on MachineInstr and MachineOperand.Jakob Stoklund Olesen
2013-01-05Use ArrayRecycler for MachineInstr operand lists.Jakob Stoklund Olesen
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-22Remove a special case that doesn't seem necessary any longer.Jakob Stoklund Olesen
2012-12-22Use getNumOperands() instead of Operands.size().Jakob Stoklund Olesen
2012-12-20Require the two-argument MI::addOperand(MF, MO) for dangling instructions.Jakob Stoklund Olesen
2012-12-20Add an MF argument to MI::copyImplicitOps().Jakob Stoklund Olesen
2012-12-20Use two-arg addOperand(MF, MO) internally in MachineInstr when possible.Jakob Stoklund Olesen
2012-12-20Remove two dead functions.Jakob Stoklund Olesen
2012-12-18Use bidirectional bundle flags to simplify important functions.Jakob Stoklund Olesen
2012-12-18Verify bundle flag consistency when setting them.Jakob Stoklund Olesen
2012-12-18Don't allow the automatically updated MI flags to be set directly.Jakob Stoklund Olesen
2012-12-17Tighten up the erase/remove API for bundled instructions.Jakob Stoklund Olesen
2012-12-07Add higher-level API for dealing with bundled MachineInstrs.Jakob Stoklund Olesen
2012-12-05Remove unused MachineInstr constructors.Jakob Stoklund Olesen
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-10-31Check that iterator I is not the end iterator.Akira Hatanaka
2012-10-07Remove unused MachineInstr constructors that don't take a DebugLoc argument.Craig Topper
2012-09-12Fix PR11985Michael Liao
2012-09-11Release build: guard dump functions withManman Ren
2012-09-06Release build: guard dump functions with "ifndef NDEBUG"Manman Ren
2012-09-05Cleanup a few magic numbers.Chad Rosier
2012-09-05[ms-inline asm] We only need one bit to represent the AsmDialect in theChad Rosier
2012-09-05[ms-inline asm] Propagate the asm dialect into the MachineInstr representation.Chad Rosier
2012-09-04Typo.Jakob Stoklund Olesen
2012-09-04Actually use the MachineOperand field for isRegTiedToDefOperand().Jakob Stoklund Olesen
2012-09-04Allow tied uses and defs in different orders.Jakob Stoklund Olesen
2012-08-31Add MachineInstr::tieOperands, remove setIsTied().Jakob Stoklund Olesen