]> granicus.if.org Git - clang/shortlog
clang
2014-12-02 Richard Smith[modules] Track how 'header' directives were written...
2014-12-01 Nikola SmiljanicPerform correct lookup when '__super' is used in class...
2014-12-01 Zachary TurnerMake -fuse-ld=lld work properly on Windows.
2014-12-01 Reid KlecknerUse nullptr to silence -Wsentinel when self-hosting...
2014-12-01 Richard SmithAdd missing 'break's, found by inspection. No functiona...
2014-12-01 Nico WeberAdd a test for devirtualization of virtual operator...
2014-12-01 Matt ArsenaultUpdate R600 address space map to include generic
2014-12-01 Samuel BenzaquenMake the function pointer a template argument instead...
2014-12-01 Alexey Bataev[OPENMP] Formating and code improvement for codegen...
2014-12-01 Arnaud A. de... Revert "Remove threshold for lifetime marker insertion...
2014-12-01 Arnaud A. de... Remove threshold for lifetime marker insertion of named...
2014-11-30 NAKAMURA Takumiclang/test/CodeGenOpenCL/opencl_types.cl: Appease i686...
2014-11-29 Nico WeberFix typo.
2014-11-29 Nathan SidwellFix grammar error in err_bad_reinterpret_cast_reference...
2014-11-29 NAKAMURA TakumiTweak clang/test/CodeGenOpenCL/opencl_types.cl to appea...
2014-11-28 David MajnemerAST: Consider pseudo-struct builtin types as substitutable
2014-11-28 Richard BartonAdd additional arguments for -mfpu options
2014-11-28 Richard BartonAdd -mfpu=neon-vfpv4
2014-11-28 Alexey Bataev[OPENMP] Additional processing of 'omp atomic write...
2014-11-28 Sean HuntCreate a new 'flag_enum' attribute.
2014-11-27 Tim NorthoverAArch64: simplify PCS mapping.
2014-11-27 Aaron BallmanSphinx does not have a lexer for OpenCL, so falling...
2014-11-27 Daniel Jasperclang-format: [JS] Contract fewer functions to a single...
2014-11-27 Daniel Jasperclang-format: [JS] Try not to break in container literals.
2014-11-27 Daniel Jasperclang-format: [JS] new and delete are valid function...
2014-11-27 Daniel Jasperclang-format: [JS] Make Closure module detection more...
2014-11-27 Daniel Jasperclang-format: Don't use column layout with AlignAfterOp...
2014-11-27 Richard Smith[c++1z] Remove terse range-based for loops; they've...
2014-11-27 Richard TrieuWhen checking for uninitialized values, do not confuse...
2014-11-26 Tim NorthoverOpenCL: fix test for lack of names in release builds
2014-11-26 Anton Yartsev[analyzer] Indented code within the DisplayHelp sub.
2014-11-26 Richard SmithFix buildbot failure on LLP64 platforms like MSVC x86_64.
2014-11-26 Daniel Jasperclang-format: [Java] Don't line-wrap package declarations.
2014-11-26 Nico Weberclang-format: Tweak -style=Chromium for Java files.
2014-11-26 Aaron BallmanAdding an explicit triple to this test to get it to...
2014-11-26 Anastasia Stulova[OpenCL] Implemented restrictions for pointer conversio...
2014-11-26 Anastasia Stulova[OpenCL] Generic address space parsing and diagnostics...
2014-11-26 Anastasia Stulova[OpenCL] Generic address space has been added in OpenCL...
2014-11-26 Daniel Jasperclang-format: [Java] Improve formatting of throws decla...
2014-11-26 Daniel Jasperclang-format: [Java] Improve cast detection.
2014-11-26 Daniel Jasperclang-format: [Java] Fix breaking after annotations.
2014-11-26 Daniel Jasperclang-format: Add SFS_Empty to only empty functions...
2014-11-26 Daniel Jasperclang-format: [Java] Support Foo.class;
2014-11-26 Richard Smith[c++1z] Most of N4268 (allow constant evaluation for...
2014-11-25 David MajnemerCodeGen: Fix emission of __atomic_compare_exchange
2014-11-25 Kaelyn TakataEnsure that any TypoExprs in the arguments to bultins...
2014-11-25 Paul RobinsonTry to fix a ppc64 bot. What is this 'signext' stuff...
2014-11-25 Manuel KlimekRe-apply r222646 (was reverted in r222667). Adding...
2014-11-25 Chandler CarruthUpdate Clang tests that run the LLVM optimizer to refle...
2014-11-25 Daniel Jasperclang-format: Refactoring.
2014-11-25 Daniel JasperAdd flag -f(no-)modules-implicit-maps.
2014-11-25 Chandler CarruthAdd a missing override, caught by clang's inconsistent...
2014-11-25 Sergey Dmitrouk[ARM] Define __ARM_FEATURE_DSP macro for CPUs that...
2014-11-25 David MajnemerMS ABI: Add CodeGen support for rethrowing MS C++ excep...
2014-11-25 David Majnemerdocs: Update the MSVCCompatibility doc for changes...
2014-11-25 Saleem AbdulrasoolCodeGen: further simplify assertion
2014-11-24 Paul RobinsonSee if this fixes Mips bot; ignore contents of paramete...
2014-11-24 Reid KlecknerRemove unnecessary environment switch
2014-11-24 Kaelyn TakataForce the correction of delayed typos in casts in non...
2014-11-24 Samuel BenzaquenFilter the toplevel matchers by kind.
2014-11-24 Tim Northovertesting: make test use FileCheck
2014-11-24 Paul RobinsonCorrectly remove OptimizeForSize from functions marked...
2014-11-24 Saleem AbdulrasoolCodeGen: make i686-windows-itanium more similar to...
2014-11-24 Saleem AbdulrasoolCodeGen: use a range-based for loop
2014-11-24 Aaron BallmanReverting r222646; the tests do not pass on Windows...
2014-11-24 Nico RieckFix line endings
2014-11-24 Nico RieckFix crash when using __if_exists in C mode
2014-11-24 Aaron BallmanUnbreaking the MSVC 2012 build; however, these tests...
2014-11-24 Aaron BallmanReverting r222638; it broke the MSVC build bots because...
2014-11-24 Manuel KlimekAdding 4 ASTMatchers: typedefDecl, isInMainFile, isInSy...
2014-11-23 Daniel Jasperclang-format: Make short case labels work with #ifs
2014-11-23 Daniel Jasperclang-format: [Java] Treat 'instanceof' like other...
2014-11-23 Daniel Jasperclang-format: [Java] Space before array initializers.
2014-11-23 Daniel Jasperclang-format: Improve ObjC blocks with return type.
2014-11-23 Daniel Jasperclang-format: Refactoring.
2014-11-23 Daniel Jasperclang-format: [JS] Support Closure's module statements.
2014-11-23 Saleem AbdulrasoolCodeGen: tweak struct ABI handling
2014-11-22 Daniel SandersSupport matching signext attribute in the parallel_num_...
2014-11-22 Daniel SandersSupport matching signext attribute in vla-lambda-captur...
2014-11-22 David MajnemerCodeGen: Make atomic operations play nice with address...
2014-11-22 David MajnemerSimplify MicrosoftMangleContextImpl::shouldMangleString...
2014-11-22 Richard SmithDelay checking overrides for exception specifications...
2014-11-21 David MajnemerMS ABI: Mangle u8 string literals
2014-11-21 Fariborz JahanianObjective-C ARC. Fixes a crash when checking for 'weak...
2014-11-21 David MajnemerSema: Don't permit variably modified types in typeid
2014-11-21 Roman DivackyImplement -Wcast-qual, fixing #13772.
2014-11-21 David MajnemerMS ABI: Mangle char16_t and char32_t string literals
2014-11-21 Kaelyn TakataAdd an assertion for detecting missed/uncorrected TypoE...
2014-11-21 Kaelyn TakataEnable ActOnIdExpression to use delayed typo correction...
2014-11-21 Kaelyn TakataProperly correct initializer expressions based on wheth...
2014-11-21 Kaelyn TakataUse the full-Expr filter to disambiguate equidistant...
2014-11-21 Daniel Jasperclang-format: Understand more lambda return types.
2014-11-21 Daniel Jasperclang-format: Use nested block special case for all...
2014-11-21 Dmitry VyukovFix test after r222526.
2014-11-21 Daniel Jasperclang-format: Handle comments in short case labels.
2014-11-21 Daniel Jasperclang-format: [Java] Support more Java keywords.
2014-11-21 Dmitry Vyukovclang: do not add -pie for tsan
2014-11-21 Daniel Jasperclang-format: [Java] Basic lambda support.
2014-11-21 Alexey Bataev[OPENMP] Disable CapturedStmt generation for standalone...
2014-11-21 David MajnemerMS ABI: Mangle char16_t and char32_t types
next