1. 92ad9f7 Ignore generated files FileLexer.* and FileParser.* by Misha Brukman · 22 years ago
  2. dc09524 Add comment about ownership semantics by Chris Lattner · 22 years ago
  3. f514d51 * Abstracted out stack space allocation into its own function by Misha Brukman · 22 years ago
  4. 6877dd3 Fix order of operands on a store from reg to [reg+offset]. by Misha Brukman · 22 years ago
  5. 9f729a3 Add stub to emit machine code for JIT by Chris Lattner · 22 years ago
  6. b45b3b3 Continued support for field intitializers by Chris Lattner · 22 years ago
  7. db1b766 Continued support for field initializer by Chris Lattner · 22 years ago
  8. 7331ab9 Continued support for Field Initializer by Chris Lattner · 22 years ago
  9. 9833493 Adjustments due to new FieldInit stuff by Chris Lattner · 22 years ago
  10. f1e37d9 Add comments, factor out common code by Chris Lattner · 22 years ago
  11. 34a7769 Add support for field exprs by Chris Lattner · 22 years ago
  12. 28520c4 * Move BitsInit::resolveReferences up with the rest of BitsInit code by Chris Lattner · 22 years ago
  13. a165190 Initial support for Field Expressions by Chris Lattner · 22 years ago
  14. d00e8f1 Add correct dependency by Chris Lattner · 22 years ago
  15. 24e7909 Split up targets by Chris Lattner · 22 years ago
  16. 07278e4 Add comments by Chris Lattner · 22 years ago
  17. 737ae6e Make sure to build lib/Support before the utilities, then use the new by Chris Lattner · 22 years ago
  18. e62c118 Initial checkin of TableGen utility by Chris Lattner · 22 years ago
  19. 24567a9 Add makefile to build subdirs by Chris Lattner · 22 years ago
  20. f8bafe8 Add rawfrm flags by Chris Lattner · 22 years ago
  21. a4978cc Don't add implicit regs by Chris Lattner · 22 years ago
  22. c250598 brg by Brian Gaeke · 22 years ago
  23. 18a2021 brg by Brian Gaeke · 22 years ago
  24. 0e2cf76 Several fixes: by Vikram S. Adve · 22 years ago
  25. 61ff029 Fix logical error in TD pass: we should clear Mod/Ref bits of each caller by Vikram S. Adve · 22 years ago
  26. e127a14 Added flags to CloneFlags to strip/keep Mod/Ref bits when cloning a graph. by Vikram S. Adve · 22 years ago
  27. f443e66 No longer need local graph to find call sites. by Vikram S. Adve · 22 years ago
  28. 9a96428 (1) Bug fix that was causing nodes with dangling references to be freed. by Vikram S. Adve · 22 years ago
  29. c11232a brg by Brian Gaeke · 22 years ago
  30. e31267d Keep global nodes in each DS Graph (by forcing them to be marked live). by Vikram S. Adve · 22 years ago
  31. 8b93866 Oops. Got the MOVrm and MOVmr mixed up. Fixed. We can now print out by Misha Brukman · 22 years ago
  32. f88a285 Enable the register allocator pass. by Misha Brukman · 22 years ago
  33. 0721867 A simple (spilling) register allocator. by Misha Brukman · 22 years ago
  34. cf2b9ac Added methods to read/write values to stack in .h, fixed implementation in by Misha Brukman · 22 years ago
  35. a85d6bc Added -*- C++ -*- mode to the comments. by Misha Brukman · 22 years ago
  36. faf0b8c Add a simple way to add memory locations of format [reg+offset] by Misha Brukman · 22 years ago
  37. f6a132c Added virtual functions for storing and retrieving values from the stack. by Misha Brukman · 22 years ago
  38. 35880f3 Instead of checking op.getType() against MO_VirtualRegister and by Misha Brukman · 22 years ago
  39. 7b8ba17 Set SSARegMap to NULL after deleting it. by Misha Brukman · 22 years ago
  40. fa8d571 lib/Target/X86/InstSelectSimple.cpp: Add visitCallInst, visitCastInst. by Brian Gaeke · 22 years ago
  41. 69a09e5 Make testcase more interesting by Chris Lattner · 22 years ago
  42. 1d53ce4 Handle cmp Reg, 0 correctly by Chris Lattner · 22 years ago
  43. 7ef33a9 Printing support for more stuff by Chris Lattner · 22 years ago
  44. 3a9a693 Don't add implicit operands by Chris Lattner · 22 years ago
  45. 128a7a9 Fix off by one bug by Chris Lattner · 22 years ago
  46. 15207f4 Add fixme by Chris Lattner · 22 years ago
  47. 47b4a9b Minor code cleanups by Chris Lattner · 22 years ago
  48. 1804233 Implement printing of store instructions by Chris Lattner · 22 years ago
  49. 3d3067b The big change here is to handle printing/emission of X86II::MRMSrcMem by Chris Lattner · 22 years ago
  50. 92845e3 Remove implicit information from instruction selector by Chris Lattner · 22 years ago
  51. 457adb5 Add printing information for MUL and DIV by Chris Lattner · 22 years ago
  52. 94e8ee2 Fix a bug that prevented compilation of multiple functions by Chris Lattner · 22 years ago
  53. 78c1d90 Move test by Chris Lattner · 22 years ago
  54. 9932bcd Shuffle testcases around by Chris Lattner · 22 years ago
  55. 2b905fd New testcase by Chris Lattner · 22 years ago
  56. d3e0fac Remove opcode information for instructions that are completely defined now by Chris Lattner · 22 years ago
  57. 644e326 Add printing support for sahf & setcc by Chris Lattner · 22 years ago
  58. 675dd2c Add printing support for /0 /1 type instructions by Chris Lattner · 22 years ago
  59. 85b39f2 Add support for /0 /1, etc type instructions by Chris Lattner · 22 years ago
  60. 627079d User defined operators are not supposed to live beyond the lifetime of the by Chris Lattner · 22 years ago
  61. 4b4e9dd Rename the SetCC X86 instructions to reflect the fact that they are the by Chris Lattner · 22 years ago
  62. 05093a5 Simplify setcc code a bit by Chris Lattner · 22 years ago
  63. 77875d8 Support Registers of the form (B8+ rd) for example by Chris Lattner · 22 years ago
  64. 97ad9e1 Dont' set flags by Chris Lattner · 22 years ago
  65. 233ad71 Implement printing more, implement opcode output more by Chris Lattner · 22 years ago
  66. 0dc20dd Huge diff do to reindeinting comments. by Chris Lattner · 22 years ago
  67. 11e53e3 Add new prefix flag by Chris Lattner · 22 years ago
  68. 644e1ab Print another class of instructions correctly, giving us: xorl EDX, EDX by Chris Lattner · 22 years ago
  69. 7c58925 Booleans are types too. And they get stored in bytes. And InstructionSelection by Misha Brukman · 22 years ago
  70. d9624b0 Checkin testcases for bugpoint by Chris Lattner · 22 years ago
  71. 21049cf Build bugpoint by Chris Lattner · 22 years ago
  72. afade92 Initial checkin of bugpoint by Chris Lattner · 22 years ago
  73. 51cbcbf Initial checkin of Module cloning support stuff by Chris Lattner · 22 years ago
  74. d4fd397 Cloning stuff doesn't modify the source module by Chris Lattner · 22 years ago
  75. 900c23c X86 target builds fine now by Chris Lattner · 22 years ago
  76. da3c8a7 Fix symbol table problem by Chris Lattner · 22 years ago
  77. b83b286 Add definitions for function headers from MRegisterInfo.h: by Misha Brukman · 22 years ago
  78. e1f0d81 Check not only for MO_VirtualRegister, but MO_MachineRegister as well when by Misha Brukman · 22 years ago
  79. b7825bc Initialize the SSARegMap. by Misha Brukman · 22 years ago
  80. 282ec57 MRegisterInfo.h - Added prototypes for functions we need to map a register to by Misha Brukman · 22 years ago
  81. cfe4872 Don't build X86 target yet by Chris Lattner · 22 years ago
  82. 6e6026b - Eliminated the deferred symbol table stuff in Module & Function, it really by Chris Lattner · 22 years ago
  83. c09aab0 Fix minor bugs by Chris Lattner · 22 years ago
  84. 2c08dcc Eliminate the concept of a deferred symbol table. The optimization really isn't, by Chris Lattner · 22 years ago
  85. d2cc017 Add mapping in MachineFunction from SSA regs to Register Classes. Also, by Misha Brukman · 22 years ago
  86. 90ed18c Sigh. Fixed some speling. by Misha Brukman · 22 years ago
  87. 1617e6c SSARegMap -- the mapping between SSARegisters and their RegisterClasses, which by Misha Brukman · 22 years ago
  88. 602b9ff Thanks to the R8, R16, and R32 macros, I can now deal with registers that by Misha Brukman · 22 years ago
  89. 03b4c2d Remove unneccesary #include by Chris Lattner · 22 years ago
  90. 5a8932f Implement the CloneFunction function by Chris Lattner · 22 years ago
  91. d180155 Minor changes to cloning interface by Chris Lattner · 22 years ago
  92. 6c2e2e5 Fix two fixmes: integrate with inlining, and document by Chris Lattner · 22 years ago
  93. 8437f4a Add support for bugpoint by Chris Lattner · 22 years ago
  94. 1c99850 Extend function cloning interface to support inlining by Chris Lattner · 22 years ago
  95. dcd8040 Rework inline pass to use cloning infrastructure to do the dirty work by Chris Lattner · 22 years ago
  96. b499419 This file is supersumed by Utils/Cloning.h by Chris Lattner · 22 years ago
  97. 309f193 Start using the new function cloning header by Chris Lattner · 22 years ago
  98. 84bf988 Merge cloning and inlining utilities by Chris Lattner · 22 years ago
  99. e6aa373 Move MutatStructTypes.h out of IPO by Chris Lattner · 22 years ago
  100. 8f51da4 Move inlining pass to IPO.h by Chris Lattner · 22 years ago