- 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
- 85bf334 Master README file that points to all other documentation. by John Criswell · 21 years ago
- 4846f4b Extricate the "reverse" support from the depth-first iterator. This is really by Chris Lattner · 21 years ago
- ba7beb0 Add operator= for type iterators to make them assignable by Chris Lattner · 21 years ago
- 814f622 Remove explicit inline qualifiers when the implicit ones work just as well by Chris Lattner · 21 years ago
- cb18d18 Stop using "reverse depth first" order by Chris Lattner · 21 years ago
- c49fcd1 Oops, forgot to commit this before: standardize header comments by Chris Lattner · 21 years ago
- 7dc3a2e Minor cleanups by Chris Lattner · 21 years ago
- 5af4197 Speed up TypesEqual by specializing it for all of the derived types, avoiding by Chris Lattner · 21 years ago
- f0d9273 Avoid calling getTypeSlot more by Chris Lattner · 21 years ago
- 1825009 Avoid creating lots of pointless opaque types, with short lifetimes by Chris Lattner · 21 years ago
- 236f646 This is a header file, hear me roar by Chris Lattner · 21 years ago
- 3e58d9b * Remove extraneous #includes by Chris Lattner · 21 years ago
- 4a650af Wrap code at 80 columns by Chris Lattner · 21 years ago
- d9113c7 This is a header file, thus it needs a -*-C++-*- by Chris Lattner · 21 years ago
- cf3056d Regularize header file comments by Chris Lattner · 21 years ago
- c00d23a make the indvar obviously non-canonical by Chris Lattner · 21 years ago
- 21fb3af Regularize header file comment, eliminate using's by Chris Lattner · 21 years ago
- d7db1fb Add new op_erase method by Chris Lattner · 21 years ago
- 6d3906b Minor cleanups by Chris Lattner · 21 years ago
- bb2d4de Checkin an improvement contributed by Bill: by Chris Lattner · 21 years ago
- 2ab6a73 Add support to the loop canonicalization pass to make it transform loops to by Chris Lattner · 21 years ago
- 5fdd902 new testcase by Chris Lattner · 21 years ago
- 2ef1236 Make getNumBackEdges more efficient by Chris Lattner · 21 years ago
- 9989a4e Files moved to the LoopSimplify directory by Chris Lattner · 21 years ago
- 98bf436 Rename loop preheaders pass to loop simplify by Chris Lattner · 21 years ago
- d59128a Rename -preheaders pass. Spelling fix by Chris Lattner · 21 years ago
- 67a9801 File is renamed to LoopSimplify.cpp by Chris Lattner · 21 years ago
- ee2c50c First step in renaming the preheaders pass to loopsimplify by Chris Lattner · 21 years ago
- 915403f The -preheaders pass is now known as -loopsimplify by Chris Lattner · 21 years ago
- bebd86d The preheader insertion pass only depends on the CFG. Mark it as such, which by Chris Lattner · 21 years ago
- 5b62cdc Rename method by Chris Lattner · 21 years ago
- 7f9bb6e Rename method to indicate what it does by Chris Lattner · 21 years ago
- 5ef6ffd * Spell "necessary" correctly by Chris Lattner · 21 years ago
- dfaeb0e Test that we can emit global initializers that are not normal FP values by Chris Lattner · 21 years ago
- 9860e77 * Be TBAA safe by Chris Lattner · 21 years ago
- b3dab90 Greatly expand documentation comment at head of file... I had to by Brian Gaeke · 21 years ago
- 364f86d Make mmap's fd for anonymous memory acquisition default to -1, except on by Brian Gaeke · 21 years ago
- ab9585f Quote qmtest args in $(CONTEXT). by Brian Gaeke · 21 years ago
- 4dd7b4f Actually pass in a pointer to the thrown object, not a pointer to the by Chris Lattner · 21 years ago
- be7f4af This seems to work around some unobvious bug in gcc on sparc which was by Brian Gaeke · 21 years ago