1. b847f51 External methods shouldn't have argument lists by Chris Lattner · 24 years ago
  2. df1892f Insert code to trace values at basic block and method exits. by Vikram S. Adve · 24 years ago
  3. db2da49 Added routine to create a char array for a string. by Vikram S. Adve · 24 years ago
  4. 137b62c Two bug fixes that were suppressing some "load-constant-into-register" instrs. by Vikram S. Adve · 24 years ago
  5. aa70320 Move the burg file to here. Add .in suffix to indicate that it gets by Chris Lattner · 24 years ago
  6. 0714e3b Make the sparc.burg file be a little more flexible and rubust in the fact of by Chris Lattner · 24 years ago
  7. ce2a550 Check in makefile by Chris Lattner · 24 years ago
  8. 5a2f8ba Compile the transforms directory by Chris Lattner · 24 years ago
  9. 52f7e90 Start of a linker by Chris Lattner · 24 years ago
  10. 49ad898 Implement the invoke instruction by Chris Lattner · 24 years ago
  11. 56c5acb * Fix a nefarious bugs: TypesEqual was wrong for varargs methods by Chris Lattner · 24 years ago
  12. 762a241 Convert a runtime check into an assertion by Chris Lattner · 24 years ago
  13. dd6dfbc * Add support for Module specific constants by Chris Lattner · 24 years ago
  14. b1726ac Add new TerminatorInst ctor for invoke by Chris Lattner · 24 years ago
  15. f5ec48d * Fix TODO by Chris Lattner · 24 years ago
  16. e369fcb Fix broken #endif by Chris Lattner · 24 years ago
  17. 749655f * Add #include by Chris Lattner · 24 years ago
  18. d215fd1 Add StringList support by Chris Lattner · 24 years ago
  19. 93d39d2 Support the invoke instruction by Chris Lattner · 24 years ago
  20. 5a0d417 Support indirect calls by Chris Lattner · 24 years ago
  21. 01bad7f not is a keyword in ansi C++, avoid it by Chris Lattner · 24 years ago
  22. 80c685f * Fix privacy issues on RegToRefVecMap * Fix initialization order problems... by Chris Lattner · 24 years ago
  23. 1b98c5c * Use new style casts more by Chris Lattner · 24 years ago
  24. 05950c3 * Add real support for global variable addresses initializing constants by Chris Lattner · 24 years ago
  25. e02fa85 * Support writing GlobalVariables with info comments by them by Chris Lattner · 24 years ago
  26. 2079fde * Add support for forward references of global variable addresses by Chris Lattner · 24 years ago
  27. 8c9c586 Add operator< to ValID's so that they can be put in map's by Chris Lattner · 24 years ago
  28. b4d22f9 Remove exception specification by Chris Lattner · 24 years ago
  29. 5efbbc2 Support the new Invoke instruction by Chris Lattner · 24 years ago
  30. f1fef65 Support pointers to globals happily by Chris Lattner · 24 years ago
  31. 8f486dd Fix code to make GCC 2.96 happy by Chris Lattner · 24 years ago
  32. 9f9e2be * Add support for Invoke instructions * Add support for indirect calls by Chris Lattner · 24 years ago
  33. 0b693fb not is a keyword in Ansi C++. Avoid it by Chris Lattner · 24 years ago
  34. d33238b --corrected coalescing test: coalsed only if two are of the same reg class by Ruchira Sasanka · 24 years ago
  35. c1daae8 added support for implict operands in machine instruction by Ruchira Sasanka · 24 years ago
  36. 598641b --added support for implicit operands in machine instructions by Ruchira Sasanka · 24 years ago
  37. a995e60 Record implicitRefs for each machine instruction instead of each VM instruction. by Vikram S. Adve · 24 years ago
  38. 8d0ffa5 Add graph edges due to implicit refs in each machine instruction. by Vikram S. Adve · 24 years ago
  39. 6db77c5 Don't insert useful instructions in delay slot of a RETURN. by Vikram S. Adve · 24 years ago
  40. 8557b22 Insert code to load constants used as Call or Return arguments. by Vikram S. Adve · 24 years ago
  41. a1d14f3 Machine-independent code generation routines used in instruction by Vikram S. Adve · 24 years ago
  42. 9aba1d3 Moved code generation support routines to InstrSelectionSupport.cpp. by Vikram S. Adve · 24 years ago
  43. 0e986d7 --removed %g regs being allocated - fix later by Ruchira Sasanka · 24 years ago
  44. 43efcbf Add comment by Chris Lattner · 24 years ago
  45. 8921983 Support multiple global's definitions by Chris Lattner · 24 years ago
  46. 4387370 Factor parentness out of Module & GlobalVariable into GlobalValue by Chris Lattner · 24 years ago
  47. 6a57baa Rename getNullPointer to getNull Allow sharing of null pointer constants by Chris Lattner · 24 years ago
  48. d535c2d Rename getNullPointer to getNull by Chris Lattner · 24 years ago
  49. b747451 Allow duplicate constant values as long as they are compatible. by Chris Lattner · 24 years ago
  50. b973dd7 Add check to make sure that we dont reference MEthodType's directly by Chris Lattner · 24 years ago
  51. ef9c23f * Both Method & GlobalVariable now subclass GlobalValue by Chris Lattner · 24 years ago
  52. f4ba6c7 First try at a horrible global value reference wrapper by Chris Lattner · 24 years ago
  53. d05adbc Clean up parser, fix a bug that prevented this from working: by Chris Lattner · 24 years ago
  54. df7306f * Add support for null as a constant by Chris Lattner · 24 years ago
  55. b00c582 Commit more code over to new cast style by Chris Lattner · 24 years ago
  56. 1d87bcf Convert more code to use new style casts Eliminate old style casts from value.h by Chris Lattner · 24 years ago
  57. cfe26c9 Add more support for new style casts Convert more code to use them by Chris Lattner · 24 years ago
  58. 9636a91 Add support for new style casts by Chris Lattner · 24 years ago
  59. f0604b8 Pull predecessor and successor iterators out of the CFG*.h files, and plop them into by Chris Lattner · 24 years ago
  60. 39f501c Fix emission of return instructions by Chris Lattner · 24 years ago
  61. 4cecdd2 Several fixes: by Vikram S. Adve · 24 years ago
  62. 7193903 removing phy regaloc - incorrect file by Ruchira Sasanka · 24 years ago
  63. 6e64ef4 Change latency of setuw and setsw to 2 cycles. by Vikram S. Adve · 24 years ago
  64. 64c2ced Change ! ( ...== ...) to !=. by Vikram S. Adve · 24 years ago
  65. e949da5 Improved dump for disp type operand. by Vikram S. Adve · 24 years ago
  66. c5b4632 Bug fixes: by Vikram S. Adve · 24 years ago
  67. 4a87b38 Minor changes for bug fixes in SchedGraph.cpp. by Vikram S. Adve · 24 years ago
  68. 5316f8f Two bug fixes: by Vikram S. Adve · 24 years ago
  69. aca997c *** empty log message *** by Ruchira Sasanka · 24 years ago
  70. ab304c4 added suggesting color support by Ruchira Sasanka · 24 years ago
  71. 9144228 added support for suggesting colors by Ruchira Sasanka · 24 years ago
  72. a5ab964 --added suggesting colors; call/ret arg handling by Ruchira Sasanka · 24 years ago
  73. 1a1cb11 Implement constant pointers, and null specifically in the parser, bytecode writer, and by Chris Lattner · 24 years ago
  74. 4cfb153 Implement a constant pointer value by Chris Lattner · 24 years ago
  75. 41c2e5c File #include file by Chris Lattner · 24 years ago
  76. 3ff4387 Pull iterators out of CFG.h and CFGdecls and put them in Support directory by Chris Lattner · 24 years ago
  77. c56d779 * Properly escape function names * Ignore %xcc argument on conditional branches by Chris Lattner · 24 years ago
  78. 5070c6a Check in bug fix for vadve by Chris Lattner · 24 years ago
  79. 41fbf30 Initial support for construction of a call graph by Chris Lattner · 24 years ago
  80. 5efec28 Make error report a little more useful by Chris Lattner · 24 years ago
  81. 8a396e5 ADCE is broken but at least we know why by Chris Lattner · 24 years ago
  82. a5564c6 -- fixed a ret val bug by Ruchira Sasanka · 24 years ago
  83. 24fad61 -- removed debugging messages by Ruchira Sasanka · 24 years ago
  84. 23d95af -fixed return value bug. by Ruchira Sasanka · 24 years ago
  85. 045e7c8 Change debug info from #define to command line option by Chris Lattner · 24 years ago
  86. 6edcad8 Change debug info from #define to command line option by Chris Lattner · 24 years ago
  87. 4c3aaa4 * REMOVE extraneous debug info if DEBUG_RA is not set * Spell PhyRegAlloc right. by Chris Lattner · 24 years ago
  88. 9a3d63b Seperate instruction definitions into new SparcInstr.def file by Chris Lattner · 24 years ago
  89. c04bf07 Okay, make the member function work. by Chris Lattner · 24 years ago
  90. 45f5988 Remove global debug output fns that have been superceded by a member func by Chris Lattner · 24 years ago
  91. 8c770be Add EmitAssembly to mf by Chris Lattner · 24 years ago
  92. e88f78c First cut at assembly output by Chris Lattner · 24 years ago
  93. 32f600a Add emitAssemblyMethod to TargetMachine by Chris Lattner · 24 years ago
  94. 80acc6c *** empty log message *** by Ruchira Sasanka · 24 years ago
  95. 89fb46b -- ruchira by Ruchira Sasanka · 24 years ago
  96. e727f85 -- updated printing by Ruchira Sasanka · 24 years ago
  97. 7e54503 Remove a copy of a bunch of code by Chris Lattner · 24 years ago
  98. bcbb6b3 Fix up code a bit, remove operator<< to Assembly/Writer.h by Chris Lattner · 24 years ago
  99. 767b78f Remove extraneous #includes by Chris Lattner · 24 years ago
  100. 921b5e1 Don't check for null on delete by Chris Lattner · 24 years ago