summaryrefslogtreecommitdiff
path: root/test/CodeGen
Commit message (Expand)AuthorAge
* Rename loop unrolling and loop vectorizer metadata to have a common prefix.Eli Bendersky2014-06-25
* CHECK-LABEL'ify this test.James Molloy2014-06-25
* [AArch32] Fix a stupid error in an architectural guardJames Molloy2014-06-25
* AST: Initialization with dllimport functions in CDavid Majnemer2014-06-25
* Correctly Load Mixed FP-GP Variadic Arguments for x86-64.Rafael Espindola2014-06-24
* [PowerPC] Fix small argument stack slot offset for LEUlrich Weigand2014-06-20
* Add module flags metadata to record the settings for enum and wchar widthOliver Stannard2014-06-20
* Improve robustness of tests for module flags metadataOliver Stannard2014-06-19
* tests: relax ms-intrinsics testSaleem Abdulrasool2014-06-18
* CodeGen: improve ms instrincics supportSaleem Abdulrasool2014-06-18
* AArch64: re-enable tests that were looking for a non-existent backend.Tim Northover2014-06-18
* Rewrite ARM NEON intrinsic emission completely.James Molloy2014-06-17
* AArch64: Fix silly think-o in tests.Jim Grosbach2014-06-16
* AArch64: Support for __builtin_arm_rbit() and __builtin_arm_rbit64().Jim Grosbach2014-06-16
* ARM: Support for __builtin_arm_rbit() intrinsic.Jim Grosbach2014-06-16
* Fix test for release builds.Tim Northover2014-06-13
* Atomics: emit "cmpxchg weak" where possibleTim Northover2014-06-13
* Remove top-level Clang -fsanitize= flags for optional ASan features.Alexey Samsonov2014-06-13
* IR-change: cmpxchg operations now return { iN, i1 }.Tim Northover2014-06-13
* Tests: use CHECK-LABEL to help debugging failuresTim Northover2014-06-13
* Use dwarf-2 by default on OpenBSD and FreeBSD.Brad Smith2014-06-13
* Add loop unroll pragma supportEli Bendersky2014-06-11
* [PPC64LE] Fix vec_sld and vec_vsldoi for little endianBill Schmidt2014-06-11
* *Really* fix DOS newlines introduced in r210330Reid Kleckner2014-06-10
* Fix line numbers for code inlined from __nodebug__ functions.Evgeniy Stepanov2014-06-09
* [PPC64LE] Implement little-endian semantics for vec_sumsBill Schmidt2014-06-09
* Convert tests I recently add to use -verify instead of FileCheck.Joey Gouly2014-06-08
* [PPC64LE] Implement little-endian semantics for vec_unpack[hl]Bill Schmidt2014-06-07
* [PPC64LE] Update test for vec_sum2s interfaceBill Schmidt2014-06-07
* [PPC64LE] Update builtins-ppc-altivec.c for PPC64 and PPC64LEBill Schmidt2014-06-06
* Adding a new #pragma for the vectorize and interleave optimization hints.Aaron Ballman2014-06-06
* When an inline-asm diagnostic is reported by the backend, report it with theJoey Gouly2014-06-05
* Fix bot for named register testRenato Golin2014-06-05
* Add pointer types to global named registerRenato Golin2014-06-05
* XCore target: Fix 'typestring' binding qualifier to the array and not the typeRobert Lytton2014-06-05
* Update for llvm API change.Rafael Espindola2014-06-03
* [CodeGen] Don't cast and use SizeTy instead of Int32Ty when constructing {ext...Michael J. Spencer2014-05-31
* Implement AVX1 vbroadcast intrinsics with vector initializersAdam Nemet2014-05-29
* [ASan] Hoist blacklisting globals from init-order checking to Clang.Alexey Samsonov2014-05-29
* added Intel's BMI intrinsic variants Sanjay Patel2014-05-28
* Reverting 209503 - Breaks asan blacklistsWarren Hunt2014-05-28
* Let clang/test/CodeGen/pr19841.cpp tolerant of MS mangler.NAKAMURA Takumi2014-05-28
* Fix pr19841, bb are also unnamedRenato Golin2014-05-27
* Fix pr19841.cpp on release modeRenato Golin2014-05-27
* Revert small change to EmitDeclRefLValueRenato Golin2014-05-27
* IRGen: Add more tests for dll attributesNico Rieck2014-05-25
* AArch64/ARM64: rename ARM64 components to AArch64Tim Northover2014-05-24
* AArch64/ARM64: update Clang after AArch64 removal.Tim Northover2014-05-24
* This test doesn't need -O2 -disable-llvm-optznsHans Wennborg2014-05-23
* Fix broken FileCheck prefixNico Rieck2014-05-23