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-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
2018-08-27
Rename hir::map::NodeKind to hir::Node
varkor
-3
/
+3
2018-08-27
Remove path prefixes from NodeKind
varkor
-3
/
+3
2018-08-27
Rename hir::map::Node to hir::map::NodeKind
varkor
-2
/
+2
2018-08-22
Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...
varkor
-1
/
+1
2018-08-14
Rollup merge of #53274 - bjorn3:remove_statics_field, r=nagisa
kennytm
-1
/
+0
2018-08-11
Remove statics field from CodegenCx
bjorn3
-1
/
+0
2018-08-10
Introduce const_cstr!() macro and use it where applicable.
Michael Woerister
-1
/
+1
2018-08-07
Fix issue around dllimport and ThinLTO as LLD runs it.
Michael Woerister
-1
/
+14
2018-07-31
Make globals with private linkage unnamed. Fixes #50862.
Colin Pronovost
-7
/
+13
2018-07-30
rustc_codegen_llvm: use safe references for Value.
Irina Popa
-21
/
+23
2018-07-30
rustc_codegen_llvm: use safe references for Type.
Irina Popa
-7
/
+7
2018-07-24
Deduplicate linkage checking code for statics
Gabriel Smith
-85
/
+69
2018-07-24
Properly set the linkage type on non-local statics
Gabriel Smith
-6
/
+53
2018-07-23
Promoteds are statics and statics have a place, not just a value
Oliver Schneider
-3
/
+5
[next]