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
/
builder.rs
Age
Commit message (
Expand
)
Author
Lines
2019-03-29
Use ExactSizeIterator + TrustedLen instead of num_cases arg for switch
bjorn3
-3
/
+3
2019-03-29
Add a method for emiting a switch.
bjorn3
-8
/
+9
2019-03-29
Remove inline_asm_call from cg_ssa
bjorn3
-41
/
+1
2019-03-29
Remove type_variadic_func and typ_array from cg_ssa
bjorn3
-21
/
+51
2019-03-29
Move get_param and set_value_name
bjorn3
-21
/
+23
2019-03-29
Remove a lot of methods from BuilderMethods
bjorn3
-213
/
+213
2019-03-29
Remove const_{cstr,str_slice,get_elt,get_real} and is_const_real methods from...
bjorn3
-0
/
+31
2019-03-29
Misc
bjorn3
-1
/
+1
2019-03-29
Add a comment
bjorn3
-0
/
+1
2019-03-29
Use Builder instead of CodegenCx for OperandRef and LocalRef
bjorn3
-1
/
+1
2019-02-25
librustc_codegen_llvm: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-1
/
+1
2019-02-18
librustc_codegen_llvm => 2018
Taiki Endo
-9
/
+8
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-09
Bump minimum required LLVM version to 6.0
Nikita Popov
-8
/
+2
2018-11-29
Move get_static from CodegenCx to Builder
bjorn3
-0
/
+7
2018-11-29
Use implicit deref instead of BuilderMethods::cx()
bjorn3
-29
/
+29
2018-11-29
Require Deref to CodegenCx for HasCodegen
bjorn3
-1
/
+8
2018-11-29
Move IntrinsicCallMethods::call_overflow_intrinsics to BuilderMethods::checke...
bjorn3
-0
/
+74
2018-11-29
Remove call_lifetime_intrinsic from cg_ssa
bjorn3
-16
/
+18
2018-11-29
Some refactorings
bjorn3
-1
/
+0
2018-11-29
rustc_codegen_llvm: don't overalign loads of pair operands.
Eduard-Mihai Burtescu
-3
/
+9
2018-11-22
rustc_target: avoid using AbiAndPrefAlign where possible.
Eduard-Mihai Burtescu
-21
/
+21
2018-11-22
rustc_target: separate out an individual Align from AbiAndPrefAlign.
Eduard-Mihai Burtescu
-9
/
+9
2018-11-22
rustc_target: rename abi::Align to AbiAndPrefAlign.
Eduard-Mihai Burtescu
-12
/
+12
2018-11-16
[eddyb] rustc_codegen_llvm: remove unused parametrization of `CodegenCx` and ...
Eduard-Mihai Burtescu
-3
/
+3
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
-7
/
+12
2018-11-16
All Builder methods now take &mut self instead of &self
Denis Merigoux
-124
/
+128
2018-11-16
Added some docs + start to &mut self builder methods
Denis Merigoux
-9
/
+9
2018-11-16
Finished moving backend-agnostic code to rustc_codegen_ssa
Denis Merigoux
-6
/
+6
2018-11-16
Great separation of librustc_codegen_llvm: librustc_codegen_ssa compiles
Denis Merigoux
-8
/
+0
2018-11-16
Beginning of moving all backend-agnostic code to rustc_codegen_ssa
Denis Merigoux
-10
/
+10
2018-11-16
[eddyb/rebase cleanup] abstracted Funclet
Eduard-Mihai Burtescu
-20
/
+25
2018-11-16
Moved common.rs enums
Denis Merigoux
-9
/
+14
2018-11-16
Starting to move backend-agnostic code into codegen_utils
Denis Merigoux
-0
/
+1
2018-11-16
Move doc to trait declarations
Denis Merigoux
-10
/
+0
2018-11-16
Generalized mir::codegen_mir (and all subsequent functions)
Denis Merigoux
-15
/
+25
2018-11-16
Generalized base::coerce_unsized_into
Denis Merigoux
-2
/
+72
2018-11-16
Generalized base::unsized_info
Denis Merigoux
-7
/
+32
2018-11-16
[eddyb/rebase cleanup] s/&self./self.
Eduard-Mihai Burtescu
-4
/
+4
2018-11-16
Traitified IntrinsicCallMethods
Denis Merigoux
-11
/
+3
2018-11-16
Transfered memcpy and memset to BuilderMethods
Denis Merigoux
-10
/
+49
2018-11-16
Generalized memset and memcpy
Denis Merigoux
-1
/
+4
2018-11-16
Generalized some base.rs methods
Denis Merigoux
-4
/
+3
2018-11-16
Attempt at including CodegenCx within Builder with Associated types
Denis Merigoux
-31
/
+33
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
-9
/
+9
2018-11-16
Prefixed const methods with "const" instead of "c"
Denis Merigoux
-6
/
+6
2018-11-16
Traitification of type_ methods
Denis Merigoux
-12
/
+12
2018-11-16
Added definition of type trait
Denis Merigoux
-0
/
+1
[next]