summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Revert "[IR][ARM] Add function pointer alignment to datalayout"Mitch Phillips2019-03-062-6/+6
* [IR][ARM] Add function pointer alignment to datalayoutMichael Platings2019-03-062-6/+6
* [PR40778] Add addr space conversion when binding reference to a temporary.Anastasia Stulova2019-03-061-0/+14
* Inline asm constraints: allow ICE-like pointers for the "n" constraint (PR40890)Hans Wennborg2019-03-062-1/+34
* clang-cl: Parse /Qspectre and a few other missing options (PR40964)Hans Wennborg2019-03-061-0/+5
* Fix slashes in path references in -Rmodule-import test from r355477Duncan P. N. Exon Smith2019-03-061-17/+17
* Modules: Add -Rmodule-importDuncan P. N. Exon Smith2019-03-067-4/+56
* [Fixed Point Arithmetic] Fixed Point and Integer ConversionsLeonard Chan2019-03-063-194/+367
* Revert r355432 for buildbot failures in ppc64be-linux and s390x-linuxRong Xu2019-03-055-141/+0
* [PGO] Clang part of change for context-sensitive PGO (part2)Rong Xu2019-03-055-0/+141
* [CUDA][HIP][Sema] Fix template kernel with function as template parameterYaxun Liu2019-03-052-3/+8
* [OPENMP]Target region: emit const firstprivates as globals with constantAlexey Bataev2019-03-052-59/+73
* [HIP] Do not unbundle object files for -fno-gpu-rdcYaxun Liu2019-03-052-2/+9
* [analyzer] Fix taint propagation in GenericTaintCheckerKristof Umann2019-03-051-0/+7
* [build] Rename clang-headers to clang-resource-headersShoaib Meenai2019-03-041-1/+1
* Order File Instrumentation: add clang support for -forder-file-instrumentationManman Ren2019-03-041-0/+6
* Enable _rotl, _lrotl, _rotr, _lrotr on all platforms.Erich Keane2019-03-042-11/+53
* Give builtins and alloc/dealloc operators the default calling convention.Erich Keane2019-03-041-0/+42
* [WebAssembly] Temporarily disable bulk-memory with -pthreadThomas Lively2019-03-022-14/+4
* [DWARF] Make -g with empty assembler source work better.Paul Robinson2019-03-011-1/+2
* CodeGen: Fix PR40605 by splitting constant struct initializersAlexander Potapenko2019-03-011-160/+293
* [Sema][ObjC] Allow silencing -Wobjc-designated-initializers warnings byAkira Hatanaka2019-03-011-0/+13
* [CodeGen] Fix calling llvm.var.annotation outside of a basic block.Volodymyr Sapsai2019-03-012-1/+13
* [WebAssembly] Remove uses of ThreadModelThomas Lively2019-02-282-21/+35
* Partial revert of r353952: [HIP] Handle compile -m options and propagate into...Yaxun Liu2019-02-281-15/+4
* Ensure that set constrained asm operands are not affected by truncation.Joerg Sonnenberger2019-02-281-0/+4
* [CodeGen] Fix some broken IR generated by -fsanitize=unsigned-integer-overflowErik Pilkington2019-02-281-0/+33
* [InstrProf] Use separate comdat group for data and countersReid Kleckner2019-02-271-2/+2
* Use Secure PLT as default on NetBSD/PowerPC.Joerg Sonnenberger2019-02-271-0/+5
* [OPENMP]Delay emission of the error for unsupported types.Alexey Bataev2019-02-272-0/+111
* Add triples to the test I committed in r355012 to fix windows bots.Akira Hatanaka2019-02-271-2/+2
* Avoid needlessly copying a block to the heap when a block literalAkira Hatanaka2019-02-274-10/+177
* Support framework import/include auto-completionDavid Goldman2019-02-271-0/+29
* [HIP] change kernel stub nameYaxun Liu2019-02-271-0/+20
* [index] Fixup for r354942. Specify target in test to achieve stable mangling.Volodymyr Sapsai2019-02-271-1/+1
* [index] Improve indexing support for MSPropertyDecl.Volodymyr Sapsai2019-02-271-0/+32
* Fix inline assembler constraint validationJoerg Sonnenberger2019-02-271-0/+4
* [CUDA][HIP] Check calling convention based on function targetYaxun Liu2019-02-261-0/+4
* [OPENMP][CUDA]Do not emit warnings for variables in late-reported asmAlexey Bataev2019-02-263-9/+9
* [OPENMP]Delay emission for unsupported va_arg expression.Alexey Bataev2019-02-261-0/+40
* [MS] Don't emit coverage for deleting dtorsReid Kleckner2019-02-261-0/+83
* [ASTImporter] Add support for importing ChooseExpr AST nodes.Tom Roeder2019-02-262-0/+6
* [X86] Add 'znver2' and 'cascadelake' to the __builtin_cpu_is test.Craig Topper2019-02-261-0/+1
* [AMDGPU] Allow using integral non-type template parametersMichael Liao2019-02-262-7/+123
* [X86] AMD znver2 enablementGanesh Gopalasubramanian2019-02-265-2/+102
* [OpenCL] Fix assertion due to blocksYaxun Liu2019-02-261-0/+6
* [libclang] Avoid crashing when getting layout info of an undeduced type.Emilio Cobos Alvarez2019-02-261-0/+6
* [clang][Index] Visit UsingDecls and generate USRs for themKadir Cetinkaya2019-02-261-1/+1
* CodeGen: Explicitly initialize structure padding in the -ftrivial-auto-var-in...Alexander Potapenko2019-02-261-14/+122
* Revert r354832 "[ASTImporter] Add support for importing ChooseExpr AST nodes."Reid Kleckner2019-02-2677-1947/+0