aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2014-07-16Objective-C. Introducing __attribute__((objc_runtime_name("runtimename"))Fariborz Jahanian
2014-07-16clang-cl: make sure we still parse -fms-version= after r213119Hans Wennborg
2014-07-16[ASTMatchers] Add a usingDirectiveDecl matcher.Benjamin Kramer
2014-07-16[mips] Add support for -mfpxx and -mno-fpxx.Daniel Sanders
2014-07-16Driver: bifurcate extended and basic MSC versioningSaleem Abdulrasool
2014-07-16Handle diagnostic warnings in Frontend diagnostic handler.Tyler Nowicki
2014-07-15Added the pack_elements range accessor. Refactoring some for loops to use ran...Aaron Ballman
2014-07-15clang-cl: Implement the -arch flagEhsan Akhgari
2014-07-15Add codegen for more R600 builtinsMatt Arsenault
2014-07-15Make sure int64_t and uint64_t are consistent.Joerg Sonnenberger
2014-07-15Provide builtin macros as template for PRIab and SCNab, matching theJoerg Sonnenberger
2014-07-15[OPENMP] Several cosmetic fixes in comments, tests and the code for '#pragma ...Alexey Bataev
2014-07-14Remove dead code.Richard Smith
2014-07-14AST: Cleanup __uuidof related codeDavid Majnemer
2014-07-14Drop separate UIntMaxType and just derive it from IntMaxType.Joerg Sonnenberger
2014-07-14Introduce getCorrespondingUnsignedType() in TargetInfo to work like theJoerg Sonnenberger
2014-07-14Fix typosAlp Toker
2014-07-14Avoid non-attributive uses of 'unsupported' in diagnosticsAlp Toker
2014-07-14Change the diagnostic group for unsupported gcc optimizations added r212805Alp Toker
2014-07-14ARM: Implement __builtin_arm_nop intrinsicYi Kong
2014-07-14[ASTMatchers] Make hasOverloadedOperatorName also match freestanding overloads.Benjamin Kramer
2014-07-12CodeGen: support hint intrinsics from ACLE on AArch64Saleem Abdulrasool
2014-07-12clang-cl: Make all x86 CPU feature flags available, such as -msse3Reid Kleckner
2014-07-11[Driver] clang::driver::getARMCPUForMArch() moved to llvm::Triple::getARMCPUF...Argyrios Kyrtzidis
2014-07-11Consolidate header inclusion diagnosticsAlp Toker
2014-07-11MS extension: Make __noop be the integer zero, not voidReid Kleckner
2014-07-11The returns_nonnull attribute does not require a function prototype because i...Aaron Ballman
2014-07-11Instantiate llvm::Registry<clang::PluginASTAction> in FrontendAction.cpp.NAKAMURA Takumi
2014-07-11[PATCH] [x32] Introduce -mx32 flag enforcing x32 mode for other triplets. By ...Zinovy Nis
2014-07-11GCC compatibility: Create a Group to ignore unsupported optimization.Sylvestre Ledru
2014-07-11[OPENMP] Parsing and sema analysis for 'omp task' directive.Alexey Bataev
2014-07-10MSVC compat: Allow lookup of friend types in enclosing namespacesReid Kleckner
2014-07-10Enable -gcolumn-info by default.Diego Novillo
2014-07-10Provide -verify support to match "any" line for diagnostics in included files.Andy Gibbs
2014-07-10[analyzer] Check for code testing a variable for 0 after using it as a denomi...Jordan Rose
2014-07-10[mips] Add support for -modd-spreg/-mno-odd-spregDaniel Sanders
2014-07-10Prevent link warnings due to -Wframe-larger-than=Alp Toker
2014-07-10[Driver] Expose getARMCPUForMArch() function in the Driver API; NFC.Argyrios Kyrtzidis
2014-07-09[mips][mips64r6] Implement -mips32r6 and -mips64r6 aliases to -march=mips32r6...Daniel Sanders
2014-07-09Prospective legacy build system fix following r212620Alp Toker
2014-07-09Fix 'source-level' hyphenationsAlp Toker
2014-07-09cc1as: consolidate option flags with cc1 and eliminate duplicationAlp Toker
2014-07-09Fixed incompatibility with MSVC builds in range-based for loops in DataRecurs...Alexey Bataev
2014-07-09Revert commit 212599.Alexey Bataev
2014-07-09[OPENMP] Fixed incompatibility in [Data]RecursiveASTVisitor::TraverseOMPExecu...Alexey Bataev
2014-07-09clang-format: Add new option to indent wrapped function declarations.Daniel Jasper
2014-07-09[OPENMP] Improved code of DataRecursiveASTVisitor and RecursiveASTVisitor for...Alexey Bataev
2014-07-09clang-format: Revamp function declaration/definition indentation.Daniel Jasper
2014-07-09Simplify warning flag value handling from r206826Alp Toker
2014-07-08Sema: Don't allow CVR qualifiers before structorsDavid Majnemer