kennytm
|
e862efa65d
|
Rollup merge of #53274 - bjorn3:remove_statics_field, r=nagisa
Remove statics field from CodegenCx
It doesnt seem to be used anywhere.
|
2018-08-14 23:59:15 +08:00 |
|
bjorn3
|
44af068388
|
Remove statics field from CodegenCx
|
2018-08-11 18:54:36 +02:00 |
|
Michael Woerister
|
88d84b38f1
|
Introduce SmallCStr and use it where applicable.
|
2018-08-10 11:13:00 +02:00 |
|
Michael Woerister
|
b27a161939
|
Annotate functions in LLVM with target-cpu, same as Clang does.
|
2018-08-07 14:48:20 +02:00 |
|
Mark Rousskov
|
2bc71971e5
|
Normalize DebugInfoLevel to standard style
|
2018-08-04 06:54:34 -06:00 |
|
Mark Rousskov
|
2a9344206b
|
Normalize variants of CrateType to standard style
This is a clippy-breaking change.
|
2018-08-04 06:53:15 -06:00 |
|
Irina Popa
|
265f2fa4de
|
rustc_codegen_llvm: fix tidy errors.
|
2018-07-30 20:35:08 +03:00 |
|
Irina Popa
|
f375185314
|
rustc_codegen_llvm: use safe references for Value.
|
2018-07-30 19:49:18 +03:00 |
|
Irina Popa
|
d04e66d114
|
rustc_codegen_llvm: use safe references for Type.
|
2018-07-30 18:36:29 +03:00 |
|
Irina Popa
|
249d5acaec
|
rustc_codegen_llvm: use safe references for Context and Module.
|
2018-07-30 18:27:52 +03:00 |
|
Irina Popa
|
af04e9426c
|
rustc_codegen_llvm: move from empty enums to extern types.
|
2018-07-30 18:12:47 +03:00 |
|
Michael Woerister
|
0830cc92bd
|
Revert "Clean up LLVM module naming (just use CodegenUnit names)."
This reverts commit f6894ebe66 .
|
2018-07-16 08:58:29 +02:00 |
|
Michael Woerister
|
f6894ebe66
|
Clean up LLVM module naming (just use CodegenUnit names).
|
2018-07-11 21:54:43 +02:00 |
|
gnzlbg
|
f8f204c0bf
|
add simd float intrinsics and gather/scatter
|
2018-05-24 16:04:39 +02:00 |
|
Irina Popa
|
b63d7e2b1c
|
Rename trans to codegen everywhere.
|
2018-05-17 15:08:30 +03:00 |
|