1. ed8f674 added setRegForValue to MachineOperand class by Ruchira Sasanka · 23 years ago
  2. 0931a01 fixed printing messages by Ruchira Sasanka · 23 years ago
  3. 4d0d632 -- debug messages dissabled by Ruchira Sasanka · 23 years ago
  4. c5258a4 added reg alloc support by Ruchira Sasanka · 23 years ago
  5. 1bf6d64 --reg alloc code added by Ruchira Sasanka · 23 years ago
  6. 1f3b29f -reg alloc code by Ruchira Sasanka · 23 years ago
  7. e38bd533 added register allocation code by Ruchira Sasanka · 23 years ago
  8. a5c5abc Added regalloc by Ruchira Sasanka · 23 years ago
  9. 43c6dfe Oops, accidentally checked my debugging makefile by Chris Lattner · 23 years ago
  10. e4d71a1 Fix a bug with not removing method level types after compilation by Chris Lattner · 23 years ago
  11. 1506aef added RegAlloc Directory to DIRS by Ruchira Sasanka · 23 years ago
  12. 8e60479 *** empty log message *** by Ruchira Sasanka · 23 years ago
  13. 94d86e9 *** empty log message *** by Ruchira Sasanka · 23 years ago
  14. f24ce2a Remove invalid testcase by Chris Lattner · 23 years ago
  15. a229b06 Remove invalid testcase. Unneccesary anyways by Chris Lattner · 23 years ago
  16. 808b9b6 Add new test cases by Chris Lattner · 23 years ago
  17. 7163447 Add support for loading and storing pointers... by Chris Lattner · 23 years ago
  18. ffe335a Fix a bug that caused a crash if a setcc had zero uses. by Chris Lattner · 23 years ago
  19. c0c7708 Add a forward decl, oops. by Chris Lattner · 23 years ago
  20. 46cbff6 Chris seems fond of #include <vector>. Fix these. Also convert use list in by Chris Lattner · 23 years ago
  21. 78a81a2 Add a comment by Chris Lattner · 23 years ago
  22. 7c94f9d Minor reformatting, & protection fixes by Chris Lattner · 23 years ago
  23. c763461 Break scheduling infrastructure out of TargetMachine.cpp into SchedInfo.cpp by Chris Lattner · 23 years ago
  24. 5f3c2e5 Split Register specific stuff out from TargetMachine.h to RegInfo.h by Chris Lattner · 23 years ago
  25. e5bc8b0 Split Target/Machine.h into three files: * Machine.h * InstInfo.h * SchedInfo.h by Chris Lattner · 23 years ago
  26. b26bcc5 Make a new llvm/Target #include directory. by Chris Lattner · 23 years ago
  27. f6e0e28 Checkin changes to: by Chris Lattner · 23 years ago
  28. 69db8da Checkin changes to: by Chris Lattner · 23 years ago
  29. c6495ee Move files to new sparc directory by Chris Lattner · 23 years ago
  30. f6374bf Move the sparc target to a new lib/Target directory by Chris Lattner · 23 years ago
  31. 20b1ea0 Move files. by Chris Lattner · 23 years ago
  32. 1fddfd1 Move the contents of the CodeGen/TargetMachine/Sparc directory to Target/Sparc by Chris Lattner · 23 years ago
  33. 0e6530e This checkin represents some cleanup of the backend, implementing the following things: by Chris Lattner · 23 years ago
  34. 0811f76 This checkin represents some cleanup of the backend, implementing the following things: by Chris Lattner · 23 years ago
  35. d8dc93d Updates to use local header files. by Chris Lattner · 23 years ago
  36. b312259 Export the instruction forest support from the analysis library by Chris Lattner · 23 years ago
  37. e710047 Initial instruction tree support for the analysis library by Chris Lattner · 23 years ago
  38. 07ea7d7 Generic k-way tree support by Chris Lattner · 23 years ago
  39. 5f6baf7 More cleanups, preparing to revamp InstrForest to, among other things, by Chris Lattner · 23 years ago
  40. 4ddb4c8 * Clean up InstrForest by Chris Lattner · 23 years ago
  41. d268ad6 Eliminate 'BasicNode' from InstrForest. by Chris Lattner · 23 years ago
  42. c2a2396 Eliminate MainTreeNode function by Chris Lattner · 23 years ago
  43. 974e73a Remove irrelevant gross K&R Cisms by Chris Lattner · 23 years ago
  44. 69f8ce0 Handle subtract in expression classifier by Chris Lattner · 23 years ago
  45. 871ffd7 Disable destructors on constants by Chris Lattner · 23 years ago
  46. e93cdce Use the correct style casts by Chris Lattner · 23 years ago
  47. ca24d38 Use correct style casts by Chris Lattner · 23 years ago
  48. 243f1f7 Use correct style casts Types are not all constant now by Chris Lattner · 23 years ago
  49. c4e09ec Use type checking predicates by Chris Lattner · 23 years ago
  50. 79a4aeb Use correct casts by Chris Lattner · 23 years ago
  51. 1a4f8ae Use predicate for Value type test Use builtin casts by Chris Lattner · 23 years ago
  52. 9197585 Use predicate for Value type test by Chris Lattner · 23 years ago
  53. b64e774 ModuleTyID doesn't exist anyymore Use correct cast by Chris Lattner · 23 years ago
  54. 1767edd getMethodType is now just getType by Chris Lattner · 23 years ago
  55. b0e4523 Add support for printing globals by Chris Lattner · 23 years ago
  56. b2d22f6 Update to use correct type cast by Chris Lattner · 23 years ago
  57. fad0d4f Add support for global variables by Chris Lattner · 23 years ago
  58. 74f4a76 * Add capability of printing out a global variable by Chris Lattner · 23 years ago
  59. be07811 * Method::getType should return type cast as MethodType, eliminate getMethodType by Chris Lattner · 23 years ago
  60. 746e001 Update assertion to allow extra case by Chris Lattner · 23 years ago
  61. b221a76 Fix a bug I introduced (assertion failed: Unknown operand type), and convert to predicate style for type checks by Chris Lattner · 23 years ago
  62. 70cc339 Implement global variable support by Chris Lattner · 23 years ago
  63. 7720c8e Add support for external methods by Chris Lattner · 23 years ago
  64. 365a76e Genericize support for calling functions a bit Add external method support by Chris Lattner · 23 years ago
  65. 49f2b94 Add support for tool specified linker options by Chris Lattner · 23 years ago
  66. 2a7eb23 Remove the definitions of 3 global functions that don't belong in the core by Chris Lattner · 23 years ago
  67. 52bdd8a Implement the subset of the GetConstantValueAsSignedInt function that is needed, locally. Remove the two support functions to inline their contents. by Chris Lattner · 23 years ago
  68. 990f2a5 Implement the subset of the GetConstantValueAsSignedInt function that is needed, locally. by Chris Lattner · 23 years ago
  69. 85cdba3 Remove 3 gross global functions that don't belong here by Chris Lattner · 23 years ago
  70. 74c2b76 Rename contype to subtype by Chris Lattner · 23 years ago
  71. b8259dd Make ADCE more robust, it still has problems, but it's getting closer by Chris Lattner · 23 years ago
  72. e6fdb11 Fix problems with freeing memory twice by Chris Lattner · 23 years ago
  73. 167ed34 Rename file to be consistent with header name by Chris Lattner · 23 years ago
  74. f1ce146 Rerun backend tests if as or llc is changed by Chris Lattner · 23 years ago
  75. e4ca607 iFix dependence order by Chris Lattner · 23 years ago
  76. 82072d4 Clean up Type class by removing mutable ConstRules member and use annotations insead by Chris Lattner · 23 years ago
  77. 14712a6 Clean up ConstRules stuff to use annotations instead of a mutable member in Type by Chris Lattner · 23 years ago
  78. 78914e7 Convert ConstRules to use annotations to clean it up. by Chris Lattner · 23 years ago
  79. bf2f043 Fix automatic dependence on static libs by Chris Lattner · 23 years ago
  80. 9856e0c Handle cast float-to-float or cast double-to-double. by Vikram S. Adve · 23 years ago
  81. 56786d2 Fix build breakage. :( by Chris Lattner · 23 years ago
  82. 2e53093 I really don't like it when people break the build. by Chris Lattner · 23 years ago
  83. 424b847 Remove extraneous space by Chris Lattner · 23 years ago
  84. 3533155 Remove extra #include by Chris Lattner · 23 years ago
  85. c866fe1 *** empty log message *** by Ruchira Sasanka · 23 years ago
  86. 0286ade *** empty log message *** by Ruchira Sasanka · 23 years ago
  87. 7cd2ca1 Committed for compliation. Not yet final. --Ruchira by Ruchira Sasanka · 23 years ago
  88. c7136d2 --Ruchira by Ruchira Sasanka · 23 years ago
  89. 6a8f91e New testcase to deal with lists by Chris Lattner · 23 years ago
  90. 04890ad New file for supporting abstract types by Chris Lattner · 23 years ago
  91. c9744e7 Make use of the new TOOLNAME/USEDLIBS options provided in Makefile.common by Chris Lattner · 23 years ago
  92. f074cfc Executables all live in a nice centralized location now by Chris Lattner · 23 years ago
  93. b7e9ae1 Executables have moved into centralized location by Chris Lattner · 23 years ago
  94. 1cbc29f Support TOOLNAME and USEDLIBS options for easier tool building by Chris Lattner · 23 years ago
  95. 195b539 Remove old old file by Chris Lattner · 23 years ago
  96. e737c7a Convert llc driver to standard tool format by Chris Lattner · 23 years ago
  97. c21708a Provide a way to change the incoming value for a phi node by Chris Lattner · 23 years ago
  98. 5341e21 Add llc path to setup by Chris Lattner · 23 years ago
  99. a105022 Uhm... that was really bad by Chris Lattner · 23 years ago
  100. 46ac43c Clean up driver by Chris Lattner · 23 years ago