summaryrefslogtreecommitdiff
path: root/compiler/rustc_codegen_gcc
Commit message (Expand)AuthorAgeFilesLines
...
* | Remove more redundant `all`sChris Denton2022-11-261-4/+4
|/
* Rollup merge of #104001 - Ayush1325:custom-entry, r=bjorn3Dylan DPC2022-11-192-4/+5
|\
| * Use custom entry name in gccAyush Singh2022-11-152-4/+5
* | Auto merge of #103138 - nnethercote:merge-BBs, r=bjorn3bors2022-11-171-5/+4
|\ \
| * | Use `&mut Bx` more.Nicholas Nethercote2022-11-161-5/+4
* | | Rollup merge of #103750 - calebzulawski:master, r=workingjubileeMatthias Krüger2022-11-161-4/+4
|\ \ \
| * | | Allow actual AVX512-related feature names in the case of some misleading aliasesCaleb Zulawski2022-11-121-4/+4
* | | | Auto merge of #102570 - cjgillot:deagg-debuginfo, r=oli-obkbors2022-11-151-8/+49
|\ \ \ \ | |_|/ / |/| | |
| * | | Introduce composite debuginfo.Camille GILLOT2022-11-151-8/+49
* | | | Auto merge of #104054 - RalfJung:byte-provenance, r=oli-obkbors2022-11-151-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | fix cranelift and gccRalf Jung2022-11-061-2/+2
| | |/ | |/|
* | | add is_sized method on Abi and Layout, and use itRalf Jung2022-11-131-1/+1
| |/ |/|
* | Add type_array to BaseTypeMethodsAyush Singh2022-11-061-21/+21
|/
* Rewrite implementation of `#[alloc_error_handler]`Amanieu d'Antras2022-10-312-11/+4
* Support raw-dylib functions being used inside inlined functionsDaniel Paoliello2022-10-241-0/+1
* Migrate all diagnosticsNilstrieb2022-10-231-23/+23
* Stabilize asm_symAmanieu d'Antras2022-10-171-3/+6
* Remove type argument of array_alloca and rename to byte_array_allocabjorn32022-10-021-1/+1
* Remove dynamic_alloca from BuilderMethodsbjorn32022-10-021-4/+0
* Merge apply_attrs_callsite into call and invokebjorn32022-10-015-13/+32
* Remove unused target_cpu and tune_cpu methods from ExtraBackendMethodsbjorn32022-10-011-9/+0
* Remove several unused methods from MiscMethodsbjorn32022-10-011-16/+0
* Remove unused Context assoc type from WriteBackendMethodsbjorn32022-10-011-1/+0
* Rollup merge of #101075 - ellishg:rustc_codegen_gcc_diagnostics, r=davidtwcoMatthias Krüger2022-09-308-163/+322
|\
| * print <signal> when ranlib failed without an exit codeEllis Hoag2022-09-281-1/+1
| * lint and remove unused diagnosticEllis Hoag2022-09-261-6/+4
| * remove commentEllis Hoag2022-09-241-1/+0
| * fix lifetime errorEllis Hoag2022-09-242-29/+3
| * rebase and update trait namesEllis Hoag2022-09-241-25/+25
| * impl SessionDiagnostic for LayoutError and Spanned<T>Ellis Hoag2022-09-241-1/+18
| * Add monomorphization errorsEllis Hoag2022-09-243-153/+261
| * lint typeEllis Hoag2022-09-241-1/+1
| * Add wrapper type for ExitCode for use in RanlibFailureEllis Hoag2022-09-242-2/+24
| * remove IntoDiagnosticArg impl for OptionEllis Hoag2022-09-242-2/+2
| * Lint against untranslatable diagnostics in rustc_codegen_gccEllis Hoag2022-09-241-0/+2
| * Add LayoutSizeOverflowEllis Hoag2022-09-242-2/+11
| * Add LTONotSupportedEllis Hoag2022-09-242-1/+6
| * Add UnwindingInlineAsmEllis Hoag2022-09-242-1/+9
| * Add LinkageConstOrMutTypeEllis Hoag2022-09-242-4/+10
| * Add RanlibFailureEllis Hoag2022-09-243-1/+12
* | Stabilize bench_black_boxUrgau2022-09-271-1/+1
|/
* Remove dead broken code from const zst handling in backendsOli Scherer2022-09-061-4/+0
* Rollup merge of #100653 - cuviper:fptoint_sat, r=michaelwoerister,antoyoDylan DPC2022-08-302-5/+170
|\
| * Move the cast_float_to_int fallback code to GCCJosh Stone2022-08-162-5/+170
* | Rollup merge of #101101 - RalfJung:read-pointer-as-bytes, r=oli-obkDylan DPC2022-08-301-6/+6
|\ \
| * | interpret: rename relocation → provenanceRalf Jung2022-08-271-6/+6
* | | Auto merge of #96946 - WaffleLapkin:ptr_mask, r=scottmcmbors2022-08-281-0/+12
|\ \ \ | |/ / |/| |
| * | Fix `ptr_mask` impl in cg gccMaybe Waffle2022-08-211-1/+11
| * | Implement `ptr_mask` intrinsic in cg gccMaybe Waffle2022-08-211-0/+2
| |/
* | Auto merge of #100999 - nnethercote:shrink-FnAbi, r=bjorn3bors2022-08-272-31/+16
|\ \