| Commit message (Expand) | Author | Age | Files | Lines |
* | Enabling incremental bytecode loading in the JIT: | Misha Brukman | 2003-10-14 | 1 | -4/+5 |
* | Enabling incremental bytecode loading in the JIT: | Misha Brukman | 2003-10-14 | 1 | -7/+13 |
* | Enabling incremental bytecode loading in the JIT: | Misha Brukman | 2003-10-14 | 1 | -1/+3 |
* | Substantial cleanups: | Chris Lattner | 2003-10-14 | 4 | -134/+146 |
* | The return value of compileSharedObject was never used. Return the shared | Chris Lattner | 2003-10-14 | 3 | -9/+10 |
* | Actually return an error if something bad happens, don't just exit. | Chris Lattner | 2003-10-14 | 2 | -10/+8 |
* | minor cleanups | Chris Lattner | 2003-10-14 | 1 | -2/+2 |
* | The -mode option is no longer | Chris Lattner | 2003-10-14 | 1 | -4/+4 |
* | Fix minor formatting bug | Chris Lattner | 2003-10-14 | 1 | -2/+2 |
* | Eliminate the bugpoint -mode option, by making bugpoint automatically infer t... | Chris Lattner | 2003-10-14 | 2 | -36/+22 |
* | Output a contorted sequence of instructions to make sure that we don't access | Chris Lattner | 2003-10-14 | 1 | -8/+20 |
* | Disable the leaf function optimization, which is apparently not legal on | Chris Lattner | 2003-10-14 | 1 | -25/+2 |
* | Fix bug in script | Chris Lattner | 2003-10-14 | 1 | -1/+1 |
* | Do not move variable sized allocations to the top of the caller, which might | Chris Lattner | 2003-10-14 | 1 | -7/+5 |
* | New testcase which the inliner breaks | Chris Lattner | 2003-10-14 | 1 | -0/+19 |
* | Added a link to the main page for LLVM. | John Criswell | 2003-10-13 | 1 | -13/+20 |
* | Unbreak code generator debug mode | Chris Lattner | 2003-10-13 | 1 | -3/+5 |
* | Adding additional license information to these files. | John Criswell | 2003-10-13 | 4 | -0/+54 |
* | Do not allow fallthroughs in switch statements. This fixes PR37, | Chris Lattner | 2003-10-13 | 2 | -2/+6 |
* | LLVM CVS repository has moved. | Misha Brukman | 2003-10-13 | 1 | -1/+1 |
* | Remove WordsEmitted statistic; there's already a non-backend-specific | Brian Gaeke | 2003-10-13 | 1 | -3/+10 |
* | LLI no longer has -abort-on-exception | Chris Lattner | 2003-10-13 | 2 | -2/+0 |
* | Removed items that are done or irrelevant. | John Criswell | 2003-10-13 | 1 | -26/+2 |
* | Use the autoconf macro John wrote | Chris Lattner | 2003-10-13 | 2 | -12/+6 |
* | Whoops, we inserted into the wrong set. What's up with the dead set anyway? | Chris Lattner | 2003-10-13 | 1 | -4/+2 |
* | Use external df iterators to avoid revisiting blocks in functions with | Chris Lattner | 2003-10-13 | 1 | -1/+3 |
* | Add missing default argument | Chris Lattner | 2003-10-13 | 2 | -2/+2 |
* | Make use of "external" depth-first iterators to avoid revisiting nodes | Chris Lattner | 2003-10-13 | 1 | -3/+3 |
* | add support for "external" depth first iterators, which store the 'visited' set | Chris Lattner | 2003-10-13 | 2 | -22/+198 |
* | Added a macro and code that checks for the %a format string in sprintf(). | John Criswell | 2003-10-13 | 5 | -69/+120 |
* | Fixed the name of a hyperlink. | John Criswell | 2003-10-13 | 1 | -1/+1 |
* | Removed information on common build problems. That is now documented in | John Criswell | 2003-10-13 | 1 | -60/+3 |
* | Fequently Asked Questions about LLVM. Mainly focuses on build problems, but | John Criswell | 2003-10-13 | 1 | -0/+145 |
* | Master README file that points to all other documentation. | John Criswell | 2003-10-13 | 1 | -0/+74 |
* | Extricate the "reverse" support from the depth-first iterator. This is really | Chris Lattner | 2003-10-13 | 2 | -110/+76 |
* | Add operator= for type iterators to make them assignable | Chris Lattner | 2003-10-13 | 1 | -0/+6 |
* | Remove explicit inline qualifiers when the implicit ones work just as well | Chris Lattner | 2003-10-13 | 1 | -10/+10 |
* | Stop using "reverse depth first" order | Chris Lattner | 2003-10-13 | 2 | -12/+6 |
* | Oops, forgot to commit this before: standardize header comments | Chris Lattner | 2003-10-13 | 1 | -2/+2 |
* | Minor cleanups | Chris Lattner | 2003-10-13 | 1 | -2/+2 |
* | Speed up TypesEqual by specializing it for all of the derived types, avoiding | Chris Lattner | 2003-10-13 | 1 | -15/+33 |
* | Avoid calling getTypeSlot more | Chris Lattner | 2003-10-13 | 3 | -4/+9 |
* | Avoid creating lots of pointless opaque types, with short lifetimes | Chris Lattner | 2003-10-13 | 1 | -22/+37 |
* | This is a header file, hear me roar | Chris Lattner | 2003-10-13 | 1 | -1/+1 |
* | * Remove extraneous #includes | Chris Lattner | 2003-10-13 | 1 | -7/+9 |
* | Wrap code at 80 columns | Chris Lattner | 2003-10-13 | 1 | -6/+10 |
* | This is a header file, thus it needs a -*-C++-*- | Chris Lattner | 2003-10-13 | 1 | -1/+1 |
* | Regularize header file comments | Chris Lattner | 2003-10-13 | 45 | -95/+82 |
* | make the indvar obviously non-canonical | Chris Lattner | 2003-10-13 | 1 | -1/+1 |
* | Regularize header file comment, eliminate using's | Chris Lattner | 2003-10-13 | 1 | -22/+20 |