summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] [NFC] Remove unused parameters, as found by -Wunused-parameterGeorge Karpenkov2018-09-2828-175/+104
* [analyzer] Provide an option to dump generated exploded graphs to a given file.George Karpenkov2018-09-283-5/+34
* [cxx2a] P0614R1: Support init-statements in range-based for loops.Richard Smith2018-09-2815-125/+247
* [X86] Add the movbe instruction intrinsics from icc.Craig Topper2018-09-282-0/+62
* AST: add missing ObjC extensions to MS style name decorationSaleem Abdulrasool2018-09-281-3/+30
* [DRIVER][OFFLOAD] Do not invoke unbundler on unsupported file types.Alexey Bataev2018-09-281-0/+18
* [ARM] Prevent DSP and SIM32 being set for v6mSam Parker2018-09-281-1/+1
* [ClangFormat] 'try' of function-try-block doesn't obey BraceWrappingOwen Pan2018-09-281-0/+2
* Handle dependent class template names in class template argumentRichard Smith2018-09-281-1/+4
* [cxx2a] P0641R2: (Some) type mismatches on defaulted functions onlyRichard Smith2018-09-281-13/+46
* [cxx2a] P0624R2: Lambdas with no capture-default areRichard Smith2018-09-273-1/+31
* [analyzer] Hotfix for the bug in exploded graph printingGeorge Karpenkov2018-09-271-0/+2
* NFC: Fix some darwin linker warnings introduced in r338385Erik Pilkington2018-09-274-8/+8
* [OpenMP] Make default parallel for schedule in NVPTX target regions in SPMD m...Gheorghe-Teodor Bercea2018-09-274-1/+27
* Test commit. NFCPatrick Lyster2018-09-271-1/+1
* [OpenMP] Make default distribute schedule for NVPTX target regions in SPMD mo...Gheorghe-Teodor Bercea2018-09-274-0/+27
* [analyzer] Highlight nodes which have error reports in them in red in explode...George Karpenkov2018-09-271-25/+65
* [OpenMP] Improve search for libomptarget-nvptxJonas Hahnfeld2018-09-271-6/+14
* [Tooling] Get rid of uses of llvm::Twine::str which is slow. NFCEric Liu2018-09-271-4/+5
* Revert untintentionally commited changesKristof Umann2018-09-271-3/+3
* [Lex] TokenConcatenation now takes const PreprocessorKristof Umann2018-09-272-5/+5
* [Sema] Handle __va_start for Windows/ARM64 in the same way as for ARMMartin Storsjo2018-09-271-0/+1
* Revert "[DebugInfo] Generate debug information for labels."Vitaly Buka2018-09-273-39/+0
* clang-format: [JS] conditional types.Martin Probst2018-09-272-0/+8
* [driver][mips] Adjust target triple accordingly to provided ABI nameSimon Atanasyan2018-09-271-0/+10
* [analyzer] [NFC] Move the code for dumping the program point to ProgramPointGeorge Karpenkov2018-09-272-179/+172
* [analyzer] [NFC] Heavy refactoring of trackNullOrUndefValueGeorge Karpenkov2018-09-271-117/+56
* [DebugInfo] Generate debug information for labels.Hsiangkai Wang2018-09-263-0/+39
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-2628-70/+57
* P1008R1 Classes with user-declared constructors are never aggregates inRichard Smith2018-09-262-6/+40
* [X86] For lzcnt/tzcnt intrinsics use cttz/ctlz intrinsics with zero_undef fla...Craig Topper2018-09-263-10/+22
* [ARM/AArch64][v8.5A] Add Armv8.5-A targetOliver Stannard2018-09-261-0/+2
* Removed extra semicolon to fix Wpedantic. (NFCI).Simon Pilgrim2018-09-261-1/+1
* clang-format: [JS] space after parameter naming.Martin Probst2018-09-261-1/+3
* [Frontend] Tidy up -print-decl-contexts conditionsFangrui Song2018-09-261-64/+41
* P0859R0: List-initialization is potentially-constant-evaluated andRichard Smith2018-09-261-9/+32
* [OPENMP] Add support for OMP5 requires directive + unified_address clauseKelvin Li2018-09-2623-2/+281
* [analyzer] Fix a crash on casting symbolic pointers to derived classes.Artem Dergachev2018-09-261-1/+11
* [analyzer] Add a testing facility for testing relationships between symbols.Artem Dergachev2018-09-251-0/+98
* [Sema] Use a more civilized hash map to implement -Wduplicate-enum.Erik Pilkington2018-09-251-1/+1
* Don't emit "will be treated as an identifier character" warning forRichard Smith2018-09-251-4/+2
* Reland "[Clang][CodeGen][ObjC]: Fix CoreFoundation on ELF with `-fconstant-cf...Kristina Brooks2018-09-251-24/+39
* [analyzer] NFC: CallDescription: Improve array management.Artem Dergachev2018-09-251-7/+10
* P0969R0: allow structured binding of accessible members, not only public memb...Richard Smith2018-09-253-44/+51
* [analyzer] NFC: Legalize state manager factory injection.Artem Dergachev2018-09-253-26/+4
* Revert "[DRIVER][OFFLOAD] Do not invoke unbundler on unsupported fileAlexey Bataev2018-09-251-12/+0
* [DRIVER][OFFLOAD] Do not invoke unbundler on unsupported file types.Alexey Bataev2018-09-251-0/+12
* [AArch64] Support adding X[8-15,18] registers as CSRs.Tri Vo2018-09-251-0/+27
* [clang-cl] Provide separate flags for all the /O variantsHans Wennborg2018-09-251-0/+1
* [AST] Squeeze some bits in LinkageComputer::QueryTypeBruno Ricci2018-09-251-3/+8