summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm
AgeCommit message (Expand)AuthorLines
2022-01-05Disable LLVM newPM by defaultSimonas Kazlauskas-8/+4
2021-11-23Feat: make cg_ssa get_param borrow the builder mutablerdambrosio-1/+1
2021-11-22add rustc option for using LLVM stack smash protectionBenjamin A. Bjørnseth-1/+41
2021-11-18Auto merge of #90382 - alexcrichton:wasm64-libstd, r=joshtriplettbors-5/+7
2021-11-14Remove workaround for the forward progress handling in LLVMAndreas Jonson-10/+0
2021-11-10Disable `.debug_aranges` for all wasm targetsAlex Crichton-8/+2
2021-11-10Rollup merge of #88868 - calebzulawski:feature/simd_bitmask, r=workingjubileeMatthias Krüger-32/+69
2021-11-10Use more robust checks in rustc for wasmAlex Crichton-3/+3
2021-11-10Update more rustc/libtest things for wasm64Alex Crichton-4/+4
2021-11-10Fix a crash with wasm64 in LLVMAlex Crichton-1/+9
2021-11-10Add comment regarding bit orderCaleb Zulawski-0/+3
2021-11-09Rollup merge of #90701 - michaelwoerister:more-artifact-sizes, r=davidtwcoMatthias Krüger-0/+46
2021-11-09Rollup merge of #89561 - nbdd0121:const_typeck, r=nikomatsakisMatthias Krüger-1/+1
2021-11-08Record more artifact sizes during self-profiling.Michael Woerister-0/+46
2021-11-08Don't abort compilation after giving a lint errorJoshua Nelson-1/+1
2021-11-07Rename functions reflect that inline const is also "typeck_child"Gary Guo-1/+1
2021-11-06Auto merge of #90617 - tmiasko:time-trace-threads, r=wesleywiserbors-5/+51
2021-11-06Fix off-by-one error uncovered by std::simd testsCaleb Zulawski-2/+2
2021-11-06Allow simd_select_bitmask to take byte arraysCaleb Zulawski-20/+31
2021-11-06Allow simd_bitmask to return byte arraysCaleb Zulawski-12/+35
2021-11-05Move outline-atomics to aarch64-linux target definitionsJosh Stone-5/+0
2021-11-05Remove some minor checks for LLVM < 12Josh Stone-15/+6
2021-11-05Initialize LLVM time trace profiler on each code generation threadTomasz Miąsko-5/+51
2021-11-03Update aarch64 `target_feature` list for LLVM 12.Adam Gemmell-0/+1
2021-10-28Revert "Add rustc lint, warning when iterating over hashmaps"Mark Rousskov-1/+0
2021-10-27Auto merge of #89652 - rcvalle:rust-cfi, r=nagisabors-0/+48
2021-10-26Properly check `target_features` not to trigger an assertionYuki Okushi-2/+6
2021-10-25Add LLVM CFI support to the Rust compilerRamon de C Valle-0/+48
2021-10-25Rollup merge of #89581 - jblazquez:master, r=Mark-SimulacrumMatthias Krüger-0/+3
2021-10-25Auto merge of #89808 - tmiasko:llvm-multithreaded, r=nagisabors-16/+6
2021-10-24Rollup merge of #89558 - lcnr:query-stable-lint, r=estebankMatthias Krüger-0/+1
2021-10-22Update the minimum external LLVM to 11Josh Stone-2/+1
2021-10-20Make hash_result an Option.Camille GILLOT-2/+7
2021-10-20Rollup merge of #87404 - rylev:artifact-size-profiling, r=wesleywiserYuki Okushi-1/+1
2021-10-15allow `potential_query_instability` everywherelcnr-0/+1
2021-10-12Cleanup LLVM multi-threading checksTomasz Miąsko-16/+6
2021-10-12Remap ssa RealPredicate to llvm RealPredicateTomasz Miąsko-0/+28
2021-10-11Add -Z no-unique-section-names to reduce ELF header bloat.Javier Blazquez-0/+3
2021-10-11Auto merge of #89597 - michaelwoerister:improve-vtable-debuginfo, r=wesleywiserbors-36/+50
2021-10-10Auto merge of #88952 - skrap:add-armv7-uclibc, r=nagisabors-1/+1
2021-10-08Default to disabling the new pass manager for the s390x targets.Hans Kratz-4/+13
2021-10-08Create more accurate debuginfo for vtables.Michael Woerister-36/+50
2021-10-07Rollup merge of #89025 - ricobbe:raw-dylib-link-ordinal, r=michaelwoeristerJubilee-7/+14
2021-10-07Rollup merge of #87918 - mikebenfield:pr-afdo, r=nikicJubilee-0/+22
2021-10-07Rollup merge of #89298 - gcohara:issue89193, r=workingjubileeGuillaume Gomez-8/+25
2021-10-07Update to measureme v10Ryan Levick-1/+1
2021-10-07Add support for artifact size profilingRyan Levick-1/+1
2021-10-06Enable AutoFDO.Michael Benfield-0/+22
2021-10-06add platform support details file for armv7-unknown-linux-uclibcJonah Petri-2/+1
2021-10-06Add new target armv7-unknown-linux-uclibceabihfYannick Koehler-0/+1