1. 451f67f Adding autoconf support to the sample project. by John Criswell · 21 years ago
  2. caca6ea Adding autoconf support for the sample project. by John Criswell · 21 years ago
  3. 607b1ea Adding autoconf support for the sample project. by John Criswell · 21 years ago
  4. ed60e1c Vector is my friend, do you like vector? by Chris Lattner · 21 years ago
  5. 978e2cb lalala by Chris Lattner · 21 years ago
  6. ea2c1dc We'll need this soon as well by Chris Lattner · 21 years ago
  7. 60fa583 #include vector which we will need here soon by Chris Lattner · 21 years ago
  8. 803f03e This file uses assert and doesn't include anything which already #includes <cassert> by Chris Lattner · 21 years ago
  9. dbc2318 Give this file a proper header by Chris Lattner · 21 years ago
  10. 76a1bf9 The levelraise pass is a broken old piece of crufty code that should be by Chris Lattner · 21 years ago
  11. 53e557d Fix up error message. by Brian Gaeke · 21 years ago
  12. b6c3a88 Flush output after writing out the list of function names. by Brian Gaeke · 21 years ago
  13. c7b6ce4 Updated some of the information for the new autoconf changes. by John Criswell · 21 years ago
  14. fd05924 Decrease usage of use_size() by Chris Lattner · 21 years ago
  15. 33922eb Remove usage of use_size() by Chris Lattner · 21 years ago
  16. fb42dd8 Cleanup by Chris Lattner · 21 years ago
  17. 14d9ce7 Add new hasOneUse() method. Remove explicit inline qualifiers by Chris Lattner · 21 years ago
  18. 7dac658 add support forloading additional .so files on the command line by Chris Lattner · 21 years ago
  19. 769f1fe Change the execute methods to take the shared object filename by const reference. by Chris Lattner · 21 years ago
  20. eeed983 Generalize abstract interpreter interface to allow linking in an arbitrary number of shared objects by Chris Lattner · 21 years ago
  21. b8d15b2 Order #includes as per the style guide. by Misha Brukman · 21 years ago
  22. c4fb6fd Enabling incremental bytecode loading in the JIT: by Misha Brukman · 21 years ago
  23. 69c856a Enabling incremental bytecode loading in the JIT: by Misha Brukman · 21 years ago
  24. 005e5e9 Enabling incremental bytecode loading in the JIT: by Misha Brukman · 21 years ago
  25. 7b2b40f Enabling incremental bytecode loading in the JIT: by Misha Brukman · 21 years ago
  26. b6c54ed Enabling incremental bytecode loading in the JIT: by Misha Brukman · 21 years ago
  27. deb1740 Enabling incremental bytecode loading in the JIT: by Misha Brukman · 21 years ago
  28. 7915a1e Substantial cleanups: by Chris Lattner · 21 years ago
  29. a0f5b15 The return value of compileSharedObject was never used. Return the shared by Chris Lattner · 21 years ago
  30. 1798e4a Actually return an error if something bad happens, don't just exit. by Chris Lattner · 21 years ago
  31. 8deb581 minor cleanups by Chris Lattner · 21 years ago
  32. 18ab2b9 The -mode option is no longer by Chris Lattner · 21 years ago
  33. 182a21e Fix minor formatting bug by Chris Lattner · 21 years ago
  34. a5a96a9 Eliminate the bugpoint -mode option, by making bugpoint automatically infer the root of all of your problems by Chris Lattner · 21 years ago
  35. c2b81f6 Output a contorted sequence of instructions to make sure that we don't access by Chris Lattner · 21 years ago
  36. d5b7c47 Disable the leaf function optimization, which is apparently not legal on by Chris Lattner · 21 years ago
  37. 9d13efa Fix bug in script by Chris Lattner · 21 years ago
  38. f775f95 Do not move variable sized allocations to the top of the caller, which might by Chris Lattner · 21 years ago
  39. ebb3acc New testcase which the inliner breaks by Chris Lattner · 21 years ago
  40. 6a513d8 Added a link to the main page for LLVM. by John Criswell · 21 years ago
  41. 99b8533 Unbreak code generator debug mode by Chris Lattner · 21 years ago
  42. 7eadec6 Adding additional license information to these files. by John Criswell · 21 years ago
  43. 3875657 Do not allow fallthroughs in switch statements. This fixes PR37, by Chris Lattner · 21 years ago
  44. d12fa6c LLVM CVS repository has moved. by Misha Brukman · 21 years ago
  45. 4296088 Remove WordsEmitted statistic; there's already a non-backend-specific by Brian Gaeke · 21 years ago
  46. da17eb6 LLI no longer has -abort-on-exception by Chris Lattner · 21 years ago
  47. c9e64b5 Removed items that are done or irrelevant. Added a few new items. by John Criswell · 21 years ago
  48. 4946a8c Use the autoconf macro John wrote by Chris Lattner · 21 years ago
  49. 8b716f6 Whoops, we inserted into the wrong set. What's up with the dead set anyway? by Chris Lattner · 21 years ago
  50. 46e033d Use external df iterators to avoid revisiting blocks in functions with by Chris Lattner · 21 years ago
  51. 1e79609 Add missing default argument by Chris Lattner · 21 years ago
  52. 50b5d71 Make use of "external" depth-first iterators to avoid revisiting nodes by Chris Lattner · 21 years ago
  53. 9061e99 add support for "external" depth first iterators, which store the 'visited' set by Chris Lattner · 21 years ago
  54. a0137d3 Added a macro and code that checks for the %a format string in sprintf(). by John Criswell · 21 years ago
  55. b5ca43e Fixed the name of a hyperlink. by John Criswell · 21 years ago
  56. b96646f Removed information on common build problems. That is now documented in by John Criswell · 21 years ago
  57. c310f62 Fequently Asked Questions about LLVM. Mainly focuses on build problems, but by John Criswell · 21 years ago
  58. 85bf334 Master README file that points to all other documentation. by John Criswell · 21 years ago
  59. 4846f4b Extricate the "reverse" support from the depth-first iterator. This is really by Chris Lattner · 21 years ago
  60. ba7beb0 Add operator= for type iterators to make them assignable by Chris Lattner · 21 years ago
  61. 814f622 Remove explicit inline qualifiers when the implicit ones work just as well by Chris Lattner · 21 years ago
  62. cb18d18 Stop using "reverse depth first" order by Chris Lattner · 21 years ago
  63. c49fcd1 Oops, forgot to commit this before: standardize header comments by Chris Lattner · 21 years ago
  64. 7dc3a2e Minor cleanups by Chris Lattner · 21 years ago
  65. 5af4197 Speed up TypesEqual by specializing it for all of the derived types, avoiding by Chris Lattner · 21 years ago
  66. f0d9273 Avoid calling getTypeSlot more by Chris Lattner · 21 years ago
  67. 1825009 Avoid creating lots of pointless opaque types, with short lifetimes by Chris Lattner · 21 years ago
  68. 236f646 This is a header file, hear me roar by Chris Lattner · 21 years ago
  69. 3e58d9b * Remove extraneous #includes by Chris Lattner · 21 years ago
  70. 4a650af Wrap code at 80 columns by Chris Lattner · 21 years ago
  71. d9113c7 This is a header file, thus it needs a -*-C++-*- by Chris Lattner · 21 years ago
  72. cf3056d Regularize header file comments by Chris Lattner · 21 years ago
  73. c00d23a make the indvar obviously non-canonical by Chris Lattner · 21 years ago
  74. 21fb3af Regularize header file comment, eliminate using's by Chris Lattner · 21 years ago
  75. d7db1fb Add new op_erase method by Chris Lattner · 21 years ago
  76. 6d3906b Minor cleanups by Chris Lattner · 21 years ago
  77. bb2d4de Checkin an improvement contributed by Bill: by Chris Lattner · 21 years ago
  78. 2ab6a73 Add support to the loop canonicalization pass to make it transform loops to by Chris Lattner · 21 years ago
  79. 5fdd902 new testcase by Chris Lattner · 21 years ago
  80. 2ef1236 Make getNumBackEdges more efficient by Chris Lattner · 21 years ago
  81. 9989a4e Files moved to the LoopSimplify directory by Chris Lattner · 21 years ago
  82. 98bf436 Rename loop preheaders pass to loop simplify by Chris Lattner · 21 years ago
  83. d59128a Rename -preheaders pass. Spelling fix by Chris Lattner · 21 years ago
  84. 67a9801 File is renamed to LoopSimplify.cpp by Chris Lattner · 21 years ago
  85. ee2c50c First step in renaming the preheaders pass to loopsimplify by Chris Lattner · 21 years ago
  86. 915403f The -preheaders pass is now known as -loopsimplify by Chris Lattner · 21 years ago
  87. bebd86d The preheader insertion pass only depends on the CFG. Mark it as such, which by Chris Lattner · 21 years ago
  88. 5b62cdc Rename method by Chris Lattner · 21 years ago
  89. 7f9bb6e Rename method to indicate what it does by Chris Lattner · 21 years ago
  90. 5ef6ffd * Spell "necessary" correctly by Chris Lattner · 21 years ago
  91. dfaeb0e Test that we can emit global initializers that are not normal FP values by Chris Lattner · 21 years ago
  92. 9860e77 * Be TBAA safe by Chris Lattner · 21 years ago
  93. b3dab90 Greatly expand documentation comment at head of file... I had to by Brian Gaeke · 21 years ago
  94. 364f86d Make mmap's fd for anonymous memory acquisition default to -1, except on by Brian Gaeke · 21 years ago
  95. ab9585f Quote qmtest args in $(CONTEXT). by Brian Gaeke · 21 years ago
  96. 4dd7b4f Actually pass in a pointer to the thrown object, not a pointer to the by Chris Lattner · 21 years ago
  97. be7f4af This seems to work around some unobvious bug in gcc on sparc which was by Brian Gaeke · 21 years ago
  98. ce0ea77 Removed the AnalyzeTest class. by John Criswell · 21 years ago
  99. 9fd50e2 Make the clean target remove the QMTest temporary directory. by John Criswell · 21 years ago
  100. a1f7cac Renamed the feature subtests so that they do not begin with 'f'. It was by John Criswell · 21 years ago