summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineInstr.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Rewrite MachineOperand::print and MachineInstr::print to avoidEric Christopher2015-02-271-35/+22
* Remove DebugLoc::print(LLVMContext, raw_ostream), it was justEric Christopher2015-02-261-8/+2
* MachineInstr: Use range-based for loops. NFC.Benjamin Kramer2015-02-211-34/+20
* Calling memmove on a MachineOperand is totally safe.Benjamin Kramer2015-02-211-8/+2
* Move DebugLocs around instead of copying.Benjamin Kramer2015-02-071-4/+4
* MachineCSE: Clear dead-def flag on CSE.Matthias Braun2015-02-041-0/+8
* LiveIntervalAnalysis: Mark subregister defs as undef when we determined they ...Matthias Braun2015-01-211-0/+8
* IR: Split Metadata from ValueDuncan P. N. Exon Smith2014-12-091-5/+10
* Move register class name strings to a single array in MCRegisterInfo to reduc...Craig Topper2014-11-171-11/+10
* Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith2014-10-031-5/+5
* Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith2014-10-021-5/+5
* DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith2014-10-021-5/+5
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-2/+7
* Revert r218778 while investigating buldbot breakage.Adrian Prantl2014-10-011-7/+2
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-2/+7
* Add MachineOperand::ChangeToFPImmediate and setFPImmMatt Arsenault2014-09-281-7/+25
* [Cleanup] Utility function to erase instruction and mark DBG_ValuesGerolf Hoflehner2014-08-131-0/+21
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-6/+14
* Add scoped-noalias metadataHal Finkel2014-07-241-0/+28
* AA metadata refactoring (introduce AAMDNodes)Hal Finkel2014-07-241-4/+4
* [BUG][REFACTOR]Zinovy Nis2014-05-071-20/+2
* Break PseudoSourceValue out of the Value hierarchy. It is now the root of its...Nick Lewycky2014-04-151-11/+16
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-141-17/+17
* Remove some dead assignements found by scan-buildArnaud A. de Grandmaison2014-03-211-1/+1
* [X86] New and improved VZeroUpperInserter optimization.Lang Hames2014-03-171-1/+1
* Remove some dead assignements found by scan-buildArnaud A. de Grandmaison2014-03-151-2/+1
* Replace PROLOG_LABEL with a new CFI_INSTRUCTION.Rafael Espindola2014-03-071-2/+9
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-061-1/+1
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-021-1/+1
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-091-6/+5
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-071-1/+1
* [RegAlloc] Make tryInstructionSplit less aggressive.Quentin Colombet2014-01-021-0/+48
* [Stackmap] Liveness Analysis PassJuergen Ributzka2013-12-141-1/+6
* Print the address space of a MachineMemOperandMatt Arsenault2013-12-141-0/+4
* Revert "Liveness Analysis Pass"Andrew Trick2013-12-131-6/+1
* Liveness Analysis PassAndrew Trick2013-12-131-1/+6
* Guard the debug temp variable with NDEBUG to avoid warning/error with NDEBUG ...Pekka Jaaskelainen2013-10-151-0/+2
* Do not assert when trying to add a meta data operand withPekka Jaaskelainen2013-10-151-1/+2
* Rename parameter: defined regs are not incoming.Matthias Braun2013-10-101-15/+15
* Remove dead function.Jakob Stoklund Olesen2013-07-051-26/+0
* Debug Info: clean up usage of Verify.Manman Ren2013-06-281-1/+3
* Remove liveout lists from MachineRegisterInfo.Jakob Stoklund Olesen2013-02-051-2/+2
* ScheduleDAG: colorize the DOT graph and improve formatting.Andrew Trick2013-01-251-1/+5
* For inline asm:Eric Christopher2013-01-111-1/+5
* Allow hasProperty() to be called on bundle-internal instructions.Jakob Stoklund Olesen2013-01-101-0/+1
* Support headerless bundles in MachineInstr::hasProperty().Jakob Stoklund Olesen2013-01-101-7/+5
* Don't print bundle flags.Jakob Stoklund Olesen2013-01-091-1/+2
* Don't require BUNDLE headers in MachineInstr::getBundleSize().Jakob Stoklund Olesen2013-01-091-10/+5
* Fix a typo in MachineInstr::unbundleFromSucc() method.Sergei Larin2013-01-091-1/+1
* Pack MachineOperand bitfields better.Jakob Stoklund Olesen2013-01-071-1/+1
OpenPOWER on IntegriCloud