1. c90f51c Teach MachineLICM and MachineSink how to clear kill flags conservatively by Dan Gohman · 15 years ago
  2. d4d1a51 Pretty print DBG_VALUE machine instructions. by Evan Cheng · 16 years ago
  3. d8eeb12 Use getNumImplicitDefs() and getNumImplicitUses(). by Bob Wilson · 16 years ago
  4. 406f270 Fix up some comments. by Bob Wilson · 16 years ago
  5. b083c47 Coalescer should not delete copy instructions whose defs are partially dead. e.g. by Evan Cheng · 16 years ago
  6. f839ee0 fix a latent bug my inline asm stuff exposed: by Chris Lattner · 16 years ago
  7. bd009d6 stop using DebugLoc::getUnknownLoc() by Chris Lattner · 16 years ago
  8. 915c5f9 Switch the code generator (except the JIT) onto the new DebugLoc by Chris Lattner · 16 years ago
  9. 6c604e3 add support for MCSymbols as operands to MachineInstrs. by Chris Lattner · 16 years ago
  10. 3b548aa Avoid using DIDescriptor.isNull(). by Devang Patel · 16 years ago
  11. bc97f6b Revert r97947. by Devang Patel · 16 years ago
  12. fe28599 Avoid using DIDescriptor.isNull(). by Devang Patel · 16 years ago
  13. 59d27fe Move MachineInstrExpressionTrait::getHashValue() out of line so it can skip over only virtual register defs. This matches what isEqual() is doing. by Evan Cheng · 16 years ago
  14. 0f260e1 Fix funky indentation and add comments. by Evan Cheng · 16 years ago
  15. e9c46c2 - Change MachineInstr::isIdenticalTo to take a new option that determines whether it should skip checking defs or at least virtual register defs. This subsumes part of the TargetInstrInfo::isIdentical functionality. by Evan Cheng · 16 years ago
  16. 62e795a Swap parameters of isSafeToMove and isSafeToReMat for consistency. by Evan Cheng · 16 years ago
  17. 3a0412f by David Greene · 16 years ago
  18. 4a61882 Fix "the the" and similar typos. by Dan Gohman · 16 years ago
  19. d40d42c Add isDebug argument to ChangeToRegister; this prevents by Dale Johannesen · 16 years ago
  20. b06015a move target-independent opcodes out of TargetInstrInfo by Chris Lattner · 16 years ago
  21. e8800b8 Identify predicate and optional-def operands when printing machine instructions. by Jakob Stoklund Olesen · 16 years ago
  22. c0e17df Replace DebugLocTuple with DILocation. by Devang Patel · 16 years ago
  23. 7b1a7ed Further progration of metadata operands. The by Dale Johannesen · 16 years ago
  24. 7725526 Add <imp-def> and <imp-kill> operands when replacing virtual sub-register defs and kills. by Jakob Stoklund Olesen · 16 years ago
  25. 29388d6 by David Greene · 16 years ago
  26. 5a409bd snip one more #include from Metadata.h by Chris Lattner · 16 years ago
  27. ec030f2 Remove dead store. by Bill Wendling · 16 years ago
  28. 49fac47 Remove dead store from copy-pasto. by Bill Wendling · 16 years ago
  29. 2a282f2 Add @earlyclobber TableGen constraint by Jim Grosbach · 16 years ago
  30. 5c668a2 Follow up to 90488. Turn a check into an assertion. by Evan Cheng · 16 years ago
  31. 33004b6 Don't print the debug directory; it's often long and uninteresting. Omit by Dan Gohman · 16 years ago
  32. 8a19371 Watch out for PHI instruction with no source operands. by Evan Cheng · 16 years ago
  33. 7145382 Fill out codegen SSA updater. It's not yet tested. by Evan Cheng · 16 years ago
  34. 461b937 Devang pointed out that this code should use DIScope instead of by Dan Gohman · 16 years ago
  35. 2e3f187 Print the debug info line and column in MachineInstr::print even when there's by Dan Gohman · 16 years ago
  36. 9b5eea3 Initialize the new AsmPrinterFlags field to 0, fixing uses of by Dan Gohman · 16 years ago
  37. 2745d19 Print "..." instead of all the uninteresting register clobbers on call by Dan Gohman · 16 years ago
  38. 0080ee2 Use WriteAsOperand to print GlobalAddress MachineOperands. This by Dan Gohman · 16 years ago
  39. 34341e6 Make -print-machineinstrs more readable. by Dan Gohman · 16 years ago
  40. 6c93880 Initial target-independent CodeGen support for BlockAddresses. by Dan Gohman · 16 years ago
  41. f781bd8 Need a comma after imp-use. by Evan Cheng · 16 years ago
  42. 70b1fa5 Print earlyclobber for implicit-defs as well. by Evan Cheng · 16 years ago
  43. d7ebfe3 s/DebugLoc.CompileUnit/DebugLoc.Scope/g by Devang Patel · 16 years ago
  44. 87b02d5 Factor out LiveIntervalAnalysis' code to determine whether an instruction by Dan Gohman · 16 years ago
  45. e19c181 isTriviallyReMaterializable checks the by Dan Gohman · 16 years ago
  46. be8137b Replace TargetInstrInfo::isInvariantLoad and its target-specific by Dan Gohman · 16 years ago
  47. fdd8790 strength reduce a ton of type equality tests to check the typeid (Through by Chris Lattner · 16 years ago
  48. b296942 Remove std::string uses from DebugInfo interface. by Devang Patel · 16 years ago
  49. 5a6b11c Move MachineMemOperand::getAlignment out of line, to avoid needing by Dan Gohman · 16 years ago
  50. 48b185d Improve MachineMemOperand handling. by Dan Gohman · 16 years ago
  51. c0353bf Give MachineMemOperand an operator<<, factoring out code from by Dan Gohman · 16 years ago
  52. e7c8242 Change MachineMemOperand's alignment value to be the alignment of by Dan Gohman · 16 years ago
  53. 9632c14 grammar by Jim Grosbach · 16 years ago
  54. 471ba48 remove some uses of llvm/Support/Streams.h by Chris Lattner · 16 years ago
  55. a6f074f remove various std::ostream version of printing methods from by Chris Lattner · 16 years ago
  56. 55f1c09 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
  57. f465f06 Don't tamper with <undef> operands in MachineInstr::addRegisterKilled. by Jakob Stoklund Olesen · 16 years ago
  58. 5d8ace0 Fix Bug 4657: register scavenger asserts with subreg lowering by Jakob Stoklund Olesen · 16 years ago
  59. c59cd9b Never add a kill flag to a constrained physical register in a two-addr instruction. by Jakob Stoklund Olesen · 16 years ago
  60. 4a04041 Fix a typo. by Evan Cheng · 16 years ago
  61. aba695c Fix http://llvm.org/bugs/show_bug.cgi?id=4583 by Jakob Stoklund Olesen · 16 years ago
  62. 070fab8 Teach MachineInstr::isRegTiedToDefOperand() to correctly parse inline asm operands. by Jakob Stoklund Olesen · 16 years ago
  63. fbcc663 llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. by Torok Edwin · 16 years ago
  64. 56d0659 assert(0) -> LLVM_UNREACHABLE. by Torok Edwin · 16 years ago
  65. 0dc101b Add a bit IsUndef to MachineOperand. This indicates the def / use register operand is defined by an implicit_def. That means it can def / use any register and passes (e.g. register scavenger) can feel free to ignore them. by Evan Cheng · 16 years ago
  66. fd68280 Rearrange some stuff in MachineOperand and add a new TargetFlags field. by Chris Lattner · 16 years ago
  67. 38f2453 Fix support for inline asm input / output operand tying when operand spans across multiple registers (e.g. two i64 operands in 32-bit mode). by Evan Cheng · 16 years ago
  68. d9ef48a Remove some unnecessary #includes. by Dan Gohman · 16 years ago
  69. a503748 Make DebugLoc independent of DwarfWriter. by Argyrios Kyrtzidis · 17 years ago
  70. 1971dc7 MachineInstr::isRegTiedTo{Use,Def}Operand can safely be made const. by Jakob Stoklund Olesen · 17 years ago
  71. 3760853 Fix MachineInstr::getNumExplicitOperands to count by Dan Gohman · 17 years ago
  72. 89892b0 Give RemoveRegOperandFromRegInfo a comment and move the code out of line. by Dan Gohman · 17 years ago
  73. 66ab904 ignore register zero in isRegTiedToUseOperand, following the example of by Chris Lattner · 17 years ago
  74. 5185617 Fix pr3954. The register scavenger asserts for inline assembly with by Bob Wilson · 17 years ago
  75. a725028 reg0 references are not real registers. This fixes a crash on the by Chris Lattner · 17 years ago
  76. 968c3b0 Model inline asm constraint which ties an input to an output register as machine operand TIED_TO constraint. This eliminated the need to pre-allocate registers for these. This also allows register allocator can eliminate the unneeded copies. by Evan Cheng · 17 years ago
  77. 1361cbb Added MachineInstr::isRegTiedToDefOperand to check for two-addressness. by Evan Cheng · 17 years ago
  78. 1a0a3d0 Print out debug info when printing the machine instruction. by Bill Wendling · 17 years ago
  79. 4e04ef3 Add a DebugLoc field and some simple accessors. by Dale Johannesen · 17 years ago
  80. 072e52f Use isTerminator() instead of isBranch()||isReturn() in by Dan Gohman · 17 years ago
  81. 0ab1144 Print subreg information in MachineInstr::dump. by Dan Gohman · 17 years ago
  82. 9356d8f Minor code simplification. by Dan Gohman · 17 years ago
  83. d24be45 Drop the reg argument to isRegReDefinedByTwoAddr, which was redundant. by Dan Gohman · 17 years ago
  84. 0b27325 Add more const qualifiers. This fixes build breakage from r59540. by Dan Gohman · 17 years ago
  85. 0d9d8ae Make some methods const. by Dan Gohman · 17 years ago
  86. dfcc1ff Added missing print functions that take a raw_ostream by Mon P Wang · 17 years ago
  87. 0d1e9a8 Switch the MachineOperand accessors back to the short names like by Dan Gohman · 17 years ago
  88. 8853639 Fix a think-o in isSafeToMove. This fixes it from thinking that by Dan Gohman · 17 years ago
  89. c36660d Next round of earlyclobber handling. Approach the by Dale Johannesen · 17 years ago
  90. 7c59ed6 Add a method to MachineInstr for testing whether it makes by Dan Gohman · 17 years ago
  91. f8610eb Add a bit to mark operands of asm's that conflict by Dale Johannesen · 17 years ago
  92. c0d712d adjust last patch per review feedback by Dale Johannesen · 17 years ago
  93. 38453ee Remove isImm(), isReg(), and friends, in favor of by Dan Gohman · 17 years ago
  94. 1f3ab86 Pass "earlyclobber" bit through to machine by Dale Johannesen · 17 years ago
  95. c7367b4 Fix addRegisterDead and addRegisterKilled to be more thorough by Dan Gohman · 17 years ago
  96. 542ac62 Fold isRematerializable checks into isSafeToReMat. by Evan Cheng · 17 years ago
  97. f016b26 Move the check whether it's worth remating to caller. by Evan Cheng · 17 years ago
  98. 57dc078 Refactor isSafeToReMat out of 2addr pass. by Evan Cheng · 17 years ago
  99. a078d83 simplify PseudoSourceValue printing a bit. Unnest all of PseudoSourceValue.cpp from the llvm namespace. by Chris Lattner · 17 years ago
  100. 72e7d91 Print PseudoSourceValue. by Evan Cheng · 17 years ago