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