Age | Commit message (Expand) | Author |
2013-04-12 | Remove obsolete object file dumpers | Nico Rieck |
2010-02-23 | Switch .bc/.ll Makefile rules to use LLVM{CC,CXX} instead of LLVMG{CC,XX} | Daniel Dunbar |
2010-02-23 | Inline and eliminate LLVMG{CC,XX}WITHPATH. | Daniel Dunbar |
2009-08-25 | Remove obsolete -f flags. | Dan Gohman |
2007-04-21 | Failure.sh is dead, remove it. | Reid Spencer |
2005-02-18 | Quote the value of the PATH variable so that Cygwin and Windows can have | Reid Spencer |
2004-12-24 | Make sure LLVMGCCWITHPATH is used instead of just LLVMGCC so that the | Reid Spencer |
2004-07-21 | Move LLVM tool definitions to Makefile.rules | Brian Gaeke |
2004-06-22 | test/Libraries have been long gone for a long time now. Since noone noticed | Chris Lattner |
2004-06-01 | Make tool names end with .exe on windows. This isn't needed to run the | Chris Lattner |
2004-02-10 | Right, define the LPROF variable | Chris Lattner |
2004-01-16 | Remove the use of LLVMGCCARCH. Instead, query the compiler for the | John Criswell |
2004-01-13 | You know you like Makefiles with fewer variables. Next up on the victim list | Brian Gaeke |
2004-01-13 | Get rid of dead defns of LCC, LCXX, LAS, as per FIXME. | Brian Gaeke |
2004-01-13 | Fix overzealous fixme fixing | Brian Gaeke |
2004-01-13 | Remove dead definitions of NATGCC and CP, and dead .tll, .tbc rules. | Brian Gaeke |
2003-11-29 | Move rule to top-level makefile | Chris Lattner |
2003-09-16 | Updated the name of the linker to llvm-link. | John Criswell |
2003-09-11 | Fixed SPEC so that it would run correctly with the new autoconf-style object | John Criswell |
2003-09-06 | Checkin of autoconf-style object root. | John Criswell |
2003-08-29 | Use `llvm-dis' instead of simply `dis'. | Misha Brukman |
2003-08-22 | Disable .d file generation for LLVM tests | Chris Lattner |
2003-08-20 | Point to the RIGHT GCC library directory | Chris Lattner |
2003-08-15 | Some of this gets hoisted up to Makefile.common | Chris Lattner |
2003-08-07 | Removed the support for pool allocation testing. This will be in a separate T... | Sumant Kowshik |
2003-08-06 | Added POOLFLAGS option to run pool allocation | Sumant Kowshik |
2003-07-25 | Simplify some makefile magic, no functional changes | Chris Lattner |
2003-07-08 | Simplified DOTRACING flag. | Vikram S. Adve |
2003-07-08 | Use libinstr.$(ARCH).a instead of libinstr64.a | Vikram S. Adve |
2003-06-28 | Make the TestRunner tests not print out horrible things when they run | Chris Lattner |
2003-06-28 | Add the test/Scripts directory to the path used by TestRunner | Chris Lattner |
2003-06-26 | New variable which is just the GCCLD tool | Chris Lattner |
2003-06-18 | Move llvm tools to the start of the testrunner path, which allows the llvm 'as' | Chris Lattner |
2003-06-17 | Just _EXTEND_ the current path. Don't replace it. Replacing it makes it | Chris Lattner |
2003-06-16 | Reconfigured the TOOLS variable so that it points to the current set of tools | John Criswell |
2003-06-11 | Updated to use the new Makefile.common. | John Criswell |
2003-06-04 | Modify tracing rules to use opt -trace[m] instead of llc -trace[m]. | Vikram S. Adve |
2003-06-03 | Improved how tracing can be used: | Vikram S. Adve |
2003-06-02 | Add support for C++ tests | Chris Lattner |
2003-05-17 | Add flexibility | Chris Lattner |
2003-05-13 | Add support for the LLVM C++ frontend | Chris Lattner |
2003-05-11 | Remove dead makefile code | Chris Lattner |
2003-05-11 | * Remove dead hunk of makefile fragment for dealing with sun compiler | Chris Lattner |
2003-05-09 | Enable the new C front-end for targets which define LLVMGCCARCH | Chris Lattner |
2003-01-21 | -ENABLE_STATS also enables timing | Chris Lattner |
2003-01-16 | Add support for make TEST=foo | Chris Lattner |
2002-12-23 | Jello is going away | Chris Lattner |
2002-11-19 | Add support for bugpoint | Chris Lattner |
2002-11-09 | Allow tests to be run with release tools when ENABLE_OPTIMIZED=1 | Chris Lattner |
2002-11-02 | Expose a LJELLO variable | Chris Lattner |