summary refs log tree commit diff
path: root/src/test/codegen
AgeCommit message (Expand)AuthorLines
2020-03-05debuginfo: Use is unsigned flag when emitting enumeratorsTomasz Miąsko-0/+27
2020-03-03Fix check for __msan_keep_going in sanitizer-recover testTomasz Miąsko-2/+2
2020-02-18better lint namesRalf Jung-1/+1
2020-02-15fix codegen testsRalf Jung-1/+1
2020-02-12Add support for new pass managerNikita Popov-4/+4
2020-02-11Auto merge of #68961 - eddyb:dbg-stack-dunk, r=nagisabors-5/+3
2020-02-10Auto merge of #68835 - CAD97:sound-range-inclusive, r=Mark-Simulacrumbors-16/+18
2020-02-09rustc_codegen_ssa: use `debug_introduce_local` on Operand call results.Eduard-Mihai Burtescu-5/+3
2020-02-08Disable failing codegen testCAD97-16/+18
2020-02-08Auto merge of #68452 - msizanoen1:riscv-abi, r=nagisa,eddybbors-0/+751
2020-02-05Selectively disable sanitizer instrumentationTomasz Miąsko-0/+61
2020-02-04Add tests for RISC-V C ABImsizanoen1-0/+751
2020-01-28Add support for Control Flow Guard on Windows.Andrew Paverd-0/+30
2020-01-27Auto merge of #68122 - Centril:stabilize-transparent-enums, r=petrochenkovbors-4/+4
2020-01-21Mark __msan_keep_going as an exported symbol for LTOTomasz Miąsko-20/+36
2020-01-20Mark __msan_track_origins as an exported symbol for LTONikita Popov-1/+5
2020-01-20stabilize transparent_enumsMazdak Farrokhzad-4/+4
2020-01-19fix real_drop_in_place in commentsRalf Jung-1/+1
2020-01-13Auto merge of #67900 - nikic:prepare-llvm-10, r=nagisabors-27/+28
2020-01-11Make codegen tests wordsize independentOliver Scherer-7/+6
2020-01-10Promote `Ref`s to constants instead of staticSantiago Pastorino-3/+3
2020-01-07Account for pointer type suffix in prefetch testNikita Popov-16/+16
2020-01-07Handle extra attributes in repeat-trusted-len.rs testNikita Popov-1/+1
2020-01-07Update codegen tests with unnamed argumentsNikita Popov-8/+8
2020-01-07Update bool-cmp.rs codegenNikita Popov-2/+3
2019-12-30Use function attribute "frame-pointer" instead of "no-frame-pointer-elim"Fangrui Song-3/+4
2019-12-14Revert "Remove `#![feature(never_type)]` from tests."Niko Matsakis-0/+2
2019-12-11Rollup merge of #66881 - krishna-veerareddy:issue-66780-bool-ord-optimization...Mazdak Farrokhzad-0/+17
2019-12-07Rollup merge of #67054 - RalfJung:set-discriminant-unreachable, r=oli-obkYuki Okushi-0/+43
2019-12-06use abort instead of unreachableRalf Jung-3/+3
2019-12-05add a testRalf Jung-0/+43
2019-12-05Auto merge of #66520 - alexcrichton:disable-gdb-wasm, r=eddybbors-0/+2
2019-12-04Disable gdb pretty printer global section on wasm targetsAlex Crichton-0/+2
2019-12-02Update the minimum external LLVM to 7Josh Stone-8/+0
2019-11-29Optimize Ord trait implementation for boolKrishna Sai Veera Reddy-0/+17
2019-11-29Auto merge of #66645 - RalfJung:dereferenceable, r=pnkfelixbors-1/+3
2019-11-22remove the 'dereferenceable' attribute from BoxRalf Jung-1/+3
2019-11-22Add support for tracking origins of uninitialized memoryTomasz Miąsko-0/+28
2019-11-22Add support for sanitizer recoveryTomasz Miąsko-0/+34
2019-11-21Introduce MIR optimizations for simplifying `x?` on `Result`s.Mazdak Farrokhzad-3/+22
2019-11-21Remove `#![feature(never_type)]` from tests.Mazdak Farrokhzad-2/+0
2019-11-11[mir-opt] Turn on the `ConstProp` pass by defaultWesley Wiser-3/+3
2019-11-04Do not require extra LLVM backends for `x.py test` to passVadim Petrochenkov-5/+1
2019-10-31rustc_codegen_ssa: move all set_var_name calls to mir::debuginfo.Eduard-Mihai Burtescu-86/+99
2019-10-29Rollup merge of #65832 - tlively:emscripten-exception-handling, r=alexcrichtonTyler Mandry-5/+5
2019-10-26Only run efiapi test on llvm 9.0+roblabla-0/+2
2019-10-25Re-enable Emscripten's exception handling supportThomas Lively-5/+5
2019-10-25Fix EFIABI testroblabla-12/+21
2019-10-25Add new EFIAPI ABIroblabla-0/+20
2019-10-16Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-118/+92