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_trans
/
asm.rs
Age
Commit message (
Expand
)
Author
Lines
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-129
/
+0
2018-01-30
rustc_trans: clobber $1 (aka $at) on mips
James Cowgill
-2
/
+3
2018-01-14
rustc_trans: rename bcx to bx.
Eduard-Mihai Burtescu
-13
/
+13
2018-01-14
rustc_trans: rename ccx to cx.
Eduard-Mihai Burtescu
-8
/
+8
2018-01-14
rustc_trans: rename CrateContext to CodegenCx.
Eduard-Mihai Burtescu
-1
/
+1
2018-01-14
rustc_trans: access fields directly on CrateContext.
Eduard-Mihai Burtescu
-3
/
+3
2017-12-01
MIR: s/lv(al(ue)?)?/place in function/variable/module names.
Eduard-Mihai Burtescu
-7
/
+7
2017-12-01
MIR: s/Lvalue/Place in type names.
Eduard-Mihai Burtescu
-2
/
+2
2017-11-19
rustc_trans: query LLVM types from a layout instead of a Ty.
Eduard-Mihai Burtescu
-1
/
+2
2017-11-19
rustc_trans: keep a layout instead of a type in {Lvalue,Operand}Ref.
Eduard-Mihai Burtescu
-16
/
+9
2017-11-19
rustc_trans: remove the in_memory_type_of distinction.
Eduard-Mihai Burtescu
-2
/
+1
2017-11-19
rustc_trans: use more of the trans::mir and ty::layout APIs throughout.
Eduard-Mihai Burtescu
-6
/
+7
2017-04-12
Expose LLVM appendModuleInlineAsm
A.J. Gardner
-1
/
+1
2017-04-12
Add new TransItem for global_asm trans
A.J. Gardner
-0
/
+8
2017-03-29
Merge `ExpnId` and `SyntaxContext`.
Jeffrey Seyfried
-2
/
+2
2017-03-27
Fix various useless derefs and slicings
Oliver Schneider
-2
/
+2
2017-02-08
emit "align 1" metadata on loads/stores of packed structs
Ariel Ben-Yehuda
-1
/
+3
2017-01-04
Add Builder::sess and Builder::tcx methods
Mark Simulacrum
-1
/
+1
2017-01-04
Replace BlockAndBuilder with Builder.
Mark Simulacrum
-2
/
+3
2016-12-31
Fix transmute::<T, U> where T requires a bigger alignment than U
Björn Steinbrink
-1
/
+1
2016-12-20
Replace bcx.ccx() with bcx.ccx
Mark Simulacrum
-6
/
+6
2016-12-20
Rename 'blk and 'bcx to 'a
Mark Simulacrum
-4
/
+6
2016-12-20
Replace build.rs with calling functions on builder directly
Mark-Simulacrum
-11
/
+11
2016-12-20
Refactor Block into BlockAndBuilder
Mark-Simulacrum
-1
/
+1
2016-11-21
Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p...
Jeffrey Seyfried
-1
/
+1
2016-10-31
Changed most vec! invocations to use square braces
iirelu
-1
/
+1
2016-08-24
rustc_trans: remove the bulk of old trans and most of its support code.
Eduard Burtescu
-9
/
+10
2016-08-03
finish type-auditing rustllvm
Ariel Ben-Yehuda
-2
/
+2
2016-04-06
rustc: move rustc_front to rustc::hir.
Eduard Burtescu
-1
/
+1
2016-03-27
rustc_trans: move the contents of the trans module to top-level.
Eduard Burtescu
-0
/
+120