1. 69a09e5 Make testcase more interesting by Chris Lattner · 22 years ago
  2. 1d53ce4 Handle cmp Reg, 0 correctly by Chris Lattner · 22 years ago
  3. 7ef33a9 Printing support for more stuff by Chris Lattner · 22 years ago
  4. 3a9a693 Don't add implicit operands by Chris Lattner · 22 years ago
  5. 128a7a9 Fix off by one bug by Chris Lattner · 22 years ago
  6. 15207f4 Add fixme by Chris Lattner · 22 years ago
  7. 47b4a9b Minor code cleanups by Chris Lattner · 22 years ago
  8. 1804233 Implement printing of store instructions by Chris Lattner · 22 years ago
  9. 3d3067b The big change here is to handle printing/emission of X86II::MRMSrcMem by Chris Lattner · 22 years ago
  10. 92845e3 Remove implicit information from instruction selector by Chris Lattner · 22 years ago
  11. 457adb5 Add printing information for MUL and DIV by Chris Lattner · 22 years ago
  12. 94e8ee2 Fix a bug that prevented compilation of multiple functions by Chris Lattner · 22 years ago
  13. 78c1d90 Move test by Chris Lattner · 22 years ago
  14. 9932bcd Shuffle testcases around by Chris Lattner · 22 years ago
  15. 2b905fd New testcase by Chris Lattner · 22 years ago
  16. d3e0fac Remove opcode information for instructions that are completely defined now by Chris Lattner · 22 years ago
  17. 644e326 Add printing support for sahf & setcc by Chris Lattner · 22 years ago
  18. 675dd2c Add printing support for /0 /1 type instructions by Chris Lattner · 22 years ago
  19. 85b39f2 Add support for /0 /1, etc type instructions by Chris Lattner · 22 years ago
  20. 627079d User defined operators are not supposed to live beyond the lifetime of the by Chris Lattner · 22 years ago
  21. 4b4e9dd Rename the SetCC X86 instructions to reflect the fact that they are the by Chris Lattner · 22 years ago
  22. 05093a5 Simplify setcc code a bit by Chris Lattner · 22 years ago
  23. 77875d8 Support Registers of the form (B8+ rd) for example by Chris Lattner · 22 years ago
  24. 97ad9e1 Dont' set flags by Chris Lattner · 22 years ago
  25. 233ad71 Implement printing more, implement opcode output more by Chris Lattner · 22 years ago
  26. 0dc20dd Huge diff do to reindeinting comments. by Chris Lattner · 22 years ago
  27. 11e53e3 Add new prefix flag by Chris Lattner · 22 years ago
  28. 644e1ab Print another class of instructions correctly, giving us: xorl EDX, EDX by Chris Lattner · 22 years ago
  29. 7c58925 Booleans are types too. And they get stored in bytes. And InstructionSelection by Misha Brukman · 22 years ago
  30. d9624b0 Checkin testcases for bugpoint by Chris Lattner · 22 years ago
  31. 21049cf Build bugpoint by Chris Lattner · 22 years ago
  32. afade92 Initial checkin of bugpoint by Chris Lattner · 22 years ago
  33. 51cbcbf Initial checkin of Module cloning support stuff by Chris Lattner · 22 years ago
  34. d4fd397 Cloning stuff doesn't modify the source module by Chris Lattner · 22 years ago
  35. 900c23c X86 target builds fine now by Chris Lattner · 22 years ago
  36. da3c8a7 Fix symbol table problem by Chris Lattner · 22 years ago
  37. b83b286 Add definitions for function headers from MRegisterInfo.h: by Misha Brukman · 22 years ago
  38. e1f0d81 Check not only for MO_VirtualRegister, but MO_MachineRegister as well when by Misha Brukman · 22 years ago
  39. b7825bc Initialize the SSARegMap. by Misha Brukman · 22 years ago
  40. 282ec57 MRegisterInfo.h - Added prototypes for functions we need to map a register to by Misha Brukman · 22 years ago
  41. cfe4872 Don't build X86 target yet by Chris Lattner · 22 years ago
  42. 6e6026b - Eliminated the deferred symbol table stuff in Module & Function, it really by Chris Lattner · 22 years ago
  43. c09aab0 Fix minor bugs by Chris Lattner · 22 years ago
  44. 2c08dcc Eliminate the concept of a deferred symbol table. The optimization really isn't, by Chris Lattner · 22 years ago
  45. d2cc017 Add mapping in MachineFunction from SSA regs to Register Classes. Also, by Misha Brukman · 22 years ago
  46. 90ed18c Sigh. Fixed some speling. by Misha Brukman · 22 years ago
  47. 1617e6c SSARegMap -- the mapping between SSARegisters and their RegisterClasses, which by Misha Brukman · 22 years ago
  48. 602b9ff Thanks to the R8, R16, and R32 macros, I can now deal with registers that by Misha Brukman · 22 years ago
  49. 03b4c2d Remove unneccesary #include by Chris Lattner · 22 years ago
  50. 5a8932f Implement the CloneFunction function by Chris Lattner · 22 years ago
  51. d180155 Minor changes to cloning interface by Chris Lattner · 22 years ago
  52. 6c2e2e5 Fix two fixmes: integrate with inlining, and document by Chris Lattner · 22 years ago
  53. 8437f4a Add support for bugpoint by Chris Lattner · 22 years ago
  54. 1c99850 Extend function cloning interface to support inlining by Chris Lattner · 22 years ago
  55. dcd8040 Rework inline pass to use cloning infrastructure to do the dirty work by Chris Lattner · 22 years ago
  56. b499419 This file is supersumed by Utils/Cloning.h by Chris Lattner · 22 years ago
  57. 309f193 Start using the new function cloning header by Chris Lattner · 22 years ago
  58. 84bf988 Merge cloning and inlining utilities by Chris Lattner · 22 years ago
  59. e6aa373 Move MutatStructTypes.h out of IPO by Chris Lattner · 22 years ago
  60. 8f51da4 Move inlining pass to IPO.h by Chris Lattner · 22 years ago
  61. 36b7cc3 Rename CloneFunction.h to Cloning.h by Chris Lattner · 22 years ago
  62. 5113eb0 Move the function extractor pass from tools/extract into lib/Xform/IPO by Chris Lattner · 22 years ago
  63. 9a641b4 Add a new Module::getNamedFunction method by Chris Lattner · 22 years ago
  64. af43b64 Ignore options that are "" by Chris Lattner · 22 years ago
  65. 2181c01 Remove extra target.a entry by Chris Lattner · 22 years ago
  66. c03a0cb Brian Gaeke says: by Brian Gaeke · 22 years ago
  67. a1a64f8 *** empty log message *** by Nick Hildenbrandt · 22 years ago
  68. 8f0d824 Add peak memory usage measurement capability by Chris Lattner · 22 years ago
  69. 44a9267 Add facility to compute peak memory usage by Chris Lattner · 22 years ago
  70. a1cf699 Inline DSTypeRec stuff into DSNode by Chris Lattner · 22 years ago
  71. 686a6f5 Inline DSTypeRec into DSNode by Chris Lattner · 22 years ago
  72. 1855292 Add peak memory usage measurement stuff Add structure padding optimizations by Chris Lattner · 22 years ago
  73. 4fe3461 Add peak memory usage support by Chris Lattner · 22 years ago
  74. 49a1ed0 Add stats by Chris Lattner · 22 years ago
  75. c59a1ba Templatize graph traits and iterator to work with const and non-const clients by Chris Lattner · 22 years ago
  76. 9850237 *** empty log message *** by Nick Hildenbrandt · 22 years ago
  77. ce3d3ea Add helper method by Chris Lattner · 22 years ago
  78. f9f6088 Start trying to print instructions more correctly. For now we also print out the opcode for each instruction as well. by Chris Lattner · 22 years ago
  79. f21dfcd Expose base opcode by Chris Lattner · 22 years ago
  80. 6aab9cf Start to add more information to instr.def by Chris Lattner · 22 years ago
  81. 239dcfd Add instruction annotation about whether it has a 0x0F opcode prefix by Chris Lattner · 22 years ago
  82. 9213b73 Add more void flags by Chris Lattner · 22 years ago
  83. 92bd0f9 Set the void flag on instructions that should get it by Chris Lattner · 22 years ago
  84. af55be1 Print is const! by Chris Lattner · 22 years ago
  85. 3b49394 Pass on a targetmachine by Chris Lattner · 22 years ago
  86. fe30dd3 Make sure that print gets a targetmachine by Chris Lattner · 22 years ago
  87. 927dd09 Arrange to have a TargetMachine available in X86InstrInfo::print by Chris Lattner · 22 years ago
  88. e9c04ae Omit the indirect node when printing call graphs by Chris Lattner · 22 years ago
  89. e9b309a Wow, I'm incapable of the simplest things today... by Chris Lattner · 22 years ago
  90. fb02a8b Rename registers to follow the intel style of all caps by Chris Lattner · 22 years ago
  91. ebdc7f3 Fix misleading indentation by Chris Lattner · 22 years ago
  92. 9bca50d Add machine independant printer interface by Chris Lattner · 22 years ago
  93. dbb61c6 Reorganize printing interface a bit by Chris Lattner · 22 years ago
  94. a187ed9 Add default implementation of printing interface by Chris Lattner · 22 years ago
  95. 23e6bba Finish enumating code by Chris Lattner · 22 years ago
  96. 71e83ca Fix minor detail by Chris Lattner · 22 years ago
  97. 2752d0a Add more numbers by Chris Lattner · 22 years ago
  98. ed806bf Add hack to only consider indirect calls indirect if they do more than cast by Chris Lattner · 22 years ago
  99. ae5f603 Add MaxSCC statistics by Chris Lattner · 22 years ago
  100. db85e38 Count CallInsts correctly, remove unneccesary initializers by Chris Lattner · 22 years ago