summaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Merging r313392:Tom Stellard2017-09-291-0/+7
* Merging r312447:Tom Stellard2017-09-281-0/+20
* Merging r310704:Hans Wennborg2017-08-111-38/+0
* Revert r310074 (see PR34067 #4)Hans Wennborg2017-08-111-0/+87
* Merging r309263:Hans Wennborg2017-08-082-2/+243
* Merging r310191:Hans Wennborg2017-08-071-0/+11
* Merging r310057:Hans Wennborg2017-08-041-87/+0
* Merging r309382:Hans Wennborg2017-07-311-0/+93
* Update for LLVM IR metadata changes (DIImportedEntity now needs a DIFile).Adrian Prantl2017-07-191-1/+2
* [COFF, ARM64] Set the data type widths and the data layout stringMandeep Singh Grang2017-07-171-0/+88
* [AArch64] Add support for __builtin_ms_va_list on aarch64Martin Storsjo2017-07-171-0/+68
* Update use of llvm::CallingConv:X86_64_Win64 after LLVM commit r308208Martin Storsjo2017-07-171-3/+3
* [SystemZ] Add support for IBM z14 processor (3/3)Ulrich Weigand2017-07-174-19/+805
* [SystemZ] Add support for IBM z14 processor (2/3)Ulrich Weigand2017-07-171-0/+194
* [SystemZ] Add support for IBM z14 processor (1/3)Ulrich Weigand2017-07-175-0/+209
* [clang] Remove redundant check-prefix=CHECK from tests. NFC.Mandeep Singh Grang2017-07-172-2/+2
* [Hexagon] Add intrinsics for data cache operationsKrzysztof Parzyszek2017-07-141-0/+12
* [ubsan] Teach the pointer overflow check that "p - <unsigned> <= p" (PR33430)Vedant Kumar2017-07-131-4/+11
* [AArch64] Produce the right kind of va_arg for windowsMartin Storsjo2017-07-131-0/+11
* [Sema] Mark a virtual CXXMethodDecl as used if a call to it can beAkira Hatanaka2017-07-131-2/+2
* Enhance synchscope representation (clang)Konstantin Zhuravlyov2017-07-111-3/+3
* [mips] Create the correct profiling symbol on Linux MIPSSimon Atanasyan2017-07-111-0/+4
* X86 Intrinsics: _bit_scan_forward should not be under #ifdef __RDRND__Zvi Rackover2017-07-101-0/+3
* CodeGen: Fix address space of global variableYaxun Liu2017-07-082-18/+20
* Revert r307445 as it breaks on certain platforms.Dehao Chen2017-07-072-39/+6
* Add sample PGO integration test to cover profile annotation and inlining.Dehao Chen2017-07-072-6/+39
* Enable the new PM + SamlePGO + ThinLTO testing.Dehao Chen2017-07-071-3/+1
* This reverts r305820 (ARMv.2-A FP16 vector intrinsics) because it showsSjoerd Meijer2017-07-064-1976/+355
* [AMDGPU] Fix size and alignment of size_t and pointer typesYaxun Liu2017-07-051-1/+1
* Update clang support for -mexecute-only/-mpure-code for backend change to use...Eric Christopher2017-07-011-0/+78
* [WebAssembly] Add throw/rethrow builtins for exception handlingHeejin Ahn2017-06-301-0/+12
* Unified logic for computing target ABI in backend and front end by moving thi...Eric Christopher2017-06-304-4/+4
* [PM] Add support for sample PGO in the new pass manager (clang-side)Dehao Chen2017-06-291-1/+7
* [NewPM] Add Clang cc1 flag -fdebug-pass-manager for printing debug information.Tim Shen2017-06-291-0/+53
* [Sema] Allow unmarked overloadable functions.George Burgess IV2017-06-272-0/+13
* Update the test comment to clarify the intention of the test.Dehao Chen2017-06-271-9/+9
* [x86] weaken test checks that shouldn't be here in the first placeSanjay Patel2017-06-271-12/+15
* Update test for enabling ICP for AutoFDO.Dehao Chen2017-06-271-2/+2
* [inline asm] dot operator while using imm generates wrong ir + asm - clang partMarina Yatsina2017-06-261-0/+6
* [MSP430] Fix data layout string.Vadzim Dambrouski2017-06-231-1/+1
* SwiftCC: Perform physical layout when computing coercion typesArnold Schwaighofer2017-06-211-0/+18
* Correct VectorCall x86 (32 bit) behavior for SSE Register AssignmentErich Keane2017-06-211-4/+15
* Support MS builtins using 'long' on LP64 platformsBruno Cardoso Lopes2017-06-213-48/+174
* Run dos2unix on ms-intrinsics-rotations.c test. NFCBruno Cardoso Lopes2017-06-211-171/+171
* Prevent devirtualization of calls to un-instantiated functions.Sunil Srivastava2017-06-201-0/+59
* [AArch64] ADD ARMv.2-A FP16 vector intrinsicsAbderrazek Zaafrani2017-06-204-355/+1976
* [Clang] Handle interaction of -pg and no_instrument_function attribute.Manoj Gupta2017-06-191-16/+23
* CodeGen: Cast temporary variable to proper address spaceYaxun Liu2017-06-193-12/+15
* Expand vector oparation to as IR constants, PR28129.Dinar Temirbulatov2017-06-161-0/+48
* [ubsan] PR33081: Skip the standard type checks for volatileVedant Kumar2017-06-161-0/+7