summaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
...
* Apply summary-based dead stripping to regular LTO modules with summaries.Peter Collingbourne2017-06-152-2/+11
* [PPC] Enhance altivec conversion function macros implementation.Tony Jiang2017-06-141-0/+33
* Be more strict when checking the -flto option valueYuka Takahashi2017-06-141-2/+4
* Preserve cold attribute for function declsXinliang David Li2017-06-131-0/+10
* IR: Replace the "Linker Options" module flag with "llvm.linker.options" named...Peter Collingbourne2017-06-124-15/+5
* Correct debug info bit offset calculation for big-endian targetsReid Kleckner2017-06-121-0/+17
* [ubsan] Detect invalid unsigned pointer index expression (clang)Vedant Kumar2017-06-121-15/+57
* [DebugInfo] Add kind of ImplicitParamDecl for emission of FlagObjectPointer.Alexey Bataev2017-06-091-1/+6
* Reapply r304929 [mips] Add runtime options to enable/disable madd/sub.fmtPetar Jovanovic2017-06-071-0/+87
* Finish revert of "r304929, [mips] Add runtime options to enable/disable madd/...Simon Dardis2017-06-071-0/+0
* Revert r304929 [mips] Add runtime options to enable/disable madd/sub.fmtPetar Jovanovic2017-06-071-86/+0
* [mips] Add runtime options to enable/disable madd.fmt and msub.fmtPetar Jovanovic2017-06-071-0/+86
* [CodeGen] Add thumb-mode to target-features for arm/thumb triples.Florian Hahn2017-06-074-22/+53
* [ARM] Fix Neon vector type alignment to 64-bitJaved Absar2017-06-071-0/+17
* [ARM] Add support for target("arm") and target("thumb").Florian Hahn2017-06-061-0/+19
* Revert "[AArch64] Add ARMv8.2-A FP16 vefctor intrinsics"Vedant Kumar2017-06-023-1859/+232
* [ThinLTO] Add x86 requires to thin_link_bitcode. NFC.Tim Shen2017-06-021-0/+2
* [ThinLTO] Wire up ThinLTO and new PMTim Shen2017-06-011-0/+3
* [AArch64] Add ARMv8.2-A FP16 vefctor intrinsicsAbderrazek Zaafrani2017-06-013-232/+1859
* Relax test to try and appease builders. NFC.Vedant Kumar2017-06-011-6/+6
* Don't assume that a store source is a vector type just because the destinatio...Simon Pilgrim2017-06-011-0/+12
* [ubsan] Add a check for pointer overflow UBVedant Kumar2017-06-011-0/+171
* Enable the ARM Neon intrinsics test by default.Alexander Kornienko2017-05-311-2/+0
* Revert "[ARM] Update long-test after r304201."Alexander Kornienko2017-05-311-618/+618
* Reverting Neon vector type 64-alignment fixJaved Absar2017-05-304-22/+14
* Fixup r304205 - Require PowerPC targetDiana Picus2017-05-301-0/+2
* Fix issue with test that caused bildbot failureJaved Absar2017-05-301-2/+2
* [ARM] Update long-test after r304201.Benjamin Kramer2017-05-301-618/+618
* [PPC] Make altivec conversion function macros.Benjamin Kramer2017-05-301-0/+80
* [ARM] Fix Neon vector type alignment to 64-bitJaved Absar2017-05-304-14/+22
* Unbreak long test after r304127.Benjamin Kramer2017-05-291-1/+2
* IRGen: Add optnone attribute on function during O0Mehdi Amini2017-05-2940-50/+52
* CodeGen: Define Swift's legal vector types for AArch64, ARMArnold Schwaighofer2017-05-262-0/+17
* [X86] Adding avx512_vpopcntdq feature set and its intrinsicsOren Ben Simhon2017-05-252-1/+39
* [CodeGen] Pessimize aliasing for member unions (and may-alias) objectsKrzysztof Parzyszek2017-05-251-0/+44
* Fix one test case faiulre in commit 303766.Tony Jiang2017-05-241-9/+9
* [PowerPC] Implement vec_xxsldwi builtin.Tony Jiang2017-05-242-0/+63
* [PowerPC] Implement vec_xxpermdi builtin.Tony Jiang2017-05-242-1/+65
* [XRay][clang] Allow imbuing arg1 logging attribute via -fxray-always-instrument=Dean Michael Berris2017-05-241-0/+12
* [mips] Make checks in CodeGen/mips-varargs.c less fragileSimon Dardis2017-05-231-33/+34
* Adjust clang test for r303590Teresa Johnson2017-05-231-4/+9
* [mips] Support `micromips` attributeSimon Atanasyan2017-05-221-0/+12
* CodeGenModule: Always output wchar_size, check LLVM assumptions.Matthias Braun2017-05-201-0/+8
* Revert "CodeGenModule: Always output wchar_size, check LLVM assumptions."Matthias Braun2017-05-201-8/+0
* CodeGenModule: Always output wchar_size, check LLVM assumptions.Matthias Braun2017-05-191-0/+8
* CodeGen: Cast alloca to expected address spaceYaxun Liu2017-05-181-3/+5
* [asan] One more test for -fsanitize-address-globals-dead-stripping.Evgeniy Stepanov2017-05-151-0/+11
* Remove ignore-empty-index-file optionTeresa Johnson2017-05-121-3/+3
* [SPARC] Support 'f' and 'e' inline asm constraints.James Y Knight2017-05-121-0/+11
* Issue diagnostics when returning FP values on x86_64 without SSE1/2Reid Kleckner2017-05-111-0/+15