summaryrefslogtreecommitdiff
path: root/mk/llvm.mk
AgeCommit message (Expand)Author
2016-02-11rustc_llvm: Tweak how initialization is performedAlex Crichton
2016-02-01Revert "mk: fix some undefined variable warnings"Alex Crichton
2016-02-01mk: fix some undefined variable warningsTamir Duberstein
2015-12-16mk: Use the right llvmdeps.rs file for cross buildAlex Crichton
2015-12-13Better support for `--llvm-root`.Richard Diamond
2015-11-13Escape some variables in llvm.mkWilliam Throwe
2015-09-18add support for non-standard name of stdc++ librarySébastien Marie
2015-05-19mk: Add the ability to depend on native LLVM toolsAlex Crichton
2015-05-19mk: Enable building LLVM targeting MSVCAlex Crichton
2015-05-19mk: Fix native LLVM deps for cross-host buildsAlex Crichton
2015-03-12Avoid passing -L "" to rustc.Ryan Prichard
2015-03-03Make build timestamp files robust in face of concurrent source modification.Felix S. Klock II
2014-11-25Don't use the same llvmdeps.rs for every host.Richard Diamond
2014-10-29mk: Clean just one llvm build at a time. Closes #17852Brian Anderson
2014-07-14Move llvm bindings to their own crateBrian Anderson
2014-04-17llvm: Add an option to statically link libstdc++Alex Crichton
2014-01-15Only build LLVM tools Rust needs.Vadim Chugunov
2014-01-03mk: Fix llvmdeps.rs dependenciesBrian Anderson
2013-12-18mklldeps.py: Write to file instead of printklutzy
2013-12-06Link rustllvm statically, and distribute a static snapshotAlex Crichton
2013-12-05Remove unused upcallsAlex Crichton
2013-11-30Fix double slashes in make paths.Chris Morgan
2013-10-29support for GNU configure syntaxHeather
2013-09-17The purpose of these headers is to fix issues with mingw v4.0, as described i...Vadim Chugunov
2013-09-03Move the llvm auto-clean stamp into $target/llvmAlex Crichton
2013-08-28Revert "auto merge of #8695 : thestinger/rust/build, r=pcwalton"Brian Anderson
2013-08-22make: rm LLVM_BUILD_ENVDaniel Micay
2013-08-04Try to fix a periodic windows build failure due to broken rwildcard macroBrian Anderson
2013-02-21mk: Split target triples into bulid triple + host triples + target triplesBrian Anderson
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare
2012-03-26Remove duplicate definition.Graydon Hoare
2012-02-10support a fast-make mode that avoids globbing into llvm and libuvGraydon Hoare
2011-12-13build: Touch llvm-config after buildingBrian Anderson
2011-11-25build: Create a better definition of LLVM depsBrian Anderson
2011-11-05Build LLVM with -fno-omit-frame-pointer on LinuxBrian Anderson
2011-11-05Use $(MAKE) for recursive makeBrian Anderson
2011-11-05Parameterize the LLVM build over the target triplesBrian Anderson
2011-11-05LLVM build cleanupBrian Anderson
2011-11-05Use LLVM directly from the build directoryBrian Anderson
2011-11-05Tie the LLVM build into oursBrian Anderson
2011-11-05Add mk/llvm.mkBrian Anderson