aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-10-31Really remove lua.release_24Tanya Lattner
2008-10-22Merge from mainline.Tanya Lattner
2008-10-22Remove lua from the release.Tanya Lattner
2008-10-22Merge from mainline.Tanya Lattner
2008-10-07Set version number to 2.4Tanya Lattner
2008-10-07Create 2.4 release branch.Tanya Lattner
2008-10-05lua was added to the testsuite, but it wasn't actually run because it wasn't inTorok Edwin
2008-10-04script must be executableTorok Edwin
2008-10-04Add Lua-5.1.4 and lua_bench-0.1 to the testsuite.Torok Edwin
2008-09-10Fix ssh remote execution problems.Evan Cheng
2008-09-10Remove -fast-isel-no-abort.Dan Gohman
2008-09-09Need -fast-isel-no-abort in addition to -fast-isel or a whole bunch of tests ...Evan Cheng
2008-09-09Allow use of ssh to perform remote execution.Evan Cheng
2008-09-08Don't do -aggressive-remat as llcbeta. It's causing llc to hang on sqlite3. S...Evan Cheng
2008-09-08Test aggressive-remat in llcbeta.Dan Gohman
2008-08-28-two-addr-remat has been removed.Evan Cheng
2008-08-20Turn on Machine LICM for a beta build.Bill Wendling
2008-08-13Use <stdlib.h>, fixing an infelicity on platforms whereDan Gohman
2008-08-06Fix source bug: write off end of array.Dale Johannesen
2008-07-31Add several svn:ignore propertiesDaniel Dunbar
2008-07-28Give this test's main function a return value so that itDan Gohman
2008-07-21Raise the virtual memory limit by 50MB to 250MB. This allows Obsequi to passNick Lewycky
2008-07-21Add header <algorithm> for std::find.Nick Lewycky
2008-07-21Add <cstring> needed for strcpy under gcc 4.3.Nick Lewycky
2008-07-21Add missing include.Nick Lewycky
2008-07-21Fix build with GCC 4.3.Nick Lewycky
2008-07-21Add <cstring> for strlen() and <cstdlib> for free(). Fixed build on GCC 4.3.Nick Lewycky
2008-07-21ULONG_MAX is defined in header "climits". Fixes build with gcc 4.3.Nick Lewycky
2008-07-21More atoi requiring cstdlibNick Lewycky
2008-07-21Unbreak these tests on linux, where you need cstdlib to define atoi.Nick Lewycky
2008-07-17Add a simple perlin noise generator testcase where GCC beats us slightly.Owen Anderson
2008-07-16Stop LLCBETA from using LegalizeTypes - it didn'tDuncan Sands
2008-07-14Himeno is now under Misc.Owen Anderson
2008-07-14Move the himeno benchmark into SingleSource/Misc.Owen Anderson
2008-07-14new testcase for PR2486Chris Lattner
2008-07-12Give LegalizeTypes a whirl in the nightly testers.Duncan Sands
2008-07-11Add the Himeno floating point benchmark, which actually appear to do well on ...Owen Anderson
2008-07-02Remove BitBench/huffman. It appears to be pretty broken (always segfaultsOwen Anderson
2008-06-21Test new spilling heuristic.Evan Cheng
2008-06-20Make HTMLColDiff properly show differences for non-numeric fields, it used toMatthijs Kooijman
2008-06-17forgot to commit this last night :(Chris Lattner
2008-06-16Remove empty block indexing from llc-beta.Owen Anderson
2008-06-16Enable empty BB indexing in LLC beta.Owen Anderson
2008-06-11Make this depend on llvm-gcc-4.2 not 4.0.Duncan Sands
2008-06-08Switch llcbeta to -enable-sinking.Evan Cheng
2008-06-04Try stack coloring as llcbeta for x86 and ARM.Evan Cheng
2008-06-03Reduce testsize even more. This is needed at least on x86-32/linuxAnton Korobeynikov
2008-06-03Add -lm, needed by the CBE.Duncan Sands
2008-05-28Fix PR2215Chris Lattner
2008-05-27Temporarily revert this patch until we can evaluate the impact on theChris Lattner