aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-02-03Regenerate configurerelease_25Tanya Lattner
2009-02-03Update version to 2.5.Tanya Lattner
2009-02-03Create 2.5 branchTanya Lattner
2009-01-31Test disable-post-RA scheduler with LLCBETA.Dan Gohman
2009-01-30Add an svn:ignore property for the Output directory.Dan Gohman
2009-01-30Test pre-allocation split as x86 llcbeta.Evan Cheng
2009-01-22This is the 2.5 release.Tanya Lattner
2009-01-22Bump to 2.6svn and regenerate. Previous regen was with the wrong version.Tanya Lattner
2009-01-22Create 2.5 release branch.Tanya Lattner
2009-01-19Add SMALL_PROBLEM_SIZE change to a couple of spec makefiles.Evan Cheng
2009-01-18specify command line options correctly.Chris Lattner
2009-01-16New LLCBETA options:Dan Gohman
2009-01-15make bugpoint-jit should run with -safe-run-llc. CBE often doesn't followChris Lattner
2009-01-13remove uneeded executable bits from a few files (and save some precious disk ...Nuno Lopes
2009-01-13Rename this to something more meaningful.Owen Anderson
2009-01-12Revert previous patch, catering to those whoDale Johannesen
2009-01-12Echo commmand line flags of initial (->.bc) compilation.Dale Johannesen
2009-01-12Add Adobe's C++ benchmark suite.Owen Anderson
2009-01-05Fix an int* being used as a void**, which is dubious on LP64 targets.Dan Gohman
2009-01-05Add svn:ignore properties for Output directories.Dan Gohman
2009-01-05Fix this test so that main returns 0 on success.Dan Gohman
2008-12-29Remove DISABLE_STATS - not clear what it is goodDuncan Sands
2008-12-29Produce statistics by default. Set DISABLE_STATSDuncan Sands
2008-12-29Remove bashisms - make this script more posixDuncan Sands
2008-12-29Don't unconditionally use -stats and -time-passesDuncan Sands
2008-12-15remove some old llvm-upgrade cruft. Chris Lattner
2008-12-14use bugpoint -llc-safe when debugging opt llvm-ld and opt-beta. If we'reChris Lattner
2008-12-11Make this test work if objdir != srcdir.Julien Lerouge
2008-12-07Two changes: Chris Lattner
2008-12-05remove two unnecessary headers.Chris Lattner
2008-12-04get this working on mac osChris Lattner
2008-12-04Test post-RA scheduling with anti-dependence breaking with LLCBETA. CurrentlyDan Gohman
2008-12-01Remove this benchmark, it is using undefined behavior (accessing Chris Lattner
2008-11-26switch llc-beta back.Chris Lattner
2008-11-26Test my recent CGP changes as llc-beta tonight.Chris Lattner
2008-11-22Fix a bashism.Dan Gohman
2008-11-21fix this test upDuraid Madina
2008-11-21pull in another sequoia benchDuraid Madina
2008-11-21enable the two C sequoia tests (fortran one needs proper llvm-gfortran supportDuraid Madina
2008-11-21make note of ASC sequoia benchmark licenses (which vary)Duraid Madina
2008-11-21add some ASC Sequoia benchmarksDuraid Madina
2008-11-21Add an Obj-C and an Obj-C++ test.Daniel Dunbar
2008-11-21Teach test-suite how to build Objective-C[++] programs.Daniel Dunbar
2008-11-20Add -strip-debug on the command line to remove debug info at the end.Devang Patel
2008-11-19Test post-pass scheduling with LLCBETA.Dan Gohman
2008-11-19$ opt input.bc -strip -std-compile-output -o first.bcDevang Patel
2008-11-15remove this testcase with Chris's approvalTorok Edwin
2008-11-15Switch x86 llcbeta back to -machine-licm.Evan Cheng
2008-11-14Test to check optimizer's behavior in presense of debugging information.Devang Patel
2008-11-14add missing includes (fix build with g++-4.4.0)Torok Edwin