]> granicus.if.org Git - clang/shortlog
clang
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...
2014-03-22 Richard SmithRefactor: move loading pending instantiations from...
2014-03-21 Adrian Prantlrelax testcase to unbreak windows buildbots.
2014-03-21 Arnaud A. de... When generating the Attribute dumper code, do not dead...
2014-03-21 Kaelyn UhrainBe a bit smarter about what nested name qualifiers...
2014-03-21 Kaelyn Uhrain[C++11] Simplify some loops in Sema::CorrectTypo as...
2014-03-21 Alexander MusmanTest commit
2014-03-21 Adrian PrantlCGDebugInfo: At the end of EmitFunctionStart, Initializ...
2014-03-21 Paul RobinsonMake clang/test/lit.cfg pre-scan the RUN line looking...
2014-03-21 Ted KremenekPlacate -Wunreachable-code by removing unnecessary...
2014-03-21 Aaron BallmanFixing code that doesn't compile in MSVC 2012 (but...
2014-03-21 Aaron BallmanThe release_capability, release_shared_capability and...
2014-03-21 Daniel Jasperclang-format: Add flag for removing empty lines at...
2014-03-21 Timur IskhodzhanovSimplify test/CodeGenCXX/microsoft-abi-vtables-virtual...
2014-03-21 Timur IskhodzhanovSimplify test/CodeGenCXX/microsoft-abi-vtables-multiple...
2014-03-21 Alexey Samsonov[CMake] Propagate top-level targets for compiler-rt...
2014-03-21 Daniel Jasperclang-format: Don't remove empty lines at the start...
2014-03-21 Daniel Jasperclang-format: Remove empty lines at the beginning of...
2014-03-21 Daniel Jasperclang-format: Let a trailing comma in braced lists...
2014-03-21 Daniel Jasperclang-format: Fix for r204456.
2014-03-21 Daniel Jasperclang-format: Preserve meaning of trailing comments...
2014-03-21 Timur IskhodzhanovSimplify test/CodeGenCXX/microsoft-abi-vtables-single...
2014-03-21 Timur IskhodzhanovAdd one more test for PR19172
2014-03-21 Alexey SamsonovDocument removed flags in release notes
2014-03-21 Alexey SamsonovKill deprecated -fbounds-checking flag
2014-03-21 Ted Kremenek[-Wunreachable-code] add a specialized diagnostic for...
2014-03-21 Alexey Bataev[OPENMP] parsing of clause 'safelen' (for directive...
2014-03-21 Richard SmithSerialize and deserialize mangling numbers.
2014-03-21 Richard SmithPR19215: When writing/reading a PCH that imported a...
2014-03-21 Alexander KornienkoFixed newlines.
2014-03-20 Duncan P. N... PGO: Don't define instrumentation data available_externally
2014-03-20 Duncan P. N... PGO: Rename FuncLinkage to VarLinkage; no functionality...
2014-03-20 Richard SmithWhen the exception specification for a function in...
2014-03-20 Richard SmithRefactor and simplify DeclUpdates serialization.
2014-03-20 DeLesley HutchinsConsumed Analysis: IgnoreParens bugfix.
2014-03-20 Timur IskhodzhanovFix PR19172 - wrong this adjustment calculated for...
2014-03-20 Richard SmithRefactor to move decl update emission into the decl...
2014-03-20 Duncan P. N... PGO: Change runtime prefix from pgo to profile
2014-03-20 Richard SmithRearrange serialization block order to put decl update...
2014-03-20 Duncan P. N... PGO: Remove explicit static initialization
2014-03-20 Ted Kremenek[-Wunreachable-code] Tweak isTrivialDoWhile() to handle...
2014-03-20 Ted KremenekRemove dead assignment dominated by a call to llvm_unre...
2014-03-20 Ted Kremenek[analyzer] Fix a bad bug in reversePropagateInterstingS...
2014-03-20 Duncan P. N... Use nullptr; no functionality change
2014-03-20 Duncan P. N... Coding style fixup; no functionality change
2014-03-20 Ben LangmuirPrevent lookup of subframework modules by name without...
2014-03-20 Jordan Rose[analyzer] scan-build: allow quotes around "-cc1" when...
2014-03-20 Jordan Rose[analyzer] scan-build: match whitespace instead of...
2014-03-20 Aaron BallmanReplacing the exclusive_lock_function, shared_lock_func...
2014-03-20 Jordan RoseRemove wchar_t* buffer from scanf format fix-it test.
2014-03-20 Evgeniy Stepanov[msan] -fsanitize-memory-track-origins=[level] flag...
2014-03-20 Aaron BallmanSilencing an MSVC warning about not all control paths...
2014-03-20 Timur IskhodzhanovFlust stdout after each vftable dumped to simplify...
2014-03-20 Benjamin KramerTooling: Move heavyweight vectors around instead of...
2014-03-20 NAKAMURA TakumiMake format-strings-fixit.c aware of "%hu" uint16_t...
2014-03-20 Alexey SamsonovKill -faddress-sanitizer, -fthread-sanitizer and -fcatc...
2014-03-20 Ted Kremenek[-Wunreachable-code] Look through member accesses for...
2014-03-20 Ted Kremenek[-Wunreachable-code] constexpr functions can be used...
next