aboutsummaryrefslogtreecommitdiff
path: root/Makefile.rules
AgeCommit message (Expand)Author
2007-05-03Implement SMALL_PROBLEM_SIZE.Lauro Ramos Venancio
2007-02-09Remove last vestiges of GCCAS/gccas, GCCLD/gccldReid Spencer
2007-02-09Let's try using llvm-ld for the nightly test. If all goes well, gccld willReid Spencer
2007-01-12Add a rule for running utils/findmisopt. You can just "make misopt" now inReid Spencer
2006-12-21Use the LLVMGCCLIBEXEC variable to get the paths for cc1 and cc1plusReid Spencer
2006-12-21Restore definitions of LCC1 and LCC1PLUS to cause test programs to beReid Spencer
2006-12-08Only add the path to LLVMGCC and LLVMGXX variables if its version 3.Reid Spencer
2006-12-03Handle upgrade of llvm-gcc3 output by running llvm-upgrade on it.Reid Spencer
2006-11-07analyze went awayAndrew Lenharth
2006-09-19Alpha needs to use ieee modeAndrew Lenharth
2006-08-25For PR879:Reid Spencer
2006-07-21Workaround no longer needed.Evan Cheng
2006-07-19Workaround to make JIT work with C++ programs on Mac OS X. __cxa_atexit is re...Evan Cheng
2006-06-20Rename EXTRA_FLAGS to EXTRA_OPTIONS.Evan Cheng
2006-06-07Clean up makefiles.Evan Cheng
2006-04-09Adjust to reversed logic in LLVM's Makefile.rules. We now use theReid Spencer
2006-04-09Make sure the CONFIGURATION variable is set correctly in light of changesReid Spencer
2006-02-28Use the input LLVMGCC/LLVMGXX variables set by Makefile.config instead ofNate Begeman
2005-03-08Turn off warnings for programs in llvm-test. We are aware of the fact thatChris Lattner
2005-01-21Quote the value of PATH= lines so that platforms with spaces in theirReid Spencer
2005-01-16BUILD_* -> PROJ_* for consistency with LLVM Makefile System.Reid Spencer
2004-12-22For PR432:Reid Spencer
2004-11-23Don't depend on obscure compiler options to generate paths into theReid Spencer
2004-11-18Tools are now in $(BuildMode)/lib not $(BuildMode)/toolsReid Spencer
2004-11-18Fix PR456:\Reid Spencer
2004-10-22Dissociate llvm-test from the LLVM Makefile.rules. The *only* remainingReid Spencer