1. f2da724 New isAssociative/isCommutative inspection methods, graciously contributed by by Chris Lattner · 22 years ago
  2. 4932b31 Statistic class should return const reference to *this, not a reference to by Chris Lattner · 22 years ago
  3. 6918c07 BreakCriticalEdges should update dominance frontier information as well as by Chris Lattner · 22 years ago
  4. a24e09d Add interface to update domfrontier info, thanks to Casey Carter for impl by Chris Lattner · 22 years ago
  5. b07a440 New testcases by Chris Lattner · 22 years ago
  6. 2fdaddf Fix two problems: by Chris Lattner · 22 years ago
  7. 601899d Bug fix: need to initialize new CallArgsDescriptor pointer. by Vikram S. Adve · 22 years ago
  8. 8f211a4 Bug fix in setting an implicit ref. by Vikram S. Adve · 22 years ago
  9. 9691807 In getID(), don't call getValidSymbolName to mangle external names! by Vikram S. Adve · 22 years ago
  10. cc0b0c5 Add lots more info by Chris Lattner · 22 years ago
  11. b246cee Return 0 instead of 1 for correct execution. Makes automated testing happy. by Misha Brukman · 22 years ago
  12. 5728abc Make the testcase MORE complex by Chris Lattner · 22 years ago
  13. 188732c Remove fixme by Chris Lattner · 22 years ago
  14. 6a59227 Add special code to make printing SSA form machine instructions nicer by Chris Lattner · 22 years ago
  15. 1162262 Name the first basic block by Chris Lattner · 22 years ago
  16. 8548ee7 Make sure to set the destination register correctly by Chris Lattner · 22 years ago
  17. 9cc3615 Allow BuildMI that helps automate construction of SSA information by Chris Lattner · 22 years ago
  18. b752e9a Set the destination register field based on the target specific flags by Chris Lattner · 22 years ago
  19. 9d17740 Add flag to specify when no value is produced by an instruction by Chris Lattner · 22 years ago
  20. 443d012 Sparc backend doesn't use target specific flags yet by Chris Lattner · 22 years ago
  21. 75e961a * Add new "Target Specific Flags" field to instruction descriptor by Chris Lattner · 22 years ago
  22. 2a79a09 Use MRegisterInfo, if available, to print symbolic register names by Chris Lattner · 22 years ago
  23. e5f5221 Implement the new optional getRegisterInfo by Chris Lattner · 22 years ago
  24. 478df7a Add new optional getRegisterInfo to TargetMachine by Chris Lattner · 22 years ago
  25. 1049164 Implement structured machine code printing by Chris Lattner · 22 years ago
  26. 3dffa79 Print machine code after instruction selection by Chris Lattner · 22 years ago
  27. 42c7786 Make sure to pass the LLVM basic block in by Chris Lattner · 22 years ago
  28. fa78fbf Add support for structured printing by Chris Lattner · 22 years ago
  29. dea7383 Improve comments, add methods for structured printing by Chris Lattner · 22 years ago
  30. a22026a Jello now builds by Chris Lattner · 22 years ago
  31. 36b3603 Construct annotation, to make sure it's attached to function by Chris Lattner · 22 years ago
  32. 8815c79 Add method by Chris Lattner · 22 years ago
  33. 8872618 Make argsize calculation stuff optional, so that Targets without FrameInfo by Chris Lattner · 22 years ago
  34. ddd7fcb Implement autoinserting ctor by Chris Lattner · 22 years ago
  35. e316efc Rename annotation id by Chris Lattner · 22 years ago
  36. 7db458f Add capability to have machine instruction autoinsert when it is created by Chris Lattner · 22 years ago
  37. a3bbcb5 Fix spelling of `propagate'. by Misha Brukman · 22 years ago
  38. 81619b1 Fixed spelling of `propagation'. by Misha Brukman · 22 years ago
  39. b4f68ed Convert backend to use passes, implement X86TargetMachine by Chris Lattner · 22 years ago
  40. c66583e These are no longer virtual methods by Chris Lattner · 22 years ago
  41. 272ba1d Eliminate virtual methods that are sparc specific by Chris Lattner · 22 years ago
  42. ab0aa7f * Privatize the TargetName by Chris Lattner · 22 years ago
  43. c56406c * Privatize the TargetName by Chris Lattner · 22 years ago
  44. 62eaf7e Implement findOptimalStorageSize a bit more generally by Chris Lattner · 22 years ago
  45. 6334205 Allow TargetMachine to refuse static code gen by Chris Lattner · 22 years ago
  46. 083ee69 Convert jello to use PassManager by Chris Lattner · 22 years ago
  47. 055c965 Rename X86InstructionInfo to X86InstrInfo by Chris Lattner · 22 years ago
  48. a74db85 Rename Sparc.h to TargetMachineImpls.h. Add hook for X86 target by Chris Lattner · 22 years ago
  49. 5c1b524 Add hook for JIT compiler by Chris Lattner · 22 years ago
  50. 33f53b5 Minor renaming by Chris Lattner · 22 years ago
  51. 6560b6b Rename Sparc.h TargetMachineImpls.h by Chris Lattner · 22 years ago
  52. eef7454 Remove unneccesary #includes by Chris Lattner · 22 years ago
  53. 600e699 Rename Sparc.h to TargetMachineImpls.h by Chris Lattner · 22 years ago
  54. 4aba5e3 * Remove explicit strcmp calls * Rename Sparc.h to TargetMachineImpls.h by Chris Lattner · 22 years ago
  55. 5f9a61a Move to TargetMachineImpls.h by Chris Lattner · 22 years ago
  56. b85c7f4 Reenable X86 backend, even though it doesn't do much, at least it compiles by Chris Lattner · 22 years ago
  57. ba64363 Merge with sparc backend by Chris Lattner · 22 years ago
  58. c1f49e4 Merge to MachineInstrInfo.h by Chris Lattner · 22 years ago
  59. 35c9a6d X86 merge complete, eliminate dead code by Chris Lattner · 22 years ago
  60. 495fe2e X86 merge is complete, eliminate unused code by Chris Lattner · 22 years ago
  61. a2bae30 Remove separate vector of implicit refs from MachineInstr, and by Vikram S. Adve · 22 years ago
  62. e68a343 Move CallArgsDescriptor into this class instead of making it an by Vikram S. Adve · 22 years ago
  63. aabb595 Bug fix: align size for dynamic allocas according to stack pointer by Vikram S. Adve · 22 years ago
  64. 341a937 Switch to generating machineinstr's instead of MInstructions by Chris Lattner · 22 years ago
  65. a535fab Be compatible with sparc backend by Chris Lattner · 22 years ago
  66. 9bbf439 Implement MachineInstrInfo interface by Chris Lattner · 22 years ago
  67. 79c0337 Switch to different flag set by Chris Lattner · 22 years ago
  68. f1757c4 Move TargetInstrDescriptors extern to the one .cpp file that refers to it: by Chris Lattner · 22 years ago
  69. adc101b Move TargetInstrDescriptors to MachineInstrInfo.cpp by Chris Lattner · 22 years ago
  70. f44f905 *** empty log message *** by Chris Lattner · 22 years ago
  71. d9512ca Use higher level methods, don't use TargetInstrDescriptors directly! by Chris Lattner · 22 years ago
  72. 4683f9b Rename opCodeString to Name, add new getName() method by Chris Lattner · 22 years ago
  73. e30eeaa Rename MachineInstrInfo::getDescriptor to MachineInstrInfo::get by Chris Lattner · 22 years ago
  74. 8f78027 Use higher level method by Chris Lattner · 22 years ago
  75. ad3136f Remove old entrypoint by Chris Lattner · 22 years ago
  76. 898c72b Remove unneeded #include by Chris Lattner · 22 years ago
  77. ea9d249 Remove #include, misleading comment, and a typedef used only once by Chris Lattner · 22 years ago
  78. 88da77c Inline typedef, eliminate unused method by Chris Lattner · 22 years ago
  79. 67eaf73 Remove long dead #if 0 by Chris Lattner · 22 years ago
  80. cb6b4bd Add #includes that were eliminated from headers by Chris Lattner · 22 years ago
  81. 770feb4 De-inline methods by Chris Lattner · 22 years ago
  82. a808487 Remove #include by Chris Lattner · 22 years ago
  83. 97d6885 Remove unneeded #include by Chris Lattner · 22 years ago
  84. 9538cec Remove forward decl by Chris Lattner · 22 years ago
  85. 28760f4 Make assertIGNode be private to the InterferenceGraph.cpp file by Chris Lattner · 22 years ago
  86. 9979895 Remove unneccesary #include by Chris Lattner · 22 years ago
  87. 4b28abb Delete unused header file by Chris Lattner · 22 years ago
  88. 047bbaf MachineInstrInfo doesn't need a TargetMachine by Chris Lattner · 22 years ago
  89. d020801 MachineInstrInfo doesn't need a TargetMachine member by Chris Lattner · 22 years ago
  90. 3ea6a42 Don't link tools with -g objects! by Chris Lattner · 22 years ago
  91. ba43675 Don't build X86 target until it builds properly again by Chris Lattner · 22 years ago
  92. 93fa705 Seperate code out of TargetMachine into MachineInstrInfo by Chris Lattner · 22 years ago
  93. 75276f1 Initial stab at MachineInstr'ication by Chris Lattner · 22 years ago
  94. c5b8b1a MachineInstrInfo no longer #includes this header, so we must by Chris Lattner · 22 years ago
  95. de0e87b Minor cleanups, remove noncopyable so dot doesn't cluster unrelated stuff by Chris Lattner · 22 years ago
  96. 2cc214c Strip a bunch of #includes from the file, move some virtual functions to by Chris Lattner · 22 years ago
  97. 534124d Inline some code from the cpp file by Chris Lattner · 22 years ago
  98. c01ff9c Use BuildMI instead of explicit code. by Chris Lattner · 22 years ago
  99. 9ed63ee Minor comment updates by Chris Lattner · 22 years ago
  100. f0136b3 Initial checkin of MachineInstrBuilder class by Chris Lattner · 22 years ago