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
/
debuginfo
/
gdb.rs
Age
Commit message (
Expand
)
Author
Lines
2020-08-30
mv compiler to compiler/
mark
-71
/
+0
2020-08-08
Eliminate the `SessionGlobals` from `librustc_ast`.
Nicholas Nethercote
-3
/
+4
2020-03-30
rustc -> rustc_middle part 3 (rustfmt)
Mazdak Farrokhzad
-1
/
+1
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-1
/
+1
2020-03-23
Rollup merge of #69940 - tmiasko:llvm-api, r=hanna-kruppe
Mazdak Farrokhzad
-1
/
+1
2020-03-16
use direct imports for `rustc::{lint, session}`.
Mazdak Farrokhzad
-1
/
+1
2020-03-11
librustc_codegen_llvm: Replace deprecated API usage
Tomasz Miąsko
-1
/
+1
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-1
/
+1
2020-01-02
Normalize `syntax::symbol` imports.
Mazdak Farrokhzad
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-19
/
+13
2019-12-11
rustc: Link LLVM directly into rustc again
Alex Crichton
-0
/
+1
2019-10-05
Replaces some instances of `as *[const | mut] _` with `.cast()`
memoryruins
-2
/
+2
2019-05-13
Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.
Nicholas Nethercote
-2
/
+2
2019-02-25
librustc_codegen_llvm: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-2
/
+2
2019-02-18
librustc_codegen_llvm => 2018
Taiki Endo
-4
/
+4
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-06
Use a function to access the Hir map to be able to turn it into a query later
John Kåre Alsaker
-1
/
+1
2018-11-29
Use implicit deref instead of BuilderMethods::cx()
bjorn3
-3
/
+3
2018-11-16
[eddyb] rustc_codegen_ssa: rename `interfaces` to `traits`.
Eduard-Mihai Burtescu
-1
/
+1
2018-11-16
All Builder methods now take &mut self instead of &self
Denis Merigoux
-1
/
+1
2018-11-16
Finished moving backend-agnostic code to rustc_codegen_ssa
Denis Merigoux
-1
/
+1
2018-11-16
Generalized mir::codegen_mir (and all subsequent functions)
Denis Merigoux
-3
/
+2
2018-11-16
Generalized memset and memcpy
Denis Merigoux
-1
/
+1
2018-11-16
Removing LLVM content from CommonMethods -> ConstMethods
Denis Merigoux
-1
/
+1
2018-11-16
Prefixed type methods & removed trait impl for write::CodegenContext
Denis Merigoux
-1
/
+1
2018-11-16
Prefixed const methods with "const" instead of "c"
Denis Merigoux
-2
/
+2
2018-11-16
Traitification of type_ methods
Denis Merigoux
-3
/
+2
2018-11-16
Use the method form for CodegenCx everywhere
Denis Merigoux
-2
/
+2
2018-11-16
Replaced Codegen field access by trait method
Denis Merigoux
-3
/
+3
2018-11-16
Traitification of common.rs methods
Denis Merigoux
-4
/
+4
2018-11-16
New files and folders for traits
Denis Merigoux
-1
/
+1
2018-11-16
Removed genericity over Value in various functions
Denis Merigoux
-1
/
+1
2018-11-16
Generalized base.rs#call_memcpy and everything that it uses
Denis Merigoux
-1
/
+2
2018-08-04
Normalize DebugInfoLevel to standard style
Mark Rousskov
-2
/
+2
2018-07-30
rustc_codegen_llvm: use safe references for Value.
Irina Popa
-7
/
+6
2018-07-30
rustc_codegen_llvm: use safe references for Type.
Irina Popa
-1
/
+1
2018-07-30
rustc_codegen_llvm: move from empty enums to extern types.
Irina Popa
-2
/
+1
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-0
/
+88