| Commit message (Expand) | Author | Age | Files | Lines |
* | Move LLVM tool definitions to Makefile.rules | Brian Gaeke | 2004-07-21 | 1 | -15/+0 |
* | test/Libraries have been long gone for a long time now. Since noone noticed | Chris Lattner | 2004-06-22 | 1 | -13/+0 |
* | Make tool names end with .exe on windows. This isn't needed to run the | Chris Lattner | 2004-06-01 | 1 | -9/+9 |
* | Right, define the LPROF variable | Chris Lattner | 2004-02-10 | 1 | -0/+1 |
* | Remove the use of LLVMGCCARCH. Instead, query the compiler for the | John Criswell | 2004-01-16 | 1 | -1/+4 |
* | You know you like Makefiles with fewer variables. Next up on the victim list | Brian Gaeke | 2004-01-13 | 1 | -10/+8 |
* | Get rid of dead defns of LCC, LCXX, LAS, as per FIXME. | Brian Gaeke | 2004-01-13 | 1 | -6/+1 |
* | Fix overzealous fixme fixing | Brian Gaeke | 2004-01-13 | 1 | -1/+1 |
* | Remove dead definitions of NATGCC and CP, and dead .tll, .tbc rules. | Brian Gaeke | 2004-01-13 | 1 | -29/+6 |
* | Move rule to top-level makefile | Chris Lattner | 2003-11-29 | 1 | -2/+1 |
* | Updated the name of the linker to llvm-link. | John Criswell | 2003-09-16 | 1 | -1/+1 |
* | Fixed SPEC so that it would run correctly with the new autoconf-style object | John Criswell | 2003-09-11 | 1 | -20/+1 |
* | Checkin of autoconf-style object root. | John Criswell | 2003-09-06 | 1 | -7/+26 |
* | Use `llvm-dis' instead of simply `dis'. | Misha Brukman | 2003-08-29 | 1 | -1/+1 |
* | Disable .d file generation for LLVM tests | Chris Lattner | 2003-08-22 | 1 | -1/+3 |
* | Point to the RIGHT GCC library directory | Chris Lattner | 2003-08-20 | 1 | -1/+1 |
* | Some of this gets hoisted up to Makefile.common | Chris Lattner | 2003-08-15 | 1 | -5/+4 |
* | Removed the support for pool allocation testing. This will be in a separate T... | Sumant Kowshik | 2003-08-07 | 1 | -9/+0 |
* | Added POOLFLAGS option to run pool allocation | Sumant Kowshik | 2003-08-06 | 1 | -1/+10 |
* | Simplify some makefile magic, no functional changes | Chris Lattner | 2003-07-25 | 1 | -11/+8 |
* | Simplified DOTRACING flag. | Vikram S. Adve | 2003-07-08 | 1 | -1/+2 |
* | Use libinstr.$(ARCH).a instead of libinstr64.a | Vikram S. Adve | 2003-07-08 | 1 | -2/+2 |
* | Make the TestRunner tests not print out horrible things when they run | Chris Lattner | 2003-06-28 | 1 | -2/+3 |
* | Add the test/Scripts directory to the path used by TestRunner | Chris Lattner | 2003-06-28 | 1 | -1/+2 |
* | New variable which is just the GCCLD tool | Chris Lattner | 2003-06-26 | 1 | -0/+1 |
* | Move llvm tools to the start of the testrunner path, which allows the llvm 'as' | Chris Lattner | 2003-06-18 | 1 | -1/+1 |
* | Just _EXTEND_ the current path. Don't replace it. Replacing it makes it | Chris Lattner | 2003-06-17 | 1 | -1/+1 |
* | Reconfigured the TOOLS variable so that it points to the current set of tools | John Criswell | 2003-06-16 | 1 | -6/+2 |
* | Updated to use the new Makefile.common. | John Criswell | 2003-06-11 | 1 | -3/+3 |
* | Modify tracing rules to use opt -trace[m] instead of llc -trace[m]. | Vikram S. Adve | 2003-06-04 | 1 | -2/+3 |
* | Improved how tracing can be used: | Vikram S. Adve | 2003-06-03 | 1 | -4/+10 |
* | Add support for C++ tests | Chris Lattner | 2003-06-02 | 1 | -0/+4 |
* | Add flexibility | Chris Lattner | 2003-05-17 | 1 | -6/+6 |
* | Add support for the LLVM C++ frontend | Chris Lattner | 2003-05-13 | 1 | -1/+13 |
* | Remove dead makefile code | Chris Lattner | 2003-05-11 | 1 | -7/+0 |
* | * Remove dead hunk of makefile fragment for dealing with sun compiler | Chris Lattner | 2003-05-11 | 1 | -18/+0 |
* | Enable the new C front-end for targets which define LLVMGCCARCH | Chris Lattner | 2003-05-09 | 1 | -5/+10 |
* | -ENABLE_STATS also enables timing | Chris Lattner | 2003-01-21 | 1 | -3/+3 |
* | Add support for make TEST=foo | Chris Lattner | 2003-01-16 | 1 | -0/+8 |
* | Jello is going away | Chris Lattner | 2002-12-23 | 1 | -1/+0 |
* | Add support for bugpoint | Chris Lattner | 2002-11-19 | 1 | -0/+1 |
* | Allow tests to be run with release tools when ENABLE_OPTIMIZED=1 | Chris Lattner | 2002-11-09 | 1 | -2/+7 |
* | Expose a LJELLO variable | Chris Lattner | 2002-11-02 | 1 | -0/+1 |
* | MAke sure llc output is regenerated if the LLC binary changes. | Chris Lattner | 2002-10-14 | 1 | -1/+1 |
* | Allow production of -stats output for benchmarks by specifying | Chris Lattner | 2002-09-30 | 1 | -2/+8 |
* | Enable buidling of programs on Linux again | Chris Lattner | 2002-09-29 | 1 | -1/+1 |
* | Reenable these options because they break testing on sparc without them. | Chris Lattner | 2002-09-19 | 1 | -4/+7 |
* | Point gccld to the correct library directory. | Chris Lattner | 2002-09-19 | 1 | -1/+1 |
* | It turns out that the cannonical name for the llvm-gcc compiler is, well | Chris Lattner | 2002-09-19 | 1 | -1/+1 |
* | Avoid Solaris-specific defines. | Vikram S. Adve | 2002-09-19 | 1 | -4/+4 |