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