about summary refs log tree commit diff
path: root/mk/perf.mk
AgeCommit message (Collapse)AuthorLines
2011-11-30fix path for the find commandNiko Matsakis-1/+1
2011-11-29Adjust perf target to use correct variable namesBrian Anderson-1/+1
2011-11-29basic builds functionNiko Matsakis-2/+2
2011-11-13build: Fix 'make perf'. Closes #1151Brian Anderson-1/+1
2011-10-20Run perf on the stage 2 compilerBrian Anderson-1/+1
2011-09-30Abstract the build directories further in the makefilesBrian Anderson-1/+1
This defines variables for host bin and lib directories as well as all target bin and lib directories then uses them everywhere.
2011-09-29Fix a variety of things in the makefilesBrian Anderson-2/+2
Make tests and perf work again. Correctly get the host triple in rustc. Add some FIXMEs about transitional code that needs to be removed.
2011-09-13Print perf measurement outputs on completion of 'perf' target.Graydon Hoare-3/+5
2011-09-13Add a compile-stage2-under-perf step to "make perf" target.Graydon Hoare-1/+12
2011-09-13Add build-system mechanisms for running benchmarks under 'perf'.Graydon Hoare-0/+1