]> granicus.if.org Git - clang/shortlog
clang
2015-02-24 Adrian PrantlRevert "Wrap clang module files in a Mach-O, ELF, or...
2015-02-24 Ben LangmuirDon't load Framework module.map files when searching...
2015-02-24 Adrian PrantlWrap clang module files in a Mach-O, ELF, or COFF conta...
2015-02-24 Justin BognerInstrProf: Make sure counts in lambdas don't escape...
2015-02-24 Richard Smith[modules] Properly check whether a declaration is std...
2015-02-24 Richard Smith[modules] Ensure we've imported all declarations of...
2015-02-24 Richard SmithRefactor *TemplateDecl::addSpecialization to reduce...
2015-02-24 Peter CollingbourneCodeGenModule::EmitVTableBitSetEntries: Add check for...
2015-02-24 Dmitri GribenkoRestore the libc++ definition of max_align_t on Apple...
2015-02-23 Justin BognerRevert "Improve declaration / expression disambiguation...
2015-02-23 Dmitri GribenkoFix copy-paste errors in the test
2015-02-23 Richard SmithImprove declaration / expression disambiguation around...
2015-02-23 Joerg SonnenbergerOnly lower __builtin_setjmp / __builtin_longjmp to
2015-02-23 Peter CollingbourneCFI: Improve design doc with larger virtual tables...
2015-02-23 Zoran JovanovicFixed typo.
2015-02-23 Justin BognerInstrProf: Run clang-format to fix some strange indenta...
2015-02-23 Reid Kleckner-fms-extensions: Bump the default _MSC_VER from 1700...
2015-02-23 Mohit K. Bhakkad[TSan][Clang][MIPS] Enabled thread option for MIPS64...
2015-02-23 Ed SchoutenAdd C11 *_DECIMAL_DIG.
2015-02-23 Nico WeberRemove comment addressed by d0k in r229327.
2015-02-22 Larisse VoufoRelax the requirement on sized deallocation a bit:...
2015-02-22 Larisse VoufoFix typo.
2015-02-22 Larisse VoufoMove -fdefine-sized-deallocation and -fno-sized-dealloc...
2015-02-22 Nico WeberRemove two unused methods. No behavior change.
2015-02-21 Richard SmithCleanup: remove artificial division between lookup...
2015-02-21 Richard SmithRevert r167816 and replace it with a proper fix for...
2015-02-21 Hans WennborgImprove diagnostic when failing to synthesize implicit...
2015-02-21 Larisse VoufoFix typo.
2015-02-21 Larisse VoufoMove -fdefine-sized-deallocation and -fno-sized-dealloc...
2015-02-21 Fariborz Jahanian[Objective-C]. Provide a new formatting kind, "os_trace...
2015-02-21 Adrian PrantlRevert "Wrap clang module files in a Mach-O, ELF, or...
2015-02-21 Adrian Prantlconfigure+make: Rearange clangCodeGen to come before...
2015-02-21 Adrian Prantlconfigure+make: Add ipo to the dependencies of libclang.
2015-02-20 Simon Atanasyan[Mips] Support mips32r3, mips32r5, mips64r3, mips64r5...
2015-02-20 Adrian PrantlWrap clang module files in a Mach-O, ELF, or COFF conta...
2015-02-20 Adrian PrantlRevert "Wrap clang module files in a Mach-O, ELF, or...
2015-02-20 Adrian PrantlWrap clang module files in a Mach-O, ELF, or COFF conta...
2015-02-20 Ben LangmuirDon't try to rebuild modules on umbrella header mismatch
2015-02-20 Jacques PienaarFix merging of << at end of input.
2015-02-20 Peter CollingbourneImplement Control Flow Integrity for virtual calls.
2015-02-20 Adrian PrantlRevert "Wrap clang module files in a Mach-O, ELF, or...
2015-02-20 Adrian PrantlRequire a target for this testacse.
2015-02-20 Adrian PrantlWrap clang module files in a Mach-O, ELF, or COFF conta...
2015-02-20 Rafael EspindolaAdd -funique-section-names and -fno-unique-section...
2015-02-20 Daniel Jasperclang-format: [js] Support template strings.
2015-02-20 Manuel KlimekAdd -fno-implicit-modules.
2015-02-20 Richard SmithPR22435: Correctly implement tiebreaker for reference...
2015-02-20 Larisse VoufoAdd -fno-sized-deallocation option for completeness...
2015-02-19 Jordan Rose[analyzer] RetainCountChecker: don't try to track ivars...
2015-02-19 Hans WennborgDon't dllexport inline methods when targeting MinGW.
2015-02-19 Dimitry AndricAdd support for analyzing FreeBSD kernel printf extensions.
2015-02-19 Fariborz Jahanian[Objective-C Sema]. Don't warn about use of
2015-02-19 David MajnemerItanium ABI: Pack expansions change the arity of expres...
2015-02-19 Reid KlecknerAvoid using a COMDAT for sized delete on MachO
2015-02-19 Reid KlecknerPut the implicit weak sized deallocation funciton in...
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...
next