]> granicus.if.org Git - clang/shortlog
clang
2015-01-19 Daniel Jasperclang-format: Fix clang-format crash on invalid code.
2015-01-19 Daniel Jasperclang-format: Fix assertion when trying to build a...
2015-01-19 Daniel Jasperclang-format: Fix endless loop on incomplete try-catch...
2015-01-19 Daniel Jasperclang-format: Remove assert that isn't helpful.
2015-01-19 Manuel KlimekMake clang-format work in emacs buffers with unicode...
2015-01-19 David MajnemerAdd back a check removed in r226436
2015-01-19 NAKAMURA TakumiSemaDeclCXX.cpp: Suppress a warning. [-Wunused-variable]
2015-01-19 David MajnemerSema: Variable definitions cannot be __attribute__...
2015-01-19 Craig Topper[X86] Change AVX512 intrinsics to take a 8-bit immediat...
2015-01-19 Alexey Bataev[OPENMP] Disable copyprivate an nowait clauses in ...
2015-01-19 Nathan SidwellPR6037
2015-01-19 Craig Topper[x86] Teach Sema to check size of comparison immediate...
2015-01-19 Craig Topper[x86] Mark that the AVX-512 cmpps/cmppd builtins need...
2015-01-18 Serge PavlovHandle unscoped enumeration in nested name specifier.
2015-01-18 Serge PavlovUpdate error message text.
2015-01-18 David BlaikieAdd comment after API changes in r225090
2015-01-18 David BlaikieDebugInfo: Attribute complex expressions to the source...
2015-01-18 Nico WeberAddress review feedback from r215780: Use a flag insted...
2015-01-18 David BlaikieDebugInfo: Attribute aggregate expressions to the sourc...
2015-01-18 David BlaikieRefactor test so it's not lazily emitted on a global...
2015-01-18 David BlaikieRecommit r225083 (reverted in r225361) now that calls...
2015-01-18 David BlaikieDebugInfo: Correct the debug location of non-static...
2015-01-17 Chandler Carruth[msan] Fix a uninitialized-use bug in the template...
2015-01-17 Nico WeberAdd tests for two more asserts that r226365 fixed accor...
2015-01-17 Nico WeberAdd a test for something that used to crash before...
2015-01-17 Nico WeberIf a function decl cannot be merged, mark it as invalid.
2015-01-17 Nico WeberWrap to 80 columns. No behavior change.
2015-01-17 Nico WeberAddress review feedback from r226306. No intended behav...
2015-01-17 Rafael EspindolaMake sure all weak destructors go in a comdat in the...
2015-01-17 Richard TrieuClean up a string comparison with StringRef. Suggestio...
2015-01-17 Richard TrieuRemove std::move that was preventing return value optim...
2015-01-16 Steven WuAdding option -fno-inline-asm to disallow inline asm
2015-01-16 Jordan RoseSuggest objc_method_family(none) for a property named...
2015-01-16 Jordan RoseObjC getters with names like "newItem" should still...
2015-01-16 David BlaikieIsolate test for PR22096 to clang.
2015-01-16 Kaelyn TakataFix a case where delayed typo correction should have...
2015-01-16 Eric ChristopherRemove pathname dependence. Also rewrite test to use...
2015-01-16 Sean SilvaFix some copypasta typos in asserts.
2015-01-16 Rafael EspindolaAlso put vtables in a comdat when rtti is disabled.
2015-01-16 Nico WeberWrap to 80 columns. No behavior change.
2015-01-16 Rafael EspindolaAdd comdat to string literal variables on COFF.
2015-01-16 Nico WeberSpell 0 in an enum-appropriate way. No behavior change.
2015-01-16 Nico WeberDon't crash if a declarator in a friend decl doesn...
2015-01-16 Rafael EspindolaAdd comdats to the RTTI variables in the microsoft...
2015-01-16 Adam Nemet[AVX512] Add intrinsics for masked aligned FP loads...
2015-01-16 Adam NemetFix typo in r225922.
2015-01-16 Tim NorthoverAArch64: implement AAPCS layout rules for bit-fields.
2015-01-16 Rafael EspindolaAdd comdats to dynamic init functions in the microsoft...
2015-01-16 Rafael EspindolaMake this test a bit stricter. NFC.
2015-01-16 Alexander KornienkoAttempt to fix the build with XCode 5.0.2 (and probably...
2015-01-16 Rafael EspindolaAdd comdats to constructs and destructor in the microso...
2015-01-16 Nathan Sidwellrestore fix for 18645, buildbot apparently gave a false...
2015-01-16 Alexey Bataev[OPENMP] Fixed data-sharing attributes processing for...
2015-01-15 Rafael EspindolaUse a trivial comdat for C++ tables.
2015-01-15 Rafael EspindolaUse a trivial comdat for inline ctor/dtor when not...
2015-01-15 Hal Finkel[PowerPC] Add a target option for invariant function...
2015-01-15 Hans WennborgWarn about dllexported explicit class template instanti...
2015-01-15 Nathan SidwellPR 20146
2015-01-15 Chandler Carruth[PM] Track an LLVM API update which separates the Targe...
2015-01-15 David MajnemerAST: alignof might be dependent because of alignment...
2015-01-15 NAKAMURA Takumi[CMake] clangCodeGen: Prune a redundant "Target" out...
2015-01-15 David MajnemerAST: Ensure implicit records have default visibility
2015-01-15 NAKAMURA Takumi[CMake] Update libdeps on clangCodeGen, corresponding...
2015-01-15 Simon Atanasyan[Mips] Define macros `__mips_isa_rev` in case of mips32...
2015-01-15 David MajnemerSema: Recover when a function template is in an extern...
2015-01-15 Nico WeberRemove unused parameter, followup to r179639. No behavi...
2015-01-15 Nico WeberRemove ASTConsumer::HandleVTable()'s bool parameter.
2015-01-15 Richard SmithPR13699: Include friend declarations in code completion...
2015-01-15 Chandler Carruth[PM] Update for LLVM r226078 which moved TargetLibraryI...
2015-01-15 Richard SmithFix crash-on-invalid and name lookup when recovering...
2015-01-14 Duncan P. N... IR: Move MDLocation into place (clang testcases)
2015-01-14 Steven WuRevert "More robust deployment target parsing on darwin"
2015-01-14 Hans Wennborgdocs/conf.py: update for 3.7
2015-01-14 Hans WennborgReleaseNotes.rst: update to 3.7
2015-01-14 Hans WennborgUpdate cxx_dr_status.html after 3.6 branch
2015-01-14 Steven WuMore robust deployment target parsing on darwin
2015-01-14 Daniel Jasperclang-format: Disable flag for Google's Java and Javasc...
2015-01-14 Daniel Sanders[mips] Handle transparent unions correctly.
2015-01-14 Chandler Carruth[cleanup] Re-sort *all* #include lines with llvm/utils...
2015-01-14 Chandler Carruth[cleanup] Re-sort the #include lines using llvm/utils...
2015-01-14 Daniel Jasperclang-format: [Java] Support try blocks with resources.
2015-01-14 Daniel Jasperclang-format: [Java] Prefer not to break in parameter...
2015-01-14 Daniel Jasperclang-format: [Java] Understand "import static".
2015-01-14 Daniel Jasperclang-format: [Java] Don't let annotations confuse...
2015-01-14 Daniel Jasperclang-format: [Java] Don't line-wrap before annotations...
2015-01-14 Daniel Jasperclang-format: [Java] Don't get confused by leading...
2015-01-14 Brad SmithThe assembler is now enabled by default.
2015-01-14 David MajnemerSema: It's cheaper to ask LookupResult::empty than...
2015-01-14 Brad SmithUse the integrated assembler by default on 32-bit Power...
2015-01-14 David BlaikieReapply r225000 (reverted in r225555): DebugInfo: Gener...
2015-01-14 David BlaikieDebugInof: Correct the location of exception cleanups...
2015-01-14 JF BastienRevert "Insert random noops to increase security agains...
2015-01-14 David MajnemerSema: Relax parsing of '#' in constraints
2015-01-14 David MajnemerSema: Check type compatibility with the most recent...
2015-01-14 Adam Nemet[AVX512] Add FP unpack intrinsics
2015-01-14 JF BastienInsert random noops to increase security against ROP...
2015-01-14 Alexey SamsonovUpdate HelpText for -fsanitize= option.
2015-01-14 Eric ChristopherUpdate for move in llvm.
2015-01-14 Richard SmithLook through sugar when determining whether a type...
2015-01-14 David MajnemerSema: An extern declaration can't be a redeclaration...
next