1. 0e986d7 --removed %g regs being allocated - fix later by Ruchira Sasanka · 23 years ago
  2. 43efcbf Add comment by Chris Lattner · 23 years ago
  3. 8921983 Support multiple global's definitions by Chris Lattner · 23 years ago
  4. 4387370 Factor parentness out of Module & GlobalVariable into GlobalValue by Chris Lattner · 23 years ago
  5. 6a57baa Rename getNullPointer to getNull Allow sharing of null pointer constants by Chris Lattner · 23 years ago
  6. d535c2d Rename getNullPointer to getNull by Chris Lattner · 23 years ago
  7. b747451 Allow duplicate constant values as long as they are compatible. by Chris Lattner · 23 years ago
  8. b973dd7 Add check to make sure that we dont reference MEthodType's directly by Chris Lattner · 23 years ago
  9. ef9c23f * Both Method & GlobalVariable now subclass GlobalValue by Chris Lattner · 23 years ago
  10. f4ba6c7 First try at a horrible global value reference wrapper by Chris Lattner · 23 years ago
  11. d05adbc Clean up parser, fix a bug that prevented this from working: by Chris Lattner · 23 years ago
  12. df7306f * Add support for null as a constant by Chris Lattner · 23 years ago
  13. b00c582 Commit more code over to new cast style by Chris Lattner · 23 years ago
  14. 1d87bcf Convert more code to use new style casts Eliminate old style casts from value.h by Chris Lattner · 23 years ago
  15. cfe26c9 Add more support for new style casts Convert more code to use them by Chris Lattner · 23 years ago
  16. 9636a91 Add support for new style casts by Chris Lattner · 23 years ago
  17. f0604b8 Pull predecessor and successor iterators out of the CFG*.h files, and plop them into by Chris Lattner · 23 years ago
  18. 39f501c Fix emission of return instructions by Chris Lattner · 23 years ago
  19. 4cecdd2 Several fixes: by Vikram S. Adve · 23 years ago
  20. 7193903 removing phy regaloc - incorrect file by Ruchira Sasanka · 23 years ago
  21. 6e64ef4 Change latency of setuw and setsw to 2 cycles. by Vikram S. Adve · 23 years ago
  22. 64c2ced Change ! ( ...== ...) to !=. by Vikram S. Adve · 23 years ago
  23. e949da5 Improved dump for disp type operand. by Vikram S. Adve · 23 years ago
  24. c5b4632 Bug fixes: by Vikram S. Adve · 23 years ago
  25. 4a87b38 Minor changes for bug fixes in SchedGraph.cpp. by Vikram S. Adve · 23 years ago
  26. 5316f8f Two bug fixes: by Vikram S. Adve · 23 years ago
  27. aca997c *** empty log message *** by Ruchira Sasanka · 23 years ago
  28. ab304c4 added suggesting color support by Ruchira Sasanka · 23 years ago
  29. 9144228 added support for suggesting colors by Ruchira Sasanka · 23 years ago
  30. a5ab964 --added suggesting colors; call/ret arg handling by Ruchira Sasanka · 23 years ago
  31. 1a1cb11 Implement constant pointers, and null specifically in the parser, bytecode writer, and by Chris Lattner · 23 years ago
  32. 4cfb153 Implement a constant pointer value by Chris Lattner · 23 years ago
  33. 41c2e5c File #include file by Chris Lattner · 23 years ago
  34. 3ff4387 Pull iterators out of CFG.h and CFGdecls and put them in Support directory by Chris Lattner · 23 years ago
  35. c56d779 * Properly escape function names * Ignore %xcc argument on conditional branches by Chris Lattner · 23 years ago
  36. 5070c6a Check in bug fix for vadve by Chris Lattner · 23 years ago
  37. 41fbf30 Initial support for construction of a call graph by Chris Lattner · 23 years ago
  38. 5efec28 Make error report a little more useful by Chris Lattner · 23 years ago
  39. 8a396e5 ADCE is broken but at least we know why by Chris Lattner · 23 years ago
  40. a5564c6 -- fixed a ret val bug by Ruchira Sasanka · 23 years ago
  41. 24fad61 -- removed debugging messages by Ruchira Sasanka · 23 years ago
  42. 23d95af -fixed return value bug. by Ruchira Sasanka · 23 years ago
  43. 045e7c8 Change debug info from #define to command line option by Chris Lattner · 23 years ago
  44. 6edcad8 Change debug info from #define to command line option by Chris Lattner · 23 years ago
  45. 4c3aaa4 * REMOVE extraneous debug info if DEBUG_RA is not set * Spell PhyRegAlloc right. by Chris Lattner · 23 years ago
  46. 9a3d63b Seperate instruction definitions into new SparcInstr.def file by Chris Lattner · 23 years ago
  47. c04bf07 Okay, make the member function work. by Chris Lattner · 23 years ago
  48. 45f5988 Remove global debug output fns that have been superceded by a member func by Chris Lattner · 23 years ago
  49. 8c770be Add EmitAssembly to mf by Chris Lattner · 23 years ago
  50. e88f78c First cut at assembly output by Chris Lattner · 23 years ago
  51. 32f600a Add emitAssemblyMethod to TargetMachine by Chris Lattner · 23 years ago
  52. 80acc6c *** empty log message *** by Ruchira Sasanka · 23 years ago
  53. 89fb46b -- ruchira by Ruchira Sasanka · 23 years ago
  54. e727f85 -- updated printing by Ruchira Sasanka · 23 years ago
  55. 7e54503 Remove a copy of a bunch of code by Chris Lattner · 23 years ago
  56. bcbb6b3 Fix up code a bit, remove operator<< to Assembly/Writer.h by Chris Lattner · 23 years ago
  57. 767b78f Remove extraneous #includes by Chris Lattner · 23 years ago
  58. 921b5e1 Don't check for null on delete by Chris Lattner · 23 years ago
  59. e6cbbfe Renamed files to match the primary classes they provide. by Vikram S. Adve · 23 years ago
  60. f1adecc Renamed a header file. by Vikram S. Adve · 23 years ago
  61. 339084b Make class TargetMachine the common interface to all target-dependent by Vikram S. Adve · 23 years ago
  62. 243dd45 Allow pointer constants as well as integer and booleans. by Vikram S. Adve · 23 years ago
  63. 0fb4980 Make class TargetMachine the common interface to all target-dependent by Vikram S. Adve · 23 years ago
  64. 0799fc4 Renamed files to match the main classes they provide. Some other minor changes. by Vikram S. Adve · 23 years ago
  65. 137f720 Cast unsigned to int! It was causing a nice little bug. by Vikram S. Adve · 23 years ago
  66. 6e44718 Minor changes. by Vikram S. Adve · 23 years ago
  67. 4c31fb5 Don't add instructions to subtree for Phi or Call. by Vikram S. Adve · 23 years ago
  68. fe30f1f Format file header. by Vikram S. Adve · 23 years ago
  69. f0ba280 Add new entry/exit edges when removing delay slot nodes from the graph. by Vikram S. Adve · 23 years ago
  70. 8b6d245 Moved erase edge functions to class SchedGraph. by Vikram S. Adve · 23 years ago
  71. 851d44c Renamed some header files. by Vikram S. Adve · 23 years ago
  72. f0b6d79 Moved erase-edge functions from SchedGraphNode to SchedGraph. by Vikram S. Adve · 23 years ago
  73. 5efa3cc Moved DebugValue to Value.cpp. by Vikram S. Adve · 23 years ago
  74. bb6a8c0 Added debugging support. by Vikram S. Adve · 23 years ago
  75. 4bc8697 Minor fixes: renamed target machine files; fold sched info into TargetMachine. by Vikram S. Adve · 23 years ago
  76. 7f5ef14 Remove the unsized array constraint by Chris Lattner · 23 years ago
  77. d70684f Add support for global constants, and for initializers for constants by Chris Lattner · 23 years ago
  78. 1781aca Add support for global constants, and for initializers for constants by Chris Lattner · 23 years ago
  79. 6b0a8b5 modified machine code printing by Ruchira Sasanka · 23 years ago
  80. 866f138 modified printing of debug messages by Ruchira Sasanka · 23 years ago
  81. 6053b93 --added methods for printing by Ruchira Sasanka · 23 years ago
  82. ed8f674 added setRegForValue to MachineOperand class by Ruchira Sasanka · 23 years ago
  83. 0931a01 fixed printing messages by Ruchira Sasanka · 23 years ago
  84. 4d0d632 -- debug messages dissabled by Ruchira Sasanka · 23 years ago
  85. 1bf6d64 --reg alloc code added by Ruchira Sasanka · 23 years ago
  86. 1f3b29f -reg alloc code by Ruchira Sasanka · 23 years ago
  87. e38bd533 added register allocation code by Ruchira Sasanka · 23 years ago
  88. e4d71a1 Fix a bug with not removing method level types after compilation by Chris Lattner · 23 years ago
  89. 1506aef added RegAlloc Directory to DIRS by Ruchira Sasanka · 23 years ago
  90. 8e60479 *** empty log message *** by Ruchira Sasanka · 23 years ago
  91. 94d86e9 *** empty log message *** by Ruchira Sasanka · 23 years ago
  92. 7163447 Add support for loading and storing pointers... by Chris Lattner · 23 years ago
  93. ffe335a Fix a bug that caused a crash if a setcc had zero uses. by Chris Lattner · 23 years ago
  94. c0c7708 Add a forward decl, oops. by Chris Lattner · 23 years ago
  95. 46cbff6 Chris seems fond of #include <vector>. Fix these. Also convert use list in by Chris Lattner · 23 years ago
  96. 78a81a2 Add a comment by Chris Lattner · 23 years ago
  97. c763461 Break scheduling infrastructure out of TargetMachine.cpp into SchedInfo.cpp by Chris Lattner · 23 years ago
  98. e5bc8b0 Split Target/Machine.h into three files: * Machine.h * InstInfo.h * SchedInfo.h by Chris Lattner · 23 years ago
  99. b26bcc5 Make a new llvm/Target #include directory. by Chris Lattner · 23 years ago
  100. f6e0e28 Checkin changes to: by Chris Lattner · 23 years ago