]> granicus.if.org Git - clang/shortlog
clang
2014-03-27 Aaron BallmanReapplying r204952 with fixes which should hopefully...
2014-03-27 Fariborz JahanianObjective-C. Make multiple selector warning
2014-03-27 David BlaikieSupport for -Wa,-compress-debug-sections.
2014-03-27 Aaron BallmanReverting r204952, while I figure out what's going...
2014-03-27 Stephan TolksdorfDon't emit exit-time destructor warnings for trivial...
2014-03-27 Stephan TolksdorfRecognize simple cases of trivial explicitly defaulted...
2014-03-27 Aaron BallmanClean up the __has_attribute implementation without...
2014-03-27 Stephan TolksdorfFix PR18307: Properly (de)serialize inherited construct...
2014-03-27 Manuel KlimekImprove handling of bool expressions in template arguments.
2014-03-27 Eric ChristopherAdd an explanatory comment and FIXME about the function...
2014-03-27 Dmitri GribenkoComment parsing: use different comment styles in differ...
2014-03-27 Dmitri GribenkoComment parsing: attach comments to enums declared...
2014-03-27 David TweedEnforce the restriction that a parameter to a kernel...
2014-03-27 Duncan P. N... InstrProf: Pull in runtime on non-Darwin
2014-03-27 Dmitri GribenkoAdd a module cache path to the test that uses -fmodules
2014-03-27 Daniel Jasperclang-format: Avoid line-breaks that increase the curre...
2014-03-27 Dmitri GribenkoComment parsing: when comment ranges are deserialized...
2014-03-27 Rafael EspindolaHandle and warn on aliases to weak aliases.
2014-03-27 Alexander Musman[OPENMP] OMPExecutableDirective re-factoring
2014-03-27 Daniel Jasperclang-format: Extract getNewLineColumn out of addTokenO...
2014-03-27 Manuel KlimekFix bool expression special case.
2014-03-27 Chandler Carruth[cleanup] Stop specifying size overrides for BumpPtrAll...
2014-03-27 Daniel Jasperclang-format: Correctly identify ObjC Block with return...
2014-03-27 Eric ChristopherRevert "Just call getContextDescriptor to get the conte...
2014-03-27 Richard SmithPR19252: Fix crash if alignas is used with an auto...
2014-03-27 Rafael EspindolaDon't produce a L symbol in __DATA,__data.
2014-03-27 Reid KlecknerMS asm: Filter out fpsw clobbers
2014-03-26 Eric ChristopherJust call getContextDescriptor to get the context for...
2014-03-26 Reid KlecknerTry to fix arm bots by removing a superfluous __cdecl
2014-03-26 Richard SmithPR19254: If a thread_local data member of a class is...
2014-03-26 Fariborz JahanianObjective-C. Improve diagnostic error for '@import'
2014-03-26 Fariborz JahanianObjective-C. Fixes a bogus warning on unimplemented
2014-03-26 Duncan P. N... InstrProf: Use unique_ptr
2014-03-26 Duncan P. N... InstrProf: Use references
2014-03-26 Jordan Rose[analyzer] Remove the implemented Identical* checkers...
2014-03-26 Logan ChienFix atomic libcall.
2014-03-26 Jordan Rose[analyzer] Handle the M_ZERO and __GFP_ZERO flags in...
2014-03-26 Paul RobinsonRecommit r204493 with a fix to look in both clang and...
2014-03-26 Reid KlecknerIntrin.h: Implement _InterlockedExchangePointer
2014-03-26 Reid Kleckner-Wglobal-constructors: Don't warn on trivial defaulted...
2014-03-26 Reid Kleckner-fms-extensions: Add __va_start builtin, which is used...
2014-03-26 Renato GolinAdd support for __builtin___clear_cache in Clang
2014-03-26 Tim NorthoverARM: be more flexible about how --mhwdiv is accepted.
2014-03-26 Joerg SonnenbergerFrom Matt Thomas: use long long for [u]int64_t and...
2014-03-26 Timur IskhodzhanovMake the 'for (auto ...)' names more readable
2014-03-26 Timur IskhodzhanovFix PR19066 - 0-sized vftable in the presence of virtua...
2014-03-26 Rafael EspindolaRevert "Update for llvm api change."
2014-03-26 Rafael EspindolaUpdate for llvm api change.
2014-03-26 Richard TrieuAdd existing warnings to -Waddress so that it works...
2014-03-26 Alexander KornienkoMove the -i[no-]system-prefix options from CC1Options...
2014-03-25 Bob Wilson[PGO] Add simplified branch weights for Objective-C...
2014-03-25 Richard SmithPR19249: Don't forget to DiagnoseUseOfDecl for the...
2014-03-25 David BlaikieUse an option alias to implement -gmlt
2014-03-25 Reid Kleckner-fms-compatibility: Only form implicit member exprs...
2014-03-25 Reid KlecknerMS ABI: Mark direct virtual bases as visted when buildi...
2014-03-25 Benjamin KramerFix an logic error in the clang driver preventing crtfa...
2014-03-25 Hans Wennborgclang-cl: make /Gy imply -fdata-sections in addition...
2014-03-25 Jordan Rose[analyzer] Don't track retain counts of objects directl...
2014-03-25 Hans Wennborgclang-cl: Forward /Gy or /Gy- when falling back to...
2014-03-25 Manuel KlimekFixes a bug in DynTypedNode.
2014-03-25 Daniel Jasperclang-format: Fix incorrect &/* detection.
2014-03-25 Richard SmithRemove redundant and misleading check. This could also...
2014-03-25 Richard SmithSave out a correct lookup table if a lookup table entry...
2014-03-25 Richard SmithIf a DeclContext's lookups need to be reconciled, and...
2014-03-25 Richard SmithSimplify: don't try to complete the list of decls twice...
2014-03-24 Richard SmithFix a bug where an explicit instantiation declaration...
2014-03-24 Eli BenderskyProper handling of static local variables with address...
2014-03-24 David MajnemerMS ABI: Eliminate Duplicate Strings
2014-03-24 Warren Hunt[MS-ABI] Drop Special Layout in 64-bit mode.
2014-03-24 Adrian PrantlCleanup testcase by adding return statements and replac...
2014-03-24 Will SchmidtUpdate the powerpc64le check to include CALL_ELF=2...
2014-03-24 Aaron BallmanCapability attributes can now be declared on a typedef...
2014-03-24 Bob WilsonUse CHECK-DAG in a test so that it isn't sensitive...
2014-03-24 Will Schmidt[PPC64LE] Add a CALL_ELF macro to indicate use of the...
2014-03-24 Will SchmidtUpdate the parameters passed to the assembler and linke...
2014-03-24 Will SchmidtUpdate DataLayout/DescriptionString for ppc64le
2014-03-24 Christian PirkerAArch64_BE test case for predefined macros
2014-03-24 Timur IskhodzhanovFix a compile-time warning
2014-03-24 Timur IskhodzhanovRevert r204562,204566,204586,204587 as they broke ASan...
2014-03-24 David MajnemerDriver: Fix a typo in a command line description
2014-03-24 David MajnemerCodeGen: Remove unneeded directives
2014-03-24 David MajnemerMS ABI: Add tests, other cleanups for r204562
2014-03-23 Benjamin KramerRemove unused diagnostic.
2014-03-23 Nico RieckFix tests in r204576
2014-03-23 Nico RieckTreat dllimport globals without explicit storage class...
2014-03-23 Richard SmithAdd missing file from r204570.
2014-03-23 Richard SmithConsistently dump default template arguments for templa...
2014-03-23 Richard SmithIf a name is injected into an imported inline namespace...
2014-03-23 Arnaud A. de... Cleanup dead assignments reported by scan-build
2014-03-23 Richard SmithWhen we inject a declaration into a namespace, add...
2014-03-23 Timur IskhodzhanovSimplify test/CodeGenCXX/microsoft-abi-vtables-virtual...
2014-03-23 David MajnemerCodeGen: Make string tests exercise the MS ABI
2014-03-23 David MajnemerDriver: Map /Gy to -ffunction-sections
2014-03-23 David MajnemerDriver: cleanup /vd2 test
2014-03-23 David MajnemerMS ABI: Eliminate Duplicate Strings
2014-03-23 Nuno Lopesremove a bunch of unused private methods
2014-03-23 Richard SmithIf a template instantation introduces a name into a...
2014-03-23 Richard SmithIf an update record makes a declaration interesting...
2014-03-22 Richard SmithEmit an update record if we instantiate the definition...
2014-03-22 NAKAMURA TakumiRevert r204493, "Make clang/test/lit.cfg pre-scan the...
next