summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Revert "Make FP_CONTRACT ON the default."Manuel Klimek2015-11-173-189/+13
* Make FP_CONTRACT ON the default.Stephen Canon2015-11-163-13/+189
* When producing error messages for always_inline functions with theEric Christopher2015-11-161-0/+9
* [ARM,AArch64] Fix __rev16l and __rev16ll intrinsicsOliver Stannard2015-11-161-10/+36
* [X86][MMX] Added MMX IR + assembly codegen builtin tests for some missing cvt...Simon Pilgrim2015-11-151-14/+81
* [X86][MMX] Sorted MMX IR + assembly codegen builtin testsSimon Pilgrim2015-11-141-367/+374
* [X86][MMX] Added MMX IR + assembly codegen builtin testsSimon Pilgrim2015-11-141-196/+358
* Add support for the always_inline + target feature diagnostic to printEric Christopher2015-11-142-2/+2
* Make some tests LLVM-optimization agnostic and remove some others that were b...David Blaikie2015-11-142-35/+16
* Add support for function attribute 'disable_tail_calls'.Akira Hatanaka2015-11-131-5/+13
* Correct atomic libcall support for __atomic_*_fetch builtins.James Y Knight2015-11-121-6/+13
* Update clang regression tests for 'norecurse'James Molloy2015-11-122-4/+4
* Provide a frontend based error for always_inline functions that requireEric Christopher2015-11-124-98/+17
* [Lit Test] Updated 26 Lit tests to be C++11 compatible.Charles Li2015-11-111-1/+1
* [X86] Add 'pause' builtin that's already in llvm and use it instead of inline...Craig Topper2015-11-111-0/+6
* [X86] Use __builtin_ia32_paddq and __builtin_ia32_psubq to implement a couple...Craig Topper2015-11-111-0/+18
* Reorder the check strings in test case following r252692.Akira Hatanaka2015-11-111-1/+1
* [WebAssembly] Change long double to be quadruple-precision floating point.Dan Gohman2015-11-101-2/+2
* Atomics: support __c11_* calls on _Atomic struct types.Tim Northover2015-11-094-24/+236
* [EABI] Add Clang support for -meabi flagRenato Golin2015-11-091-0/+20
* Use regex in test case.Akira Hatanaka2015-11-071-1/+1
* Add support for function attribute 'not_tail_called'.Akira Hatanaka2015-11-061-0/+33
* CodeGen: Update for debug info API change.Peter Collingbourne2015-11-051-1/+1
* [WebAssembly] Update wasm builtin functions to match spec changes.Dan Gohman2015-11-051-9/+3
* [x86] Additional small fix for MCU psABI supportAndrey Bokhanko2015-11-051-1/+1
* Fix va_arg on watchOS.Tim Northover2015-11-021-6/+11
* [x86] Front-end part of MCU psABI supportAndrey Bokhanko2015-11-021-0/+4
* ARMv7k: implement ABI changes for watchOS from standard iOS.Tim Northover2015-10-302-0/+92
* Update debug-info-scope test to remove "FIXME", which is fixed in r251689Dehao Chen2015-10-301-4/+0
* Add support for __builtin_{add,sub,mul}_overflow.John McCall2015-10-291-0/+165
* Fix the calling convention of Mingw64 long double valuesReid Kleckner2015-10-281-9/+38
* Allow linking multiple bitcode files.Artem Belevich2015-10-271-2/+13
* [ms-inline-asm] Test case for alignment directive change in LLVM r251418Reid Kleckner2015-10-271-0/+30
* Handle target builtin options that are all required rather thanEric Christopher2015-10-271-0/+13
* [X86] Mark inregs correctly for MCU psABIMichael Kuperstein2015-10-251-0/+58
* [ARM] Renaming +t2dsp feature into +dsp, as discussed on llvm-devArtyom Skrobov2015-10-231-11/+11
* Disable trigraph and escaped newline expansion on all types of raw string lit...Craig Topper2015-10-221-0/+24
* [x86] Fix maskload/store intrinsic definitions in avxintrin.hAndrea Di Biagio2015-10-201-8/+8
* [X86] Enable soft float ABI for x86Michael Kuperstein2015-10-191-0/+6
* [X86] Add fxsr feature name for fxsave/fxrestore builtins.Craig Topper2015-10-162-8/+8
* Make __builtin_object_size more conservativeGeorge Burgess IV2015-10-162-12/+172
* [Sema] Fix address-of + enable_if overloading logicGeorge Burgess IV2015-10-161-0/+31
* Mark this test as requiring and x86 registered target.Eric Christopher2015-10-161-0/+1
* Add an error when calling a builtin that requires features that don'tEric Christopher2015-10-153-0/+51
* The target-feature command line option doesn't take a comma delimitedEric Christopher2015-10-152-12/+12
* Add the minimum target features that these tests depend upon.Eric Christopher2015-10-152-3/+3
* [X86] Add command line switches for xsave/xsaveopt/xsavec/xsaves. Macro defin...Craig Topper2015-10-151-3/+3
* Canonicalize some of the x86 builtin tests and either remove or commentEric Christopher2015-10-1431-56/+90
* Remove the optimization option from this test as it is unnecessaryEric Christopher2015-10-141-1/+1
* Move the adc-builtins test to the pattern of the other builtinsEric Christopher2015-10-131-1/+3
OpenPOWER on IntegriCloud