]> granicus.if.org Git - clang/shortlog
clang
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...
2015-05-16 Richard Smith[modules] Retain the name as written for umbrella heade...
2015-05-16 Richard TrieuFix typo from r237482. "to reference of type" -->...
2015-05-16 Richard TrieuWhen emitting a dropped qualifier error, show which...
2015-05-16 Bill Schmidt[PPC64] Add vector pack/unpack support from ISA 2.07
2015-05-16 NAKAMURA Takumiclang/test/SemaCXX/attr-no-sanitize.cpp: Don't mix...
2015-05-15 Richard TrieuReverse the order of types in the reference dropping...
2015-05-15 Peter CollingbourneUse llvm::StringSwitch<std::string> to take advantage...
2015-05-15 Richard Smith[modules] Add local submodule visibility support for...
2015-05-15 Peter CollingbourneImplement no_sanitize attribute.
2015-05-15 NAKAMURA TakumiCGAtomic.cpp: Fix bogus \brief(s). Did you mean "\param...
2015-05-15 Serge PavlovLimit set of types instantiated in FindInstantiatedDecl.
2015-05-15 Daniel Jasperclang-format: Slightly change format decisions around...
2015-05-15 Daniel Jasperclang-format: Don't use column layout in lists that...
2015-05-15 Daniel Jasperclang-format: Add missing space before ObjC selector.
2015-05-15 Alexey Bataev[OPENMP] Fixed bug in atomic update/capture/write const...
2015-05-15 NAKAMURA TakumiRevert r237385, "[CodeGen] Reuse stack space from unuse...
2015-05-15 Richard SmithRefactor: when exposing a definition in some module...
2015-05-14 Pirama Arumuga... Add flag to enable native half type
2015-05-14 David BlaikieFix Clang -Wsequence-point
2015-05-14 Justin BognerInstrProf: Only disable coverage in built-in macros...
next