1. 020b544 Do not insert physical regsiters into the regsUsed set by Chris Lattner · 22 years ago
  2. cd4f432 All callers of these methods actually wanted them to preserve the flags, by Chris Lattner · 22 years ago
  3. 41a894d Simplify code, eliminating the need for the X86 isVoid target instr flag by Chris Lattner · 22 years ago
  4. 1789d23 Remove using decl by Chris Lattner · 22 years ago
  5. 689adb1 Change interface to MachineInstr::substituteValue to specify more precisely by Vikram S. Adve · 22 years ago
  6. c468882 Allow explicit physical registers for implicit operands. by Vikram S. Adve · 22 years ago
  7. 7366fa1 (1) Added special register class containing (for now) %fsr. by Vikram S. Adve · 22 years ago
  8. 5da071b Remove obsolete ctor by Chris Lattner · 23 years ago
  9. b4d58d7 Rename MachineInstrInfo -> TargetInstrInfo by Chris Lattner · 23 years ago
  10. a2ad874 Add support for 3 new forms of MachineOperand by Chris Lattner · 23 years ago
  11. fd1ecad * Add printing support for FrameIndex operands by Chris Lattner · 23 years ago
  12. f895418 Implement printing of MBB arguments by Chris Lattner · 23 years ago
  13. d8ea18b Print is const! by Chris Lattner · 23 years ago
  14. 17ec8a8 Remove only uses of markDef/markDefAndUse methods by Chris Lattner · 23 years ago
  15. 6c614a99 Remove fixme by Chris Lattner · 23 years ago
  16. ac6e974 Add special code to make printing SSA form machine instructions nicer by Chris Lattner · 23 years ago
  17. 4e9fb1f Use MRegisterInfo, if available, to print symbolic register names by Chris Lattner · 23 years ago
  18. 214808f Implement structured machine code printing by Chris Lattner · 23 years ago
  19. 27ccb70 Implement autoinserting ctor by Chris Lattner · 23 years ago
  20. a1b4f0f Remove separate vector of implicit refs from MachineInstr, and by Vikram S. Adve · 23 years ago
  21. 07e2683 Move TargetInstrDescriptors extern to the one .cpp file that refers to it: by Chris Lattner · 23 years ago
  22. 660bf10 Use higher level methods, don't use TargetInstrDescriptors directly! by Chris Lattner · 23 years ago
  23. 5c7d638 Remove all traces of the "Opcode Mask" field in the MachineInstr class by Chris Lattner · 23 years ago
  24. bee314f Remove more default arguments that are never used by Chris Lattner · 23 years ago
  25. 307fb1a Remove default operands that are never used by Chris Lattner · 23 years ago
  26. ca4a9d2 * Make MachineOperand ctors private, so MachineOperand can only be created by Chris Lattner · 23 years ago
  27. 864d279 Remove two arguments that are never specified by Chris Lattner · 23 years ago
  28. 340bb96 Fairly major overhaul of MachineInstr & Operand classes by Chris Lattner · 23 years ago
  29. 9668c8c Add #includes now that MachineInstr.h doesn't include llvm/Target/MachineInstrInfo.h by Chris Lattner · 23 years ago
  30. ce64edd - Two minor improvements to the MachineInstr class to reduce footprint and by Chris Lattner · 23 years ago
  31. 97c348d Add method MachineInstr::replace to rewrite a machine instruction in place. by Vikram S. Adve · 23 years ago
  32. 7511302 Dump routine now writes out allocated register numbers if available. by Vikram S. Adve · 23 years ago
  33. fa99db7 Add method MachineInstr::substituteValue() which substitutes by Vikram S. Adve · 23 years ago
  34. 959a5fb by Chris Lattner · 23 years ago
  35. 10073a9 *** empty log message *** by Chris Lattner · 23 years ago
  36. f089faa Add support for marking each operand as a %hh, %hm, %lm or %lo. by Vikram S. Adve · 23 years ago
  37. 6c013a9 Moved class MachineCodeForBasicBlock to MachineCodeForBasicBlock.{cpp,h}. by Vikram S. Adve · 23 years ago
  38. d79d2c3 Improve printing during dumps. by Vikram S. Adve · 24 years ago
  39. 95f65b6 s/method/function by Chris Lattner · 24 years ago
  40. 307916c0 Bug fix in setting CC register. by Vikram S. Adve · 24 years ago
  41. 4cec147 * Prune #includes by Chris Lattner · 24 years ago
  42. 7f74a56 Changes to build successfully with GCC 3.02 by Chris Lattner · 24 years ago
  43. 2413b16 Renamed inst_const_iterator -> const_inst_iterator by Chris Lattner · 24 years ago
  44. ec62f24 Added naming to inserted phi copy values - for easy debugging by Ruchira Sasanka · 24 years ago
  45. fbb8a64 Modify AllocateLocalVar method to take a size argument. by Vikram S. Adve · 24 years ago
  46. 64f7567 Small changed to printing a machine operand - It the operand is a def, it prints by Ruchira Sasanka · 24 years ago
  47. 4b9c46d Bug fix in offset alignment computations: don't subtract the padding by Vikram S. Adve · 24 years ago
  48. 6e004c0 Improved printing routines. by Vikram S. Adve · 24 years ago
  49. 3b02a35 Adjust all stack variable offsets to be aligned by size. by Vikram S. Adve · 24 years ago
  50. 1d5c6e0 Fix errors in computing downgrowing offsets, and in by Vikram S. Adve · 24 years ago
  51. c530372 Major overhaul of stack frame management. by Vikram S. Adve · 24 years ago
  52. 59a1328 Make reg. numbers signed ints. by Vikram S. Adve · 24 years ago
  53. cc80b02 Added class MachineCodeForMethod. by Vikram S. Adve · 24 years ago
  54. 59e864e Added implict operand printing for operator( ostream, MachineInstr&) by Ruchira Sasanka · 24 years ago
  55. 6d19dc9 1. Add a bottom-up pass on BURG trees that is used to fix constant operands. by Vikram S. Adve · 24 years ago
  56. c36a504 Moved code generation support routines to InstrSelectionSupport.cpp. by Vikram S. Adve · 24 years ago
  57. 3856934 Convert more code to use new style casts Eliminate old style casts from value.h by Chris Lattner · 24 years ago
  58. e44abbb Improved dump for disp type operand. by Vikram S. Adve · 24 years ago
  59. bb81dae Minor changes. by Vikram S. Adve · 24 years ago
  60. bae3812 added setRegForValue to MachineOperand class by Ruchira Sasanka · 24 years ago
  61. 706ee8e Eliminate MainTreeNode function by Chris Lattner · 24 years ago
  62. acfa507 Fix a bug I introduced (assertion failed: Unknown operand type), and convert to predicate style for type checks by Chris Lattner · 24 years ago
  63. e4fe7bc Implement the subset of the GetConstantValueAsSignedInt function that is needed, locally. by Chris Lattner · 24 years ago
  64. c49f5f3 Fix problems with freeing memory twice by Chris Lattner · 24 years ago
  65. 57de997 Fix build breakage. :( by Chris Lattner · 24 years ago
  66. 23fcc08 The header file for a translation unit should always be included first by Chris Lattner · 24 years ago
  67. 5f72f42 Moved function PrintMachineInstructions here. by Vikram S. Adve · 24 years ago
  68. 1700068 Always set isDef for operand in position resultPos. by Vikram S. Adve · 24 years ago
  69. 6dec5fe Changed SetMachineOpernad calls in Set3OperandsFromInstr so that the by Ruchira Sasanka · 24 years ago
  70. c82322c *** empty log message *** by Ruchira Sasanka · 24 years ago
  71. 4ac2975 added a default isDef arg to SetMachineOperand method - Ruchira by Ruchira Sasanka · 24 years ago
  72. ff7070b Allow machine instructions with variable numbers of arguments. by Vikram S. Adve · 24 years ago
  73. bff682d Eliminate separate enum for operand register type. by Vikram S. Adve · 24 years ago
  74. 78a307b Eliminated the Unique class in favor of NonCopyable and NonCopyableV by Chris Lattner · 24 years ago
  75. b299068 Eliminate lots of unnecessary #includes and forward decls by Chris Lattner · 24 years ago
  76. dd51176 Renamed include/llvm/Codegen to include/llvm/CodeGen by Chris Lattner · 24 years ago
  77. ab9e557 Instruction selection via pattern matching on instruction trees using BURG. by Vikram S. Adve · 24 years ago