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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_llvm
Age
Commit message (
Expand
)
Author
Lines
2016-11-06
Force static linking of LLVM
pweyck
-0
/
+13
2016-10-22
run rustfmt on librustc_llvm folder
Srinivas Reddy Thatiparthy
-508
/
+314
2016-10-14
debuginfo: Remove some outdated stuff from LLVM DIBuilder binding.
Michael Woerister
-11
/
+0
2016-09-30
Tidy
Brian Anderson
-1
/
+2
2016-09-30
Make the jsbackend an optional component
Jan-Erik Rediger
-1
/
+1
2016-09-30
Configure LLVM to use js backend
Jan-Erik Rediger
-0
/
+4
2016-09-25
Report which required build-time environment variable is not set
Jake Goulding
-3
/
+3
2016-09-04
Fix incorrect LLVM Linkage enum
Matt Ickstadt
-17
/
+11
2016-08-30
Allow specification of the system V AMD64 ABI constraint.
CensoredUsername
-0
/
+1
2016-08-26
initial support for s390x
Jorge Aparicio
-1
/
+7
2016-08-25
Fix debug line info for macro expansions.
Vadim Chugunov
-0
/
+5
2016-08-06
Merge branch 'master' into issue-30961
Cameron Hart
-2107
/
+2218
2016-08-03
finish type-auditing rustllvm
Ariel Ben-Yehuda
-75
/
+110
2016-08-03
split the FFI part of rustc_llvm to rustc_llvm::ffi
Ariel Ben-Yehuda
-2063
/
+2083
2016-08-03
begin auditing the C++ types in RustWrapper
Ariel Ben-Yehuda
-323
/
+360
2016-08-03
audit LLVM C++ types in ArchiveWrapper and PassWrapper
Ariel Ben-Yehuda
-28
/
+48
2016-08-03
remove the ExecutionEngine binding
Ariel Ben-Yehuda
-11
/
+1
2016-08-01
Auto merge of #34743 - badboy:llvm-upgrade, r=eddyb
bors
-10
/
+19
2016-07-30
Update gcc crate dependency to 0.3.27.
Timon Van Overveldt
-1
/
+1
2016-07-29
Make rust build pass LLVM_RUSTLLVM to C++ compiler
Cameron Hart
-0
/
+4
2016-07-29
llvm: Remove no longer existent LLVMAddTargetData binding
Alex Crichton
-3
/
+0
2016-07-29
Update parsing llvm-config output
Alex Crichton
-4
/
+15
2016-07-29
[LLVM-3.9] Configure PIE at the module level instead of compilation unit level
Jan-Erik Rediger
-0
/
+1
2016-07-29
[LLVM-3.9] Rename custom methods to Rust-specific ones
Jan-Erik Rediger
-3
/
+3
2016-07-11
Add help for target CPUs, features, relocation and code models.
Cameron Hart
-0
/
+3
2016-07-03
prefer `if let` to match with `None => {}` arm in some places
Zack M. Davis
-12
/
+10
2016-06-10
Remove linking with AR
Jake Goulding
-0
/
+15
2016-05-29
run rustfmt on librustc_llvm folder
Srinivas Reddy Thatiparthy
-56
/
+83
2016-04-28
Add opt-level options for optimizing for size and minimum size. This attempts
Brandon Edens
-0
/
+9
2016-04-28
Make the codegen unit partitioner also emit item declarations.
Michael Woerister
-1
/
+1
2016-04-20
Auto merge of #31709 - ranma42:target_feature-from-llvm, r=alexcrichton
bors
-0
/
+10
2016-04-15
Add initial version of codegen unit partitioning for incremental compilation.
Michael Woerister
-1
/
+1
2016-04-09
Implement feature extraction from `TargetMachine`
Andrea Canciani
-0
/
+10
2016-03-29
Use weak_odr linkage when reusing definitions across codegen units
Björn Steinbrink
-0
/
+21
2016-03-26
Fix removal of function attributes on ARM
Björn Steinbrink
-2
/
+10
2016-03-18
Add intrinsics for float arithmetic with `fast` flag enabled
Ulrik Sverdrup
-0
/
+1
2016-03-17
trans: Apply all attributes through FnType.
Eduard Burtescu
-49
/
+6
2016-03-17
trans: Use llvm::Attributes directly in ArgTy.
Eduard Burtescu
-1
/
+1
2016-03-17
rustc_llvm: An AttrBuilder that's not completely wasteful.
Eduard Burtescu
-61
/
+74
2016-03-17
rustc_llvm: Update the Attribute bitflags and remove OtherAttribute.
Eduard Burtescu
-40
/
+25
2016-03-17
trans: Use fmt::Debug for debugging instead of ad-hoc methods.
Eduard Burtescu
-0
/
+1
2016-03-14
rustbuild: Fix 32-bit Windows build
Alex Crichton
-7
/
+13
2016-03-01
Auto merge of #31430 - nagisa:mir-dyndrop, r=nikomatsakis
bors
-0
/
+2
2016-02-28
rustbuild: Enable cross-compiling LLVM
Alex Crichton
-3
/
+43
2016-02-24
Implement filling drop in MIR
Simonas Kazlauskas
-0
/
+2
2016-02-22
Auto merge of #30969 - Amanieu:extended_atomic_cmpxchg, r=alexcrichton
bors
-1
/
+2
2016-02-21
rustbuild: Sync some Cargo.toml/lib.rs dependencies
Alex Crichton
-0
/
+3
2016-02-18
Add intrinsics for compare_exchange and compare_exchange_weak
Amanieu d'Antras
-1
/
+2
2016-02-18
Remove unnecessary explicit lifetime bounds.
Corey Farwell
-2
/
+2
2016-02-11
rustc_llvm: Tweak how initialization is performed
Alex Crichton
-78
/
+39
[next]