aboutsummaryrefslogtreecommitdiff
path: root/MultiSource/Benchmarks/MallocBench
AgeCommit message (Expand)Author
2016-11-08cmake: Use if(XXX) instead of if(DEFINED XXX)Matthias Braun
2016-11-07cmake: Remove custom llvm_add_subdirectories() usage; NFCMatthias Braun
2016-03-16cmake: Add pregenerated bison output and drop yacc/bison dependencyMatthias Braun
2016-02-06cmake: Fix quoting of quotation marks in append_cflags()Matthias Braun
2016-02-02CMakeLists: The build isn't using the LIBS variable so no need to set itMatthias Braun
2016-01-13CMakeLists: Manually cleanup remaining llvm_add_subdirectories() usage, NFCMatthias Braun
2016-01-13CMakeLists: Remove empty DIRS/PARALLEL_DIRS definitions and simplify/remove l...Matthias Braun
2016-01-13CMakeLists: Remove llvm_singlesource()/llvm_multisource() in directories with...Matthias Braun
2016-01-13CMakeLists.txt: Remove unnecessary LEVEL variableMatthias Braun
2016-01-13CMakeLists: Remove unnecessary autogenerated from commentMatthias Braun
2015-11-26Fix implicit function declaration errorsMatthias Braun
2015-10-27[test-suite] Adding CMakeLists.txt files for CMake+LITRenato Golin
2015-03-11fix implicit function declaration errorsMatthias Braun
2015-03-11add -Wno-implicit-function-declaration to MultiSource/Benchmarks/MallocBench/...Matthias Braun
2014-03-03XCore target: add support to build MultiSource/Benchmarks/MallocBench/gsRobert Lytton
2014-03-03XCore target: add support to build MultiSource/Benchmarks/MallocBench/espressoRobert Lytton
2013-09-18Fix a buildbot test failure caused by paths longer than the expected 200 char...Chris Matthews
2012-04-11Increase the file name size so that some long file names won't cause a failure.Bill Wendling
2010-07-12Fix some -Wreturn-value problems, which Clang now errors on.Daniel Dunbar
2010-05-31Add a bunch of reference outputs, for normal and SMALL_PROBLEM_SIZE=1 modes.Daniel Dunbar
2010-05-30Rename local basename(), which apparently shows up in Linux's string.hDaniel Dunbar
2010-05-30Hack up a bunch of tests to fix their expected output to not contain their so...Daniel Dunbar
2010-02-27Force -std=gnu89 for a few tests that use restrict as an identifier.Daniel Dunbar
2009-06-29Fix several bugs in MultiSource/Benchmarks/MallocBench/gs. This is enoughDan Gohman
2008-10-27Fix cfrac on LP64 platforms. Some prototypes for functions thatDan Gohman
2008-10-22Make this test work if objdir != srcdir.Julien Lerouge
2007-10-06Another bunch of mingw32 fixes here and thereAnton Korobeynikov
2007-06-29Convert .cvsignore filesJohn Criswell
2006-04-17Add checks for __OpenBSD__.Jeff Cohen
2006-03-24Add and improve .cvsignore files to get rid of warnings about Output filesReid Spencer
2006-03-14Change llvm.cs.uiuc.edu -> llvm.orgReid Spencer
2005-11-16who told them ints and pointers were interchangableAndrew Lenharth
2005-08-18Allow espresso to build under stricter C standards.Jim Laskey
2005-04-12improve the bm, though it still doesn't workChris Lattner
2005-04-12switch from taking 0.05s to ~1.5s on apocChris Lattner
2005-04-11add a larger inputChris Lattner
2005-01-16BUILD_* -> PROJ_* for consistency with LLVM Makefile System.Reid Spencer
2004-12-02Disable make.John Criswell
2004-10-12The MallocBench/perl test is so broken, it's not worth attempting to compile itMisha Brukman
2004-09-28Get this benchmark closer to compiling on Solaris.Brian Gaeke
2004-09-01Migrating test suite out of the source tree.John Criswell
2004-07-30Modified the external declaration of malloc() to match Solaris, Linux,John Criswell
2004-07-22For some reason this test magically started failing last night due to theChris Lattner
2004-07-21Add missing function declarations.Misha Brukman
2004-07-20Fix compilation on MacOS X, similar fixes as for FreeBSD.Misha Brukman
2004-07-20stdlib is, well, a standardChris Lattner
2004-07-20MacOS X declares malloc() in <stdlib.h>Misha Brukman
2004-07-17get rid of incorrect declaration of shmat(). If it isn't in sys/shm.h thenReid Spencer
2004-06-25Make this benchmark at least compile on Solaris.Brian Gaeke
2004-06-25fix the test on FreeBSD, contributed by Vladimir MerzliakovChris Lattner