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
/
consts.rs
Age
Commit message (
Expand
)
Author
Lines
2019-08-21
Fix codegen with explicit allocation byte access
Andreas Molzer
-7
/
+48
2019-08-02
CTFE: simplify Value type by not checking for alignment
Ralf Jung
-2
/
+2
2019-06-22
Rollup merge of #61984 - ljedrz:more_node_id_pruning, r=Zoxc
Mazdak Farrokhzad
-1
/
+1
2019-06-20
rename hir::map::get_by_hir_id to get
ljedrz
-1
/
+1
2019-06-19
Pacify tidy
Oliver Scherer
-1
/
+3
2019-06-19
Change `ByRef` to a struct variant to clarify its fields via names
Oliver Scherer
-1
/
+1
2019-06-19
Remove the `AllocId` from `ByRef` values
Oliver Scherer
-1
/
+1
2019-06-19
Weave the alignment through `ByRef`
Oliver Scherer
-1
/
+3
2019-06-02
remove unneeded deps
Mark Mansi
-1
/
+0
2019-06-02
remove reexports of mir::mono::{MonoItem,CodegenUnit}
Mark Mansi
-0
/
+1
2019-06-02
remove reexport of rustc::ty::Instance
Mark Mansi
-2
/
+1
2019-05-27
Refine the message to at least *mention* the attribute itself.
Felix S. Klock II
-1
/
+2
2019-05-27
Always supply span to check_and_apply_linkage, sidestepping need to add `bug!...
Felix S. Klock II
-16
/
+6
2019-05-13
Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.
Nicholas Nethercote
-1
/
+2
2019-03-07
HirIdification: replace NodeId method calls
ljedrz
-2
/
+2
2019-02-24
Rollup merge of #58511 - oli-obk:const_to_op, r=RalfJung
Mazdak Farrokhzad
-1
/
+1
2019-02-18
librustc_codegen_llvm => 2018
Taiki Endo
-9
/
+9
2019-02-16
Reuse the `Pointer` type instead of passing reassembling it at many use sites
Oliver Scherer
-1
/
+1
2019-02-12
Stabilize linker-plugin based LTO.
Michael Woerister
-3
/
+3
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-2
/
+2
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
-2
/
+2
2018-11-29
Move get_static from CodegenCx to Builder
bjorn3
-28
/
+28
2018-11-29
Rename static_bitcast to const_bitcast
bjorn3
-1
/
+1
2018-11-29
Remove static_addr_of_mut from cg_ssa
bjorn3
-3
/
+3
2018-11-29
Rename StaticMethods::static_ptrcast to ConstMethods::const_ptrcast
bjorn3
-4
/
+0
2018-11-29
Remove static_bitcast from cg_ssa
bjorn3
-7
/
+8
2018-11-29
Remove static_replace_all_uses and statics_to_rauw from cg_ssa
bjorn3
-5
/
+0
2018-11-29
Make ConstMethods and StaticMethods require BackendTypes instead of Backend
bjorn3
-1
/
+1
2018-11-22
rustc_target: avoid using AbiAndPrefAlign where possible.
Eduard-Mihai Burtescu
-7
/
+7
2018-11-22
rustc_target: separate out an individual Align from AbiAndPrefAlign.
Eduard-Mihai Burtescu
-5
/
+5
2018-11-22
rustc_target: rename abi::Align to AbiAndPrefAlign.
Eduard-Mihai Burtescu
-5
/
+5
2018-11-16
[eddyb] rustc_codegen_ssa: rename `interfaces` to `traits`.
Eduard-Mihai Burtescu
-1
/
+1
2018-11-16
[eddyb] rustc_codegen_ssa: handle LLVM unsafety correctly.
Eduard-Mihai Burtescu
-6
/
+4
2018-11-16
Finished moving backend-agnostic code to rustc_codegen_ssa
Denis Merigoux
-4
/
+7
2018-11-16
Great separation of librustc_codegen_llvm: librustc_codegen_ssa compiles
Denis Merigoux
-0
/
+52
2018-11-16
Preparing the generalization of base:compile_coodegen_unit
Denis Merigoux
-0
/
+7
2018-11-16
Generalized mir::codegen_mir (and all subsequent functions)
Denis Merigoux
-9
/
+8
2018-11-16
Generalized base::unsized_info
Denis Merigoux
-2
/
+2
2018-11-16
[eddyb/rebase cleanup] s/&self./self.
Eduard-Mihai Burtescu
-29
/
+29
2018-11-16
Added StaticMethods trait
Denis Merigoux
-308
/
+316
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
-3
/
+3
2018-11-16
Traitification of type_ methods
Denis Merigoux
-4
/
+4
2018-11-16
CommonWriteMethods are not static any more
Denis Merigoux
-3
/
+3
2018-11-16
Split CommonMethods to accomodate for use in back/write.rs
Denis Merigoux
-1
/
+1
2018-11-16
Traitification of common.rs methods
Denis Merigoux
-5
/
+7
2018-10-08
codegen_llvm: improve common patterns
ljedrz
-10
/
+9
2018-10-08
codegen_llvm: whitespace & formatting improvements
ljedrz
-1
/
+1
[prev]
[next]