summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* fix test that depends on LLVM optimizationsSanjay Patel2015-12-241-1/+4
* [X86][ms-inline asm] Test case for adding support for memory operands that in...Marina Yatsina2015-12-241-0/+32
* [OpenCL] Fix atomic Builtins check for address spaces of non-atomic pointerAnastasia Stulova2015-12-221-3/+11
* [X86] Add missing m64/int64 conversionsMichael Kuperstein2015-12-201-0/+12
* [X86] Add signed aliases for popcnt intrinsicsMichael Kuperstein2015-12-201-2/+12
* [x86] Filecheck is case sensitive. Capitalize directives.Chad Rosier2015-12-171-4/+4
* [x86] Filecheck is case sensitive. Capitalize directives.Chad Rosier2015-12-171-48/+48
* [ms-inline-asm] Add support for composite structs in MS inline asmMarina Yatsina2015-12-171-0/+20
* Reland "[SEH] Use llvm.x86.seh.recoverfp for SEH filters on x64 as well as 32...Reid Kleckner2015-12-161-1/+2
* Revert "[SEH] Use llvm.x86.seh.recoverfp for SEH filters on x64 as well as 32...Reid Kleckner2015-12-161-2/+1
* [SEH] Use llvm.x86.seh.recoverfp for SEH filters on x64 as well as 32bitReid Kleckner2015-12-151-1/+2
* Cross-DSO control flow integrity (Clang part).Evgeniy Stepanov2015-12-151-0/+49
* clang/test/CodeGen/ms_this.cpp: Fix for -Asserts.NAKAMURA Takumi2015-12-151-6/+12
* Fix clang/test/CodeGen/ms_this.cpp.NAKAMURA Takumi2015-12-151-3/+1
* Unsupport test that should not be run on HexagonKrzysztof Parzyszek2015-12-151-0/+4
* [Microsoft][C++] Clang doesn't support a use of "this" pointer inside inline ...Michael Zuckerman2015-12-151-1/+1
* [Microsoft][C++] Clang doesn't support a use of "this" pointer inside inline asmMichael Zuckerman2015-12-151-0/+49
* [PowerPC] Fix test/CodeGen/ppc-sfvarargsPetar Jovanovic2015-12-141-1/+1
* [PowerPC] Fix make-check issuesPetar Jovanovic2015-12-141-2/+2
* [Power PC] add soft float support for ppc32Petar Jovanovic2015-12-141-0/+17
* [Hexagon] Xfail two tests that fail due to over-aligning arraysKrzysztof Parzyszek2015-12-142-0/+9
* [Hexagon] Update default paths and argumentsKrzysztof Parzyszek2015-12-141-1/+1
* Update clang to use the updated LLVM EH instructionsDavid Majnemer2015-12-123-88/+50
* Revert r254647.Easwaran Raman2015-12-121-9/+0
* Attach maximum function count to Module when using PGO modeEaswaran Raman2015-12-121-0/+9
* Mark MS inline ASM 'nodplicate' it it has labels (PR23715)Hans Wennborg2015-12-101-2/+5
* [X86][AVX2] Stripped backend codegen testsSimon Pilgrim2015-12-081-207/+1
* Explicitly permit undefined behavior in constant initializers for globalRichard Smith2015-12-081-2/+2
* Remove target specifier from new testsTeresa Johnson2015-12-071-4/+4
* Adjust test to fix bot error from r254927.Teresa Johnson2015-12-071-1/+1
* [ThinLTO] Option to invoke ThinLTO backend passes and importingTeresa Johnson2015-12-071-0/+14
* [X86][3DNow!] Stripped backend codegen testsSimon Pilgrim2015-12-051-26/+0
* Updated test names to match the intrinsics being testedSimon Pilgrim2015-12-052-14/+14
* [X86][F16C] Stripped backend codegen testsSimon Pilgrim2015-12-051-6/+4
* LLDB JIT needs android vector passing rules.Stephen Hines2015-12-041-0/+68
* [PowerPC] Fix calculating address of arguments on stack for variadic funcPetar Jovanovic2015-12-042-4/+9
* Add tests for pass_object_size.George Burgess IV2015-12-031-0/+353
* Revert "Fix for merging decls in pragma weak Calling CheckFunctionDeclaration...Alexander Kornienko2015-12-031-9/+0
* [X86] Stripped backend codegen testsSimon Pilgrim2015-12-039-1285/+498
* generalize CHECK lines to make buildbot happySanjay Patel2015-12-031-2/+2
* PR17381: Treat undefined behavior during expression evaluation as an unmodeledRichard Smith2015-12-032-2/+12
* change an assert when generating fmuladd to an ordinary 'if' check (PR25719)Sanjay Patel2015-12-031-0/+12
* fix typos; NFCSanjay Patel2015-12-021-2/+2
* Teaches clang about Cortex-A35.Christof Douma2015-12-021-0/+1
* [X86] _mm256_permutevar8x32_ps should take an integer vector for its shuffle ...Craig Topper2015-11-291-1/+1
* [X86][SSE2] Added SSE2 IR + assembly codegen builtin testsSimon Pilgrim2015-11-291-0/+1656
* clang/test/CodeGen/arm-v8.1a-neon-intrinsics.c REQUIRES both arm and aarch64.NAKAMURA Takumi2015-11-291-0/+1
* ARM v8.1a adds Advanced SIMD instructions for Rounding Double MultiplyAlexandros Lamprineas2015-11-292-0/+249
* [mips] Interrupt attribute support.Daniel Sanders2015-11-271-0/+64
* Revert r254203: [mips] Interrupt attribute support.Daniel Sanders2015-11-271-64/+0
OpenPOWER on IntegriCloud