]> granicus.if.org Git - clang/shortlog
clang
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...
2014-03-20 Ted Kremenek[-Wunreachable-code] Simplify and broad -Wunreachable...
2014-03-20 Argyrios Kyrtzidis[libclang] Introduce clang_VirtualFileOverlay_setCaseSe...
2014-03-20 Duncan P. N... PGO: use linker magic to find instrumentation data...
2014-03-20 Jordan Rosescanf format checking: include the buffer length in...
2014-03-20 Duncan P. N... PGO: Separate out common isMachO logic; no functionalit...
2014-03-19 Fariborz JahanianObjective-C. Make getObjCEncodingForMethodParameter...
2014-03-19 Ben LangmuirAdd a new spelling for module map files 'module.modulemap'
2014-03-19 Jordan Rose[analyzer] scan-build: when matching flags, make sure...
2014-03-19 Dmitri GribenkoComment parsing: fix a crash when dumping comment ast...
2014-03-19 Dmitri GribenkoComment parsing: recognize \param ... on function templ...
2014-03-19 Manuel KlimekUse the expansion location of the file name when findin...
2014-03-19 Richard SmithTests for DR450-475.
2014-03-18 Richard SmithFix a typo in r204164 that made *all* keywords availabl...
2014-03-18 Justin BognerCodeGen: Include a function hash in instrumentation...
2014-03-18 Richard SmithSimplify and add FIXME. No functionality change.
2014-03-18 Richard SmithIn the presence of modules, we can have multiple implic...
2014-03-18 Yunzhong GaoCreating a printing policy for "half":
2014-03-18 Fariborz JahanianObjective-C. Better fix for my previous patch
2014-03-18 Alexander Kornienkoclang-format: Detect function-like macros only when...
2014-03-18 Marshall ClowAdded a __has_feature() for 'is_constructible'
2014-03-18 Matthew Curtismodify declare-use.S to work when full toolchain not...
2014-03-18 Alexey Bataev[OPENMP] DSA fix
2014-03-18 Manuel KlimekFix crasher bug.
2014-03-18 NAKAMURA Takumiclang/test/Driver/sanitizer-ld.c: Tweak to accept dos...
2014-03-18 Alexey Bataev[OPENMP] Simplified data-sharing attributes analysis.
2014-03-18 Viktor KutuzovAdd support for sanitizers arguments on FreeBSD
2014-03-18 NAKAMURA Takumiclang/test/Modules/cxx-templates.cpp: Tweak for dos...
2014-03-18 Peter CollingbourneFix const correctness issue in CXXConstructExpr::getArgs().
2014-03-18 Richard SmithMore working around a GCC range-based for scope bug.
2014-03-18 Adrian PrantlDebug info: Update testcases to new DIBuilder behaviour...
2014-03-18 Richard SmithAST dumper: if we have multiple implicit instantiations...
2014-03-18 Duncan P. N... PGO: Switch to isOSBinFormatMachO()
2014-03-18 Richard SmithFix variable shadowing. Due to a bug in GCC's implement...
2014-03-18 Richard SmithRemove 'REQUIRES: LP64' from these tests and use a...
2014-03-18 Fariborz JahanianObjective-C. No need to issue deprecated warning if...
2014-03-17 Richard SmithFactor out repeated code in dumping template declarations.
2014-03-17 Richard SmithRange-ify and simplify some of the AST dumping code...
2014-03-17 Richard SmithDon't fold together the name lookup entries for two...
2014-03-17 Fariborz JahanianObjective-C. Consider blocks for designated initializer
2014-03-17 Duncan P. N... PGO: Statically generate data structures
2014-03-17 Aaron Ballman[C++11] Replacing CGFunctionInfo arg iterators with...
2014-03-17 Fariborz JahanianObjective-C. Do not warn when an instance method and
2014-03-17 Aaron Ballman[C++11] Replacing CallArgList writeback iterators with...
2014-03-17 Aaron Ballman[C++11] Replacing DeclContext iterators using_directive...
2014-03-17 Aaron Ballman[C++11] Replacing Scope iterators using_directives_begi...
next