1. f5ec48d * Fix TODO by Chris Lattner · 23 years ago
  2. e369fcb Fix broken #endif by Chris Lattner · 23 years ago
  3. 749655f * Add #include by Chris Lattner · 23 years ago
  4. d215fd1 Add StringList support by Chris Lattner · 23 years ago
  5. 93d39d2 Support the invoke instruction by Chris Lattner · 23 years ago
  6. 5a0d417 Support indirect calls by Chris Lattner · 23 years ago
  7. 01bad7f not is a keyword in ansi C++, avoid it by Chris Lattner · 23 years ago
  8. 80c685f * Fix privacy issues on RegToRefVecMap * Fix initialization order problems... by Chris Lattner · 23 years ago
  9. 1b98c5c * Use new style casts more by Chris Lattner · 23 years ago
  10. 05950c3 * Add real support for global variable addresses initializing constants by Chris Lattner · 23 years ago
  11. e02fa85 * Support writing GlobalVariables with info comments by them by Chris Lattner · 23 years ago
  12. 2079fde * Add support for forward references of global variable addresses by Chris Lattner · 23 years ago
  13. 8c9c586 Add operator< to ValID's so that they can be put in map's by Chris Lattner · 23 years ago
  14. b4d22f9 Remove exception specification by Chris Lattner · 23 years ago
  15. 5efbbc2 Support the new Invoke instruction by Chris Lattner · 23 years ago
  16. f1fef65 Support pointers to globals happily by Chris Lattner · 23 years ago
  17. 8f486dd Fix code to make GCC 2.96 happy by Chris Lattner · 23 years ago
  18. 9f9e2be * Add support for Invoke instructions * Add support for indirect calls by Chris Lattner · 23 years ago
  19. 2f004fd Fix filename in comment by Chris Lattner · 23 years ago
  20. 432b0a7 Better linux support. This file still sucks by Chris Lattner · 23 years ago
  21. 6fed025 Fix broken #endif by Chris Lattner · 23 years ago
  22. 0b693fb not is a keyword in Ansi C++. Avoid it by Chris Lattner · 23 years ago
  23. da47526 Clean up initializers for GCC 2.96 by Chris Lattner · 23 years ago
  24. 0f0dc4e Remove exception specification. Only slows code down. by Chris Lattner · 23 years ago
  25. c5a22ce Changes to compile with GCC 2.96 by Chris Lattner · 23 years ago
  26. a0d7f9d Add comment indicating semantics of indirect calls by Chris Lattner · 23 years ago
  27. 742b146 New ctor for invoke inst by Chris Lattner · 23 years ago
  28. 11a6d82 Add support for indirect calls by Chris Lattner · 23 years ago
  29. d97f802 Add some casts to make GCC 2.96 happy. by Chris Lattner · 23 years ago
  30. 004adca Add use_back() methods by Chris Lattner · 23 years ago
  31. 26e129e6 Add classof implementations for User by Chris Lattner · 23 years ago
  32. 067238d Expose typedefs by Chris Lattner · 23 years ago
  33. 7502f63 Add support for module local constants by Chris Lattner · 23 years ago
  34. 72665af Add new opcode for Invoke instruction by Chris Lattner · 23 years ago
  35. 9686fd1 Minor changes, add new ctor for invoke instruction by Chris Lattner · 23 years ago
  36. 16ddd02 Add assertions by Chris Lattner · 23 years ago
  37. 30bdaaa * Minor Formatting changes. by Chris Lattner · 23 years ago
  38. 5ef35fd * Add destroyConstant stuff to handle module local constants by Chris Lattner · 23 years ago
  39. 5168b27 Update todo's by Chris Lattner · 23 years ago
  40. 669bd7c Each tools should not make tags by Chris Lattner · 23 years ago
  41. d33238b --corrected coalescing test: coalsed only if two are of the same reg class by Ruchira Sasanka · 23 years ago
  42. c1daae8 added support for implict operands in machine instruction by Ruchira Sasanka · 23 years ago
  43. 598641b --added support for implicit operands in machine instructions by Ruchira Sasanka · 23 years ago
  44. c68059e Delete *.s on clean. by Vikram S. Adve · 23 years ago
  45. a995e60 Record implicitRefs for each machine instruction instead of each VM instruction. by Vikram S. Adve · 23 years ago
  46. 8d0ffa5 Add graph edges due to implicit refs in each machine instruction. by Vikram S. Adve · 23 years ago
  47. 0193d5e Added a rule for building TAGS. by Vikram S. Adve · 23 years ago
  48. 7b70f3f Repeat some libs due to circular dependences between Sparc and other by Vikram S. Adve · 23 years ago
  49. 6db77c5 Don't insert useful instructions in delay slot of a RETURN. by Vikram S. Adve · 23 years ago
  50. 8557b22 Insert code to load constants used as Call or Return arguments. by Vikram S. Adve · 23 years ago
  51. a1d14f3 Machine-independent code generation routines used in instruction by Vikram S. Adve · 23 years ago
  52. 593da4a Moved code generation support routines to InstrSelectionSupport.{h,cpp}. by Vikram S. Adve · 23 years ago
  53. 9aba1d3 Moved code generation support routines to InstrSelectionSupport.cpp. by Vikram S. Adve · 23 years ago
  54. 25e288f Moved first function to "simpleadd.ll". by Vikram S. Adve · 23 years ago
  55. 5a28f06 testmemory and sumarray now work with instruction selection. by Vikram S. Adve · 23 years ago
  56. 0e986d7 --removed %g regs being allocated - fix later by Ruchira Sasanka · 23 years ago
  57. b79757c Add hack to get rid of malloc & free instructions for code generation by Chris Lattner · 23 years ago
  58. 43efcbf Add comment by Chris Lattner · 23 years ago
  59. 8921983 Support multiple global's definitions by Chris Lattner · 23 years ago
  60. 4387370 Factor parentness out of Module & GlobalVariable into GlobalValue by Chris Lattner · 23 years ago
  61. 6a57baa Rename getNullPointer to getNull Allow sharing of null pointer constants by Chris Lattner · 23 years ago
  62. d535c2d Rename getNullPointer to getNull by Chris Lattner · 23 years ago
  63. b747451 Allow duplicate constant values as long as they are compatible. by Chris Lattner · 23 years ago
  64. 7323c69 Share ConstPoolPointer elements correctly by Chris Lattner · 23 years ago
  65. a861f96 Fix broken testcase by Chris Lattner · 23 years ago
  66. b973dd7 Add check to make sure that we dont reference MEthodType's directly by Chris Lattner · 23 years ago
  67. ef9c23f * Both Method & GlobalVariable now subclass GlobalValue by Chris Lattner · 23 years ago
  68. da25716 Adjust test cases to match the fact that methods are now explicit pointer values, not explicit by Chris Lattner · 23 years ago
  69. f4ba6c7 First try at a horrible global value reference wrapper by Chris Lattner · 23 years ago
  70. d05adbc Clean up parser, fix a bug that prevented this from working: by Chris Lattner · 23 years ago
  71. df7306f * Add support for null as a constant by Chris Lattner · 23 years ago
  72. fe5e584 Modify testcases for new LLVM const syntax by Chris Lattner · 23 years ago
  73. b00c582 Commit more code over to new cast style by Chris Lattner · 23 years ago
  74. 1d87bcf Convert more code to use new style casts Eliminate old style casts from value.h by Chris Lattner · 23 years ago
  75. cfe26c9 Add more support for new style casts Convert more code to use them by Chris Lattner · 23 years ago
  76. 9636a91 Add support for new style casts by Chris Lattner · 23 years ago
  77. 7295eb4 Add support for newer cleaner isa, cast, dyn_cast by Chris Lattner · 23 years ago
  78. 6bad546 Update comments by Chris Lattner · 23 years ago
  79. f0604b8 Pull predecessor and successor iterators out of the CFG*.h files, and plop them into by Chris Lattner · 23 years ago
  80. 711774e Pull predecessor and successor iterators out of the CFG*.h files, and plop them into by Chris Lattner · 23 years ago
  81. a9a090b Comment out a paragraph that refers to a file that no longer exists by Chris Lattner · 23 years ago
  82. 39f501c Fix emission of return instructions by Chris Lattner · 23 years ago
  83. 19f8623 Add path to as so it doesn't find llvm as if that path is set. by Chris Lattner · 23 years ago
  84. f0d2676 Exclude a couple of tests that the regalloc stuff doesn't handle yet by Chris Lattner · 23 years ago
  85. fd0336e Add different "cast constant value" for several possible types. by Vikram S. Adve · 23 years ago
  86. 2a97dd1 Add vector `implicitUses' to class MachineCodeForVMInstr to hold values by Vikram S. Adve · 23 years ago
  87. 4cecdd2 Several fixes: by Vikram S. Adve · 23 years ago
  88. 7193903 removing phy regaloc - incorrect file by Ruchira Sasanka · 23 years ago
  89. 6e64ef4 Change latency of setuw and setsw to 2 cycles. by Vikram S. Adve · 23 years ago
  90. 64c2ced Change ! ( ...== ...) to !=. by Vikram S. Adve · 23 years ago
  91. e949da5 Improved dump for disp type operand. by Vikram S. Adve · 23 years ago
  92. c5b4632 Bug fixes: by Vikram S. Adve · 23 years ago
  93. 4a87b38 Minor changes for bug fixes in SchedGraph.cpp. by Vikram S. Adve · 23 years ago
  94. 5316f8f Two bug fixes: by Vikram S. Adve · 23 years ago
  95. aca997c *** empty log message *** by Ruchira Sasanka · 23 years ago
  96. e939ddb no major change. by Ruchira Sasanka · 23 years ago
  97. ab304c4 added suggesting color support by Ruchira Sasanka · 23 years ago
  98. 06faeee added suggesting color suppor by Ruchira Sasanka · 23 years ago
  99. 9144228 added support for suggesting colors by Ruchira Sasanka · 23 years ago
  100. a5ab964 --added suggesting colors; call/ret arg handling by Ruchira Sasanka · 23 years ago