summaryrefslogtreecommitdiff
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Emit DeferredDeclsToEmit in a DFS order.Rafael Espindola2015-01-222-5/+5
* [AVX512] Add sub-vector FP extractsAdam Nemet2015-01-191-0/+14
* Migrate all uses of DIVariable's FlagIndirectVariable to use a DIExpressionAdrian Prantl2015-01-191-1/+4
* [x86] Mark that the AVX-512 cmpps/cmppd builtins need an ICE for the comparis...Craig Topper2015-01-191-0/+12
* Remove pathname dependence. Also rewrite test to use FileCheckEric Christopher2015-01-161-1/+3
* Add comdat to string literal variables on COFF.Rafael Espindola2015-01-161-1/+1
* [AVX512] Add intrinsics for masked aligned FP loads and storesAdam Nemet2015-01-161-0/+42
* Fix typo in r225922.Adam Nemet2015-01-161-2/+2
* IR: Move MDLocation into place (clang testcases)Duncan P. N. Exon Smith2015-01-146-10/+10
* [mips] Handle transparent unions correctly.Daniel Sanders2015-01-141-0/+27
* [AVX512] Add FP unpack intrinsicsAdam Nemet2015-01-141-0/+28
* [mips] Fix va_arg() for pointer types on big-endian N32.Daniel Sanders2015-01-131-0/+49
* Reimplement -fsanitize-recover family of flags.Alexey Samsonov2015-01-124-9/+31
* [patch][pr19848] Produce explicit comdats in clang.Rafael Espindola2015-01-121-2/+2
* CodeGen: Simplify consecutive '%' modifiersDavid Majnemer2015-01-111-0/+7
* CodeGen: Simplify consecutive '&' modifiersDavid Majnemer2015-01-111-0/+7
* IR: Add 'distinct' MDNodes to bitcode and assembly (clang)Duncan P. N. Exon Smith2015-01-082-21/+21
* R600: Handle amdgcn tripleTom Stellard2015-01-061-1/+1
* DebugInfo: Provide a less subtle way to set the debug location of simple ret ...David Blaikie2015-01-021-5/+0
* Temporarily XFAIL fallout from r225083 while investigating.David Blaikie2015-01-021-0/+5
* [x86] Add the (v)cmpps/pd/ss/sd builtins to match gcc. Use them in the sse in...Craig Topper2014-12-271-0/+288
* Adjust the rest of the tests due to r224849.David Majnemer2014-12-261-2/+2
* Update tests due to r224849David Majnemer2014-12-262-2/+2
* Add a triple to try and get this test passing on the ARM bots.Nico Weber2014-12-231-1/+1
* Rename test.cc files to test.cpp.Nico Weber2014-12-221-1/+1
* Fix for PR21915: assert on multidimensional VLA in function arguments.Alexey Bataev2014-12-181-0/+30
* Make sure that arm-linux-gnu is still the apcs-gnu ABI when weEric Christopher2014-12-181-12/+12
* CodeGen: implement __emit intrinsicSaleem Abdulrasool2014-12-172-0/+25
* [mips] Always clobber $1 for MIPS inline asm.Toma Tabacu2014-12-174-8/+8
* Update this testcase for the new metadata assembler syntax.Adrian Prantl2014-12-151-1/+1
* IR: Make metadata typeless in assembly, clang sideDuncan P. N. Exon Smith2014-12-1535-260/+260
* Fixed test/CodeGen/atomic_ops.c for compatibility with hexagon targetAlexey Bataev2014-12-151-3/+3
* Bugfix for Codegen of atomic load/store/other ops.Alexey Bataev2014-12-152-7/+476
* CodeGen: Loads/stores to allocas for atomic ops shouldn't be volatileDavid Majnemer2014-12-121-0/+32
* Instead of having -Os/-Oz add OptimizeForSize/MinSize first, and laterPaul Robinson2014-12-111-0/+9
* Diagnose attributes 'optnone' and 'minsize' on the same declaration.Paul Robinson2014-12-101-1/+1
* Revert r223980 as it had wrong commit message.Paul Robinson2014-12-101-1/+1
* Rename a couple of preprocessor symbols to be more descriptive. NFC.Paul Robinson2014-12-101-1/+1
* No memcpy for copy ctor with -fsanitize-address-field-padding=1Kostya Serebryany2014-12-061-0/+1
* Have the driver and the target code agree on what the default ABIEric Christopher2014-12-052-5/+5
* Add test for __umulhReid Kleckner2014-12-031-12/+34
* Fix invalid calling convention used for libcalls on ARM.Anton Korobeynikov2014-12-021-0/+8
* [NVPTX] Fix type error for some builtins in BuiltinsNVPTX.defJustin Holewinski2014-12-021-0/+2
* AArch64: simplify PCS mapping.Tim Northover2014-11-274-23/+18
* CodeGen: Fix emission of __atomic_compare_exchangeDavid Majnemer2014-11-251-2/+11
* Update Clang tests that run the LLVM optimizer to reflect the changedChandler Carruth2014-11-251-25/+17
* testing: make test use FileCheckTim Northover2014-11-241-1/+4
* Correctly remove OptimizeForSize from functions marked OptimizeNone.Paul Robinson2014-11-241-1/+9
* CodeGen: make i686-windows-itanium more similar to msvcSaleem Abdulrasool2014-11-241-2/+17
* CodeGen: tweak struct ABI handlingSaleem Abdulrasool2014-11-231-0/+27