summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Revert "Change the X86 datalayout to add three address spaces for 32 bit sign...Vlad Tsyrklevich2019-08-2814-20/+21
* Change the X86 datalayout to add three address spaces for 32 bit signed,Amy Huang2019-08-2714-21/+20
* [RISCV] Set MaxAtomicInlineWidth and MaxAtomicPromoteWidth for RV32/RV64 targ...Sam Elliott2019-08-271-0/+68
* hwasan, codegen: Keep more lifetime markers used for hwasanVitaly Buka2019-08-261-0/+3
* msan, codegen, instcombine: Keep more lifetime markers used for msanVitaly Buka2019-08-261-0/+3
* NFC: Rename some sanitizer related lifetime checksVitaly Buka2019-08-241-5/+5
* [Bugfix] fix r369705 unit testNick Desaulniers2019-08-221-1/+1
* [Clang][CodeGen] set alias linkage on QualTypeNick Desaulniers2019-08-221-0/+11
* [LTO] Always mark regular LTO units with EnableSplitLTOUnit=1 under the new p...Leonard Chan2019-08-211-1/+2
* Don't keep stale pointers to LoopInfos.Aaron Ballman2019-08-191-0/+16
* [RISCV] Add inline asm constraint A for RISC-VLewis Revill2019-08-161-0/+6
* [WebAssembly] Correctly handle va_arg of zero-sized structuresGuanzhong Chen2019-08-151-18/+58
* [X86] Add test cases for _mm_movepi64_pi64 and _mm_movpi64_epi64.Craig Topper2019-08-151-0/+17
* [NFC] Updated tests after r368875David Bolvansky2019-08-141-7/+7
* [NFC] Fix testcase for ARMsDavid Bolvansky2019-08-141-3/+3
* [NFC] Make test more robustDavid Bolvansky2019-08-141-27/+5
* [Codegen] Updated test for D66158David Bolvansky2019-08-141-2/+34
* [WebAssembly] Make clang emit correct va_arg code for structsGuanzhong Chen2019-08-131-5/+6
* [NFC] Updated tests after r368724David Bolvansky2019-08-131-7/+7
* [NFC] Updated tests after r368657David Bolvansky2019-08-131-7/+7
* cfi-icall: Allow the jump table to be optionally made non-canonical.Peter Collingbourne2019-08-092-4/+28
* CodeGen: ensure 8-byte aligned String Swift CF ABISaleem Abdulrasool2019-08-091-0/+6
* Add SVE opaque built-in typesRichard Sandiford2019-08-091-0/+9
* [PowerPC] [Clang] Port SSE3, SSSE3 and SSE4 intrinsics to PowerPCQiu Chaofan2019-08-093-0/+1332
* Add target requirements for those bots which don't handle x86.Bill Wendling2019-08-071-0/+1
* Delay diagnosing asm constraints that require immediates until after inliningBill Wendling2019-08-061-0/+19
* [WebAssembly] Lower ASan constructor priority on EmscriptenGuanzhong Chen2019-08-061-0/+5
* Sidestep false positive due to a matching git repository nameRoger Ferrer Ibanez2019-08-051-1/+1
* IR: print value numbers for unnamed function argumentsTim Northover2019-08-0339-295/+295
* [BPF] annotate DIType metadata for builtin preseve_array_access_index()Yonghong Song2019-08-022-11/+30
* Rename two clang tests from .cc to .cpp.Nico Weber2019-08-011-0/+0
* [clang][ARM] Fix msvc arm{64} builtins to use int on LP64 systems.Michael J. Spencer2019-07-312-0/+226
* [InstCombine] canonicalize fneg before fmul/fdivSanjay Patel2019-07-311-12/+15
* [AArch64] Add support for Transactional Memory Extension (TME)Momchil Velikov2019-07-311-0/+42
* [RISCV] Support 'f' Inline Assembly ConstraintSam Elliott2019-07-311-0/+12
* [COFF][ARM64] Reorder handling of aarch64 MSVC builtinsDavid Major2019-07-301-0/+4
* [FunctionAttrs] Annotate "willreturn" for intrinsicsHideto Ueno2019-07-281-1/+1
* Revert "[ARM] Set default alignment to 64bits"Petr Hosek2019-07-271-19/+0
* [NewPM] Run avx*-builtins.c tests under the new pass manager onlyLeonard Chan2019-07-264-150/+280
* [CodeGen] fix test that broke with rL367146Sanjay Patel2019-07-261-12/+11
* [ARM] Set default alignment to 64bitsSimi Pallipurath2019-07-261-0/+19
* Reland the "[NewPM] Port Sancov" patch from rL365838. No functionalLeonard Chan2019-07-251-0/+41
* Allow prefetching from non-zero address spacesJF Bastien2019-07-258-22/+27
* [SVE][Inline-Asm] Add support to specify SVE registers in the clobber listSander de Smalen2019-07-241-0/+13
* Updated the signature for some stack related intrinsics (CLANG)Christudasan Devadasan2019-07-225-12/+12
* [Clang] Replace cc1 options '-mdisable-fp-elim' and '-momit-leaf-frame-pointer'Yuanfang Chen2019-07-204-6/+6
* [WebAssembly] Compute and export TLS block alignmentGuanzhong Chen2019-07-191-0/+6
* [LTO] Always mark regular LTO units with EnableSplitLTOUnit=1Teresa Johnson2019-07-191-0/+12
* [RISCV] Hard float ABI supportAlex Bradbury2019-07-189-2/+1153
* [WebAssembly] Implement __builtin_wasm_tls_base intrinsicGuanzhong Chen2019-07-181-0/+5
OpenPOWER on IntegriCloud