Replace PROLOG_LABEL with a new CFI_INSTRUCTION.
[oota-llvm.git] / lib / CodeGen / MachineInstr.cpp
2011-11-03 Pete CooperReverted r143600 - selector reference change
2011-11-03 Pete CooperTreat objc selector reference globals as invariant...
2011-10-13 Nick LewyckyAdd missing braces to pacify GCC's -Wparentheses.
2011-10-12 Jakob Stoklund OlesenAdd MachineInstr::getRegClassConstraint().
2011-10-12 Jakob Stoklund OlesenExtract a method for finding the inline asm flag operand.
2011-10-12 Jakob Stoklund OlesenEncode register class constreaints in inline asm instru...
2011-09-29 Jakob Stoklund OlesenRemove NumImplicitOps which is now unused.
2011-09-29 Jakob Stoklund OlesenRewrite MachineInstr::addOperand() to avoid NumImplicitOps.
2011-08-29 Jim GrosbachThumb2 parsing and encoding for IT blocks.
2011-08-24 Jim GrosbachTidy up. Trailing whitespace.
2011-08-19 Jakob Stoklund OlesenDon't treat a partial <def,undef> operand as a read.
2011-08-04 Devang PatelPrint DBG_VALUE variable's location info as a comment.
2011-07-07 Devang PatelIf known DebugLocs do not match then two DBG_VALUE...
2011-07-02 Jakob Stoklund OlesenInclude a source location when complaining about bad...
2011-07-01 Cameron ZwarichTake a stab at fixing the llvm-x86_64-linux-checks...
2011-06-28 Evan Cheng- Rename TargetInstrDesc, TargetOperandInfo to MCInstrD...
2011-06-27 Jakob Stoklund OlesenDistinguish early clobber output operands from clobbere...
2011-06-27 Jakob Stoklund OlesenDecode and pretty print inline asm operand descriptors.
2011-06-24 Devang PatelHandle debug info for i128 constants.
2011-05-12 Evan ChengRe-commit 131172 with fix. MachineInstr identity checks...
2011-05-08 Jakob Stoklund OlesenRemove an assertion to fix PR9872.
2011-04-29 Bill WendlingPrint out the 'nontemporal' info on a store.
2011-04-05 Jakob Stoklund OlesenEnsure all defs referring to a virtual register are...
2011-03-05 Anton KorobeynikovAdd FrameSetup MI flags
2011-01-10 Jakob Stoklund OlesenSimplify a bunch of isVirtualRegister() and isPhysicalR...
2011-01-09 Jakob Stoklund OlesenReplace TargetRegisterInfo::printReg with a PrintReg...
2011-01-07 Evan ChengDo not model all INLINEASM instructions as having unmod...
2011-01-07 Evan ChengDBG_VALUE does not have any side effects; it also makes...
2010-10-22 Evan ChengUnbreak build.
2010-10-20 Dan GohmanMake CodeGen TBAA-aware.
2010-10-19 Jakob Stoklund OlesenShrink MachineOperand from 40 to 32 bytes on 64-bit...
2010-09-21 Chris Lattnerconvert a couple more places to use the new getStore()
2010-09-21 Chris Lattneradd some accessors
2010-09-21 Chris Lattnerit's more elegant to put the "getConstantPool" and
2010-09-21 Chris Lattneradd some helpful accessors.
2010-09-21 Chris Lattnerstart pushing MachinePointerInfo out through the Machin...
2010-09-21 Chris Lattnerrefactor the Value*/offset pair from MachineMemOperand...
2010-08-02 Oscar FuentesPrefix `next' iterator operation with `llvm::'.
2010-07-28 Jakob Stoklund OlesenPrint out the regclass of any virtual registers used...
2010-07-04 Jakob Stoklund OlesenPrint symbolic subreg indices on REG_SEQUENCE and INSER...
2010-07-02 Dale JohannesenPropagate the AlignStack bit in InlineAsm's to the
2010-06-29 Devang PatelPrint InlinedAt location.
2010-06-18 Dan GohmanTeach regular and fast isel to set dead flags on unused...
2010-06-02 Jakob Stoklund OlesenSlightly change the meaning of the reMaterialize target...
2010-06-01 Jakob Stoklund OlesenProperly compose subregister indices when coalescing.
2010-05-28 Jakob Stoklund OlesenAdd a TargetRegisterInfo::composeSubRegIndices hook...
2010-05-25 Jakob Stoklund OlesenPrint symbolic SubRegIndex names on machine operands.
2010-05-21 Evan Cheng- Change MachineInstr::findRegisterDefOperandIdx so...
2010-05-21 Jakob Stoklund OlesenAdd MachineInstr::readsWritesVirtualRegister() to deter...
2010-05-21 Jakob Stoklund OlesenRevert "Use MachineInstr::readsWritesVirtualRegister...
2010-05-21 Jakob Stoklund OlesenUse MachineInstr::readsWritesVirtualRegister to determi...
2010-05-21 Jakob Stoklund OlesenIf the first definition of a virtual register is a...
2010-05-19 Jakob Stoklund OlesenAdd MachineInstr::readsVirtualRegister() in preparation...
2010-05-13 Dan GohmanTeach MachineLICM and MachineSink how to clear kill...
2010-04-28 Evan ChengPretty print DBG_VALUE machine instructions.
2010-04-09 Bob WilsonUse getNumImplicitDefs() and getNumImplicitUses().
2010-04-09 Bob WilsonFix up some comments.
2010-04-08 Evan ChengCoalescer should not delete copy instructions whose...
2010-04-07 Chris Lattnerfix a latent bug my inline asm stuff exposed:
2010-04-02 Chris Lattnerstop using DebugLoc::getUnknownLoc()
2010-04-02 Chris LattnerSwitch the code generator (except the JIT) onto the...
2010-03-13 Chris Lattneradd support for MCSymbols as operands to MachineInstrs.
2010-03-08 Devang PatelAvoid using DIDescriptor.isNull().
2010-03-08 Devang PatelRevert r97947.
2010-03-08 Devang PatelAvoid using DIDescriptor.isNull().
2010-03-03 Evan ChengMove MachineInstrExpressionTrait::getHashValue() out...
2010-03-03 Evan ChengFix funky indentation and add comments.
2010-03-03 Evan Cheng- Change MachineInstr::isIdenticalTo to take a new...
2010-03-02 Evan ChengSwap parameters of isSafeToMove and isSafeToReMat for...
2010-02-15 David GreeneAdd non-temporal flags to MachineMemOperand.
2010-02-10 Dan GohmanFix "the the" and similar typos.
2010-02-10 Dale JohannesenAdd isDebug argument to ChangeToRegister; this prevents
2010-02-09 Chris Lattnermove target-independent opcodes out of TargetInstrInfo
2010-01-19 Jakob Stoklund OlesenIdentify predicate and optional-def operands when print...
2010-01-16 Devang PatelReplace DebugLocTuple with DILocation.
2010-01-13 Dale JohannesenFurther progration of metadata operands. The
2010-01-06 Jakob Stoklund OlesenAdd <imp-def> and <imp-kill> operands when replacing...
2010-01-04 David GreeneChange errs() to dbgs().
2009-12-28 Chris Lattnersnip one more #include from Metadata.h
2009-12-25 Bill WendlingRemove dead store.
2009-12-25 Bill WendlingRemove dead store from copy-pasto.
2009-12-16 Jim GrosbachAdd @earlyclobber TableGen constraint
2009-12-07 Evan ChengFollow up to 90488. Turn a check into an assertion.
2009-12-05 Dan GohmanDon't print the debug directory; it's often long and...
2009-12-03 Evan ChengWatch out for PHI instruction with no source operands.
2009-12-03 Evan ChengFill out codegen SSA updater. It's not yet tested.
2009-12-01 Dan GohmanDevang pointed out that this code should use DIScope...
2009-11-23 Dan GohmanPrint the debug info line and column in MachineInstr...
2009-11-16 Dan GohmanInitialize the new AsmPrinterFlags field to 0, fixing...
2009-11-09 Dan GohmanPrint "..." instead of all the uninteresting register...
2009-11-06 Dan GohmanUse WriteAsOperand to print GlobalAddress MachineOperan...
2009-10-31 Dan GohmanMake -print-machineinstrs more readable.
2009-10-30 Dan GohmanInitial target-independent CodeGen support for BlockAdd...
2009-10-21 Evan ChengNeed a comma after imp-use.
2009-10-14 Evan ChengPrint earlyclobber for implicit-defs as well.
2009-10-13 Devang Patels/DebugLoc.CompileUnit/DebugLoc.Scope/g
2009-10-09 Dan GohmanFactor out LiveIntervalAnalysis' code to determine...
2009-10-09 Dan GohmanisTriviallyReMaterializable checks the
2009-10-07 Dan GohmanReplace TargetInstrInfo::isInvariantLoad and its target...
2009-10-05 Chris Lattnerstrength reduce a ton of type equality tests to check...
next