]> granicus.if.org Git - clang/shortlog
clang
2014-12-03 Alexander KornienkoMake ArgumentsAdjuster an std::function.
2014-12-03 Jonathan RoelofsFix isThreadModelSupported()'s comment. NFC
2014-12-03 Daniel Jasperclang-format: Fix fake parentheses placement with comments.
2014-12-03 Daniel Jasperclang-format: Fix expression parser not closing stuff...
2014-12-03 Alexey Bataev[OPENMP] Code formatting and improvement, no functional...
2014-12-03 Hal FinkelPreserve LD_LIBRARY_PATH when using the 'env' command
2014-12-03 Kaelyn TakataHandle delayed corrections in a couple more error paths...
2014-12-03 Peter CollingbourneUpdate test to check for prologue instead of prefix
2014-12-03 Peter CollingbourneUBSan now uses prologue data instead of prefix data
2014-12-03 Nico WeberAdd support for has_feature(cxx_alignof) and has_featur...
2014-12-03 Nico WeberFix incorrect codegen for devirtualized calls to virtua...
2014-12-03 Richard SmithPR21706: -Wunsequenced was missing warnings when leavin...
2014-12-02 David MajnemerFullProduct should be _FullProduct
2014-12-02 Kaelyn TakataEnsure typos in the default values of template paramete...
2014-12-02 David MajnemerIntrin: shrx_u64 should be _shrx_u64
2014-12-02 David MajnemerIntrin: Add _umul128
2014-12-02 Justin BognerInstrProf: Use the same names for variables as we use...
2014-12-02 Fariborz JahanianAnother warning with no group name bites the dust.
2014-12-02 Justin BognerInstrProf: Remove some pointless indirection (NFC)
2014-12-02 Kaelyn TakataDiagnose TypoExprs in a couple of error cases in ParseP...
2014-12-02 Nico WeberWrap to 80 columns. No behavior change.
2014-12-02 JF BastienMake le64 DescriptionString consistent with other targets.
2014-12-02 Fariborz JahanianThis patch fixes a crash involving use of predefined
2014-12-02 Samuel BenzaquenSkip some unnecessary type checks.
2014-12-02 Anton KorobeynikovFix invalid calling convention used for libcalls on...
2014-12-02 Serge PavlovReverted r223114, it caused failure on on clang-native...
2014-12-02 Daniel Jasperclang-format: Escape '*' in generated flag documentation.
2014-12-02 Daniel Jasperclang-format: Add option to suppress operator alignment.
2014-12-02 Justin Holewinski[NVPTX] Fix type error for some builtins in BuiltinsNVP...
2014-12-02 Serge PavlovEmit warning if define or undef reserved identifier...
2014-12-02 Daniel Jasperclang-format: precedence-based indentation when breakin...
2014-12-02 Bob WilsonRe-apply "Revert r166370 and r166540 now that Xcode...
2014-12-02 NAKAMURA Takumiclang/test/Modules/malformed.cpp REQUIRES shell due...
2014-12-02 Hans WennborgCMake: make the regexes used for setting HOST_LINK_VERS...
2014-12-02 Hans WennborgTry to fix the MSVC build.
2014-12-02 Chandler CarruthRely on fewer features of the 'env' command. Darwin...
2014-12-02 Chandler CarruthAdd a test that ensures the Clang driver behaves itself...
2014-12-02 Bob WilsonRemove special case for aarch64 static vs. PIC code...
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...
next