summaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)Author
2015-06-25Omit 'nodebug' methods from the class description.Paul Robinson
2015-06-25[NVPTX] Fixed a typo in __nvvm_atom_min_gen_l() type string.Artem Belevich
2015-06-25Fix #pragma redefine_extname when there is a local variable of the same name....Aaron Ballman
2015-06-25Fix a crash by division by zero in analyzerDaniel Marjamaki
2015-06-25Teach Clang about the PPC64 memory sanitizer implementation.Jay Foad
2015-06-25clang-format: [Proto] Don't treat "operator" as keyword.Daniel Jasper
2015-06-25Update darwin SDK version parsing to support OSX and simulatorSteven Wu
2015-06-25[UBSan] Allow to use -fsanitize=vptr only on Mac OS 10.9+Alexey Samsonov
2015-06-25Consolidate and unify initializer list deductionHubert Tong
2015-06-25[Concepts] Parsing of requires-clause in template-declarationHubert Tong
2015-06-24[ARM] The bits set in the variable HW_FP could get unsetRanjeet Singh
2015-06-24update commentDerek Schuff
2015-06-24Relax assertion in x86_64 byval argument handling for 32-bit pointersDerek Schuff
2015-06-24Add __nonnull/__nullable/__null_unspecified predefines for Darwin.Douglas Gregor
2015-06-24Replace __double_underscored type nullability qualifiers with _Uppercase_unde...Douglas Gregor
2015-06-24Remove environment variables from driver testsSteven Wu
2015-06-24[Preprocessor] Iterating over all macros should include those from modules.Jordan Rose
2015-06-24clang-format: [JS] Support regex literals containing quotes (' and ").Daniel Jasper
2015-06-24Express Driver::GetFilePath more concisely.Douglas Katzman
2015-06-24Silencing some Sphinx warnings about duplicate explicit target names.Aaron Ballman
2015-06-24[OPENMP] Codegen for 'depend' clause (OpenMP 4.0).Alexey Bataev
2015-06-24Remove a limited and somewhat questionable DenseMapInfo specializationChandler Carruth
2015-06-24Move the special-case check from r240462 into ARM-specific code.Bob Wilson
2015-06-24Proper changing/restoring for CapturedStmtInfo, NFC.Alexey Bataev
2015-06-23Fix test failure if this value doesn't end up named %0.Richard Smith
2015-06-23Use range-based loops when handling OPT_print_search_dirs.Douglas Katzman
2015-06-23SafeStack documentation improvementsPeter Collingbourne
2015-06-23[Driver] Give GnuTool LLVM_LIBRARY_VISIBILITY.Benjamin Kramer
2015-06-23Improve error handling for PR22560.Bob Wilson
2015-06-23PR22560: Fix argument order for ARM _MoveToCoprocessor builtins.Bob Wilson
2015-06-23Pedantically rename all Tool subclasses to be nouns, not verbs. NFCDouglas Katzman
2015-06-23[MS ABI] Account for the virtual inheritance quirk when manglingDavid Majnemer
2015-06-23InstrProf: Fix a crash when an implicit def appears in a macroJustin Bogner
2015-06-23Make the typo resolution in r240441 apply to all function calls.Kaelyn Takata
2015-06-23Ensure delayed typos have been corrected in calls to builtins beforeKaelyn Takata
2015-06-23Use AddString/ReadString instead of doing it manually NFCBen Langmuir
2015-06-23[Modules] Consider -fmodule-feature in module hash and when loadingBen Langmuir
2015-06-23Driver: Pass -I options to cc1as for .include search paths.Jim Grosbach
2015-06-23Adding a title to appease the sphinx build bot.Aaron Ballman
2015-06-23AttributeReference.rst is automatically generated by a server-side process cu...Aaron Ballman
2015-06-23[OPENMP] Initial support for 'depend' clause (4.0).Alexey Bataev
2015-06-23Update for LLVM api change.Rafael Espindola
2015-06-23Moving r215806, r215807, and r215808 into AttrDocs.td. These changes were ori...Aaron Ballman
2015-06-23Fixing a build bot break from r240400.Aaron Ballman
2015-06-23Clarify pointer ownership semantics by hoisting the std::unique_ptr creation ...Aaron Ballman
2015-06-23Fix a warning. [-Wsign-compare]NAKAMURA Takumi
2015-06-23Silence VC warning C4715: '`anonymous namespace'::getNativeVectorSizeForA VXA...Yaron Keren
2015-06-23Write output file to temp directory. The tests shouldn't assume thatDaniel Jasper
2015-06-23Tweak clang/test/Modules/modules-with-same-name.m to run with GnuWin32's find...NAKAMURA Takumi
2015-06-23[MS ABI] Rework member pointer conversionDavid Majnemer