about summary refs log tree commit diff
path: root/mk/platform.mk
AgeCommit message (Expand)AuthorLines
2011-12-18rustc: Don't emit compact unwind info on macBrian Anderson-1/+1
2011-12-12rustc: build versioned library with hash in its nameHaitao Li-0/+4
2011-12-10build: Use llvm-mc as our assemblerBrian Anderson-0/+15
2011-12-06Make valgrind usage more consistent and less error prone.Austin Seipp-2/+2
2011-11-29work on perfNiko Matsakis-0/+1
2011-11-29tweak to get windows test-running correctNiko Matsakis-3/+3
2011-11-29basic builds functionNiko Matsakis-1/+1
2011-11-05Build LLVM with -fno-omit-frame-pointer on LinuxBrian Anderson-0/+2
2011-11-05Cleanup LLVM build rules after rebase onto x64 changesBrian Anderson-1/+1
2011-11-05LLVM build cleanupBrian Anderson-1/+0
2011-11-03Make the formatting of the host build message consistentBrian Anderson-1/+1
2011-11-02virtualize the runtime per target triple.Niko Matsakis-22/+57
2011-11-02start going back to an i386 buildNiko Matsakis-5/+5
2011-11-02hack around on makefiles trying to get a 64 bit buildNiko Matsakis-5/+5
2011-10-23Add commentary about -znoexecstackBrian Anderson-0/+2
2011-10-23Make sure librustrt.so is linked with a non-executable stack.Austin Seipp-1/+1
2011-10-09Revert "Revert "Stop using (DY)LD_LIBRARY_PATH on Unix""Brian Anderson-4/+3
2011-10-09Revert "Stop using (DY)LD_LIBRARY_PATH on Unix"Brian Anderson-3/+4
2011-10-06Stop using (DY)LD_LIBRARY_PATH on UnixBrian Anderson-4/+3
2011-10-06Make rpath work on macBrian Anderson-3/+7
2011-10-05rt: Make C stack switching Valgrind-clean by warning Valgrind when we're abou...Patrick Walton-0/+4
2011-10-05Run tests with LD_LIBRARY_PATH set to the target libs, not the host libsBrian Anderson-1/+1
2011-09-30Abstract the build directories further in the makefilesBrian Anderson-2/+2
2011-09-29Fix CFG_RUN_TARG on windowsBrian Anderson-1/+1
2011-09-29Reorganize structure of build directoryBrian Anderson-1/+1
2011-09-23Update to libuv commit 3ca382.Erick Tryzelaar-1/+1
2011-09-22Remove -i for real.Graydon Hoare-1/+1
2011-09-21One little 'n', so much harm!Graydon Hoare-1/+1
2011-09-21Expand our own config.guess-like logic in configure, rather than only asking ...Graydon Hoare-4/+4
2011-09-19Simplify perf target flags. Apparently the event names aren't stable/portable.Graydon Hoare-20/+1
2011-09-13Add a compile-stage2-under-perf step to "make perf" target.Graydon Hoare-1/+1
2011-09-13Add build-system mechanisms for running benchmarks under 'perf'.Graydon Hoare-0/+29
2011-09-11Change the exit status used for valgrind errors and check for it in testsBrian Anderson-1/+1
2011-09-07Begin compiling with exceptions enabledBrian Anderson-2/+2
2011-08-24mk: Introduce CFG_DISABLE_OPTIMIZE_CXXPatrick Walton-6/+13
2011-08-05Introduce CC and CXX variables to the makefilesBrian Anderson-6/+10
2011-08-05More win32 libuv build tweaksBrian Anderson-0/+2
2011-08-05build: Don't error out if clang is too old. Instead, build with GCC.Patrick Walton-4/+3
2011-07-24The Big Test Suite OverhaulBrian Anderson-14/+18
2011-07-21Cleanup the library path now that we copy from stageN/lib to stageN+1/Rafael Ávila de Espíndola-2/+2
2011-07-20Reduce the library path now that we are copying the libraries.Rafael Ávila de Espíndola-2/+1
2011-07-11Move llvm out of stageN/lib so that the host building stage 1+ canRafael Ávila de Espíndola-2/+3
2011-07-07Remove the llvm lib directory from LD_LIBRARY_PATH on unixy systemsBrian Anderson-3/+2
2011-07-07put librustrt and librustllvm in stageN dirs. Issue #438Erick Tryzelaar-4/+2
2011-06-28Bit more work on mingw cross. Pending on other changes now (test combination,...Graydon Hoare-26/+24
2011-06-28More work on mingw cross build.Graydon Hoare-2/+2
2011-06-27build: Remove --vex-iropt-level=0Patrick Walton-2/+1
2011-06-27Some work on reviving the mingw-cross build. Not working yet.Graydon Hoare-2/+8
2011-06-23Wrote swap_context in assembly. Closes #548. This also allows us to re-enable...Eric Holk-2/+2
2011-06-21Setting rt optimization on OS X to -O0 when using clang, like we already do w...Eric Holk-1/+1