]> granicus.if.org Git - clang/shortlog
clang
2016-05-19 Daniel Jasperclang-format: [JS] Fix spacing in destructuring assignm...
2016-05-19 Daniel Jasperclang-format: Fix incorrect indentation in last line...
2016-05-19 Daniel Jasperclang-format: Fix enumerator case ranges.
2016-05-19 Vedant KumarReapply^3 "[ProfileData] (clang) Use Error in InstrProf...
2016-05-19 Faisal ValiFix PR27601 by reverting [r267453] - Refactor traversal...
2016-05-19 Richard SmithRevert accidentally-committed test for PR27558 (which...
2016-05-19 Richard SmithMake Sema::getPrintingPolicy less ridiculously expensiv...
2016-05-19 Rafael EspindolaFix a funny Dvorak typo.
2016-05-18 Rafael EspindolaUpdate for llvm change.
2016-05-18 Simon PilgrimRevert r269967 (SSE2 builtin checks) due to failed...
2016-05-18 Manman RenObjectiveC Class Properties: warn if a class property...
2016-05-18 Simon Pilgrim[X86][SSE2] Sync with llvm/test/CodeGen/X86/sse2-intrin...
2016-05-18 Steven Wu[Driver] Fix the case when use -fembed-bitcode and...
2016-05-18 Haojian Wu[ASTMacther] A follow-up on unresolvedLookupExpr test...
2016-05-18 Paul Robinson[PS4] Clean up some test commentary. NFC
2016-05-18 Michael Zuckerman[Clang][AVX512] completing missing intrinsics [pandnd].
2016-05-18 Haojian Wu[ASTMatcher] Fix a ASTMatcher test failure on Windows.
2016-05-18 Vassil VassilevTeach Sema::MergeFunctionDecl to properly check for...
2016-05-18 Krzysztof Parzyszek[Hexagon] Recognize "q" and "v" in inline-asm as regist...
2016-05-18 Simon PilgrimRemoved duplicate SSE42 builtin tests from avx-builtins.c
2016-05-18 Simon Pilgrim[X86][SSE42] Sync with llvm/test/CodeGen/X86/sse42...
2016-05-18 Simon Pilgrim[X86][SSE41] Sync with llvm/test/CodeGen/X86/sse41...
2016-05-18 Eric Liu[clang-format] Make formatReplacements() also sort...
2016-05-18 Simon Pilgrim[X86][SSE3] Sync with llvm/test/CodeGen/X86/sse3-intrin...
2016-05-18 Haojian Wu[ASTMatcher] Add a node matcher for UnresolvedLookupExpr.
2016-05-18 Petar Jovanovic[Mips] Finetuning MIPS32 Android default variants
2016-05-18 Rafael EspindolaUpdate for llvm change.
2016-05-18 Ashutosh NemaAdd new intrinsic support for MONITORX and MWAITX instr...
2016-05-18 Alexey BataevSupport for MSVS default calling convention options...
2016-05-18 Eric Liu[clang-format] Make FormatTokenLess::operator() const.
2016-05-18 Eric LiuMake clang-format cleaner remove redundant commas in...
2016-05-18 John McCallVarious improvements to the public IRGen interface.
2016-05-18 Craig Topper[Sema,CodeGen] Remove comment from SemaChecking about...
2016-05-18 Craig Topper[X86] Add immediate range checks for many of the builtins.
2016-05-18 Richard SmithFix use-after-free ASan failures for modules / PCH...
2016-05-17 Richard SmithPR27754: CXXRecordDecl::data() needs to perform an...
2016-05-17 Simon Pilgrim[X86][SSE] Tidied up MMX/SSE/SSE2 builtin tests to...
2016-05-17 Richard SmithRevert r269717. That change alone did not provide the...
2016-05-17 Piotr PadlewskiDividied ASTMatcherTests into 4 files
2016-05-17 Yaron KerenTeach clang to look for libcxx in /usr/local/include...
2016-05-17 Manman RenNFC: simplify logic.
2016-05-17 Reid KlecknerFix line numbers in calling convention test
2016-05-17 Reid KlecknerFix calling convention test
2016-05-17 Reid KlecknerTentatively enable -Wcast-calling-convention by default
2016-05-17 Cameron Desrochers[PCH] Fixed bug with preamble invalidation when overrid...
2016-05-17 Filipe CabecinhasRevert "[X86] Add immediate range checks for many of...
2016-05-17 Petar Jovanovic[Mips] Set mips32 as default CPU for MIPS32 Android
2016-05-17 Alexey Bataev[OPENMP] Pass scalar firstprivate vars by value.
2016-05-17 Martin Probstclang-format: [JS] simplify logic by parsing forward.
2016-05-17 Martin Probstclang-format: [JS] fix template string width counting.
2016-05-17 Craig Topper[AVX512] Add parentheses around macro arguments in...
2016-05-17 Craig Topper[AVX512] Add parentheses around macro arguments in...
2016-05-17 Craig Topper[AVX512] Add parentheses around macro arguments in...
2016-05-17 Craig Topper[AVX512] Add parentheses around macro arguments in...
2016-05-17 Craig Topper[AVX512] Add parentheses around macro arguments in...
2016-05-17 Craig Topper[AVX512] Add parentheses around macro arguments in...
2016-05-17 Craig Topper[AVX512] Add parentheses around macro arguments in...
2016-05-17 Craig Topper[AVX512] Add parentheses around macro arguments in...
2016-05-17 Craig Topper[AVX512] Fix return types in several test cases to...
2016-05-17 Craig Topper[AVX512] Correct types for scalar double precision...
2016-05-17 Craig Topper[X86] Fix a few intrinsic tests to use the return type...
2016-05-17 Craig Topper[X86] Add a few missing typecasts to intrinsics. Found...
2016-05-17 Craig Topper[AVX512] _m512_setzero_qi/hi should return __m512i.
2016-05-17 Craig Topper[AVX512] Fix odd formatting in intrinsic header.
2016-05-17 Manman RenModules: set SystemHeader to true if we are building...
2016-05-16 Richard SmithLess broken fix for buildbot breakage.
2016-05-16 Richard SmithTry to make the buildbots green again: avoid the need...
2016-05-16 Ekaterina RomanovaDoxygen comments for avxintrin.h.
2016-05-16 Richard SmithSwitch from SmallVector to TinyPtrVector for the list...
2016-05-16 Richard SmithAvoid O(n^2) string analysis when handling GNU __asm__...
2016-05-16 Paul Robinson[PS4] Tighten up a test (noticed in passing)
2016-05-16 Vedant KumarRevert "Reapply^2 "[ProfileData] (clang) Use Error...
2016-05-16 Vedant KumarReapply^2 "[ProfileData] (clang) Use Error in InstrProf...
2016-05-16 Sean CallananAdded support to the ASTImporter for C++ constructor...
2016-05-16 David Majnemer[Lex] inferModuleFromLocation should do no work if...
2016-05-16 Michael Zuckerman[Clang][AVX512] completing missing intrinsics for ...
2016-05-16 Steven WuChange embed-bitcode linkage type
2016-05-16 Nico Weber[ms] Reintroduce feature guards in intrinsic headers...
2016-05-16 Paul Robinson[PS4] Change the names of some "environmental" things...
2016-05-16 Yaxun Liu[OpenCL] Add supported OpenCL extensions to target...
2016-05-16 Aaron BallmanAdd the hasDynamicExceptionSpec() AST matcher to match...
2016-05-16 Bruno Cardoso... [Modules] Use vfs for (recursive) directory iteration
2016-05-16 Vasileios Kalintiris[mips] Add test for the dynamic linker when using the...
2016-05-16 Michael Zuckerman[Clang][AVX512] completing missing intrinsics [vsqrt...
2016-05-16 Craig Topper[X86] Add typecasts to remove most assumptions about...
2016-05-16 Craig Topper[AVX512] Add typecasts to some intrinsics to avoid...
2016-05-16 Saleem AbdulrasoolCodeGen: convert some const char * to StringRef
2016-05-16 Nick LewyckyMake this SourceLocation getter const LLVM_READONLY...
2016-05-16 Mike SpertusSimple visualization of expressions
2016-05-16 Craig Topper[AVX512] Use correct types in test case.
2016-05-16 Craig Topper[X86] Remove bad cast from the 'int' return type of...
2016-05-16 Craig Topper[AVX512] Fix bad typecasts on return value for 512...
2016-05-15 Craig Topper[X86] Add immediate range checks for many of the builtins.
2016-05-15 Craig Topper[AVX512] Immediate argument for PALIGNR builtin should...
2016-05-15 Craig Topper[AVX512] Add intrinsics for 512-bit insertf32x8/insertf...
2016-05-15 Craig Topper[AVX512] Mark some integer builtin arguments that go...
2016-05-15 Craig Topper[AVX512] Move unary negations to the left side of typec...
2016-05-15 Craig Topper[AVX512] Use the correct mask type in an intrinsic.
2016-05-15 Craig Topper[AVX512] Fix an intrinsic that was passing -2 as a...
2016-05-14 Craig Topper[AVX512] Make the permd builtins take a 32-bit immediat...
next