]> granicus.if.org Git - clang/shortlog
clang
2015-02-19 Ben LangmuirRevert "Mangle the IsSystem bit into the .pcm file...
2015-02-19 Argyrios Kyrtzidis[PCH/Modules] Check that the specific module cache...
2015-02-19 David MajnemerCodeGen: Weak reference temporaries belong in a COMDAT
2015-02-19 David MajnemerCodeGen: static constexpr data members should have...
2015-02-19 Filipe CabecinhasMake the _mm256_insert_epi64 definition more consistent
2015-02-19 Daniel Jasperclang-format: [js] Support ES6 module exports.
2015-02-19 Daniel Jasperclang-format: [js] Support ES6 module imports.
2015-02-19 Daniel Jasperclang-format: [js] Do not fall through for JS structura...
2015-02-19 Nathan SidwellFIX PR 18432, default args, friends & late-parsed members.
2015-02-19 Anton Yartsev[analyzer] Different handling of alloca().
2015-02-19 Yaron KerenSpelling correction.
2015-02-19 Daniel JasperMake -fmodules-decluse and -fmodules-strict-decluse...
2015-02-19 David MajnemerMark DR1940 as implemented
2015-02-19 David MajnemerMark DR1947 as implemented
2015-02-19 David MajnemerMark DR1948 as implemented
2015-02-19 David MajnemerMark DR1994 as a duplicate of DR529
2015-02-19 David MajnemerMark DR1968 as implemented
2015-02-19 NAKAMURA TakumiCXXNameMangler::mangleUnresolvedPrefix(): Prune an...
2015-02-19 David MajnemerItanium ABI: Don't pass nullptr to a bool argument
2015-02-19 Larisse VoufoUpdate C++ implementation status page with recent chang...
2015-02-19 Alexey Bataev[MSVC] Improved lookup into dependent/non-dependent...
2015-02-19 Ben LangmuirRevert adding hostname to module hash
2015-02-19 Justin BognerInstrProf: Always emit a coverage region for the condit...
2015-02-19 Larisse VoufoFix a test case.
2015-02-19 Filipe Cabecinhas[Headers] Add tests for _mm256_insert_epi64 and fix...
2015-02-19 David MajnemerItanium ABI: Properly qualify the destructor-name
2015-02-19 Filipe CabecinhasImprove our handling of rtti/sanitize=vptr/sanitize...
2015-02-19 Richard SmithPR22566: a conversion from a floating-point type to...
2015-02-19 Richard SmithAllow errors on use of a private module header to be...
2015-02-18 Jacques Pienaarclang-format: Space and triple angle braces.
2015-02-18 Alexey SamsonovRemove support for building sanitizers from Makefile...
2015-02-18 Alexey Samsonov[docs] Recommend to use CMake for building sanitizers.
2015-02-18 Justin BognerInstrProf: Rewrite most of coverage mapping generation...
2015-02-18 Benjamin KramerRemove unused diagnostic.
2015-02-18 David MajnemerItanium ABI: Write a character instead of a string...
2015-02-18 David MajnemerItanium ABI: Restore disabled tests which are correctly...
2015-02-18 David MajnemerItanium ABI: Properly mangle extern "C" template arguments
2015-02-18 Benjamin KramerDriver: Fix use of dangling std::string temporary
2015-02-18 Meador IngeSema: Allow 'constexpr' variables in range loops
2015-02-18 Daniel Jasperclang-format: [JS] support AtScript style annotations...
2015-02-18 Daniel Jasperclang-format: [JS] Support classes.
2015-02-18 Daniel Jasperclang-format: [JS] Support type annotations.
2015-02-18 Zoran JovanovicChange representation of member function pointers for...
2015-02-18 Daniel SandersFix test/CodeGen/atomic_ops.c failure on clang-cmake...
2015-02-18 Daniel JasperPrevent use after free caused by accessing a member...
2015-02-18 Bradley Smith[ARM] Add missing M/R class CPUs
2015-02-18 David MajnemerItanium ABI: Mangle <mangled-name> according to the ABI
2015-02-18 Nico WeberPort r163224 to C++.
2015-02-18 Nico WeberWrap to 80 columns. No behavior change.
2015-02-18 Saleem AbdulrasoolSema: partially address post-commit comments
2015-02-18 David MajnemerCodeGen: Relax a FileCheck line for SystemZ
2015-02-18 David MajnemerSema: size_t is available in C when -fms-compatibility...
2015-02-18 David MajnemerItanium ABI: Improve our mangling of <destructor-name>
2015-02-18 Larisse VoufoRename flags and options to match current naming: from...
2015-02-18 Anton Yartsev[analyzer] Refactoring: clarified the way the proper...
2015-02-17 Reid Klecknerclang-cl: Map /wd4996 to -Wno-deprecated-declarations
2015-02-17 Matthias BraunRevert "Remove support for building sanitizers from...
2015-02-17 Reid Klecknerclang-cl: Disable frame pointer elimination at -O0
2015-02-17 Benjamin KramerSema: Replace some push_backs of expensive to move...
2015-02-17 Alexey SamsonovRemove support for building sanitizers from Makefile...
2015-02-17 Meador IngeRevert r229543.
2015-02-17 Meador IngeSema: Allow 'constexpr' variables in range loops
2015-02-17 Nico WeberRemove a recovery attempt that was untested and crashed...
2015-02-17 Eric ChristopherRemove the ABI from the target features. It's obsoleted by
2015-02-17 Adrian PrantlAdd a testcase that exercises DIBuilder's handling...
2015-02-17 Benjamin KramerRevert accidental commit.
2015-02-17 Benjamin KramerPrefer SmallVector::append/insert over push_back loops...
2015-02-17 Sergey MatveevAppend -fno-assume-sane-operator-new in ASan builds.
2015-02-17 Daniel Jasperclang-format: Don't force a break after "endl" if every...
2015-02-17 Daniel Jasperclang-format: Fix crasher.
2015-02-17 Manuel KlimekMake tests independent of llvm variable naming.
2015-02-17 Craig Topper[X86] Convert palignr builtin handling to use shuffle...
2015-02-17 Alex DenisovAdd more tests for NSArray/NSDictionary literals
2015-02-17 Craig Topper[X86] Merge the 2 separate builtin handlers for PALIGNR...
2015-02-17 Craig Topper[X86] Remove code that does custom handling of the...
2015-02-16 Fariborz Jahanian[Objctive-C sema]. Do not do the unused-getter-return...
2015-02-16 Aaron BallmanMinor tweaks to r229447 to ensure the attribute is...
2015-02-16 Nico WeberWrap to 80 columns. No behavior change.
2015-02-16 Nico WeberFor variables with dependent type, don't crash on ...
2015-02-16 Saleem AbdulrasoolSema: diagnose use of unscoped deprecated prior to...
2015-02-16 Saleem AbdulrasoolParse: return true from ParseCXX11AttributeArgs if...
2015-02-16 Craig Topper[X86] Remove completely unnecessary switch statement.
2015-02-16 Justin BognerInstrProf: Update for LLVM API change
2015-02-16 Nico WeberFix typo in comment.
2015-02-16 Benjamin KramerASTMatchers: Make TypeList a variadic template and...
2015-02-16 Serge PavlovEnhance printing SizeOfPackExpr in dump.
2015-02-16 Serge PavlovRegression test for RP6954.
2015-02-16 Matt ArsenaultRevert r229409: "Hack to try deleting file from build...
2015-02-16 Matt ArsenaultHack to try deleting file from build bots
2015-02-16 Sanjay Patelx86-64 ABI: unwrap single element structs / arrays...
2015-02-16 Matt ArsenaultDon't create output file in test
2015-02-16 Benjamin KramerMove helper class into an anonymous namespace.
2015-02-16 Matt ArsenaultOpenCL: Accept -cl-strict-aliasing
2015-02-16 Alex DenisovFix crash when clang tries to build NSNumber literal...
2015-02-16 Benjamin KramerAnalyzer: Flatten Checker hierarchy.
2015-02-16 Aaron BallmanReverting a switch from LLVM_DELETED_FUNCTION to =...
2015-02-16 Michael KupersteinFix quoting of #pragma comment for MS compat, clang...
2015-02-16 Benjamin KramerASTMatchers: Replace enable_if with static_assert.
2015-02-16 Benjamin KramerASTMatchers: Make VariadicOperatorMatcher a real variad...
2015-02-16 Richard SmithDR1467: If aggregate initialization encounters an initi...
next