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_codegen_llvm
/
llvm
Age
Commit message (
Expand
)
Author
Lines
2018-12-25
Remove licenses
Mark Rousskov
-40
/
+0
2018-12-19
FIXME(52456) remove fixme and combine all extern items in one block
Niv Kaminer
-26
/
+6
2018-12-09
Bump minimum required LLVM version to 6.0
Nikita Popov
-2
/
+2
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-12-03
Auto merge of #55010 - tromey:Bug-9224-generic-parameters, r=michaelwoerister
bors
-3
/
+4
2018-12-03
Auto merge of #56358 - nikic:mergefunc-aliases, r=rkruppe
bors
-0
/
+1
2018-11-30
Enable -mergefunc-use-aliases
Nikita Popov
-0
/
+1
2018-11-29
Add template parameter debuginfo to generic types
Tom Tromey
-3
/
+4
2018-11-29
Rename conversion util; remove duplicate util in librustc_codegen_llvm.
Corey Farwell
-14
/
+2
2018-11-16
Beginning of moving all backend-agnostic code to rustc_codegen_ssa
Denis Merigoux
-71
/
+71
2018-11-16
[eddyb/rebase cleanup] abstracted Funclet
Eduard-Mihai Burtescu
-5
/
+0
2018-11-16
Moved common.rs enums
Denis Merigoux
-61
/
+65
2018-11-16
Starting to move backend-agnostic code into codegen_utils
Denis Merigoux
-11
/
+12
2018-11-16
Generalized some base.rs methods
Denis Merigoux
-0
/
+24
2018-11-16
Use the method form for CodegenCx everywhere
Denis Merigoux
-5
/
+5
2018-11-16
Traitification of common.rs methods
Denis Merigoux
-1
/
+1
2018-11-16
New files and folders for traits
Denis Merigoux
-55
/
+55
2018-11-16
Generalized AsmDialect for BuilderMethods
Denis Merigoux
-0
/
+10
2018-11-16
Generalized SynchronisationScope for BuilderMethods
Denis Merigoux
-0
/
+10
2018-11-16
Generalized AtomicOrdering for BuilderMethods
Denis Merigoux
-0
/
+16
2018-11-16
Generalized AtomicRmwBinOp for BuilderMethods
Denis Merigoux
-0
/
+18
2018-11-16
Generalized OperandBundleDef in BuilderMethods
Denis Merigoux
-0
/
+5
2018-11-16
Removed useless traits for IntPredicate and RealPredicate
Denis Merigoux
-4
/
+4
2018-11-16
Generalized RealPredicate
Denis Merigoux
-0
/
+23
2018-11-16
Generalized IntPredicate in the BuilderMethods trait
Denis Merigoux
-0
/
+18
2018-11-11
Auto merge of #55698 - nikic:remove-llvm-4-support, r=alexcrichton
bors
-12
/
+12
2018-11-08
Rollup merge of #55633 - nikic:memcpy-align, r=nagisa
Mark Rousskov
-0
/
+16
2018-11-07
Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco
kennytm
-1
/
+1
2018-11-06
refactor: use shorthand fields
teresy
-1
/
+1
2018-11-05
Remove support for building against LLVM 4
Nikita Popov
-12
/
+12
2018-11-04
Support memcpy/memmove with differing src/dst alignment
Nikita Popov
-0
/
+16
2018-11-01
Remove checks for LLVM < 4.0
Nikita Popov
-2
/
+0
2018-10-30
Fix DWARF generation for enums
Tom Tromey
-1
/
+28
2018-10-23
Revert "rustc: Fix (again) simd vectors by-val in ABI"
Alex Crichton
-2
/
+0
2018-10-20
Rollup merge of #55073 - alexcrichton:demote-simd, r=nagisa
Manish Goregaokar
-0
/
+2
2018-10-19
rustc: Fix (again) simd vectors by-val in ABI
Alex Crichton
-0
/
+2
2018-10-19
Prefer unwrap_or_else to unwrap_or in case of function calls/allocations
ljedrz
-2
/
+2
2018-10-18
Rollup merge of #55128 - varkor:LLVMRustInlineAsmVerify-return-bool, r=rkruppe
kennytm
-2
/
+2
2018-10-18
Rollup merge of #54933 - ljedrz:cleanup_codegen_llvm/misc, r=varkor
kennytm
-1
/
+1
2018-10-16
Fix LLVMRustInlineAsmVerify return type mismatch
varkor
-2
/
+2
2018-10-12
exit with status code 101 on fatal LLVM error
Andy Russell
-0
/
+2
2018-10-11
Support for disabling the PLT on ELF targets
Gabriel Majeri
-0
/
+1
2018-10-09
codegen_llvm/misc: convert string literals with to_owned
ljedrz
-1
/
+1
2018-09-28
Auto merge of #54568 - levex:issue-54130, r=nagisa
bors
-0
/
+3
2018-09-26
add -Z emit-stack-sizes
Jorge Aparicio
-1
/
+2
2018-09-25
codegen_llvm: check inline assembly constraints with LLVM
Levente Kurusa
-0
/
+3
2018-09-14
Remove LLVM 3.9 workaround.
Unknown
-9
/
+3
2018-08-31
Provide a way of accessing the ThinLTO module import map in rustc.
Michael Woerister
-0
/
+9
2018-08-28
Fix warnings about the `native` target-cpu
Alex Crichton
-0
/
+1
2018-08-19
Add Builder::array_alloca.
Masaki Hara
-0
/
+5
[next]