summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Keep the IdentifierInfo in the Token for alternative operator keywordOlivier Goffart2017-07-143-46/+35
* [X86] Add 'movbe' to btver2 CPU.Craig Topper2017-07-141-0/+1
* Change dyn_casts with unused variables to isa statements to avoid unused vari...Eric Christopher2017-07-142-3/+3
* [ODRHash] Avoid taking the types of FunctionDecl'sRichard Trieu2017-07-141-1/+5
* [Driver] Respect -target when determining target platform on AppleAkira Hatanaka2017-07-141-19/+49
* [PS4] Disable LTO unit features under ThinLTO, like for Darwin.Paul Robinson2017-07-131-4/+5
* Use getNameAsString instead of getName to get method names when dumpingLang Hames2017-07-131-6/+2
* [ubsan] Teach the pointer overflow check that "p - <unsigned> <= p" (PR33430)Vedant Kumar2017-07-133-16/+33
* [AArch64] Produce the right kind of va_arg for windowsMartin Storsjo2017-07-131-3/+18
* Fix spelling mistakes in comments. NFCI.Simon Pilgrim2017-07-131-14/+14
* Fix -Wdocumentation warning. NFCISimon Pilgrim2017-07-131-1/+0
* Extend -Wdeprecated-implementations to warn about unavailable methodsAlex Lorenz2017-07-131-1/+11
* NFC, Cleanup the code for -Wdeprecated-implementationsAlex Lorenz2017-07-131-22/+28
* [AArch64] Add support for handling the +sve target feature.Amara Emerson2017-07-131-4/+11
* [OPENMP] Generalization of codegen for reduction clauses.Alexey Bataev2017-07-133-387/+564
* [ObjC] Pick a 'readwrite' property when synthesizing ambiguousAlex Lorenz2017-07-132-37/+168
* [index] Objective-C method declarations and message sends withAlex Lorenz2017-07-131-0/+4
* [refactor][rename] Use a single base class for class that findsAlex Lorenz2017-07-132-197/+72
* fix typos in comments; NFCHiroshi Inoue2017-07-131-1/+1
* [Sema] Mark a virtual CXXMethodDecl as used if a call to it can beAkira Hatanaka2017-07-136-108/+104
* Reland "[Driver] Update Fuchsia driver path handling"Petr Hosek2017-07-122-17/+82
* [index] Don't add relation to a NamedDecl with no nameBen Langmuir2017-07-121-5/+9
* Revert "[analyzer] Support generating and reasoning over more symbolic constr...Dominic Chen2017-07-123-38/+22
* [mips][mt][7/7] Add driver option for the MIPS MT ASE.Simon Dardis2017-07-121-0/+1
* 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