1. c8bf87a Remove unnecessary casts by Chris Lattner · 22 years ago
  2. 9daa8a1 Random cleanups by Chris Lattner · 22 years ago
  3. 1815383 Remove using decl by Chris Lattner · 22 years ago
  4. 4d2faf6 Values stored in CallArgsDescriptor cannot be const. by Vikram S. Adve · 22 years ago
  5. 24d0410 isMarkedForSpill() should be const. by Vikram S. Adve · 22 years ago
  6. 627eb31 Change interface to MachineInstr::substituteValue to specify more precisely by Vikram S. Adve · 22 years ago
  7. 51bda6f Print out all neighbors in interference graph, not just higher-numbered ones. by Vikram S. Adve · 22 years ago
  8. 3bf0892 Several fixes to handling of int CC register: by Vikram S. Adve · 22 years ago
  9. 97539fc Choose register instead of immediate for ConstantExpr in ChooseRegOrImmed. by Vikram S. Adve · 22 years ago
  10. 65b2f40 Minor beautification: fold a couple of lines of code. by Vikram S. Adve · 22 years ago
  11. 74d15d3 A def. operand of a machine instruction may be an ordinary Value*, by Vikram S. Adve · 22 years ago
  12. 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 22 years ago
  13. 3889a2c Remove a ton of extraneous #includes by Chris Lattner · 22 years ago
  14. 2eb9a25 Actually, change it to use explicit new/delete, which is more likely to be by Chris Lattner · 22 years ago
  15. 0bf9476 Remove two using decls Remove usage of alloca by Chris Lattner · 22 years ago
  16. ad95d9e Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h", by Brian Gaeke · 22 years ago
  17. be583b9 Included assert.h so that the code compiles under newer versions of GCC. by John Criswell · 22 years ago
  18. 0e93687 add some comments by Guochun Shi · 22 years ago
  19. e95b827 add an brief instruction what this pass is by Guochun Shi · 22 years ago
  20. 0b970da a simple introduction to this pass by Guochun Shi · 22 years ago
  21. f325261 cleaned code add some comments by Guochun Shi · 22 years ago
  22. 8f1d4ab delete useless functions add comment by Guochun Shi · 22 years ago
  23. 3328052 change DEBUG to DEBUG_PRINT by Guochun Shi · 22 years ago
  24. 6fe6905 Do not hastily change the Opcode from 'r' to 'i' type if we're not actually by Misha Brukman · 22 years ago
  25. 08d2e4e Fix bug: Jello/2003-06-04-bzip2-bug.ll by Chris Lattner · 22 years ago
  26. d15cd27 I have finally seen the light. The code to change the opcode must live higher in by Misha Brukman · 22 years ago
  27. d720da2 Pass through the emitConstantPool() call to the real emitter. by Misha Brukman · 22 years ago
  28. c740aae Moved code to modify the opcode from 'reg' to 'imm' form to a more logical place. by Misha Brukman · 22 years ago
  29. 0ee48d2 Moved FInfo.cpp to lib/Target/Sparc as it is Sparc-specific. by Misha Brukman · 22 years ago
  30. 78ddcd7 Minor cleanups. by Chris Lattner · 22 years ago
  31. 9efc4d6 Remove usage of noncopyable classes to clean up doxygen output. by Chris Lattner · 22 years ago
  32. 747a044 Add #include by Chris Lattner · 22 years ago
  33. e6aa9e3 Removed a useless ofstream. by Misha Brukman · 22 years ago
  34. 099b064 compiled with the new SchedGraphCommon by Guochun Shi · 22 years ago
  35. 53a7ba8 Remove spurious assert() by Misha Brukman · 22 years ago
  36. efc84a4 Changes to be compatible with MachineCodeEmitter.h by Chris Lattner · 22 years ago
  37. 5cdb12f Minor changes. by Vikram S. Adve · 22 years ago
  38. f3d3ca1 Added MachineCodeForInstruction object as an argument to by Vikram S. Adve · 22 years ago
  39. 3497782 Allow explicit physical registers for implicit operands. by Vikram S. Adve · 22 years ago
  40. 7952d60 Changes to allow explicit physical register arguments that have been by Vikram S. Adve · 22 years ago
  41. d0d06ad Extensive changes to the way code generation occurs for function by Vikram S. Adve · 22 years ago
  42. 88ba254 When converting virtual registers to immediate constants, change the opcode. by Misha Brukman · 22 years ago
  43. da3a8b1 Added saveBBreferences() for BasicBlock resolution. by Misha Brukman · 22 years ago
  44. 139f0c2 so far everything compiles by Guochun Shi · 22 years ago
  45. eae77de Correctly write out binary data as chars, before they're cast to ints. by Misha Brukman · 22 years ago
  46. 3432d1d Added a debugging code emitter that prints code to a file, debug to std::cerr, by Misha Brukman · 22 years ago
  47. 5f2180c (1) Added special register class containing (for now) %fsr. by Vikram S. Adve · 22 years ago
  48. 6b77ec4 Cleaned up code layout. No functional changes. by Misha Brukman · 22 years ago
  49. c2312df Kill `using' directives. by Misha Brukman · 22 years ago
  50. b52e024 Use a kill, not a dead definition, update comment by Chris Lattner · 22 years ago
  51. 572c770 * Keep LiveVariable information more up-to-date and consistent by Chris Lattner · 22 years ago
  52. a13f0d3 Fix bug where we could iterate off the end of a basic block by Chris Lattner · 22 years ago
  53. fb2cb69 * Keep the BBMap around as long as the pass is live by Chris Lattner · 22 years ago
  54. 98719d7 Fix N^2 algorithm by Chris Lattner · 22 years ago
  55. 927ce5d * Fix several comments by Chris Lattner · 22 years ago
  56. d572563 Fix tab infestation! by Chris Lattner · 22 years ago
  57. e0e7217 Allow const functions by Chris Lattner · 22 years ago
  58. fd33fb8 Add methods for stub function generation by Chris Lattner · 22 years ago
  59. 5cdfbad Add a vector to keep track of which registers are allocatable. Remove FIXMEs by Chris Lattner · 22 years ago
  60. dff780f Re-add gross hack, it's still necessary. :( by Chris Lattner · 22 years ago
  61. 82a4d20 Remove hideously nasty hack by Chris Lattner · 22 years ago
  62. 15b55e2 Debug output should go to cerr, not cout, because that's where bytecode goes. by Misha Brukman · 22 years ago
  63. b589bf7 Fix a bug which occurred with empty basic blocks by Chris Lattner · 22 years ago
  64. f98358e Minor cleanup by Chris Lattner · 22 years ago
  65. 2ee82e0 Remove unneccesary &* by Chris Lattner · 22 years ago
  66. 63e04f3 Just some code beautification changes I had sitting around in my tree. by Misha Brukman · 22 years ago
  67. 2c821cc Fixed compilation errors, command-line argument declarations, cleaned up code to by Misha Brukman · 22 years ago
  68. 8baa01c Made the code readable: by Misha Brukman · 22 years ago
  69. 6fbe5fb change the include file names and some class names to make it compile by Guochun Shi · 22 years ago
  70. f1c154f *** empty log message *** by Guochun Shi · 22 years ago
  71. 9085d8a Print machine frame objects with the frame offset intrinsic to the machine by Chris Lattner · 22 years ago
  72. 0416d2a Fix problems with empty basic blocks by Chris Lattner · 22 years ago
  73. f85249c Arg, fix bugs in previous checkin... by Chris Lattner · 22 years ago
  74. 78d6db5 Add assertion by Chris Lattner · 22 years ago
  75. 4ac7d73 * Insert prolog/epilog code before rewriting indexes by Chris Lattner · 22 years ago
  76. 795ba6c Move sparc specific code into the Sparc backend by Chris Lattner · 22 years ago
  77. 9d4ed15 Adjust to new interfaces by Chris Lattner · 22 years ago
  78. af3cdcf Move headers around by Chris Lattner · 22 years ago
  79. 4cfd622 Header is moved into local directory by Chris Lattner · 22 years ago
  80. c7c7b7a Fix bug in previous checkin by Chris Lattner · 22 years ago
  81. c520feb Add new method by Chris Lattner · 22 years ago
  82. 4309e73 #include RegClass.h explicitly by Chris Lattner · 22 years ago
  83. abb9c08 Remvoe dependency on RegClass.h by Chris Lattner · 22 years ago
  84. a9b19b9 Prune #includes by Chris Lattner · 22 years ago
  85. 0412077 Minor changes by Chris Lattner · 22 years ago
  86. b66fdc2 Remove obsolete ctor by Chris Lattner · 22 years ago
  87. 1531b63 Remove dead code by Chris Lattner · 22 years ago
  88. f6ee49f Use buildmi not MI ctor directly by Chris Lattner · 22 years ago
  89. 92ba2aa Rename llvm/Analysis/LiveVar/FunctionLiveVarInfo.h -> llvm/CodeGen/FunctionLiveVarInfo.h by Chris Lattner · 22 years ago
  90. 8143d8f Move llvm/Analysis/LiveVar/ValueSet.h to CodeGen/ValueSet.h by Chris Lattner · 22 years ago
  91. 3501fea Rename MachineInstrInfo -> TargetInstrInfo by Chris Lattner · 22 years ago
  92. bc40e89 New files by Chris Lattner · 22 years ago
  93. 80a0478 * Use the PHI Elimination pass by Chris Lattner · 22 years ago
  94. 91a452b * Convert to use LiveVariable analysis by Chris Lattner · 22 years ago
  95. f00a3f9 Convert to MachineFunctionPass by Chris Lattner · 22 years ago
  96. 8d95ef4 Add support for 3 new forms of MachineOperand by Chris Lattner · 22 years ago
  97. 4d149cd Add support for constant pool Add helper methods for MachineFrameInfo by Chris Lattner · 22 years ago
  98. 7775df1 Add support for global address by string and constant pool values by Chris Lattner · 22 years ago
  99. d0f166a More renamings of Target/Machine*Info to Target/Target*Info by Chris Lattner · 22 years ago
  100. f27eeea Rename MachineOptInfo to TargetoptInfo by Chris Lattner · 22 years ago