| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged in autoconf branch. This provides configuration via the autoconf | John Criswell | 2003-06-30 | 75 | -122/+1313 |
* | Add new method | Chris Lattner | 2003-06-30 | 2 | -0/+8 |
* | Be more const correct | Chris Lattner | 2003-06-30 | 2 | -2/+2 |
* | Constness changes | Chris Lattner | 2003-06-30 | 2 | -20/+26 |
* | Substantial revamp: DSGraphs now may contain the graphs for multiple functions | Chris Lattner | 2003-06-30 | 2 | -48/+82 |
* | Add argument | Chris Lattner | 2003-06-30 | 1 | -1/+2 |
* | Remove prototype for dead method | Chris Lattner | 2003-06-30 | 2 | -4/+0 |
* | Add support for gathering sets of must aliases | Chris Lattner | 2003-06-29 | 1 | -0/+9 |
* | Add new DSGraph::ScalarMapTy typedef to avoid pulling representation issues | Chris Lattner | 2003-06-28 | 2 | -14/+20 |
* | Add new 'isComplete' method | Chris Lattner | 2003-06-28 | 2 | -0/+2 |
* | Add support for 'unsigned' command line arguments | Chris Lattner | 2003-06-28 | 2 | -0/+30 |
* | Nice tasty llc fixes. These should fix LLC for x86 for everything in | Brian Gaeke | 2003-06-27 | 1 | -8/+9 |
* | Add argument to DAE to allow operation on non-internal functions | Chris Lattner | 2003-06-25 | 1 | -2/+5 |
* | Add prototype for tail-dup pass | Chris Lattner | 2003-06-22 | 1 | -0/+9 |
* | Get rid of WORDSIZE macro which can pollute untold numbers of translation units | Chris Lattner | 2003-06-22 | 2 | -36/+24 |
* | Remove a ton of extraneous #includes | Chris Lattner | 2003-06-22 | 52 | -103/+14 |
* | Whoops, accidentally lost a #include | Chris Lattner | 2003-06-22 | 2 | -0/+4 |
* | Remove support for the MultiObject flag, which was just fundamentally broken | Chris Lattner | 2003-06-22 | 2 | -32/+10 |
* | Lots of changes to make the NodeType field private to DSNode. | Chris Lattner | 2003-06-19 | 6 | -40/+114 |
* | Update comments | Chris Lattner | 2003-06-19 | 1 | -4/+4 |
* | Detemplatize the PATypeHandle class, which was only really instantiated on 'T... | Chris Lattner | 2003-06-18 | 3 | -27/+25 |
* | * Add new CallSite::get factory method | Chris Lattner | 2003-06-17 | 1 | -1/+22 |
* | Add new op_erase method | Chris Lattner | 2003-06-17 | 1 | -0/+5 |
* | Make sure accessor is properly doxygenized. It wants two lines | Chris Lattner | 2003-06-17 | 1 | -0/+1 |
* | Add accessor | Chris Lattner | 2003-06-17 | 1 | -0/+3 |
* | Make CallSite's default constructable, copyable, and assignable (explicitly) | Chris Lattner | 2003-06-17 | 1 | -0/+3 |
* | Regularize the names of #include-guards. | Brian Gaeke | 2003-06-17 | 39 | -80/+80 |
* | Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h", | Brian Gaeke | 2003-06-16 | 1 | -0/+30 |
* | Whoops. I didn't mean to step on John's changes. | Brian Gaeke | 2003-06-16 | 1 | -7/+22 |
* | This version supports FreeBSD. | Brian Gaeke | 2003-06-16 | 1 | -25/+25 |
* | Add prototype for the new DAE pass | Chris Lattner | 2003-06-16 | 1 | -0/+6 |
* | Changed the LITTLE_ENDIAN and BIG_ENDIAN macros to ENDIAN_LITTLE and ENDIAN_BIG. | John Criswell | 2003-06-11 | 2 | -12/+27 |
* | Included assert.h so that the code compiles under newer versions of GCC. | John Criswell | 2003-06-11 | 61 | -1/+101 |
* | Made changes suggested by Chris | Sumant Kowshik | 2003-06-04 | 1 | -2/+2 |
* | Made changes suggested by Chris; Renamed 'union' function to unionSetsWith | Sumant Kowshik | 2003-06-04 | 2 | -22/+14 |
* | Add new setCondition member | Chris Lattner | 2003-06-04 | 1 | -4/+6 |
* | Minor cleanups: | Chris Lattner | 2003-06-03 | 1 | -52/+29 |
* | Remove use of enum | Chris Lattner | 2003-06-03 | 1 | -4/+4 |
* | There are now no uses of NonCopyableV | Chris Lattner | 2003-06-03 | 1 | -11/+0 |
* | Add doxygen comment for namespace | Chris Lattner | 2003-06-03 | 2 | -2/+8 |
* | Add comment for doxygen for namespace | Chris Lattner | 2003-06-03 | 1 | -0/+4 |
* | Minor cleanups: | Chris Lattner | 2003-06-03 | 1 | -26/+36 |
* | Remove noncopyable base class as it was making the doxygen docs harder to read | Chris Lattner | 2003-06-03 | 1 | -2/+3 |
* | Remove noncopyableV base classes, as they were confusing the doxygen document... | Chris Lattner | 2003-06-03 | 4 | -10/+19 |
* | Remove NonCopyable base class to clean up doxygen output | Chris Lattner | 2003-06-02 | 1 | -3/+3 |
* | Hack up MachineCodeEmitter to actually be target independent. | Chris Lattner | 2003-06-01 | 1 | -37/+36 |
* | Fixed comment width, changed arg to be const, fixed indentation, removed unne... | Tanya Lattner | 2003-05-31 | 1 | -5/+5 |
* | Made a single common InvalidRegNum = -1. | Vikram S. Adve | 2003-05-31 | 1 | -5/+8 |
* | Renamed a variable. | Vikram S. Adve | 2003-05-31 | 1 | -8/+10 |
* | Support for annul/pred and other future flags on op codes. | Vikram S. Adve | 2003-05-31 | 1 | -14/+51 |