]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - test/Makefile.tests
DebugLocs without a scope should fail the verification.
[opencl/llvm.git] / test / Makefile.tests
2013-07-25 Rafael EspindolaRemove dead code from the makefile build system.
2013-04-12 Nico RieckRemove obsolete object file dumpers
2010-02-23 Daniel DunbarSwitch .bc/.ll Makefile rules to use LLVM{CC,CXX} inste...
2010-02-23 Daniel DunbarInline and eliminate LLVMG{CC,XX}WITHPATH.
2009-08-25 Dan GohmanRemove obsolete -f flags.
2007-04-21 Reid SpencerFailure.sh is dead, remove it.
2005-02-18 Reid SpencerQuote the value of the PATH variable so that Cygwin...
2004-12-24 Reid SpencerMake sure LLVMGCCWITHPATH is used instead of just LLVMG...
2004-07-21 Brian GaekeMove LLVM tool definitions to Makefile.rules
2004-06-22 Chris Lattnertest/Libraries have been long gone for a long time...
2004-06-01 Chris LattnerMake tool names end with .exe on windows. This isn...
2004-02-10 Chris LattnerRight, define the LPROF variable
2004-01-16 John CriswellRemove the use of LLVMGCCARCH. Instead, query the...
2004-01-13 Brian GaekeYou know you like Makefiles with fewer variables. Next...
2004-01-13 Brian GaekeGet rid of dead defns of LCC, LCXX, LAS, as per FIXME.
2004-01-13 Brian GaekeFix overzealous fixme fixing
2004-01-13 Brian GaekeRemove dead definitions of NATGCC and CP, and dead...
2003-11-29 Chris LattnerMove rule to top-level makefile
2003-09-16 John CriswellUpdated the name of the linker to llvm-link.
2003-09-11 John CriswellFixed SPEC so that it would run correctly with the...
2003-09-06 John CriswellCheckin of autoconf-style object root.
2003-08-29 Misha BrukmanUse `llvm-dis' instead of simply `dis'.
2003-08-22 Chris LattnerDisable .d file generation for LLVM tests
2003-08-20 Chris LattnerPoint to the RIGHT GCC library directory
2003-08-15 Chris LattnerSome of this gets hoisted up to Makefile.common
2003-08-07 Sumant KowshikRemoved the support for pool allocation testing. This...
2003-08-06 Sumant KowshikAdded POOLFLAGS option to run pool allocation
2003-07-25 Chris LattnerSimplify some makefile magic, no functional changes
2003-07-08 Vikram S. AdveSimplified DOTRACING flag.
2003-07-08 Vikram S. AdveUse libinstr.$(ARCH).a instead of libinstr64.a
2003-06-28 Chris LattnerMake the TestRunner tests not print out horrible things...
2003-06-28 Chris LattnerAdd the test/Scripts directory to the path used by...
2003-06-26 Chris LattnerNew variable which is just the GCCLD tool
2003-06-18 Chris LattnerMove llvm tools to the start of the testrunner path...
2003-06-17 Chris LattnerJust _EXTEND_ the current path. Don't replace it....
2003-06-16 John CriswellReconfigured the TOOLS variable so that it points to...
2003-06-11 John CriswellUpdated to use the new Makefile.common.
2003-06-04 Vikram S. AdveModify tracing rules to use opt -trace[m] instead of...
2003-06-03 Vikram S. AdveImproved how tracing can be used:
2003-06-02 Chris LattnerAdd support for C++ tests
2003-05-17 Chris LattnerAdd flexibility
2003-05-13 Chris LattnerAdd support for the LLVM C++ frontend
2003-05-11 Chris LattnerRemove dead makefile code
2003-05-11 Chris Lattner* Remove dead hunk of makefile fragment for dealing...
2003-05-09 Chris LattnerEnable the new C front-end for targets which define...
2003-01-21 Chris Lattner-ENABLE_STATS also enables timing
2003-01-16 Chris LattnerAdd support for make TEST=foo
2002-12-23 Chris LattnerJello is going away
2002-11-19 Chris LattnerAdd support for bugpoint
2002-11-09 Chris LattnerAllow tests to be run with release tools when ENABLE_OP...
2002-11-02 Chris LattnerExpose a LJELLO variable
2002-10-14 Chris LattnerMAke sure llc output is regenerated if the LLC binary...
2002-09-30 Chris LattnerAllow production of -stats output for benchmarks by...
2002-09-29 Chris LattnerEnable buidling of programs on Linux again
2002-09-19 Chris LattnerReenable these options because they break testing on...
2002-09-19 Chris LattnerPoint gccld to the correct library directory.
2002-09-19 Chris LattnerIt turns out that the cannonical name for the llvm...
2002-09-19 Vikram S. AdveAvoid Solaris-specific defines.
2002-08-30 Vikram S. AdveEliminate hardcoded paths using LLVMGCCDIR variable.
2002-08-12 Chris LattnerTools are now moved into /shared
2002-06-24 Chris LattnerExpose the analyzer
2002-05-20 Chris LattnerRemove unneccesary path from link line now
2002-05-19 Vikram S. AdveFix libs and includes for compiling with llc.
2002-04-07 Chris Lattnerdon't delete intermediate files!
2002-04-04 Chris LattnerDon't link in library that cannot be found, this should...
2002-03-24 Vikram S. AdveFix out-of-date name.
2002-03-18 Vikram S. AdveFix libraries.
2002-03-11 Chris LattnerAdd var to find GCCLD tool
2002-02-12 Chris LattnerAdd comments
2002-02-01 Chris LattnerAdd TESTRUNR var
2002-01-31 Chris LattnerForgot to force
2002-01-26 Chris LattnerMake gcc tests depend on the part of GCC that actually...
2002-01-23 Chris LattnerMore rules checked in
2002-01-23 Chris LattnerRemoval of more unnecesary stuff
2002-01-22 Chris LattnerMove some makefile stuff to subdirectories
2001-12-15 Vikram S. AdveRenamed Makefile.target to Makefile.tests and folded in
2001-12-12 Vikram S. AdveAdded TRACEM option. Use -g when building native code...
2001-12-09 Chris LattnerUse _LOCAL_ gccas to build instead of Chris's
2001-11-13 Chris LattnerOverwrite files when linked
2001-11-12 Vikram S. AdveDistinguish LOCAL_LDFLAGS and LOCAL_LCFLAGS from LOCAL_...
2001-11-10 Vikram S. AdveUse cc instead of gcc to compile *.native
2001-11-08 Vikram S. AdveEliminate cleaning step for individual %.bc files creat...
2001-11-08 Vikram S. AdveTook out .clean.bc target.
2001-11-08 Vikram S. AdveRun cleaning pass only when linking multiple files.
2001-11-08 Vikram S. AdveAdd cleaning pass after linking.
2001-11-08 Vikram S. AdveKeep *.s files while we're debugging the native code.
2001-11-08 Vikram S. AdveAdd rule for %.clean.bc.
2001-11-07 Vikram S. AdveRoll back all these changes that have broken Makefile...
2001-11-06 Chris LattnerMinor fixes
2001-11-06 Chris LattnerBuild .bc from .c better.
2001-11-06 Chris LattnerDon't forget to make the clean version.
2001-11-06 Vikram S. AdveReally fix Makefile to compile individual tests and...
2001-11-06 Chris LattnerReorder paramters to make the command line more easily...
2001-11-05 Chris LattnerFix makefile to compile olden and main benchmarks
2001-11-05 Chris LattnerMake the olden benchmarks compile again
2001-11-05 Vikram S. AdveMake gcc generate assembly files (%.ll) until Chris...
2001-11-05 Vikram S. AdveDelete rule to disassemble %.bc -- need to make it...
2001-11-05 Vikram S. AdvePut common rules for compiling programs into Makefile...