summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* In C++17, when instantiating an out-of-line definition of an inline static dataRichard Smith2018-01-101-1/+2
* Reland "[Driver] Update default sanitizer blacklist location"Petr Hosek2018-01-101-1/+1
* Revert "[Driver] Update default sanitizer blacklist location"Petr Hosek2018-01-101-1/+1
* [Driver] Update default sanitizer blacklist locationPetr Hosek2018-01-101-1/+1
* [analyzer] [NFC] Minor refactoring of trackNullOrUndefValueGeorge Karpenkov2018-01-101-80/+97
* [analyzer] [NFC] minor FindLastStoreBRVisitor refactoringGeorge Karpenkov2018-01-101-112/+127
* [analyzer] suppress nullability inference from a macro when result is used in...George Karpenkov2018-01-101-4/+14
* Reland "Emit Function IDs table for Control Flow Guard"Adrian McCarthy2018-01-093-0/+10
* Wire up GCOV to the new pass managerDavid Blaikie2018-01-091-15/+24
* [Frontend] Remove unused FileMgr in pp arg parseBrian Gesiak2018-01-091-7/+1
* [OPENMP] Fix directive kind on stand-alone target data directives, NFC.Alexey Bataev2018-01-091-1/+1
* [OpenMP] Fix handling of clause on wrong directive, by Joel. E. DennyAlexey Bataev2018-01-091-13/+30
* [ASTImporter] Support importing CXXUnresolvedConstructExpr and UnresolvedLook...Aleksei Sidorin2018-01-091-0/+61
* [ASTImporter] Fix missing SourceLoc import for ObjCMethodDecl selectorsAleksei Sidorin2018-01-091-1/+5
* Track in the AST whether the operand to a UnaryOperator can overflow and then...Aaron Ballman2018-01-0916-167/+191
* ananas: Add shared library supportEd Schouten2018-01-091-5/+25
* Added Control Flow Protection FlagOren Ben Simhon2018-01-096-1/+62
* Fix use-after-free found by address-san on -r322028.Erich Keane2018-01-091-1/+5
* [X86] Replace cvt*2mask intrinsics with native IR using 'icmp slt X, zeroinit...Craig Topper2018-01-081-4/+27
* PR35862: Suppress -Wmissing-variable-declarations warning on inline variables,Richard Smith2018-01-081-0/+2
* Implement Attribute Target MultiVersioningErich Keane2018-01-0812-24/+758
* [DOXYGEN] Fix doxygen and content issues in avxintrin.hDouglas Yung2018-01-081-201/+200
* Factor out comparison handling for arithmetic types.Richard Smith2018-01-081-35/+50
* [Myriad] Remove invalidated -elf flag for MoviAsmWalter Lee2018-01-081-1/+0
* [OPENMP] Fix debug info for outlined functions in NVPTX + add more tests.Alexey Bataev2018-01-081-4/+4
* Revert "Emit Function IDs table for Control Flow Guard"Adrian McCarthy2018-01-083-10/+0
* Emit Function IDs table for Control Flow GuardAdrian McCarthy2018-01-083-0/+10
* [CodeGen] Fix TBAA info for accesses to members of base classesIvan A. Kosarev2018-01-081-2/+6
* [Driver] Add flag enabling the function stack size section that was added in ...Sean Eveson2018-01-083-0/+7
* Remove bogus check for template specialization from self-comparison warning.Richard Smith2018-01-071-13/+2
* Fix a couple of wrong self-comparison diagnostics.Richard Smith2018-01-071-4/+4
* Factor out common tautological comparison code from scalar and vector compare...Richard Smith2018-01-071-97/+110
* Simplify the internal API for checking whether swiftcall passes a type indire...John McCall2018-01-073-19/+16
* Add support for a limited subset of TS 18661-3 math builtins.Benjamin Kramer2018-01-063-4/+14
* [analyzer] Fix some check's output plist not containing the check nameGabor Horvath2018-01-062-8/+17
* Serialize the IDNS for a UsingShadowDecl rather than recomputing it.Richard Smith2018-01-063-3/+5
* [Driver] Suggest correctly spelled driver optionsBrian Gesiak2018-01-062-9/+34
* When name lookup finds a non-imported declaration and looks back along theRichard Smith2018-01-061-29/+28
* Preserve unknown STDC pragma through preprocessorSteven Wu2018-01-052-55/+56
* Track shadow modules with a generation counter.Bruno Cardoso Lopes2018-01-053-36/+32
* Add AST dumping support for _Generic expressions.Richard Smith2018-01-051-0/+32
* Fix TLS support check for Darwin 32-bit simulator targets.Volodymyr Sapsai2018-01-051-9/+15
* Add a tool executor that runs actions on all TUs in the compilation database.Eric Liu2018-01-053-1/+170
* No -fsanitize=function warning when calling noexcept function through non-noe...Stephan Bergmann2018-01-055-25/+29
* Reapply r321781: [Modules] Allow modules specified by -fmodule-map-file to sh...Bruno Cardoso Lopes2018-01-054-43/+104
* NFC.Evgeny Stupachenko2018-01-051-0/+1
* Debug Info: Support DW_AT_calling_convention on composite types.Adrian Prantl2018-01-051-1/+10
* Make attribute instantiation instantiate all attributes, not just the first ofRichard Smith2018-01-042-12/+3
* [OPENMP] Fix capturing of expressions in clauses.Alexey Bataev2018-01-041-17/+9
* [OPENMP] Fix casting in NVPTX support library.Alexey Bataev2018-01-041-37/+49