summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "[Driver] Update Fuchsia driver path handling"Petr Hosek2017-07-122-82/+17
* [DOXYGEN] Corrected typos and incorrect parameters description.Ekaterina Romanova2017-07-122-2/+2
* [analyzer] Support generating and reasoning over more symbolic constraint typesDominic Chen2017-07-123-22/+38
* [Driver] Update Fuchsia driver path handlingPetr Hosek2017-07-122-17/+82
* [OPENMP] Emit implicit taskgroup block around taskloop directives.Alexey Bataev2017-07-122-8/+24
* [clang] buildFixItInsertionLine should use Hints of the same FID and LineNoChih-Hung Hsieh2017-07-121-6/+5
* [clang-format] Keep level of comment before an empty lineKrasimir Georgiev2017-07-121-4/+13
* Expose some type-conversion functions as part of the IRGen ABI.John McCall2017-07-121-0/+16
* CFG: Add CFGElement for automatic variables that leave the scopeMatthias Gehre2017-07-126-46/+197
* [ODRHash] Revert r307720 to fix buildbot.Richard Trieu2017-07-122-52/+28
* Enhance synchscope representation (clang)Konstantin Zhuravlyov2017-07-111-14/+13
* [ODRHash] Support more method types.Richard Trieu2017-07-112-28/+52
* [OPENMP] Skip BuildMemberExpr() in BuildFieldReferenceExpr(), NFC, by Kai NodaAlexey Bataev2017-07-111-5/+4
* [OPENMP] Add restriction for reduction clause in taskloop directives.Alexey Bataev2017-07-111-0/+43
* NetBSD uses soft-float by default, unless the environment is EABIHF orJoerg Sonnenberger2017-07-111-0/+12
* [ObjC] Check that a subscript methods is declared for a qualified id typeAlex Lorenz2017-07-111-7/+2
* [mips] Create the correct profiling symbol on Linux MIPSSimon Atanasyan2017-07-111-0/+4
* [analyzer] Start fixing modeling of bool based typesAlexander Shaposhnikov2017-07-111-5/+2
* clang-import-test had some dead code. I did the following to eliminate it:Sean Callanan2017-07-101-5/+0
* IsSpecialLong was only ever set in release mode as all of the uses are in ass...Eric Christopher2017-07-101-1/+8
* Use DenseMap instead std::map for GVSummaryMapTyDehao Chen2017-07-101-1/+1
* X86 Intrinsics: _bit_scan_forward should not be under #ifdef __RDRND__Zvi Rackover2017-07-101-9/+9
* Remove incorrect FIXME comment; the FIXME was addressed before the changes we...Eric Fiselier2017-07-101-2/+0
* Remove non-ascii characters introduced in r307513Eric Fiselier2017-07-101-4/+4
* [coroutines] Include the implicit object parameter type when looking up corou...Eric Fiselier2017-07-101-15/+39
* [analyzer] Faster hashing of subsequences in CompoundStmts.Raphael Isemann2017-07-091-9/+20
* [X86] Add more feature flag bit defines to cpuid.h for gcc compatibility.Craig Topper2017-07-091-3/+61
* [X86] Add __get_cpuid_count to cpuid.h. Update __get_cpuid to check the maxim...Craig Topper2017-07-091-17/+37
* [analyzer] Make StmtDataCollector part of the CloneDetection APIRaphael Isemann2017-07-091-185/+3
* Fix build failure with gcc about mixing enum and non-enumYaxun Liu2017-07-082-3/+6
* [Bash-autocompletion] Auto complete cc1 options if -cc1 is specifiedYuka Takahashi2017-07-081-1/+10
* [CodeGen] Fold variable into assert.Benjamin Kramer2017-07-081-2/+2
* CodeGen: Fix address space of global variableYaxun Liu2017-07-089-62/+164
* [ODRHash] Support FriendDeclRichard Trieu2017-07-082-0/+71
* [X86] Move AVX512VPOPCNTDQ in __builtin_cpu_support's enum to match trunk gcc.Craig Topper2017-07-081-0/+2
* [MS] Don't statically initialize dllimport member function pointersReid Kleckner2017-07-072-40/+56
* [modules ts] Basic for module linkage.Richard Smith2017-07-075-16/+72
* [X86] Replace 'fallthrough' comments with LLVM_FALLTHROUGH.Craig Topper2017-07-071-6/+6
* clang-format: [JS] do not wrap after "readonly".Martin Probst2017-07-072-7/+10
* Recommit [driver][macOS] Pick the system version for theAlex Lorenz2017-07-071-1/+22
* [driver][mips] Pass long-calls feature flag to the MIPS backendSimon Atanasyan2017-07-071-0/+2
* [Frontend] Verify that the bitstream is not empty before readingAlex Lorenz2017-07-071-0/+3
* Fix crash parsing invalid codeOlivier Goffart2017-07-071-0/+2
* [ObjC] Avoid the -Wunguarded-availability warnings for protocolAlex Lorenz2017-07-072-4/+12
* This call-site should have been updated as part of D34304.Sterling Augustine2017-07-061-3/+5
* Reject attempts to build a module without -fmodules, rather than silently doi...Richard Smith2017-07-061-0/+10
* Allow CompilerInvocations to generate .d files.Sterling Augustine2017-07-062-6/+27
* [Objective-C] Fix non-determinism in clangMandeep Singh Grang2017-07-061-4/+5
* This reverts r305820 (ARMv.2-A FP16 vector intrinsics) because it showsSjoerd Meijer2017-07-064-182/+7
* [OpenMP] Extend CLANG target options with device offloading kind.Gheorghe-Teodor Bercea2017-07-0618-32/+73