1. 8a7ae30 Modified the Makefile so that the sample library is linked dynamically. by John Criswell · 21 years ago
  2. 2d77214 * Give credit where credit's due by Misha Brukman · 21 years ago
  3. 627ecea New testcase for C++ frontend crash by Chris Lattner · 21 years ago
  4. 888d3bc Tighten up handling of checks for shift instructions by Chris Lattner · 21 years ago
  5. 6059638 Eliminate some extraneous code in SlotCalculator::insertVal(). by Alkis Evlogimenos · 21 years ago
  6. e7d4022 Someone forgot to commit an updated configure after adding tools/llvm-nm to configure.ac :-) by Alkis Evlogimenos · 21 years ago
  7. fb1a996 Add debug variable. by Brian Gaeke · 21 years ago
  8. 45f0b6d Fix typo in comment. by Brian Gaeke · 21 years ago
  9. 661ab81 This file has funny include guards and funny extra whitespace. by Brian Gaeke · 21 years ago
  10. 0b5e696 Document that llvm-nm works in pipe mode, thanks to the efforts of Chris. by Brian Gaeke · 21 years ago
  11. 6020ddd Fix a typo in a comment, and zap a blank line. by Brian Gaeke · 21 years ago
  12. 9fcdadb Add separator between different types of readers. by Misha Brukman · 21 years ago
  13. 0f4f7d9 JIT.cpp: by Misha Brukman · 21 years ago
  14. 1968416 * Reorder includes as per the style guide by Misha Brukman · 21 years ago
  15. 7034adb If we move the constructors to the .cpp file, we can drop the #include by Misha Brukman · 21 years ago
  16. 11b2dbd Removed the .PRECIOUS of Lex and Yacc output files. by John Criswell · 21 years ago
  17. 589d91f Removed the -mode option. Fixed some grammar, spelling, and punctuation. by John Criswell · 21 years ago
  18. 394f2eb Minor cleanups by Chris Lattner · 21 years ago
  19. 3beefec Added documentation on the new -disable-inlining option. by John Criswell · 21 years ago
  20. 610373f I am not the only John Criswell. :) by John Criswell · 21 years ago
  21. 4536ac0 Give credit where credit is due by Chris Lattner · 21 years ago
  22. 7a4b96d Added a section on all of the wonderful Makefile variables used to locate by John Criswell · 21 years ago
  23. fc046d5 Make llvm-nm work in "pipe mode" by Chris Lattner · 21 years ago
  24. 72ac148d Add support for 'weak' linkage. by Chris Lattner · 21 years ago
  25. 6b25242 Add support for 'weak' linkage. by Chris Lattner · 21 years ago
  26. 9eb52a5 Geeze, what is with Brian and these ifdef's? by Chris Lattner · 21 years ago
  27. e635403 Add weak linking type by Chris Lattner · 21 years ago
  28. 3f71722 Automagically update website docs on commits. by Misha Brukman · 21 years ago
  29. e610cbb Update the website automatically on documentation commit [in progress]. by Misha Brukman · 21 years ago
  30. a73bc8d This should automatically update on the webpage. by Misha Brukman · 21 years ago
  31. cab5c19 yikes, a copy-and-paste-o by Brian Gaeke · 21 years ago
  32. f0e3a08 add llvm-nm entry. by Brian Gaeke · 21 years ago
  33. bb24b9c Add command guide (It's like a man page translated into html, but without the by Brian Gaeke · 21 years ago
  34. 784fa18 Welcome llvm-nm to the family by Chris Lattner · 21 years ago
  35. c3cc71a by Chris Lattner · 21 years ago
  36. 202884f Completely rewrite support for the Value::use_* list. Now, all operations on by Chris Lattner · 21 years ago
  37. f07c833 Unfortunately, it looks like level raise is still needed :( by Chris Lattner · 21 years ago
  38. 7659064 This code does not require random access use_lists by Chris Lattner · 21 years ago
  39. 28b2265 Eliminate using declaration by Chris Lattner · 21 years ago
  40. 4d08d2b Added an entry for `llvm-nm'. by Misha Brukman · 21 years ago
  41. 972d3d7 Okay, this is a little hack that "scratches an itch" of mine. by Brian Gaeke · 21 years ago
  42. 1630189 Added autoconf support for the sample project. by John Criswell · 21 years ago
  43. 7ec78aa Added autoconf support for the sample project. by John Criswell · 21 years ago
  44. 451f67f Adding autoconf support to the sample project. by John Criswell · 21 years ago
  45. caca6ea Adding autoconf support for the sample project. by John Criswell · 21 years ago
  46. 607b1ea Adding autoconf support for the sample project. by John Criswell · 21 years ago
  47. ed60e1c Vector is my friend, do you like vector? by Chris Lattner · 21 years ago
  48. 978e2cb lalala by Chris Lattner · 21 years ago
  49. ea2c1dc We'll need this soon as well by Chris Lattner · 21 years ago
  50. 60fa583 #include vector which we will need here soon by Chris Lattner · 21 years ago
  51. 803f03e This file uses assert and doesn't include anything which already #includes <cassert> by Chris Lattner · 21 years ago
  52. dbc2318 Give this file a proper header by Chris Lattner · 21 years ago
  53. 76a1bf9 The levelraise pass is a broken old piece of crufty code that should be by Chris Lattner · 21 years ago
  54. 53e557d Fix up error message. by Brian Gaeke · 21 years ago
  55. b6c3a88 Flush output after writing out the list of function names. by Brian Gaeke · 21 years ago
  56. c7b6ce4 Updated some of the information for the new autoconf changes. by John Criswell · 21 years ago
  57. fd05924 Decrease usage of use_size() by Chris Lattner · 21 years ago
  58. 33922eb Remove usage of use_size() by Chris Lattner · 21 years ago
  59. fb42dd8 Cleanup by Chris Lattner · 21 years ago
  60. 14d9ce7 Add new hasOneUse() method. Remove explicit inline qualifiers by Chris Lattner · 21 years ago
  61. 7dac658 add support forloading additional .so files on the command line by Chris Lattner · 21 years ago
  62. 769f1fe Change the execute methods to take the shared object filename by const reference. by Chris Lattner · 21 years ago
  63. eeed983 Generalize abstract interpreter interface to allow linking in an arbitrary number of shared objects by Chris Lattner · 21 years ago
  64. b8d15b2 Order #includes as per the style guide. by Misha Brukman · 21 years ago
  65. c4fb6fd Enabling incremental bytecode loading in the JIT: by Misha Brukman · 21 years ago
  66. 69c856a Enabling incremental bytecode loading in the JIT: by Misha Brukman · 21 years ago
  67. 005e5e9 Enabling incremental bytecode loading in the JIT: by Misha Brukman · 21 years ago
  68. 7b2b40f Enabling incremental bytecode loading in the JIT: by Misha Brukman · 21 years ago
  69. b6c54ed Enabling incremental bytecode loading in the JIT: by Misha Brukman · 21 years ago
  70. deb1740 Enabling incremental bytecode loading in the JIT: by Misha Brukman · 21 years ago
  71. 7915a1e Substantial cleanups: by Chris Lattner · 21 years ago
  72. a0f5b15 The return value of compileSharedObject was never used. Return the shared by Chris Lattner · 21 years ago
  73. 1798e4a Actually return an error if something bad happens, don't just exit. by Chris Lattner · 21 years ago
  74. 8deb581 minor cleanups by Chris Lattner · 21 years ago
  75. 18ab2b9 The -mode option is no longer by Chris Lattner · 21 years ago
  76. 182a21e Fix minor formatting bug by Chris Lattner · 21 years ago
  77. a5a96a9 Eliminate the bugpoint -mode option, by making bugpoint automatically infer the root of all of your problems by Chris Lattner · 21 years ago
  78. c2b81f6 Output a contorted sequence of instructions to make sure that we don't access by Chris Lattner · 21 years ago
  79. d5b7c47 Disable the leaf function optimization, which is apparently not legal on by Chris Lattner · 21 years ago
  80. 9d13efa Fix bug in script by Chris Lattner · 21 years ago
  81. f775f95 Do not move variable sized allocations to the top of the caller, which might by Chris Lattner · 21 years ago
  82. ebb3acc New testcase which the inliner breaks by Chris Lattner · 21 years ago
  83. 6a513d8 Added a link to the main page for LLVM. by John Criswell · 21 years ago
  84. 99b8533 Unbreak code generator debug mode by Chris Lattner · 21 years ago
  85. 7eadec6 Adding additional license information to these files. by John Criswell · 21 years ago
  86. 3875657 Do not allow fallthroughs in switch statements. This fixes PR37, by Chris Lattner · 21 years ago
  87. d12fa6c LLVM CVS repository has moved. by Misha Brukman · 21 years ago
  88. 4296088 Remove WordsEmitted statistic; there's already a non-backend-specific by Brian Gaeke · 21 years ago
  89. da17eb6 LLI no longer has -abort-on-exception by Chris Lattner · 21 years ago
  90. c9e64b5 Removed items that are done or irrelevant. Added a few new items. by John Criswell · 21 years ago
  91. 4946a8c Use the autoconf macro John wrote by Chris Lattner · 21 years ago
  92. 8b716f6 Whoops, we inserted into the wrong set. What's up with the dead set anyway? by Chris Lattner · 21 years ago
  93. 46e033d Use external df iterators to avoid revisiting blocks in functions with by Chris Lattner · 21 years ago
  94. 1e79609 Add missing default argument by Chris Lattner · 21 years ago
  95. 50b5d71 Make use of "external" depth-first iterators to avoid revisiting nodes by Chris Lattner · 21 years ago
  96. 9061e99 add support for "external" depth first iterators, which store the 'visited' set by Chris Lattner · 21 years ago
  97. a0137d3 Added a macro and code that checks for the %a format string in sprintf(). by John Criswell · 21 years ago
  98. b5ca43e Fixed the name of a hyperlink. by John Criswell · 21 years ago
  99. b96646f Removed information on common build problems. That is now documented in by John Criswell · 21 years ago
  100. c310f62 Fequently Asked Questions about LLVM. Mainly focuses on build problems, but by John Criswell · 21 years ago