summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Add check name to YAML exportAlexander Kornienko2017-01-037-16/+250
* [clang-move] Support moving enum declarations.Haojian Wu2017-01-034-15/+93
* Fix-up TestLinuxCore for r290874Pavel Labath2017-01-031-0/+8
* [libcxx] Add build/test support for the externally threaded libc++abi variantAsiri Rathnayake2017-01-035-19/+53
* [libcxxabi] Introduce an externally threaded libc++abi variant.Asiri Rathnayake2017-01-0313-153/+87
* Handle StaticAssertDecl in DeclContextPrinterAlex Lorenz2017-01-032-0/+6
* Handle VarTemplateDecl in DeclContextPrinterAlex Lorenz2017-01-033-6/+13
* Handle AccessSpecDecl in DeclContextPrinterAlex Lorenz2017-01-032-0/+9
* Handle ClassTemplateSpecializationDecl in DeclContextPrinterAlex Lorenz2017-01-032-1/+33
* [clang-tidy] Handle constructors in performance-unnecessary-value-paramMalcolm Parsons2017-01-035-46/+123
* Handle EmptyDecl in DeclContextPrinterAlex Lorenz2017-01-032-0/+7
* Handle UsingDecl and UsingShadowDecl in DeclContextPrinterAlex Lorenz2017-01-032-0/+16
* Handle FriendDecl in DeclContextPrinterAlex Lorenz2017-01-032-0/+15
* [CodeCompletion] Autocomplete NS_DESIGNATED_INITIALIZER in initializersAlex Lorenz2017-01-032-0/+60
* [libcxx] Fix testing of the externally-threaded library buildAsiri Rathnayake2017-01-032-4/+18
* Update LICENSE.TXT to 2017Eric Fiselier2017-01-031-1/+1
* Update year to 2017Eric Fiselier2017-01-033-3/+3
* Simplify CMake target for the __generated_config headerEric Fiselier2017-01-031-4/+1
* Simplify reading of Linux notes to correctly handle endianess.Howard Hellyer2017-01-032-103/+58
* [clang-move] Only move used helper declarations.Haojian Wu2017-01-0311-48/+889
* [X86] Move 128-bit shuffle mask widening check into lowerV2X128VectorShuffle ...Craig Topper2017-01-031-22/+17
* [AVX-512] Simplify the code added in r290870 to recognized 256-bit subvector ...Craig Topper2017-01-031-30/+7
* [AVX-512] Teach shuffle lowering to use vinsert instructions for shuffles cor...Craig Topper2017-01-034-19/+54
* [AVX-512] Teach EVEX to VEX conversion pass to handle VINSERT and VEXTRACT in...Craig Topper2017-01-0321-1200/+613
* [AVX-512] Re-generate tests that were updated for r290663 without using updat...Craig Topper2017-01-034-410/+295
* [X86] Remove trailing whitespace and an unnecessary line wrap. NFCCraig Topper2017-01-031-37/+35
* [X86] Fix header comment. NFCCraig Topper2017-01-031-1/+1
* [AVX-512] Add support for pushing bitcasts through INSERT_SUBVEC in order to ...Craig Topper2017-01-032-10/+33
* [AVX-512] Remove vinsert intrinsics and autoupgrade to native shufflevectors....Craig Topper2017-01-0312-365/+280
* [AVX-512] Remove vextract intrinsics and autoupgrade to native shufflevectors...Craig Topper2017-01-0311-214/+210
* [OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ p...Kelvin Li2017-01-0352-19/+6031
* [XRay] [compiler-rt] Include argv[0] in the log file name.Dean Michael Berris2017-01-032-6/+29
* InstCombine: Add fma with constant transformsMatt Arsenault2017-01-032-5/+90
* InstCombine: Add fma + fabs/fneg transformsMatt Arsenault2017-01-032-0/+162
* [XRay] Merge instrumentation point table emission code into AsmPrinter.Dean Michael Berris2017-01-038-150/+64
* clang-format: tweak configurationSaleem Abdulrasool2017-01-031-0/+6
* build: remove now unused UNIX_CATSaleem Abdulrasool2017-01-031-4/+0
* Revert "[XRay][compiler-rt] XRay Flight Data Recorder Mode"Dean Michael Berris2017-01-0318-1189/+127
* Fix creating __generated_config on WindowsEric Fiselier2017-01-032-2/+53
* [XRay][compiler-rt] XRay Flight Data Recorder ModeDean Michael Berris2017-01-0318-127/+1189
* system_error: provide a thread safe stringification for WindowsSaleem Abdulrasool2017-01-031-2/+10
* threading_support: refactor for Win32 threadingSaleem Abdulrasool2017-01-032-82/+114
* Recommit r290839 - Fix configuring and building libc++ w/o an ABI library.Eric Fiselier2017-01-039-19/+45
* [EarlyCSE] less else, more auto; NFCSanjay Patel2017-01-031-2/+2
* Fix new/delete exception specifications to match libc++ after r290845Eric Fiselier2017-01-031-44/+13
* Re-implement LWG 2770 - Fix tuple_size with structured bindings.Eric Fiselier2017-01-025-29/+34
* Fix use of throw(...) spec with GCC in C++17Eric Fiselier2017-01-021-1/+1
* [InstCombine] use combineMetadataForCSE instead of copying it; NFCISanjay Patel2017-01-021-14/+4
* Add testcase for the regression introduced in r290808.Richard Smith2017-01-021-0/+14
* Remove isIgnored()-test that is more expensive than the analysis behind itDaniel Jasper2017-01-021-12/+2
OpenPOWER on IntegriCloud