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