summary refs log tree commit diff
path: root/mk/rt.mk
AgeCommit message (Expand)AuthorLines
2016-07-24Fix build of compiler-rt on FreeBSDAlan Somers-0/+4
2016-07-20mk: Stop using cmake for compiler-rtAlex Crichton-101/+327
2016-07-07llvm: allow cleaning LLVM's Visual Studio buildsBen Boeckel-0/+7
2016-06-21Convert makefiles to build LLVM/compiler-rt with CMakeBrian Anderson-50/+111
2016-04-05Rollup merge of #32686 - mneumann:dragonfly_jemalloc_prefix, r=alexcrichtonManish Goregaokar-0/+2
2016-04-02Prefix jemalloc on DragonFly to prevent segfaults.Michael Neumann-0/+2
2016-03-29mk: A few build fixes for i586-pc-windows-msvcAlex Crichton-2/+2
2016-03-05More reliable and consistent method of cancelling -Werror*Angus Lees-2/+2
2016-02-14std: Stop prefixing jemalloc symbolsAlex Crichton-2/+10
2016-02-06Add the asmjs-unknown-emscripten triple. Add cfgs to libs.Brian Anderson-0/+19
2016-02-03compiler-rt: Handle -Werror=* arguments in CFLAGSGuillaume Bonnet-1/+1
2016-02-01Revert "mk: fix some undefined variable warnings"Alex Crichton-1/+3
2016-02-01mk: fix some undefined variable warningsTamir Duberstein-3/+1
2015-12-22Auto merge of #30175 - alexcrichton:less-c-code, r=brsonbors-3/+1
2015-12-21std: Remove rust_builtin C support libraryAlex Crichton-3/+1
2015-12-21std: Update jemalloc versionAlex Crichton-5/+18
2015-11-07Make sure rsbegin.o and rsend.o get packaged with target lib artifacts.Vadim Chugunov-0/+4
2015-11-04Build compiler-rt/builtins with MSVCangelsl-15/+24
2015-09-04Add line numbers to windows-gnu backtracesDiggory Blake-6/+17
2015-08-14rustc: Allow changing the default allocatorAlex Crichton-6/+0
2015-08-11Register new snapshotsAlex Crichton-3/+1
2015-08-10Remove morestack supportAlex Crichton-5/+3
2015-07-21trans: Move rust_try into the compilerAlex Crichton-18/+0
2015-06-27mk: Add support for i686-pc-windows-msvcAlex Crichton-0/+19
2015-06-25msvc: Implement runtime support for unwindingAlex Crichton-3/+6
2015-05-19mk: Fix building compiler-rt on MSVCAlex Crichton-5/+19
2015-05-19mk: Add build system support for cl.exeAlex Crichton-3/+3
2015-05-19mk: Correct names of installed libs on windowsAlex Crichton-6/+1
2015-04-28test: Fix some tests to run with muslAlex Crichton-2/+2
2015-04-27mk: Add support for musl-based buildsAlex Crichton-1/+20
2015-04-08configure: Add --enable-debug-jemallocBrian Anderson-0/+4
2015-02-10Remove duplicated configuration for androidEunji Jeong-3/+1
2015-01-20Initial support for aarch64-linux-androidEunji Jeong-0/+2
2014-12-24mk: Build jemalloc with -ffunction-sectionsAlex Crichton-1/+1
2014-12-22Removed unused context-switching assembly code.Maya Nitu-3/+2
2014-11-20mk/rt: use CFG_LLVM_TARGET instead of plain target when calling llcCody P Schafer-1/+1
2014-11-17mk/rt/jemalloc: pass CFG_GCCISH_CFLAGS inside CC instead of passing CFG_CFLAG...Cody P Schafer-2/+2
2014-11-04Implement flexible target specificationCorey Richardson-1/+1
2014-10-20mk/rt: "export CC" does not seem to work (gcc observed), use explicit shell v...Cody P Schafer-6/+5
2014-10-02remove the uv_support codeDaniel Micay-2/+1
2014-10-01Remove libuv, gypAaron Turon-136/+1
2014-09-22Copy GYP environment variables on iOSMatt Coffin-0/+3
2014-09-22Ensure that compiler environment is passed to gypMatt Coffin-0/+3
2014-09-14mk: Don't depend on src/jemalloc/VERSIONAlex Crichton-0/+4
2014-09-07enable jemalloc debugging in unoptimized buildsDaniel Micay-1/+1
2014-07-29Port Rust to DragonFlyBSDMichael Neumann-1/+5
2014-07-23mk: Remove extra whitespace before line continuation backslashesBirunthan Mohanathas-3/+3
2014-06-16alloc: Allow disabling jemallocAlex Crichton-0/+6
2014-06-16Potential fix for Win32 buildValerii Hiora-1/+0
2014-06-12Platform configurationValerii Hiora-6/+43