| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2011-09-23 | More steps to arch-specific target libs (#474) | Graydon Hoare | -45/+94 | |
| 2011-09-22 | Remove -i for real. | Graydon Hoare | -1/+1 | |
| 2011-09-21 | One little 'n', so much harm! | Graydon Hoare | -1/+1 | |
| 2011-09-21 | Expand our own config.guess-like logic in configure, rather than only asking ↵ | Graydon Hoare | -4/+4 | |
| LLVM. We have to decide some things before we get an LLVM to ask. | ||||
| 2011-09-20 | rt: Stub code for the cycle collector | Patrick Walton | -0/+1 | |
| 2011-09-19 | Simplify perf target flags. Apparently the event names aren't stable/portable. | Graydon Hoare | -20/+1 | |
| 2011-09-13 | Print perf measurement outputs on completion of 'perf' target. | Graydon Hoare | -3/+5 | |
| 2011-09-13 | Add a compile-stage2-under-perf step to "make perf" target. | Graydon Hoare | -2/+17 | |
| 2011-09-13 | Add build-system mechanisms for running benchmarks under 'perf'. | Graydon Hoare | -1/+55 | |
| 2011-09-11 | Change the exit status used for valgrind errors and check for it in tests | Brian Anderson | -1/+1 | |
| 2011-09-07 | Begin compiling with exceptions enabled | Brian Anderson | -2/+2 | |
| Issue #236 | ||||
| 2011-08-31 | Replace xfail-stageN with simply xfail-test | Marijn Haverbeke | -1/+1 | |
| Closes #799 | ||||
| 2011-08-31 | Revert "Replace xfail-stageN with simply xfail-test" | Marijn Haverbeke | -1/+1 | |
| This reverts commit 574194f6bcfb90b9f8486002b83babc4c21208c0. | ||||
| 2011-08-31 | Replace xfail-stageN with simply xfail-test | Marijn Haverbeke | -1/+1 | |
| Closes #799 | ||||
| 2011-08-29 | Remove makefile CFG_USE_SNAP_LIBS_FOR_STAGE1 hack | Marijn Haverbeke | -23/+3 | |
| It didn't work as intended, due to my lack of Makefile-fu | ||||
| 2011-08-29 | Add CFG_USE_SNAP_LIBS_FOR_STAGE1 hack to makefiles | Marijn Haverbeke | -3/+23 | |
| 2011-08-24 | mk: Introduce CFG_DISABLE_OPTIMIZE_CXX | Patrick Walton | -6/+13 | |
| 2011-08-20 | rustc: Introduce ABI versioning so we can change value representations ↵ | Patrick Walton | -0/+1 | |
| without breaking the compiler | ||||
| 2011-08-18 | rustc: Stub GC routines | Patrick Walton | -0/+1 | |
| 2011-08-18 | rt: Remove rust_alarm dead code | Patrick Walton | -1/+0 | |
| 2011-08-18 | Add more verbosity to 'make reformat' | Brian Anderson | -3/+7 | |
| For each file it will indicate that it was reformatted, unchanged, or failed | ||||
| 2011-08-16 | rt: Implement obstacks, untested as of yet | Patrick Walton | -0/+1 | |
| 2011-08-15 | Updating to build on Linux and Mac, and hopefully Windows too. | Eric Holk | -3/+3 | |
| 2011-08-14 | Register new snapshots | Brian Anderson | -5/+2 | |
| Use main.o from the snapshot | ||||
| 2011-08-14 | Add lib/main.o to snapshot | Brian Anderson | -3/+3 | |
| Snapshotting main.o is going to make it easier (I think) to convert main to use ivecs | ||||
| 2011-08-11 | rt: Stub Rust GC metadata printer and Rust GC strategy modules | Patrick Walton | -1/+2 | |
| 2011-08-11 | Use the new C API for PassManagerBuilder. | Rafael Ávila de Espíndola | -1/+1 | |
| 2011-08-10 | Begin valgrinding run-fail tests | Brian Anderson | -1/+1 | |
| Introduce a temporary no-valgrind directive for the few that aren't clean | ||||
| 2011-08-05 | Add make clean rules for libuv | Brian Anderson | -0/+3 | |
| 2011-08-05 | Build libuv with the same C compiler as the rest of rt | Brian Anderson | -1/+1 | |
| 2011-08-05 | Introduce CC and CXX variables to the makefiles | Brian Anderson | -6/+10 | |
| 2011-08-05 | Munge libuv makefiles sufficiently to build out of tree. | Graydon Hoare | -5/+7 | |
| 2011-08-05 | More win32 libuv build tweaks | Brian Anderson | -3/+8 | |
| 2011-08-05 | Update build rules so rt builds with libuv on Linux. | Brian Anderson | -1/+2 | |
| Needed to shuffle around the linker arguments and add -lpthread | ||||
| 2011-08-05 | Update libuv to revision ee599ec1141cc48f895de1f9d148033babdf9c2a | Rob Arnold | -2/+2 | |
| 2011-08-05 | Basic async IO module using libuv | Rob Arnold | -0/+1 | |
| 2011-08-05 | Integrate libuv into the build system | Rob Arnold | -4/+9 | |
| 2011-08-05 | build: Don't error out if clang is too old. Instead, build with GCC. | Patrick Walton | -4/+3 | |
| 2011-08-03 | rt: Stub shape glue and implement shape::print and shape::size_of. | Patrick Walton | -0/+1 | |
| 2011-08-03 | Ignore xfail-pretty, xfail-stage2 files when reformatting | Brian Anderson | -1/+2 | |
| We shouldn't be trying to reformat source that we don't know to work because we could just be breaking it more. | ||||
| 2011-08-02 | Include benchmarks in pretty-print tests | Brian Anderson | -0/+14 | |
| 2011-08-02 | Run pretty-printer tests as part of make check. Issue #789 | Brian Anderson | -0/+1 | |
| 2011-08-02 | Add dedicated pretty-printer tests with new pp-exact directive | Brian Anderson | -5/+18 | |
| Add a new src/test/pretty directory to hold just source files for testing the pretty-printer. Add a new pp-exact directive. When this directive is followed by a file name it specifies a file containing the output that the pretty-printer should generate. When pp-exact is not followed by a filename it says that the file should pretty-print as written. | ||||
| 2011-08-02 | Add missing BENCH_TESTS variable to tests.mk | Brian Anderson | -1/+2 | |
| 2011-08-02 | Add a FIXME about simplifying the make check rules | Brian Anderson | -0/+8 | |
| 2011-08-02 | Pretty-print test the rfail tests. Issue #789 | Brian Anderson | -7/+26 | |
| 2011-08-02 | Don't run the compiletest runner itself under valgrind | Brian Anderson | -5/+11 | |
| This will reduce the valgrind deluge when a test fails. The tests themselves are still run under valgrind. Leave a CTEST_VALGRIND environment variable for running with the old behavior. | ||||
| 2011-08-02 | Introduce pretty-print testing mode to compiletest. Issue #789 | Brian Anderson | -0/+13 | |
| 2011-07-29 | Enable build targets to run tests at stage0 | Brian Anderson | -1/+2 | |
| This allows quicker turnaround for testing the standard library, since you don't have to wait for the stage1 compiler every time. | ||||
| 2011-07-29 | Fix a typo in tests.mk that was building stdtest with the wrong compiler | Brian Anderson | -1/+1 | |
