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
/
asm.rs
Age
Commit message (
Expand
)
Author
Lines
2020-08-30
mv compiler to compiler/
mark
-836
/
+0
2020-08-26
Fix a typo in #75781
Amanieu d'Antras
-1
/
+1
2020-08-21
More inline asm register name fixups for LLVM
Amanieu d'Antras
-2
/
+5
2020-08-17
rust_ast::ast => rustc_ast
Ujjwal Sharma
-2
/
+2
2020-08-17
Auto merge of #75187 - pawanbisht62:feature/incorporate-tracing, r=oli-obk
bors
-1
/
+1
2020-08-06
Incorporate tracing crate
bishtpawan
-1
/
+1
2020-08-03
Work around LLVM issues with explicit register in inline asm
Amanieu d'Antras
-29
/
+126
2020-06-16
Add initial asm!() support for hexagon
Brian Cain
-0
/
+4
2020-05-30
Rollup merge of #72625 - Amanieu:asm-srcloc, r=petrochenkov
Ralf Jung
-8
/
+24
2020-05-29
Improve inline asm error diagnostics
Amanieu d'Antras
-8
/
+24
2020-05-24
Minor fixes, as requested in PR review
Michal Sudwoj
-4
/
+0
2020-05-24
NVPTX support for new asm!
Michal Sudwoj
-0
/
+12
2020-05-18
Move InlineAsmTemplatePiece and InlineAsmOptions to librustc_ast
Amanieu d'Antras
-0
/
+1
2020-05-18
Implement att_syntax option
Amanieu d'Antras
-1
/
+5
2020-05-18
Work around more LLVM limitations
Amanieu d'Antras
-1
/
+76
2020-05-18
Add support for high byte registers on x86
Amanieu d'Antras
-0
/
+3
2020-05-18
Implement asm! codegen
Amanieu d'Antras
-15
/
+463
2020-03-26
Rename asm! to llvm_asm!
Amanieu d'Antras
-3
/
+3
2020-03-11
Rollup merge of #69893 - tmiasko:cstr, r=petrochenkov
Mazdak Farrokhzad
-11
/
+11
2020-03-11
librustc_codegen_llvm: Use slices instead of 0-terminated strings
Tomasz Miąsko
-11
/
+11
2020-03-09
Check if output is immediate value
Yuki Okushi
-2
/
+8
2020-03-05
Use more efficient &&str to String conversion (clippy::inefficient_to_string)
Matthias Krüger
-1
/
+1
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-1
/
+1
2020-01-05
Remove rustc_hir reexports in rustc::hir.
Mazdak Farrokhzad
-1
/
+1
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-32
/
+37
2019-12-11
rustc: Link LLVM directly into rustc again
Alex Crichton
-1
/
+1
2019-11-21
reduce size of hir::ExprKind
Mazdak Farrokhzad
-1
/
+1
2019-08-17
Remove SyntaxContext from {ast, hir}::{GlobalAsm, InlineAsm}
Matthew Jasper
-3
/
+4
2019-07-19
hygiene: Tweak naming some more
Vadim Petrochenkov
-1
/
+1
2019-07-08
normalize use of backticks for compiler messages in librustc_codegen
Samy Kacimi
-1
/
+1
2019-06-11
rustc_codegen_*: deny(unused_lifetimes).
Eduard-Mihai Burtescu
-1
/
+1
2019-03-29
Remove inline_asm_call from cg_ssa
bjorn3
-2
/
+46
2019-02-18
librustc_codegen_llvm => 2018
Taiki Endo
-5
/
+5
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-11-29
Use implicit deref instead of BuilderMethods::cx()
bjorn3
-6
/
+6
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
-2
/
+2
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
-3
/
+3
2018-11-16
Move doc to trait declarations
Denis Merigoux
-1
/
+0
2018-11-16
Generalized mir::codegen_mir (and all subsequent functions)
Denis Merigoux
-92
/
+96
2018-11-16
Generalized base::coerce_unsized_into
Denis Merigoux
-3
/
+3
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
-2
/
+2
2018-11-16
Prefixed const methods with "const" instead of "c"
Denis Merigoux
-1
/
+1
2018-11-16
Traitification of type_ methods
Denis Merigoux
-4
/
+3
2018-11-16
Use the method form for CodegenCx everywhere
Denis Merigoux
-1
/
+1
2018-11-16
Replaced Codegen field access by trait method
Denis Merigoux
-6
/
+6
[next]