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
/
src
/
librustc_llvm
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2016-12-29
Fallout from updating bootstrap Cargo
Alex Crichton
-2
/
+1
2016-12-26
PTX support
Jorge Aparicio
-0
/
+5
2016-12-26
Auto merge of #38314 - japaric:do-not-delete-enable-llvm-backend, r=alexcrichton
bors
-0
/
+6
2016-12-21
Make drop glue for unsized value pass two arguments instead of *(data, meta)
Mark Simulacrum
-1
/
+2
2016-12-19
enable LLVM's SPARC backend
Jorge Aparicio
-0
/
+6
2016-12-06
Auto merge of #37973 - vadimcn:dllimport, r=alexcrichton
bors
-1
/
+1
2016-12-04
Auto merge of #37857 - shepmaster:llvm-4.0-dinodes, r=michaelwoerister
bors
-0
/
+4
2016-12-03
Auto merge of #38079 - BurntSushi:attrtarget, r=alexcrichton
bors
-4
/
+4
2016-12-02
[LLVM] Introduce a stable representation of DIFlags
Jake Goulding
-0
/
+4
2016-12-01
Remove the "linked_from" feature.
Vadim Chugunov
-1
/
+1
2016-11-30
Update the bootstrap compiler
Alex Crichton
-2
/
+2
2016-11-29
Add new #[target_feature = "..."] attribute.
Andrew Gallant
-4
/
+4
2016-11-21
Restore compatibility with LLVM 3.7 and 3.8
Seo Sanghyeon
-7
/
+3
2016-11-19
Auto merge of #37831 - rkruppe:llvm-attr-fwdcompat, r=eddyb
bors
-56
/
+8
2016-11-17
Use llvm::Attribute API instead of "raw value" APIs, which will be removed in...
Robin Kruppe
-56
/
+8
2016-11-12
enable the MSP430 LLVM backend
Jorge Aparicio
-0
/
+5
2016-11-10
Register and stability check `#[no_link]` crates.
Jeffrey Seyfried
-0
/
+1
2016-10-22
run rustfmt on librustc_llvm folder
Srinivas Reddy Thatiparthy
-62
/
+34
2016-09-30
Configure LLVM to use js backend
Jan-Erik Rediger
-0
/
+4
2016-08-26
initial support for s390x
Jorge Aparicio
-0
/
+6
2016-08-03
finish type-auditing rustllvm
Ariel Ben-Yehuda
-42
/
+72
2016-08-03
split the FFI part of rustc_llvm to rustc_llvm::ffi
Ariel Ben-Yehuda
-2062
/
+18
2016-08-03
begin auditing the C++ types in RustWrapper
Ariel Ben-Yehuda
-306
/
+322
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
-9
/
+0
2016-07-29
llvm: Remove no longer existent LLVMAddTargetData binding
Alex Crichton
-3
/
+0
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-06-10
Remove linking with AR
Jake Goulding
-0
/
+15
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
/
+3
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
/
+3
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-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-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
2016-02-11
bootstrap: Add directives to not double-link libs
Alex Crichton
-0
/
+4
2016-02-08
Remove old #[allow(trivial_casts)] annotations
Alex Crichton
-1
/
+0
2016-01-29
trans: Reimplement unwinding on MSVC
Alex Crichton
-14
/
+78
[prev]
[next]