index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mk
/
rustllvm.mk
Age
Commit message (
Expand
)
Author
Lines
2017-02-06
Delete the `mk` folder
Alex Crichton
-71
/
+0
2016-08-06
Merge branch 'master' into issue-30961
Cameron Hart
-1
/
+1
2016-08-03
remove the ExecutionEngine binding
Ariel Ben-Yehuda
-1
/
+1
2016-07-24
Pass -DLLVM_RUSTLLVM to compile against rust llvm fork.
Cameron Hart
-0
/
+6
2016-04-09
Implement feature extraction from `TargetMachine`
Andrea Canciani
-0
/
+4
2015-07-10
trans: Use LLVM's writeArchive to modify archives
Alex Crichton
-1
/
+2
2015-05-19
mk: Fix MSVC build for rustllvm.lib
Alex Crichton
-7
/
+21
2015-04-27
mk: Remove a bunch of unused directives
Alex Crichton
-2
/
+0
2014-12-11
Add LLVM ExecutionEngine API
Murarth
-1
/
+2
2014-02-02
Remove VPATH usage in Makefiles
Alex Crichton
-1
/
+1
2014-01-26
Refactor the build system for easily adding crates
Alex Crichton
-1
/
+2
2013-12-06
Link rustllvm statically, and distribute a static snapshot
Alex Crichton
-6
/
+2
2013-10-29
support for GNU configure syntax
Heather
-1
/
+1
2013-09-05
Fixed makefile to point to the new llvm build directory.
Vadim Chugunov
-1
/
+1
2013-09-04
Move the `rt` build directory under $target
Alex Crichton
-1
/
+1
2013-09-03
Build rustllvm into $target/rustllvm
Alex Crichton
-3
/
+3
2013-05-29
Refactor optimization pass handling.
James Miller
-1
/
+1
2013-03-02
mk: cleanup - lib and executable suffix handling
Young-il Choi
-1
/
+1
2013-02-27
mk: rewrite make files
Young-il Choi
-5
/
+5
2013-02-21
mk: Split target triples into bulid triple + host triples + target triples
Brian Anderson
-2
/
+2
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-10-27
rusti: Add linenoise, wrap into core::rl and add rusti REPL tool
Zack Corr
-2
/
+2
2012-08-31
jit: Clean rustllvm code, let rustc expose __morestack instead of linking in ...
Zack Corr
-2
/
+1
2012-08-31
jit: Link in __morestack and make it resolvable by JIT
Zack Corr
-1
/
+2
2012-06-14
Update the build system to handle dependency on header files. Closes #2547.
Michael Sullivan
-0
/
+1
2012-06-13
Revert "Update the build system to handle dependency on header files. Closes ...
Michael Sullivan
-2
/
+0
2012-06-13
Update the build system to handle dependency on header files. Closes #2547.
Michael Sullivan
-0
/
+2
2012-06-13
Minor makefile cleanup.
Michael Sullivan
-5
/
+0
2012-04-09
llvm: Update llvm to use new gcnoteroot infrastructure
Patrick Walton
-2
/
+1
2011-12-04
Upgrade LLVM to svn revision 145779
Brian Anderson
-1
/
+10
2011-11-29
fix makefiles, add option to ignore changes in makefiles
Niko Matsakis
-2
/
+2
2011-11-05
Parameterize the LLVM build over the target triples
Brian Anderson
-6
/
+6
2011-11-05
Cleanup LLVM build rules after rebase onto x64 changes
Brian Anderson
-2
/
+1
2011-11-05
LLVM build cleanup
Brian Anderson
-5
/
+6
2011-11-05
Tie the LLVM build into ours
Brian Anderson
-2
/
+1
2011-11-02
virtualize rustllvm construction per target triple
Niko Matsakis
-16
/
+23
2011-10-31
Stub a __morestack implementation and stack segment allocation. Untested.
Patrick Walton
-0
/
+5
2011-10-06
Make rpath work on mac
Brian Anderson
-1
/
+1
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-07-25
Remove old hack of creating a .a file with code that existed both in rust
Rafael Ávila de Espíndola
-20
/
+3
2011-07-17
Revert "Revert "Rename Passes2.cpp to Passes.cpp""
Brian Anderson
-1
/
+1
2011-07-17
Revert "Rename Passes2.cpp to Passes.cpp"
Brian Anderson
-1
/
+1
2011-07-17
Rename Passes2.cpp to Passes.cpp
Brian Anderson
-1
/
+1
2011-07-17
Remove Passes.cpp from rustllvm
Brian Anderson
-2
/
+1
2011-07-17
Remove Object.h from rustllvm
Brian Anderson
-2
/
+1
2011-06-28
More work on mingw cross build.
Graydon Hoare
-1
/
+2
2011-06-27
Easy fix for using newer LLVMs: just use the MachOObjectFile.cpp they provide.
Rafael Ávila de Espíndola
-1
/
+1
2011-06-25
Fixes to speed and clean up makefiles.
Graydon Hoare
-2
/
+3
2011-05-08
build: Use clang to compile the runtime if available
Patrick Walton
-2
/
+2
[next]