summaryrefslogtreecommitdiff
path: root/test/Makefile
AgeCommit message (Expand)AuthorFilesLines
2012-03-29Revert r153694. It was causing failures in the buildbots.Bill Wendling1-2/+0
2012-03-29Re-factored RuntimeDyld.Danil Malyshev1-0/+2
2012-03-22Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth1-2/+0
2012-03-21Re-factored RuntimeDyld.Danil Malyshev1-0/+2
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky1-0/+2
2011-11-16build/make/test: Get rid of unused BUGPOINT_TOPTS variable.Daniel Dunbar1-5/+0
2011-10-27tests: Rip out a bunch of now unused test code relating to use of llvm-gcc in...Daniel Dunbar1-12/+0
2011-10-16test/Makefile: Inspect $(PROJ_OBJ_ROOT)/tools/clang/Makefile instead of $(PRO...NAKAMURA Takumi1-1/+1
2011-06-23cmake+lit: handle ENABLE_ASSERTIONS feature properly.Andrew Trick1-1/+1
2011-06-22lit support for REQUIRES: asserts.Andrew Trick1-1/+7
2011-06-16Add support to lit for build mode requirements. e.g.Andrew Trick1-0/+1
2011-03-08Reapply r127073(partially): Introduce $(ECHOPATH) to print DOSish path string...NAKAMURA Takumi1-16/+18
2011-03-05Revert r127073: "Introduce $(ECHOPATH) to print DOSish path string on MSYS ba...Jakob Stoklund Olesen1-18/+16
2011-03-05Introduce $(ECHOPATH) to print DOSish path string on MSYS bash for alternativ...NAKAMURA Takumi1-16/+18
2011-02-03test/Makefile: "check-all" should update tools/clang/test/Unit/lit.site.cfg, ...NAKAMURA Takumi1-1/+1
2010-11-29test: Use $SharedLibDir for loadable modules. On Cygming, loadable modules ar...NAKAMURA Takumi1-0/+2
2010-11-29test: Add the new feature 'loadable_module'.NAKAMURA Takumi1-0/+1
2010-11-25Use LLVMCC_EMITIR_FLAG rather than hard-coding "-emit-llvm".Duncan Sands1-0/+1
2010-10-22test/Makefile: Force lit -j1 on Cygwin.NAKAMURA Takumi1-0/+5
2010-08-30Partially revert r112480. Caused test failures.Michael J. Spencer1-1/+1
2010-08-30Test: Fix LLVMC tests on CMake.Michael J. Spencer1-2/+2
2010-08-05check-lit was failing again on F13 64 bits :-(Rafael Espindola1-2/+2
2010-08-02Fix comment.Daniel Dunbar1-1/+1
2010-08-02tests: Kill off custom targets which were just there for TestRunner.sh.Daniel Dunbar1-20/+0
2010-08-02tests: Make 'lit' the default test tool. You can still use 'make check-dg' toDaniel Dunbar1-5/+5
2010-07-18daniel doesn't hate me, he hates macpython 2.5, whichChris Lattner1-3/+0
2010-07-15see comment.Chris Lattner1-0/+4
2010-06-08Add more virtual memory to lit. The python in x86-64 fedora 13 needs it to runRafael Espindola1-1/+2
2010-04-17doh, didn't mean to check in my hackaround lit sucking. :)Chris Lattner1-1/+1
2010-04-17teach the x86 asm parser how to handle segment prefixesChris Lattner1-1/+1
2010-02-25Try r96559 for the third time. This time the shared library is only built ifJeffrey Yasskin1-0/+2
2010-02-23Roll back r96959 again.Jeffrey Yasskin1-2/+0
2010-02-23Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 ofJeffrey Yasskin1-0/+2
2010-02-23Eliminate llvmgcc_version testing variable.Daniel Dunbar1-1/+0
2010-02-23Kill unused llvmgccmajvers testing variable.Daniel Dunbar1-1/+0
2010-02-18Roll back the shared library, r96559. It broke two darwins and arm, mysterio...Jeffrey Yasskin1-2/+0
2010-02-18Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add anJeffrey Yasskin1-0/+2
2009-11-16Revert the test from r88984. It relies on being able to mmap 16GB ofJeffrey Yasskin1-3/+5
2009-11-16Make X86-64 in the Large model always emit 64-bit calls.Jeffrey Yasskin1-3/+3
2009-11-08Two small fixes for site.exp for cmake.Daniel Dunbar1-3/+2
2009-11-08Derive the right paths to use during testing instead of passing it in via make.Daniel Dunbar1-10/+2
2009-11-08Switch to using 'lit.site.cfg.in' for the site config template for Unit tests,Daniel Dunbar1-12/+6
2009-10-26Fix gmake check for AuroraUX triple.Edward O'Callaghan1-2/+6
2009-10-02Fix make rule when objdir is inside srcdir.Torok Edwin1-1/+1
2009-09-22Generate lit.site.cfg from a .in file, as clang does.Daniel Dunbar1-8/+5
2009-09-20Teach 'make check-all' to build the site configuration for clang, if it is in...Daniel Dunbar1-5/+15
2009-09-20Add 'make check-all', which runs the LLVM tests along with the clang tests ifDaniel Dunbar1-0/+17
2009-09-14Add a VALGRIND_EXTRA_ARGS makefile variable, with the obvious semantics.Daniel Dunbar1-1/+1
2009-09-14Teach 'make check-lit' to run unittests.Daniel Dunbar1-1/+16
2009-09-13Add LLVMGCCBINDIR to path, since LLVMC expects to find llvm-gcc in the path.Daniel Dunbar1-1/+2