| Commit message (Expand) | Author | Age | Files | Lines |
* | Whoops, didn't mean to check that in :( | Chris Lattner | 2003-06-17 | 2 | -6/+38 |
* | Use more structured command line option processing | Chris Lattner | 2003-06-17 | 3 | -60/+34 |
* | #ifdef out code that only applies when the HOSTARCH = sparc | Chris Lattner | 2003-06-17 | 1 | -1/+4 |
* | Implement handling of constantexprs for disambiguation. This implements | Chris Lattner | 2003-06-17 | 1 | -0/+6 |
* | Add new testcase | Chris Lattner | 2003-06-17 | 2 | -0/+28 |
* | Avoid divide by zero errors | Chris Lattner | 2003-06-17 | 1 | -14/+18 |
* | Fix misspelling of ExtraSources, hopefully to unbreak the nightly tester | Chris Lattner | 2003-06-17 | 2 | -4/+2 |
* | Fix bug: Assembler/2003-06-17-InvokeDisassemble.llx | Chris Lattner | 2003-06-17 | 1 | -10/+14 |
* | New testcase | Chris Lattner | 2003-06-17 | 1 | -0/+6 |
* | Fairly major change: emit fixed sized allocas in the entry block as a variable, | Chris Lattner | 2003-06-17 | 2 | -12/+52 |
* | Don't corrupt memory when removing an instruction from the program, but | Chris Lattner | 2003-06-17 | 1 | -0/+1 |
* | Regularize the names of #include-guards. | Brian Gaeke | 2003-06-17 | 39 | -80/+80 |
* | Just _EXTEND_ the current path. Don't replace it. Replacing it makes it | Chris Lattner | 2003-06-17 | 1 | -1/+1 |
* | Arg, sparc doesn't have correct things in math.h! | Chris Lattner | 2003-06-17 | 1 | -1/+1 |
* | Don't include alloca.h on FreeBSD. | Brian Gaeke | 2003-06-16 | 2 | -0/+4 |
* | Actually, change it to use explicit new/delete, which is more likely to be | Chris Lattner | 2003-06-16 | 5 | -22/+27 |
* | Remove usage of alloca | Chris Lattner | 2003-06-16 | 3 | -18/+18 |
* | Remove two using decls | Chris Lattner | 2003-06-16 | 2 | -36/+28 |
* | Basically this is the same as Makefile.Linux, at least for now. | Brian Gaeke | 2003-06-16 | 1 | -0/+43 |
* | Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h", | Brian Gaeke | 2003-06-16 | 7 | -6/+36 |
* | 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 |
* | Reconfigured the TOOLS variable so that it points to the current set of tools | John Criswell | 2003-06-16 | 1 | -6/+2 |
* | Modified the environment variables that determine where things are located to | John Criswell | 2003-06-16 | 2 | -6/+6 |
* | Rename FInfo.cpp to FunctionInfo.cpp, eliminate FInfo.h | Chris Lattner | 2003-06-16 | 1 | -2/+0 |
* | move contents of include/llvm/Reoptimizer/Mapping/FInfo.h into here, it is sp... | Chris Lattner | 2003-06-16 | 1 | -0/+2 |
* | Minor tweak to make testcase less simple | Chris Lattner | 2003-06-16 | 1 | -1/+2 |
* | New testcase identified by joel | Chris Lattner | 2003-06-16 | 1 | -0/+7 |
* | New testcase identified by joel | Chris Lattner | 2003-06-16 | 1 | -0/+5 |
* | Fix final linking errors | Chris Lattner | 2003-06-16 | 2 | -6/+3 |
* | Fix link errors by adding main's | Chris Lattner | 2003-06-16 | 2 | -10/+5 |
* | Fix link problem | Chris Lattner | 2003-06-16 | 1 | -0/+2 |
* | Fix typeo | Chris Lattner | 2003-06-16 | 2 | -4/+4 |
* | Add prototype for the new DAE pass | Chris Lattner | 2003-06-16 | 1 | -0/+6 |
* | Fix bug: Linker/2003-06-02-TypeResolveProblem2.ll | Chris Lattner | 2003-06-16 | 1 | -16/+28 |
* | Fix bug: ADCE/2003-06-11-InvalidCFG.ll | Chris Lattner | 2003-06-16 | 1 | -5/+14 |
* | Fix bug: CBackend/2003-06-11-HexConstant.ll | Chris Lattner | 2003-06-16 | 2 | -10/+34 |
* | Nodes get forwarded when they are collapsed currently. | Chris Lattner | 2003-06-16 | 1 | -1/+4 |
* | Remove bogus assertion: a node with no referrers could be collapsed if field-... | Chris Lattner | 2003-06-16 | 1 | -2/+0 |
* | Implement forwarding from stores to loads of must-aliased pointers. | Chris Lattner | 2003-06-16 | 1 | -14/+96 |
* | New testcases for bugs and the new DAE pass | Chris Lattner | 2003-06-16 | 12 | -0/+153 |
* | Fix invalid number of arguments problem | Chris Lattner | 2003-06-16 | 1 | -2/+2 |
* | Fix testcase to work with store forwarding | Chris Lattner | 2003-06-16 | 1 | -10/+7 |
* | Fix major bug in my last checkin. :( | Chris Lattner | 2003-06-13 | 2 | -0/+2 |
* | Reverted back to hand-made HTML. | John Criswell | 2003-06-12 | 1 | -455/+467 |
* | Remove obsolete comments about llvm-ar | Chris Lattner | 2003-06-12 | 2 | -22/+0 |
* | Updated the documentation to reflect changes in the Makefiles for building | John Criswell | 2003-06-11 | 1 | -464/+455 |
* | Changed the LITTLE_ENDIAN and BIG_ENDIAN macros to ENDIAN_LITTLE and ENDIAN_BIG. | John Criswell | 2003-06-11 | 2 | -12/+27 |
* | Added assert.h so that it compiles under newer versions of GCC. | John Criswell | 2003-06-11 | 2 | -0/+4 |
* | Included assert.h so that the code compiles under newer versions of GCC. | John Criswell | 2003-06-11 | 69 | -1/+115 |