summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* CodeGen: Let arrays be inputs to inline asmDavid Majnemer2014-07-142-0/+14
* ARM: Add NOP intrinsic mapping in arm_acle.hYi Kong2014-07-141-0/+8
* ARM: Implement __builtin_arm_nop intrinsicYi Kong2014-07-142-0/+7
* Add test cases for AArch64 hints codegenYi Kong2014-07-131-0/+8
* tests: use a more precise target for testsSaleem Abdulrasool2014-07-121-2/+2
* CodeGen: support hint intrinsics from ACLE on AArch64Saleem Abdulrasool2014-07-121-0/+37
* Improve comments of ARM ACLE header file and testsYi Kong2014-07-121-3/+8
* Add nonnull in CodeGen for __attribute__((returns_nonnull))Hal Finkel2014-07-121-0/+6
* [ASan] Collect unmangled names of global variables in Clang to print them in ...Alexey Samsonov2014-07-121-10/+14
* Form a CallExpr from __noop without parensReid Kleckner2014-07-111-5/+22
* MS extension: Make __noop be the integer zero, not voidReid Kleckner2014-07-111-3/+3
* Add nonnull in CodeGen for __attribute__((nonnull))Hal Finkel2014-07-111-0/+17
* [UBSan] Introduce type-based blacklisting.Alexey Samsonov2014-07-101-0/+25
* Fix (and reenable) ppc64-align-struct.c test for non-assert builds.Ulrich Weigand2014-07-101-37/+36
* Quick (attempted) fix for non-asserts builds for a test introduced in r212743.David Blaikie2014-07-101-0/+1
* [PowerPC] ABI support for aligned by-value aggregatesUlrich Weigand2014-07-102-1/+137
* [PowerPC] ABI support for non-Altivec vector typesUlrich Weigand2014-07-101-0/+52
* [mips] clz is defined to give 32 for zero. Similarly, dclz gives 64.Daniel Sanders2014-07-091-0/+32
* ARM: use LLVM's atomicrmw instructions when ldrex/strex are available.Tim Northover2014-07-093-0/+107
* [Sanitizer] Reduce the usage of sanitizer blacklist in CodeGenModuleAlexey Samsonov2014-07-071-0/+9
* Add an AST node for __leave statements, hook it up.Nico Weber2014-07-071-0/+1
* Add support for nested blocks in Microsoft inline assemblyEhsan Akhgari2014-07-062-4/+11
* CodeGen: add support for a few MSVC ARM intrinsicsSaleem Abdulrasool2014-07-051-0/+63
* Add a test case for the tilde operator in Microsoft inline assemblyEhsan Akhgari2014-07-051-0/+2
* Fixed test CodeGen/captured-statements.c for powerpc64-linux.Alexey Bataev2014-07-041-2/+2
* Restore global static array in test caseGerolf Hoflehner2014-07-031-1/+1
* [ARM] Implement ISB memory barrier intrinsicYi Kong2014-07-031-0/+1
* Add the __qdbl intrinsic to the arm_acle.h headerRenato Golin2014-07-031-0/+9
* Move the calling of emitTargetMD() later.Robert Lytton2014-07-031-40/+51
* ARMEB: Fix function result return for composite typesChristian Pirker2014-07-031-0/+37
* ARM: rename ARM builtins to use __builtin_arm prefixSaleem Abdulrasool2014-07-031-5/+5
* CodeGen: make target builtins support languagesSaleem Abdulrasool2014-07-022-8/+40
* [ASan] Print exact source location of global variables in error reports.Alexey Samsonov2014-07-022-3/+31
* ARM: add support for v8 ldaex/stlex builtins.Tim Northover2014-07-021-1/+162
* X86: inline all atomic operations up to 128-bits.Tim Northover2014-07-021-0/+29
* Added test for capturing VLA types if the captured variable is a function par...Alexey Bataev2014-07-021-0/+13
* Enable test/CodeGen/indirect-goto.c in 64b for local arraysGerolf Hoflehner2014-07-011-3/+2
* Temporarily disable the indirect-goto.c test.Bob Wilson2014-07-011-1/+2
* [x86] Add Clang support for intrinsic __rdpmc.Andrea Di Biagio2014-06-301-0/+1
* Second part of fix in CodeGen/captured-statements-nested.cAlexey Bataev2014-06-301-1/+1
* Test fixAlexey Bataev2014-06-301-4/+4
* Fixed incompatibility in CodeGen/captured-statements-nested.c with MSVCAlexey Bataev2014-06-301-1/+1
* Fixed CodeGen/captured-statements-nested.c testAlexey Bataev2014-06-301-26/+23
* Disable CodeGen/captured-statements-nested.cAlexey Bataev2014-06-301-0/+1
* Fixed CodeGen/captured-statements-nested.c testAlexey Bataev2014-06-301-20/+19
* Disable CodeGen/captured-statements-nested.cAlexey Bataev2014-06-301-1/+1
* Temp XFAIL CodeGen/captured-statements-nested.c to fix the testAlexey Bataev2014-06-301-0/+1
* Using of variable length arrays in captured statements and OpenMP constructs.Alexey Bataev2014-06-302-6/+33
* Remove some incorrect test suppressionsAlp Toker2014-06-304-4/+0
* Basic: fix handling for Windows Itanium environmentSaleem Abdulrasool2014-06-281-0/+15
OpenPOWER on IntegriCloud