summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [Support] Remove error return value from one overload of fs::make_absolutePavel Labath2019-01-161-3/+2
* Reapply [Tooling] Make clang-tool find libc++ dir on mac when running on a fi...Sam McCall2019-01-161-4/+15
* [NewPM][TSan] Reiterate the TSan portPhilip Pfaffe2019-01-161-2/+3
* [SEH] Pass the frame pointer from SEH finally to finally functionsSanjin Sijaric2019-01-161-2/+10
* [WebAssembly] COWS has been renamed to WASI.Dan Gohman2019-01-161-2/+2
* [SemaCXX] Unconfuse Clang when std::align_val_t is unscoped in C++03Eric Fiselier2019-01-161-5/+13
* [EH] Rename llvm.x86.seh.recoverfp intrinsic to llvm.eh.recoverfpEli Friedman2019-01-161-1/+1
* Revert "[Tooling] Make clang-tool find libc++ dir on mac when running on a fi...Vlad Tsyrklevich2019-01-161-14/+4
* Re-order type param children of ObjC nodesStephen Kelly2019-01-151-2/+2
* NFC: Some cleanups that I missed in the previous commitStephen Kelly2019-01-151-9/+6
* Re-order overrides in FunctionDecl dumpStephen Kelly2019-01-151-14/+16
* NFC: Replace iterator loop with cxx_range_forStephen Kelly2019-01-151-4/+2
* Enable IAS for OpenBSD SPARC.Brad Smith2019-01-151-1/+1
* CodeGen: Remove debug printf unintentionally added in r351228.Peter Collingbourne2019-01-151-4/+2
* Implement BlockDecl::Capture dump in terms of visitorsStephen Kelly2019-01-152-15/+23
* NFC: Implement OMPClause dump in terms of visitorsStephen Kelly2019-01-152-21/+29
* Implement CXXCtorInitializer dump in terms of VisitorStephen Kelly2019-01-152-11/+15
* [MSVC Compat] Fix typo correction for inclusion directives.Volodymyr Sapsai2019-01-151-1/+9
* [Nios2] Remove Nios2 backendCraig Topper2019-01-155-231/+0
* [MSP430] Provide a toolchain descriptionAnton Korobeynikov2019-01-157-2/+351
* [Tooling] Make clang-tool find libc++ dir on mac when running on a file witho...Haojian Wu2019-01-151-4/+14
* [Solaris] Move enabling IAS for SPARC from the Solaris toolchain to Generic_GCC.Brad Smith2019-01-152-2/+6
* Fix cpu-dispatch MV regression caused by r347812Erich Keane2019-01-151-1/+2
* Revert "[X86] Make _xgetbv/_xsetbv on non-windows platforms"Benjamin Kramer2019-01-154-30/+12
* Revert "Correct the source range returned from preprocessor callbacks."Benjamin Kramer2019-01-152-48/+36
* [OpenCL] opencl-c.h: read_image*(): sampler-less, and image{1,2}d_array_t var...Roman Lebedev2019-01-151-2/+15
* [clang][UBSan] Sanitization for alignment assumptions.Roman Lebedev2019-01-156-25/+145
* NFC: Move Decl node handling to TextNodeDumperStephen Kelly2019-01-152-68/+77
* [ASTDump] NFC: Move dump of type nodes to NodeDumperStephen Kelly2019-01-152-88/+162
* [WebAssembly] Support multilibs for wasm32 and add a wasm OS that uses itDan Gohman2019-01-152-9/+43
* [X86] Make _xgetbv/_xsetbv on non-windows platformsCraig Topper2019-01-154-12/+30
* Revert alignment assumptions changesVlad Tsyrklevich2019-01-156-145/+25
* [COFF, ARM64] Add __byteswap intrinsicsMandeep Singh Grang2019-01-151-0/+10
* [Sema] Change std::sort to llvm::sortMandeep Singh Grang2019-01-141-3/+3
* [COFF, ARM64] Add __nop intrinsicMandeep Singh Grang2019-01-141-0/+3
* [ASTDump] NFC: Move dumping of QualType node to TextNodeDumperStephen Kelly2019-01-142-5/+9
* [ASTDump] NFC: Canonicalize handling of TypeLocInfoStephen Kelly2019-01-141-4/+3
* [ASTDump] NFC: Move Type Visit implementation to TextNodeDumperStephen Kelly2019-01-142-32/+45
* NFC: Fix nits I missed beforeStephen Kelly2019-01-142-3/+2
* Improve a -Wunguarded-availability noteErik Pilkington2019-01-142-14/+19
* [clang][UBSan] Sanitization for alignment assumptions.Roman Lebedev2019-01-146-25/+145
* [analyzer] [PR39792] false positive on strcpy targeting struct membersGeorge Karpenkov2019-01-141-7/+7
* [analyzer] [NFC] Remove unused undefined method.George Karpenkov2019-01-141-2/+0
* [WebAssembly] Remove old builtinsDan Gohman2019-01-141-25/+0
* [OpenCL] Set generic addr space of 'this' in special class members.Anastasia Stulova2019-01-146-39/+56
* [AST] RecursiveASTVisitor visits lambda classes when implicit visitation is on.Sam McCall2019-01-142-2/+12
* [X86] Remove mask parameter from avx512 pmultishiftqb intrinsics. Use select ...Craig Topper2019-01-143-51/+55
* [X86] Remove mask parameter from vpshufbitqmb intrinsics. Change result to a ...Craig Topper2019-01-141-0/+25
* [ASTDump] NFC: Move dump of individual Stmts to TextNodeDumperStephen Kelly2019-01-122-489/+467
* Implement TemplateArgument dumping in terms of VisitorStephen Kelly2019-01-122-44/+68