1. a3eb7b3 Add a -load option by Chris Lattner · 20 years ago
  2. 13a253a Implicitly getting a new option by linking to support.o instead of support.a by Chris Lattner · 20 years ago
  3. 170d3af Add a new header by Chris Lattner · 20 years ago
  4. e5eb507 - Correct grammar of -s description - Normalize -s option specification by Reid Spencer · 20 years ago
  5. 6220aa8 Group the hidden command line arguments. by Reid Spencer · 20 years ago
  6. 9099e3e Add link to the stkrc page by Chris Lattner · 20 years ago
  7. 8ec085c Command Guide for the Stacker language compiler, stkrc. by Reid Spencer · 20 years ago
  8. 3ba415a Replace use of defunct Type::setName method with SymbolTable::insert. by Reid Spencer · 20 years ago
  9. 9cb5242 Make the VBRSavings percentage make sense (as a fraction of the total by Reid Spencer · 20 years ago
  10. 1a5a79c Minor cleanups: by Chris Lattner · 20 years ago
  11. 2439972 Error Handling Cleanup: by Reid Spencer · 20 years ago
  12. 011bed5 Fix a backwards compatibility bug found by Tanya. In version 1.2, the by Reid Spencer · 20 years ago
  13. 20d20fc Removed unneeded forward decl by Chris Lattner · 20 years ago
  14. 36002e4 Remove unused method by Chris Lattner · 20 years ago
  15. 9fb6cf1 Add checks to ensure that there are no unreachable blocks in the function by Chris Lattner · 20 years ago
  16. 8ca2dc0 Don't call Type::setName() by Chris Lattner · 20 years ago
  17. 313efcb * Add support for indexing into structures, thanks to Chris (x86) by Misha Brukman · 20 years ago
  18. c1ef127 Read/write the offset value for stack-relative loads via correct instr operand. by Misha Brukman · 20 years ago
  19. ce22e76 * Doxygenify comments by Misha Brukman · 20 years ago
  20. 80b27ce Fix typo. by Alkis Evlogimenos · 20 years ago
  21. 607baea Improve code comments. by Alkis Evlogimenos · 20 years ago
  22. 4f12399 No really, he did finish! by Chris Lattner · 20 years ago
  23. 52fa42d Too much of a title for it's own good by Chris Lattner · 20 years ago
  24. 0b02dbc Fix Validation bugs by Chris Lattner · 20 years ago
  25. 57cd1ff Eliminate the UID field in the Type class, bringing it down to 28 bytes. by Chris Lattner · 20 years ago
  26. 51662c7 The uid mapping is no more by Chris Lattner · 20 years ago
  27. 735f270 Eliminate uses of the UniqueID field on Type objects by Chris Lattner · 20 years ago
  28. d6391d7 Do not call Type::getUniqueID by Chris Lattner · 20 years ago
  29. ddc49d6 Add a new method by Chris Lattner · 20 years ago
  30. 800473c Get rid of some cruft in the insert method. by Reid Spencer · 20 years ago
  31. f3f6382 Add support for __fixdfdi(), __floatdisf(), and __floatdidf() external functions by Misha Brukman · 20 years ago
  32. 4bb2867 First version of a vector with uniqueness constraints (or a set with by Reid Spencer · 20 years ago
  33. 0aa97c6 * Use several Function* for external functions instead of a std::map by Misha Brukman · 20 years ago
  34. fc879c3 * Add support for loading FP constants from the constant pool by Misha Brukman · 20 years ago
  35. 05fcd0c * Fix header comment, excise references to X86 by Misha Brukman · 20 years ago
  36. 4573f1b statisfy the spelling police by Chris Lattner · 20 years ago
  37. 0f54f19 Fix spelling of `equivalent' by Misha Brukman · 20 years ago
  38. e14d7e4 Eliminate the SignedType and UnsignedType classes. by Chris Lattner · 20 years ago
  39. e1d6799 isSigned/isUnsigned/isInteger methods do not need to be virtual by Chris Lattner · 20 years ago
  40. c29af00 Update comment. by Chris Lattner · 20 years ago
  41. e2b4ae9 This file uses the Value class without a forward decl by Chris Lattner · 20 years ago
  42. 5824299 Add a test that I have had in my tree for several months now, but apparently forgot to commit by Chris Lattner · 20 years ago
  43. 28d85f1 Fix this testcase by Chris Lattner · 20 years ago
  44. 3a08589 Support setcc on fp values. by Brian Gaeke · 20 years ago
  45. 4185d03 Add floating-point branches and compares. Compares don't complete by Brian Gaeke · 20 years ago
  46. 7e540fe Fix bug where SwitchSection would fail to change to ".bss" successfully. by Brian Gaeke · 20 years ago
  47. ccdd70a Fix bug involving bool arguments to binary operators. Fix typo in comment. by Brian Gaeke · 20 years ago
  48. 2a9f539 Fix bug in copying long constants to register pairs. We were getting by Brian Gaeke · 20 years ago
  49. 5ace1e4 Disable some code that isn't helping matters by Chris Lattner · 20 years ago
  50. f9a7546 Support 'ret float' by Brian Gaeke · 20 years ago
  51. d85b7a4 Really, it is not necessary to recompile all files in a profile build every by Chris Lattner · 20 years ago
  52. 71bf404 Add viewCFG() and viewCFGOnly() APIs. by Alkis Evlogimenos · 20 years ago
  53. cf617dd There is no error message to print out, end sentence with `!' by Misha Brukman · 20 years ago
  54. f86cafd Make error message consistent with the rest of LLVM by saying that bytecode by Reid Spencer · 20 years ago
  55. 23a354d Fix some thinkos in the script (error handling, proper argument handling). by Reid Spencer · 20 years ago
  56. 421991c Bug 391 fixed. by Reid Spencer · 20 years ago
  57. e294753 Fix for bug 391. Improve exeception handling around bcreader invocations. by Reid Spencer · 20 years ago
  58. 2834a4d * Use a map for caching lookups to external functions (fp div/rem) by Misha Brukman · 20 years ago
  59. e62cd37 * Wrap long lines (comments and code) * Tabs to spaces by Misha Brukman · 20 years ago
  60. 5c45e6d Fix regressions in these testcases: by Chris Lattner · 20 years ago
  61. b093259 Add fmod() to the Module being compiled so that it gets a stub in the asm file by Misha Brukman · 20 years ago
  62. 170a3dc Insert a reference to uint32_vbr encoding. by Reid Spencer · 20 years ago
  63. 82c4671 An update with corrections to content as well as using a regex style by Reid Spencer · 20 years ago
  64. c964715 The bytecode reader wants to be able to read types that are not quite resolved by Chris Lattner · 20 years ago
  65. 8adbec8 Headers moved by Chris Lattner · 20 years ago
  66. 7ff5daa All of these now live in the DataStructure directory by Chris Lattner · 20 years ago
  67. 4dabb2c Move all of the DSA headers into the Analysis/DataStructure subdir. by Chris Lattner · 20 years ago
  68. 6c49989 Move DSA headers into Analysis/DataStructure to make it more obvious by Chris Lattner · 20 years ago
  69. eaef568 Moving headers by Chris Lattner · 20 years ago
  70. efffdc9 As much as I hate to say it, the whole setNode interface for DSNodeHandles by Chris Lattner · 20 years ago
  71. d340867 When folding constant expr gep's, don't force the use of long indices. by Chris Lattner · 20 years ago
  72. 5171eb5 Bug fixed by Chris Lattner · 20 years ago
  73. b50eaea New testcase for PR396 by Chris Lattner · 20 years ago
  74. 3877652 Disable coalescing. by Alkis Evlogimenos · 20 years ago
  75. edfc49d Make sure people don't make functiontypes with an invalid return type by Chris Lattner · 20 years ago
  76. d18a31d * Add support for calling vararg functions (must pass doubles in int regs too) by Misha Brukman · 20 years ago
  77. 4cf5112 Use the more compact `bl' instead of cryptic (but equivalent) `bcl 20,31' by Misha Brukman · 20 years ago
  78. a4c7c41 Work around apparent Apple compiler bug which was making all mangled by Brian Gaeke · 20 years ago
  79. f4ddea6 Punctuate by Chris Lattner · 20 years ago
  80. fae1010 Check to make sure types are sized before calling getTypeSize on them. by Chris Lattner · 20 years ago
  81. 08cc64e It doesn't matter what the 2nd operand is; if the GEP has 2 operands and by Brian Gaeke · 20 years ago
  82. 10585d9 Add helper function. by Brian Gaeke · 20 years ago
  83. a9e7781 Find bugs sooner rather than later. In this case, don't allow the creation by Chris Lattner · 20 years ago
  84. ebeebec Change the "rotate by 90" xtics specification to just "rotate" which is by Reid Spencer · 20 years ago
  85. 5de868b Do not crash when joining two intervals of registers of different by Alkis Evlogimenos · 20 years ago
  86. e9c6551 * Add utility functions: convert SetCC => PPC opcode and invert PPC opcode by Misha Brukman · 20 years ago
  87. 3571b72 Implement rem.ll:test3 by Chris Lattner · 20 years ago
  88. 970c178 New testcase by Chris Lattner · 20 years ago
  89. 1e3564e Fix a minor bug where we would go into infinite loops on some constants by Chris Lattner · 20 years ago
  90. 5b73c08 Implement InstCombine/sub.ll:test15: X % -Y === X % Y by Chris Lattner · 20 years ago
  91. f77afbb New testcase by Chris Lattner · 20 years ago
  92. 7f0566c Fix a bug in the unreachable block elim pass. Dropping all references on a by Chris Lattner · 20 years ago
  93. ba46636 Remove definition and use of OtherVal enumerator. This just fixes a thinko. by Reid Spencer · 20 years ago
  94. 51f31e0 First draft completed. All sections written. by Reid Spencer · 20 years ago
  95. 7cccb2d Caused the labels on the small plots to be drawn vertically instead of by Reid Spencer · 20 years ago
  96. 2cc3615 Added sections for Constant Pool, Module Global Info, and Compaction by Reid Spencer · 20 years ago
  97. 1cc070c Add a missing "terminator" :) by Chris Lattner · 20 years ago
  98. 7c66ab3 Structures allow only uint arrays allow int/uint/long/ulong by Chris Lattner · 20 years ago
  99. 1ab929c - Reorganized the document contents by Reid Spencer · 20 years ago
  100. 5c15fe5 Finalize bytecode dumping. The "handleFinish" method was getting called by Reid Spencer · 20 years ago