]> granicus.if.org Git - clang/shortlog
clang
2014-09-29 Hans WennborgTry to fix non-asserts CodeGenCXX/vararg-non-pod-ms...
2014-09-29 Hans WennborgDon't trap when passing non-POD arguments to variadic...
2014-09-29 Alexey SamsonovUse ClangToLLVMArgsMapping in CodeGenTypes::GetFunction...
2014-09-29 Rafael AulerTest commit. Fix a whitespace in ToolChains.cpp.
2014-09-29 David MajnemerAST: Fix a typo in RecordLayoutBuilder
2014-09-29 Alexey SamsonovIntroduce CGFunctionInfo::getNumRequiredArgs(). NFC.
2014-09-29 Eli BenderskyCUDA: Fix incorrect target inference for implicit members.
2014-09-29 Alexey SamsonovSpeedup ClangToLLVMArgMapping construction. NFC.
2014-09-29 Fariborz JahanianObjective-C [qoi] - provide group name for
2014-09-29 Samuel BenzaquenRefactor Matcher<T> and DynTypedMatcher to reduce overh...
2014-09-29 Alexey SamsonovRefactor ABIArgInfo::Expand implementation (NFC).
2014-09-29 Richard SmithUpdate modules documentation now that C++ support is...
2014-09-29 Alexey BataevFix bug 20116 - http://llvm.org/bugs/show_bug.cgi?id...
2014-09-29 Daniel Jasperclang-format: Fix GCC warning about implicit bool point...
2014-09-29 Daniel Jasperclang-format: [JS] Improve formatting of function liter...
2014-09-29 Jyoti AllurRemove dead code from DIBuilder
2014-09-29 Jyoti Allurtesting commit access to clang repo
2014-09-29 Richard SmithTests for DR600-640.
2014-09-29 Richard SmithFix "unsupported friend" diagnostic to also appear...
2014-09-29 Nikola SmiljanicAdd the tests for __super that I forgot to commit in...
2014-09-28 Richard SmithRun DR tests in C++17 mode too.
2014-09-28 David MajnemerCodeGen: Don't crash when initializing pointer-to-membe...
2014-09-26 Richard TrieuAdd back checking for condition of conditional operator...
2014-09-26 Ben LangmuirEnsure that all module build failures get diagnosed
2014-09-26 Alexey SamsonovDon't link in sanitizer runtimes if -nostdlib/-nodefaul...
2014-09-26 Ben LangmuirFix an assertion failure trying to emit a trivial destr...
2014-09-26 NAKAMURA Takumiclang/test/CodeGen/builtin-assume-aligned.c: Fix for...
2014-09-26 David MajnemerMS ABI: Assert that vftables should have a non-RTTI...
2014-09-26 Alexander MusmanSmall fix for bug 18635.
2014-09-26 Hal FinkelSupport the assume_aligned function attribute
2014-09-26 Jan VeselyCGBuiltin: Use frem instruction rather than libcall...
2014-09-26 Nikola Smiljanic-ms-extensions: Implement __super scope specifier ...
2014-09-25 Eli BenderskyFix PR20886 - enforce CUDA target match in method calls
2014-09-25 Ismail PazarbasiSuggest fix-it for missing '{' after base-clause
2014-09-25 Ben LangmuirMove calls to ResolveExceptionSpec out of SetDeclDefaul...
2014-09-25 David MajnemerMS ABI: Avoid hashing back reference keys in mangler
2014-09-25 Richard TrieuAdd increment/decrement operators and compound assignme...
2014-09-24 Richard SmithFix handling of preincrement on bit-fields. This gives...
2014-09-24 DeLesley HutchinsThread Safety Analysis: Update to documentation.
2014-09-24 Scott Douglasspass environment when invoking llvm-config and clang...
2014-09-24 Nico WeberSimplify tests.
2014-09-24 Reid KlecknerDowngrade error about stdcall decls with no prototype...
2014-09-24 Nico Weberclang-format: Don't let -style=Chromium imply c++03...
2014-09-24 David BlaikieInclude debug info for types referenced only via explic...
2014-09-24 David BlaikieConstify a functor's function call operator because...
2014-09-24 Fariborz JahanianPatch to allow mangling of microsoft’s __uuidof express...
2014-09-24 Benjamin KramerClean up ClangTool's argument adjuster handling a bit...
2014-09-24 David MajnemerSema: Inherit the flexible array property from struct...
2014-09-24 Robert Khasanov[x86] Fixed argument types in intrinsics:
2014-09-24 Steven WuFix the argument index error of __builtin___memccpy_chk
2014-09-24 Richard TrieuFix an edge case with BinaryOperator's in -Wuninitializ...
2014-09-24 Nico WeberFollow-up to r218292: Add more REVERTIBLE_TYPE_TRAITs.
2014-09-23 David MajnemerMS ABI: Pure virtual functions don't contribute to...
2014-09-23 Richard TrieuImprove -Wuninitialized to take into account field...
2014-09-23 Richard SmithPR18793: If we try to EnterTokenStream when our current...
2014-09-23 Richard SmithDon't perform ADL when looking up operator=; there...
2014-09-23 Reid KlecknerRevert "Don't use comdats for initializers on platforms...
2014-09-23 Alexander Musman[OPENMP] Parsing/Sema of directive omp parallel for...
2014-09-23 Daniel Sanders[mips] Fix r218248's testcase to use -O1 instead of...
2014-09-23 Artyom SkrobovReverting r214064 and r215650 while investigating a...
2014-09-23 Alexander MusmanFix a typo in comment in ASTBitCodes.h
2014-09-23 David MajnemerAST: Mangle cast expression encoding more accurately
2014-09-23 Nico WeberRevert r197496, as it broke REVERTIBLE_TYPE_TRAITs...
2014-09-23 Hans WennborgAttempt to fix Sema/builtin-object-size.c after r218258
2014-09-23 Reid KlecknerDon't use comdats for initializers on platforms that...
2014-09-22 Reid KlecknerFix a vftable mangling bug
2014-09-22 Ehsan Akhgarims-inline-asm: Add a test case for the usage of labels...
2014-09-22 David MajnemerMS ABI: Remove a FIXME that has been fixed
2014-09-22 Ehsan AkhgariReturn true from UnifySection when emitting a diagnostic
2014-09-22 Kaelyn TakataFix test/CodeGen/mips-varargs.c to use %clang_cc1
2014-09-22 Fariborz JahanianFix evatuated value of __builtin_object_size according...
2014-09-22 NAKAMURA Takumiclang/test/CodeGen/mips-varargs.c: Fixup for -Asserts.
2014-09-22 Daniel Sanders[mips] Correct alignment of vectors passed in varargs...
2014-09-22 Alexey Bataevremoved unicode symbols from comments.
2014-09-22 Alexey Bataev[OPENMP] Codegen for 'omp critical' directive.
2014-09-22 Ehsan AkhgariAdd some documentation stating that the memory allocate...
2014-09-22 Ehsan Akhgarims-inline-asm: Scope inline asm labels to functions
2014-09-20 Akira HatanakaFix bugs in cpuid.h.
2014-09-19 Nico WeberFollow-up to r214408: Warn on other callee-cleanup...
2014-09-19 Dario DomizioliFix ctor/dtor aliases losing 'dllexport' (for Itanium...
2014-09-19 Rafael EspindolaIn the Itanium ABI, move stuff to the comdat of variabl...
2014-09-19 Reid KlecknerSilence MSVC warnings from r218127 about not returning...
2014-09-19 Samuel BenzaquenMake DynTypedNode have the dynamic type of the object...
2014-09-19 Aaron BallmanSilence a signed/unsigned mismatch warning from MSVC...
2014-09-19 Daniel Jasperclang-format: [JS] add space before operator 'in'.
2014-09-19 Robert Khasanov[x86] Add _addcarry_u{32|64} and _subborrow_u{32|64}.
2014-09-19 Robert Khasanov[x86] Added _addcarryx_u32, _addcarryx_u64 intrinsics
2014-09-19 Robert Khasanov[x86] Enable broadwell target in clang.
2014-09-19 Daniel Jasperclang-format: Prevent column layout if elements aren...
2014-09-19 Alexey Bataev[OPENMP] Initial parsing/sema analysis of 'target'...
2014-09-19 Daniel Jasperclang-format: Undo r216377.
2014-09-19 Rafael EspindolaDon't use the third field of llvm.global_ctors for...
2014-09-19 Rafael EspindolaRevert "Put more stuff in the comdat used for variables...
2014-09-18 Rafael EspindolaPut more stuff in the comdat used for variables with...
2014-09-18 DeLesley HutchinsThread Safety Analysis: add new warning flag, -Wthread...
2014-09-18 David MajnemerMS ABI: Don't ICE for pointers to pointers to members...
2014-09-18 Akira Hatanaka[X86, inlineasm] Do not allow using constraint 'x'...
2014-09-18 Hans Wennborg[X86, inline-asm] Allow 256-bit wide operands for the...
2014-09-18 Akira Hatanaka[X86, inlineasm] Check that the output size is correct...
2014-09-18 Fariborz JahanianPatch to check at compile time for overflow when
next