]> granicus.if.org Git - clang/shortlog
clang
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...
2015-02-16 Craig Topper[X86] Teach clang to lower __builtin_ia32_psrldqi256...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-15 Aaron BallmanPartial revert of r229336; this wasn't intended to...
2015-02-15 Aaron BallmanRemoving LLVM_EXPLICIT, as MSVC 2012 was the last reaso...
2015-02-15 Benjamin KramerUnbreak the build.
2015-02-15 Benjamin KramerMake pushCleanup a variadic template. NFC.
2015-02-15 Benjamin KramerFormat: Make FormatToken's isOneOf a variadic template
2015-02-15 Benjamin KramerAnalyzer: Replace a set of particularly ugly faux varia...
2015-02-15 Larisse VoufoFix a typo in r229291 causing buildbot failure.
2015-02-15 Larisse VoufoAdd more tests for crashes that happend to be fixed...
2015-02-15 Larisse VoufoDon't crash on `struct ::, struct ::` (and the same...
2015-02-15 Larisse VoufoMore on fixing sized deallocation implementation logic...
2015-02-15 Nico WeberAdd more tests for crashes that happend to be fixed...
2015-02-15 Nico WeberDon't crash on `struct ::, struct ::` (and the same...
2015-02-15 Nico WeberWrap to 80 columns. No behavior change.
2015-02-15 David BlaikieRemove trailing whitespace to make test compatible...
2015-02-15 David BlaikieRemove trailing whitespace to make test compatible...
2015-02-15 David BlaikieRemove trailing whitespace to make test compatible...
2015-02-15 David BlaikieRemove trailing whitespace to help make test compatible...
2015-02-15 David BlaikieUpdate test to be ready for typeless pointer changes
2015-02-15 David BlaikieUpdate test to make it robust to migration to typeless...
next