summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
* Support tvOS and watchOS availability attributesTim Northover2015-10-302-0/+86
* ARMv7k: implement ABI changes for watchOS from standard iOS.Tim Northover2015-10-302-18/+103
* Disable SjLj exceptions for watchOSTim Northover2015-10-303-8/+18
* Watch and TV OS: wire up basic ABI choicesTim Northover2015-10-3012-9/+34
* Preprocessor: define correct tvOS and watchOS version macrosTim Northover2015-10-301-1/+16
* Support watchOS and tvOS driver optionsTim Northover2015-10-305-35/+214
* Reapply r251621 "[Analyzer] Widening loops which do not exit"Sean Eveson2015-10-304-1/+94
* Revert "[mips] Add support for the new mips-mti-linux toolchain."Vasileios Kalintiris2015-10-306-253/+27
* Revert r251621 "[Analyzer] Widening loops which do not exit" (bot failure)Sean Eveson2015-10-304-94/+1
* Revert "Try to run and investigate the mips-mti-linux.c test failure on ARM b...Renato Golin2015-10-301-13/+0
* Try to run and investigate the mips-mti-linux.c test failure on ARM buildbots.Vasileios Kalintiris2015-10-301-0/+13
* Format: support inline namespacesSaleem Abdulrasool2015-10-301-1/+1
* Initialize @catch variables correctly in fragile-runtime ARC.John McCall2015-10-303-20/+31
* Fix the emission of ARC ivar layouts in the non-fragile Mac runtime.John McCall2015-10-291-6/+11
* Add support for __builtin_{add,sub,mul}_overflow.John McCall2015-10-292-1/+166
* clang-format: [JS] Add goog.setTestOnly to the list of stuff thatDaniel Jasper2015-10-291-3/+4
* add support of the latest Ubuntu (Xenial Xerus)Sylvestre Ledru2015-10-291-1/+3
* [mips] Add support for the new mips-mti-linux toolchain.Vasileios Kalintiris2015-10-296-27/+253
* [Analyzer] Widening loops which do not exitSean Eveson2015-10-294-1/+94
* Driver: CrossWindows sanitizers link supportSaleem Abdulrasool2015-10-291-0/+16
* Driver: inline some small arraysSaleem Abdulrasool2015-10-291-10/+4
* Driver: tweak CrossWindows sanitizer supportSaleem Abdulrasool2015-10-292-0/+8
* [Sema] Implement -Wdouble-promotion for clang.George Burgess IV2015-10-291-0/+8
* [WinEH] Mark calls inside cleanups as noinlineReid Kleckner2015-10-283-11/+27
* Fix the calling convention of Mingw64 long double valuesReid Kleckner2015-10-282-12/+29
* Fix missing builtin identifier infos with PCH+modulesBen Langmuir2015-10-281-2/+4
* Move global classes into anonymous namespaces. NFC.Benjamin Kramer2015-10-282-2/+4
* Put global classes into the appropriate namespace.Benjamin Kramer2015-10-287-2/+16
* When running clang with an arm triple such as '--target=thumbv7m-none-eabi'Alexandros Lamprineas2015-10-281-6/+8
* Reflow comment.Eric Christopher2015-10-281-6/+4
* Refine r251469 to give better (and more localizable) diagnosticsJohn McCall2015-10-285-42/+72
* Driver: support -fuse-ld= on cross windowsSaleem Abdulrasool2015-10-281-2/+1
* [CodeGen] Attach function attributes to Objective-C and OpenMPAkira Hatanaka2015-10-282-7/+12
* clang-format: When a line is formatted, also format subsequence lines if thei...Daniel Jasper2015-10-281-2/+5
* Add the ability to define "fake" arguments on attributes.John McCall2015-10-281-2/+3
* clang-format: Increase cut-off limit for number of analyzed states.Daniel Jasper2015-10-271-1/+1
* [analyzer] Assume escape is possible through system functions taking void*Anna Zaks2015-10-272-13/+30
* Tweak how -Wunused-value interacts with macrosNico Weber2015-10-271-1/+10
* [mips] Separated mips specific -Wa options, so that they are not checked on o...Daniel Sanders2015-10-271-12/+30
* Allow linking multiple bitcode files.Artem Belevich2015-10-272-57/+69
* [MSVC] Workaround for ICE in cl.exe when compiling ASTContext.cpp in Release ...Will Wilson2015-10-271-1/+3
* [analyzer] Fix lambdas that are capturing constants.Gabor Horvath2015-10-271-7/+14
* clang-format: Undo unwanted format change done in r251405.Daniel Jasper2015-10-272-15/+17
* clang-format: Add an additional value to AlignAfterOpenBracket: AlwaysBreak.Daniel Jasper2015-10-274-21/+44
* [analyzer] Fix another crash when analyzing lambda functions.Gabor Horvath2015-10-271-1/+2
* Properly clear current coroutine promise on FunctionScopeInfo reuse. ShouldRichard Smith2015-10-271-0/+1
* Access the right triple field for IAMCU.Michael Kuperstein2015-10-271-2/+2
* Handle target builtin options that are all required rather thanEric Christopher2015-10-272-24/+27
* [coroutines] Creation of promise object, lookup of operator co_await, buildingRichard Smith2015-10-2723-81/+487
* Create undef reference to profile hook symbol Xinliang David Li2015-10-272-0/+15
OpenPOWER on IntegriCloud