1. 28d85f1 Fix this testcase by Chris Lattner · 21 years ago
  2. 3a08589 Support setcc on fp values. by Brian Gaeke · 21 years ago
  3. 4185d03 Add floating-point branches and compares. Compares don't complete by Brian Gaeke · 21 years ago
  4. 7e540fe Fix bug where SwitchSection would fail to change to ".bss" successfully. by Brian Gaeke · 21 years ago
  5. ccdd70a Fix bug involving bool arguments to binary operators. Fix typo in comment. by Brian Gaeke · 21 years ago
  6. 2a9f539 Fix bug in copying long constants to register pairs. We were getting by Brian Gaeke · 21 years ago
  7. 5ace1e4 Disable some code that isn't helping matters by Chris Lattner · 21 years ago
  8. f9a7546 Support 'ret float' by Brian Gaeke · 21 years ago
  9. d85b7a4 Really, it is not necessary to recompile all files in a profile build every by Chris Lattner · 21 years ago
  10. 71bf404 Add viewCFG() and viewCFGOnly() APIs. by Alkis Evlogimenos · 21 years ago
  11. cf617dd There is no error message to print out, end sentence with `!' by Misha Brukman · 21 years ago
  12. f86cafd Make error message consistent with the rest of LLVM by saying that bytecode by Reid Spencer · 21 years ago
  13. 23a354d Fix some thinkos in the script (error handling, proper argument handling). by Reid Spencer · 21 years ago
  14. 421991c Bug 391 fixed. by Reid Spencer · 21 years ago
  15. e294753 Fix for bug 391. Improve exeception handling around bcreader invocations. by Reid Spencer · 21 years ago
  16. 2834a4d * Use a map for caching lookups to external functions (fp div/rem) by Misha Brukman · 21 years ago
  17. e62cd37 * Wrap long lines (comments and code) * Tabs to spaces by Misha Brukman · 21 years ago
  18. 5c45e6d Fix regressions in these testcases: by Chris Lattner · 21 years ago
  19. b093259 Add fmod() to the Module being compiled so that it gets a stub in the asm file by Misha Brukman · 21 years ago
  20. 170a3dc Insert a reference to uint32_vbr encoding. by Reid Spencer · 21 years ago
  21. 82c4671 An update with corrections to content as well as using a regex style by Reid Spencer · 21 years ago
  22. c964715 The bytecode reader wants to be able to read types that are not quite resolved by Chris Lattner · 21 years ago
  23. 8adbec8 Headers moved by Chris Lattner · 21 years ago
  24. 7ff5daa All of these now live in the DataStructure directory by Chris Lattner · 21 years ago
  25. 4dabb2c Move all of the DSA headers into the Analysis/DataStructure subdir. by Chris Lattner · 21 years ago
  26. 6c49989 Move DSA headers into Analysis/DataStructure to make it more obvious by Chris Lattner · 21 years ago
  27. eaef568 Moving headers by Chris Lattner · 21 years ago
  28. efffdc9 As much as I hate to say it, the whole setNode interface for DSNodeHandles by Chris Lattner · 21 years ago
  29. d340867 When folding constant expr gep's, don't force the use of long indices. by Chris Lattner · 21 years ago
  30. 5171eb5 Bug fixed by Chris Lattner · 21 years ago
  31. b50eaea New testcase for PR396 by Chris Lattner · 21 years ago
  32. 3877652 Disable coalescing. by Alkis Evlogimenos · 21 years ago
  33. edfc49d Make sure people don't make functiontypes with an invalid return type by Chris Lattner · 21 years ago
  34. d18a31d * Add support for calling vararg functions (must pass doubles in int regs too) by Misha Brukman · 21 years ago
  35. 4cf5112 Use the more compact `bl' instead of cryptic (but equivalent) `bcl 20,31' by Misha Brukman · 21 years ago
  36. a4c7c41 Work around apparent Apple compiler bug which was making all mangled by Brian Gaeke · 21 years ago
  37. f4ddea6 Punctuate by Chris Lattner · 21 years ago
  38. fae1010 Check to make sure types are sized before calling getTypeSize on them. by Chris Lattner · 21 years ago
  39. 08cc64e It doesn't matter what the 2nd operand is; if the GEP has 2 operands and by Brian Gaeke · 21 years ago
  40. 10585d9 Add helper function. by Brian Gaeke · 21 years ago
  41. a9e7781 Find bugs sooner rather than later. In this case, don't allow the creation by Chris Lattner · 21 years ago
  42. ebeebec Change the "rotate by 90" xtics specification to just "rotate" which is by Reid Spencer · 21 years ago
  43. 5de868b Do not crash when joining two intervals of registers of different by Alkis Evlogimenos · 21 years ago
  44. e9c6551 * Add utility functions: convert SetCC => PPC opcode and invert PPC opcode by Misha Brukman · 21 years ago
  45. 3571b72 Implement rem.ll:test3 by Chris Lattner · 21 years ago
  46. 970c178 New testcase by Chris Lattner · 21 years ago
  47. 1e3564e Fix a minor bug where we would go into infinite loops on some constants by Chris Lattner · 21 years ago
  48. 5b73c08 Implement InstCombine/sub.ll:test15: X % -Y === X % Y by Chris Lattner · 21 years ago
  49. f77afbb New testcase by Chris Lattner · 21 years ago
  50. 7f0566c Fix a bug in the unreachable block elim pass. Dropping all references on a by Chris Lattner · 21 years ago
  51. ba46636 Remove definition and use of OtherVal enumerator. This just fixes a thinko. by Reid Spencer · 21 years ago
  52. 51f31e0 First draft completed. All sections written. by Reid Spencer · 21 years ago
  53. 7cccb2d Caused the labels on the small plots to be drawn vertically instead of by Reid Spencer · 21 years ago
  54. 2cc3615 Added sections for Constant Pool, Module Global Info, and Compaction by Reid Spencer · 21 years ago
  55. 1cc070c Add a missing "terminator" :) by Chris Lattner · 21 years ago
  56. 7c66ab3 Structures allow only uint arrays allow int/uint/long/ulong by Chris Lattner · 21 years ago
  57. 1ab929c - Reorganized the document contents by Reid Spencer · 21 years ago
  58. 5c15fe5 Finalize bytecode dumping. The "handleFinish" method was getting called by Reid Spencer · 21 years ago
  59. c156095 Correctly compute the ration of iterations/#intervals. by Alkis Evlogimenos · 21 years ago
  60. 38343f6 Add #includes by Chris Lattner · 21 years ago
  61. 321f831 Add #include <iostream> since Value.h doesn't include it any more. by Reid Spencer · 21 years ago
  62. 86f42bd Add #include <iostream> since Value.h does not include it any more. by Reid Spencer · 21 years ago
  63. 954da37 Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 21 years ago
  64. 8ce1da7 - remove use of isa<Type>(Val) since there's no inheritance relationship by Reid Spencer · 21 years ago
  65. 77f4d86 Remove use of Type::TypeTy which is no longer defined. This change needed by Reid Spencer · 21 years ago
  66. 7474d03 Correct syntax typo .. ; -> : by Reid Spencer · 21 years ago
  67. 6e885d0 - Changes for bug 122 by Reid Spencer · 21 years ago
  68. e2fac77 - #include <iostream> since its not in Value.h any more. by Reid Spencer · 21 years ago
  69. db8e515 Constify SymbolTable's use of Type* so that it never modifies them. by Reid Spencer · 21 years ago
  70. c28a224 - #include <iostream> since its not in Value.h any more. by Reid Spencer · 21 years ago
  71. 57f6efc #include <iostream> since its not in Value.h any more. by Reid Spencer · 21 years ago
  72. 0e25e1c Adjust the slot machine to handle Types separately from Values. This was by Reid Spencer · 21 years ago
  73. d57da4b Implementation of SlotTable went into header file. Note that this header by Reid Spencer · 21 years ago
  74. 0852c80 Remove Tabs. by Reid Spencer · 21 years ago
  75. cb3595c Implement new output functions for types and compacted type planes. Also by Reid Spencer · 21 years ago
  76. d1fb1b7 Add new methods outputTypes and outputCompactionTypes for handling Types by Reid Spencer · 21 years ago
  77. 24ab28f For bug 122: by Reid Spencer · 21 years ago
  78. 5e394ff - Type::TypeTyID doesn't exist any more (bug 122) by Reid Spencer · 21 years ago
  79. e0bc0c1 Move SlotCalculator.h to lib/Bytecode/Writer since that is the only place by Reid Spencer · 21 years ago
  80. 04cde2c - Don't use macros to call the BytecodeHandler by Reid Spencer · 21 years ago
  81. 1847444 Make all the virtual function (except destructor) inline so there are by Reid Spencer · 21 years ago
  82. a86159c - Make ValueList an "OtherVal" user of Values to ensure it doesn't get by Reid Spencer · 21 years ago
  83. 97c7d74 Remove tabs. Move function declaration to Reader.h where it belongs. by Reid Spencer · 21 years ago
  84. 77cf296 Add #include <iostream> which is needed now that Value.h doesn't include it by Reid Spencer · 21 years ago
  85. b61cdb7 Excise tabs. by Reid Spencer · 21 years ago
  86. ed3d16e Add a new, compatible, interface function for writing types as operands. by Reid Spencer · 21 years ago
  87. 2d59de5 Added #include <iostream> since this header is no longer picked up from by Reid Spencer · 21 years ago
  88. da8440a - Remove enumerator TypeVal since Values can't be types any more by Reid Spencer · 21 years ago
  89. 88bdcd5 There is no longer a "Type" primitive type because Values and Types are by Reid Spencer · 21 years ago
  90. 9d62527 Constify usage of Type* on the interface to ensure SymbolTable doesn't by Reid Spencer · 21 years ago
  91. 69e9abb Remove all of the classof(const Value*) methods of the derived types since by Reid Spencer · 21 years ago
  92. e753e3b Make Type have no base classes. Previously it inherited Value. Also by Reid Spencer · 21 years ago
  93. d55b2b1 Add efficiency statistic. by Alkis Evlogimenos · 21 years ago
  94. 3b94a51 Add more operators. by Alkis Evlogimenos · 21 years ago
  95. 5114004 Fix compilation on internix by Chris Lattner · 21 years ago
  96. 46238a6 Implement add.ll:test22, a common case in MSIL files by Chris Lattner · 21 years ago
  97. 80fc86a Add a new testcase for folding an add into a switch by Chris Lattner · 21 years ago
  98. c5f143b Fix Type::isSized() to realize that "{ opaque }" is not sized by Chris Lattner · 21 years ago
  99. cf27afb Do not call getTypeSize on a type that has no size by Chris Lattner · 21 years ago
  100. 7283e7c Modernize example, so that you can paste it right into llvm-as by Brian Gaeke · 21 years ago