]> granicus.if.org Git - clang/shortlog
clang
2015-05-23 David Majnemer[Driver] Handle -fno-signed-char and -fno-unsigned...
2015-05-23 David Majnemer[Sema] Don't use dyn_cast to detect an AtomicType
2015-05-23 Rafael EspindolaThis reverts commit r238064 and r238055.
2015-05-22 Sanjay Pateladd missing include for TargetRecip
2015-05-22 Justin BognerCodeGen: Avoid a reserved name and fix the naming style...
2015-05-22 Sanjay Pateladd the -mrecip driver flag and process its options
2015-05-22 Rafael EspindolaMake unique section names the default again.
2015-05-22 Renato GolinUse profile and version parsers from ARMTargetParser
2015-05-22 Diego NovilloAdd clarifying note that sampling-based profiles cannot...
2015-05-22 Aaron BallmanUpdating the documentation to include an operator!...
2015-05-22 Szabolcs SiposAdding new AST matcher: isConstexpr
2015-05-22 Alexey Bataev[OPENMP] Prepare codegen for privates in tasks for...
2015-05-22 Justin BognerModernize some doc comments. NFC
2015-05-22 David Majnemer[ItaniumMangle] Fix a typo.
2015-05-22 David Majnemer[Sema] Don't crash on out-of-line virtual constexpr...
2015-05-22 Faisal ValiApply existing checks to C++1Z (has_feature_cxx0x)...
2015-05-22 Ahmed Bougacha[OpenMP] Test AVX default SIMD alignment. NFC.
2015-05-22 Ahmed Bougacha[CodeGen] Use TargetInfo::getABI() throughout X86*Targe...
2015-05-22 Richard SmithFix assertion when assigning to object in OpenCL consta...
2015-05-22 Faisal Vali"This adds -fconcepts-ts as a cc1 option for enabling the
2015-05-21 Adrian PrantlDebug info: Adapt to new DIBuilder interface.
2015-05-21 Douglas GregorItanium mangler: don't trip an assertion when unresolve...
2015-05-21 Manuel Klimekclang-format: [JS] Better support for fat arrows.
2015-05-21 John Brawn[ARM] Restructure cpu handling in the driver to mostly...
2015-05-21 Alexey Bataev[OPENMP] Fixed codegen for parameters privatization.
2015-05-21 Alexey Bataev[OPENMP] Fixed codegen for lastprivate LCV in workshari...
2015-05-21 Richard SmithAvoid using a C++11 library feature not present in...
2015-05-21 Richard Smith[modules] If we re-enter a submodule from within itself...
2015-05-21 Alexey Samsonov[Driver] Improve unused-argument diagnostic for extra...
2015-05-21 Reid KlecknerRename a helper template function to 'bytes' to avoid...
2015-05-21 Reid KlecknerWork around overloading bug in MSVC 2015
2015-05-20 Richard TrieuCheck for bool-like conversion in conditional expressions.
2015-05-20 Richard Smith[OpenMP] Make default OpenMP library (the one selected...
2015-05-20 Reid KlecknerEvaluate union cast subexpressions when the cast value...
2015-05-20 Aaron BallmanRefactored some common functionality into MaybeParseMic...
2015-05-20 Ahmed Bougacha[CodeGen] Check x86_64-arguments.c tests on AVX as...
2015-05-20 Richard Smith[modules] Support merging a parsed default argument...
2015-05-20 Richard Smith[modules] Support merging a parsed default function...
2015-05-20 Pete CooperUse Intrinsic::ID instead of unsigned. NFC.
2015-05-20 Justin BognerInstrProf: Change this triple back to %itanium_abi_triple
2015-05-20 Justin BognerInstrProf: Remove darwin-specific section names from...
2015-05-20 Justin BognerInstrProf: Increment the profile counter for all types...
2015-05-20 Justin BognerCodeGen: Remove some trailing whitespace. NFC
2015-05-20 Alexey Bataev[OPENMP] Fix codegen for ordered loop directives.
2015-05-20 Alexey Bataev[MSVC] Handle out-of-line definition of static data...
2015-05-20 Manuel KlimekAllow skipping imports in the module visitor.
2015-05-20 Michael Kuperstein[X86] Add _mm256_set_m128 and its 5 variants.
2015-05-20 Yaron KerenFix CGRecordLayouts description to say it maps clang...
2015-05-20 David Majnemer[clang-cl] Map /GA to -ftls-model=local-exec
2015-05-20 Alexey Bataev[OPENMP] -fopenmp enables OpenMP support (fix for http...
2015-05-20 Alexey BataevFix for aggregate copying of variable length arrays.
2015-05-19 David Blaikie[opaque pointer type] Pass the explicit call type when...
2015-05-19 Richard SmithRevert r237609 for now.
2015-05-19 Jonathan RoelofsFix 'CFG graph' typo. NFC
2015-05-19 Anders Waldenborgclang-format: Add space in function pointers with Space...
2015-05-19 Michael Kuperstein[X86] Add _mm_broadcastsd_pd intrinsic
2015-05-19 Michael Kuperstein[X86] Added _mm256_bslli_epi128 and _mm256_bsrli_epi128.
2015-05-19 Alexey Bataev[OPENMP] Fixed codegen for copying/initialization of...
2015-05-19 Daniel Jasperclang-format: Improve *-detection.
2015-05-19 Daniel Jasperclang-format: Improve for-loop formatting.
2015-05-19 Daniel Jasperclang-format: Support #include_next
2015-05-19 Daniel Jasperclang-format: Correctly detect casts to qualified types.
2015-05-19 Daniel Jasperclang-format: Fix regression caused by r237244.
2015-05-19 Alexey Bataev[OPENMP] Prohibit VLAs in 'private/firstprivate' clause...
2015-05-19 Alexey Bataev[OPENMP] Prohibit variably modified types in 'copypriva...
2015-05-19 Alexey Bataev[OPENMP] Fixed analysis of function arguments and their...
2015-05-19 NAKAMURA TakumiSemaExprCXX.cpp: Try to fix \param in r237608. [-Wdocum...
2015-05-19 Richard SmithPR20073: promote "dereference of 'void*'" from Extensio...
2015-05-19 David Majnemer[AST] Put VarDeclBitfields on a diet
2015-05-19 Richard Smith[modules] Support for merging a parsed definition of...
2015-05-18 David BlaikieFix indentation
2015-05-18 Reid KlecknerRevert changes to DefaultABIInfo accidentally introduce...
2015-05-18 David BlaikieAPI update for streamlining of IRBuilder::CreateCall...
2015-05-18 Ismail PazarbasiAdded missing 'override' to `ReadMismatchingDeleteExpre...
2015-05-18 Richard Smith[modules] Support for merging a parsed class template...
2015-05-18 Richard TrieuCreate new diagnostic group -Wmove
2015-05-18 Richard Smith[modules] When a file is listed as a non-textual header...
2015-05-18 Ismail PazarbasiDetect uses of mismatching forms of 'new' and 'delete'
2015-05-18 Richard TrieuHave -Wredundant-move ignore reference types.
2015-05-18 Daniel Jasperclang-format: Fix another regression caused by r237565.
2015-05-18 Daniel Jasperclang-format: Fix regression introduced by r237565.
2015-05-18 Daniel Jasperclang-format: Improve detection of macros annotating...
2015-05-18 Daniel Jasperclang-format: Allow braced initializers in template...
2015-05-18 Daniel Jasperclang-format: Support function annotations in macros.
2015-05-18 Alexey Bataev[OPENMP] Fix for '#pragma omp task' codegen.
2015-05-18 Richard Smith[modules] Move implicit creation of ImportDecls for...
2015-05-18 David Majnemer[clang-cl] Enable C++14 when targeting 2015 compatibility
2015-05-18 Richard Smith[modules] Refactor and simplify #include handling.
2015-05-18 NAKAMURA Takumiclang/test/CodeGenOpenCL/opencl_types.cl: Tweak express...
2015-05-18 Richard Smith[modules] If we see a #include that maps to a module...
2015-05-18 Nico WeberWrap to 80 columns. No behavior change.
2015-05-18 David Majnemer[MS ABI] Give __attribute__((overloadable)) functions...
2015-05-18 David Majnemer[MS ABI] Function encodings are always encoded in templ...
2015-05-18 Nico WeberFix confusing indent. No behavior change.
2015-05-17 Daniel Jasperclang-format: Properly align ObjC string literals.
2015-05-17 Daniel Jasperclang-format: Improve line wrapping around << operators.
2015-05-17 Davide Italiano[Sema] Improve llvm_unreachable() message.
2015-05-17 Nico WeberDon't leak TemplateIds when a plugin parses late-parsed...
2015-05-16 Nico WeberWrap a few comments to 80 columns.
2015-05-16 Benjamin Kramer[Sema] Fold array into for-range loop. No functional...
next