IR: Split Metadata from Value
[oota-llvm.git] / lib / CodeGen / MachineInstr.cpp
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
2014-11-17 Craig TopperMove register class name strings to a single array...
2014-10-03 Duncan P. N. Exon... Revert "Revert "DI: Fold constant arguments into a...
2014-10-02 Duncan P. N. Exon... Revert "DI: Fold constant arguments into a single MDString"
2014-10-02 Duncan P. N. Exon... DI: Fold constant arguments into a single MDString
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 Adrian PrantlRevert r218778 while investigating buldbot breakage.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-09-28 Matt ArsenaultAdd MachineOperand::ChangeToFPImmediate and setFPImm
2014-08-13 Gerolf Hoflehner[Cleanup] Utility function to erase instruction and...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-07-24 Hal FinkelAdd scoped-noalias metadata
2014-07-24 Hal FinkelAA metadata refactoring (introduce AAMDNodes)
2014-05-07 Zinovy Nis[BUG][REFACTOR]
2014-04-15 Nick LewyckyBreak PseudoSourceValue out of the Value hierarchy...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-21 Arnaud A. de Grand... Remove some dead assignements found by scan-build
2014-03-17 Lang Hames[X86] New and improved VZeroUpperInserter optimization.
2014-03-15 Arnaud A. de Grand... Remove some dead assignements found by scan-build
2014-03-07 Rafael EspindolaReplace PROLOG_LABEL with a new CFI_INSTRUCTION.
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-01-09 Chandler CarruthPut the functionality for printing a value to a raw_ost...
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
2014-01-02 Quentin Colombet[RegAlloc] Make tryInstructionSplit less aggressive.
2013-12-14 Juergen Ributzka[Stackmap] Liveness Analysis Pass
2013-12-14 Matt ArsenaultPrint the address space of a MachineMemOperand
2013-12-13 Andrew TrickRevert "Liveness Analysis Pass"
2013-12-13 Andrew TrickLiveness Analysis Pass
2013-10-15 Pekka JaaskelainenGuard the debug temp variable with NDEBUG to avoid...
2013-10-15 Pekka JaaskelainenDo not assert when trying to add a meta data operand...
2013-10-10 Matthias BraunRename parameter: defined regs are not incoming.
2013-07-05 Jakob Stoklund OlesenRemove dead function.
2013-06-28 Manman RenDebug Info: clean up usage of Verify.
2013-02-05 Jakob Stoklund OlesenRemove liveout lists from MachineRegisterInfo.
2013-01-25 Andrew TrickScheduleDAG: colorize the DOT graph and improve formatting.
2013-01-11 Eric ChristopherFor inline asm:
2013-01-10 Jakob Stoklund OlesenAllow hasProperty() to be called on bundle-internal...
2013-01-10 Jakob Stoklund OlesenSupport headerless bundles in MachineInstr::hasProperty().
2013-01-09 Jakob Stoklund OlesenDon't print bundle flags.
2013-01-09 Jakob Stoklund OlesenDon't require BUNDLE headers in MachineInstr::getBundle...
2013-01-09 Sergei LarinFix a typo in MachineInstr::unbundleFromSucc() method.
2013-01-07 Jakob Stoklund OlesenPack MachineOperand bitfields better.
2013-01-07 Jakob Stoklund OlesenPack MachineInstr fields better.
2013-01-05 Jakob Stoklund OlesenDon't call destructors on MachineInstr and MachineOperand.
2013-01-05 Jakob Stoklund OlesenUse ArrayRecycler for MachineInstr operand lists.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-22 Jakob Stoklund OlesenRemove a special case that doesn't seem necessary any...
2012-12-22 Jakob Stoklund OlesenUse getNumOperands() instead of Operands.size().
2012-12-20 Jakob Stoklund OlesenRequire the two-argument MI::addOperand(MF, MO) for...
2012-12-20 Jakob Stoklund OlesenAdd an MF argument to MI::copyImplicitOps().
2012-12-20 Jakob Stoklund OlesenUse two-arg addOperand(MF, MO) internally in MachineIns...
2012-12-20 Jakob Stoklund OlesenRemove two dead functions.
2012-12-18 Jakob Stoklund OlesenUse bidirectional bundle flags to simplify important...
2012-12-18 Jakob Stoklund OlesenVerify bundle flag consistency when setting them.
2012-12-18 Jakob Stoklund OlesenDon't allow the automatically updated MI flags to be...
2012-12-17 Jakob Stoklund OlesenTighten up the erase/remove API for bundled instructions.
2012-12-07 Jakob Stoklund OlesenAdd higher-level API for dealing with bundled MachineIn...
2012-12-05 Jakob Stoklund OlesenRemove unused MachineInstr constructors.
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-31 Akira HatanakaCheck that iterator I is not the end iterator.
2012-10-07 Craig TopperRemove unused MachineInstr constructors that don't...
2012-09-12 Michael LiaoFix PR11985
2012-09-11 Manman RenRelease build: guard dump functions with
2012-09-06 Manman RenRelease build: guard dump functions with "ifndef NDEBUG"
2012-09-05 Chad RosierCleanup a few magic numbers.
2012-09-05 Chad Rosier[ms-inline asm] We only need one bit to represent the...
2012-09-05 Chad Rosier[ms-inline asm] Propagate the asm dialect into the...
2012-09-04 Jakob Stoklund OlesenTypo.
2012-09-04 Jakob Stoklund OlesenActually use the MachineOperand field for isRegTiedToDe...
2012-09-04 Jakob Stoklund OlesenAllow tied uses and defs in different orders.
2012-08-31 Jakob Stoklund OlesenAdd MachineInstr::tieOperands, remove setIsTied().
2012-08-30 Jakob Stoklund OlesenDon't use MCInstrDesc flags for implicit operands.
2012-08-29 Jakob Stoklund OlesenRename hasVolatileMemoryRef() to hasOrderedMemoryRef().
2012-08-29 Jakob Stoklund OlesenDon't move normal loads across volatile/atomic loads.
2012-08-29 Jakob Stoklund OlesenMaintain a vaild isTied bit as operands are added and...
2012-08-28 Jakob Stoklund OlesenAdd a MachineOperand::isTied() flag.
2012-08-28 Jakob Stoklund OlesenDon't allow TargetFlags on MO_Register MachineOperands.
2012-08-10 Jakob Stoklund OlesenAlso update MRI use lists when changing a use to a...
2012-08-09 Jakob Stoklund OlesenMove use list management into MachineRegisterInfo.
2012-08-07 Jakob Stoklund OlesenAdd a new kind of MachineOperand: MO_TargetIndex.
2012-07-05 Chandler CarruthFinish fixing the MachineOperand hashing, providing...
2012-07-05 Chandler CarruthThe hash function for MI expressions, used by MachineCS...
2012-07-04 Jakob Stoklund OlesenAllow trailing physreg RegisterSDNode operands on non...
2012-06-28 Bill WendlingMove lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo...
2012-06-05 Andrew TrickMachineInstr::eraseFromParent fix for removing bundled...
2012-06-01 Jakob Stoklund OlesenSwitch all register list clients to the new MC*Iterator...
2012-05-30 Jakob Stoklund OlesenRemove some redundant tests.
2012-05-07 Jakob Stoklund OlesenAdd an MF argument to TRI::getPointerRegClass() and...
2012-05-04 Jakob Stoklund OlesenRemove extra comma in debug output.
2012-04-20 Jakob Stoklund OlesenPrint <def,read-undef> to avoid confusion.
2012-03-31 Rafael EspindolaTeach CodeGen's version of computeMaskedBits to underst...
2012-03-17 Benjamin KramerMachineInstr: Inline the fast path (non-bundle instruct...
2012-03-16 Benjamin KramerLimit the number of memory operands in MachineInstr...
2012-03-08 Craig TopperUse uint16_t to store instruction implicit uses and...
2012-03-07 Chandler CarruthTry to clarify this comment some.
2012-03-07 Chandler CarruthRemove another outbreak of customized (and completely...
2012-03-04 Craig TopperUse uint16_t to store register overlaps to reduce stati...
2012-03-01 Jakob Stoklund OlesenMove getBundleStart() into MachineInstrBundle.h.
2012-02-17 Lang HamesReverse iterator - should be incrementing rather than...
next