]> granicus.if.org Git - clang/shortlog
clang
2015-07-10 NAKAMURA TakumiTweak a couple of -fprofile tests in clang/test to...
2015-07-10 Benjamin KramerTry to fix the test harder, it still fails on windows...
2015-07-10 Benjamin KramerReapply test for r241811 with a fix for msvc compat...
2015-07-10 Ulrich WeigandRespect alignment when loading up a coerced function...
2015-07-10 Daniel JasperRe-use a single SmallString instance to reduce the...
2015-07-10 Daniel JasperRemove test that tests referring to the current working...
2015-07-10 NAKAMURA TakumiRevert test lines added in r241811, "[CodeCompletion...
2015-07-10 Peter CollingbourneDriver: Make all of -f{,no-}sanitize{,-recover,-trap...
2015-07-10 Reid KlecknerRe-enable 32-bit SEH after the alignment fix
2015-07-09 Gabor Horvath[Static Analyzer] Basic per checker command line option...
2015-07-09 Peter CollingbourneCFI: Emit correct bit set information if RTTI is disabl...
2015-07-09 Adrian PrantlRename ModuleContainerGenerator to PCHContainergenerato...
2015-07-09 Diego NovilloAdd GCC-compatible flags -fprofile-generate and -fprofi...
2015-07-09 Benjamin Kramer[Driver] semi-annual ubuntu version bump.
2015-07-09 Benjamin Kramer[CodeCompletion] Don't crash on member inits of templat...
2015-07-09 Yaron KerenAdd clang_free to libclang to free memory allocated...
2015-07-09 Justin BognerDriver: Include the driver arguments in crash reports
2015-07-09 Adrian PrantlRevert r241770 and add Basic to the dependencies of...
2015-07-09 Adrian PrantlMove the definition of ~PCHContainerOperations from...
2015-07-08 Reid KlecknerDisable 32-bit SEH, again
2015-07-08 Adrian PrantlDeclObjC: Move computing the type of self into a separa...
2015-07-08 Richard Smith[modules] Fix merging support for forward-declared...
2015-07-08 Adrian PrantlCleanup the doxygen comments in CGDebugInfo.cpp accordi...
2015-07-08 Richard Smith[modules] Fix crash when writing an update record for...
2015-07-08 Peter CollingbourneCodeGen: Fix off-by-one error in CFI class identificati...
2015-07-08 Peter CollingbourneDriver: enable support for -fsanitize=cfi on Windows.
2015-07-08 Adrian PrantlCleanup the doxygen comments in CGDebugInfo.h according...
2015-07-08 Adrian PrantlFix the spelling of Objective-C.
2015-07-08 Benjamin KramerRemove unused diagnostics. NFC.
2015-07-08 Davide Italiano[Driver] print-multi-os-directory is unsupported.
2015-07-08 Gabor Horvath[Static Analyzer] Make the paths relative from the...
2015-07-08 Justin BognerAST: Avoid reading an unitialized value
2015-07-08 Reid Kleckner[SEH] Re-enable SEH on x86 Windows after r241699
2015-07-08 Adrian PrantlUpdate PCHInternals.rst to document PCH wrapped in...
2015-07-08 Adrian PrantlRevert "Fix a linker issue with clang-check on Linux."
2015-07-08 NAKAMURA Takumi[CMake] clang-check: Prune redundant libdeps introduced...
2015-07-08 Petar Jovanovic[MIPS] Add support for direct-to-nacl in Clang
2015-07-08 Alexey Bataev[EH] Fix for clang bug 24005 - no cleanup for array...
2015-07-08 David MajnemerRevert "parser: wordsmith diagnostic message" and ...
2015-07-08 David Majnemer[CodeGen] Correctly handle base classes which are passe...
2015-07-08 David Majnemer[CodeGen] Don't crash classifying a union of an AVX...
2015-07-08 NAKAMURA TakumiSemaDeclObjC.cpp: Escape \@ in comment lines. [-Wdocume...
2015-07-08 Richard Smith[modules] When determining the visible module set durin...
2015-07-08 NAKAMURA Takumi[CMake] Reorder libdeps. NFC.
2015-07-08 NAKAMURA Takumi[CMake] Fill up required libs, corresponding to r241653.
2015-07-08 Adrian PrantlChange the expectation for test/Tooling/ms-asm-no-targe...
2015-07-08 Adrian PrantlRevert "Revert r241620 and follow-up commits" and move...
2015-07-07 Reid Kleckner[SEH] Switch from frameaddress(0) to localaddress
2015-07-07 Adrian PrantlRevert r241620 and follow-up commits while investigatin...
2015-07-07 Adrian PrantlFix a linker issue with clang-check on Linux.
2015-07-07 Adrian PrantlCleanup: Use the C++ API to initialize the backend.
2015-07-07 Reid KlecknerUpdate clang for intrinsic rename of framerecover to...
2015-07-07 Adrian PrantlAdd target requirements to testcases that emit PCH.
2015-07-07 Adrian PrantlAdd LLVM backend dependencies to clang-check also in...
2015-07-07 Eric ChristopherUnderscores in constructor arguments are so passe.
2015-07-07 Adrian PrantlUpdate testcases that use precompiled headers to requir...
2015-07-07 Adrian PrantlWrap clang modules and pch files in an object file...
2015-07-07 Aaron BallmanUse AlignOf instead of alignOf so that this can go...
2015-07-07 Daniel Jasperclang-format: Break after "for (" less eagerly.
2015-07-07 Douglas GregorDon't put anonymous structs within anonymous unions.
2015-07-07 Yaron KerenFix first line comment format, NFC.
2015-07-07 Daniel Jasperclang-format: Don't wrap before the ] of a lambda intro...
2015-07-07 Aaron BallmanSilence -Wparentheses warnings (and ran it through...
2015-07-07 Aaron BallmanSilence a -Wcast-qual warning; NFC.
2015-07-07 Aaron BallmanSilence a -Wunused-variable warning; NFC.
2015-07-07 Aaron BallmanAppease MSVC 2013 a few more times, which was complaini...
2015-07-07 Aaron BallmanAppease MSVC 2013, which was complaining about a syntax...
2015-07-07 Aaron BallmanChanging a use of alignof() into llvm::alignOf() for...
2015-07-07 Akira HatanakaAdd a comment to explain how the decision to pass featu...
2015-07-07 Akira Hatanaka[ARM] Pass subtarget feature "+long-calls" instead...
2015-07-07 Douglas GregorDon't rely on the use of non-POD types within unions.
2015-07-07 Douglas Gregors/__nonnull/_Nonnull in a test for Objective-C __kindof.
2015-07-07 Douglas Gregor[AST] Add a comment for ObjCMethodDecl::getSendResultTy...
2015-07-07 Douglas Gregor[libclang] Implement proper code-completion in an ObjC...
2015-07-07 Douglas Gregor[libclang] When inferring nonnull use the contextual...
2015-07-07 Douglas Gregor[libclang] Replace ObjC generic parameters when code...
2015-07-07 Douglas Gregor[libclang] Fix code-completion of block parameters...
2015-07-07 Douglas Gregor[libclang] Replace ObjC generic parameters in code...
2015-07-07 Douglas GregorThe AST importer had a bug where it would enter into...
2015-07-07 Douglas GregorFix alignment check for ObjCObjectTypeLoc.
2015-07-07 Douglas GregorUse llvm::alignOf rather than alignof()
2015-07-07 Douglas GregorFactor the simpleTransform() visitor so that it is...
2015-07-07 Douglas GregorImplement variance for Objective-C type parameters.
2015-07-07 Douglas GregorImplement the Objective-C __kindof type qualifier.
2015-07-07 Douglas GregorWarn when an intended Objective-C specialization was...
2015-07-07 Douglas GregorWarn when an Objective-C collection literal element...
2015-07-07 Douglas GregorC++ support for Objective-C lightweight generics.
2015-07-07 Douglas GregorImprove the Objective-C common-type computation used...
2015-07-07 Douglas GregorSubstitute type arguments into uses of Objective-C...
2015-07-07 Douglas GregorHandle Objective-C type arguments.
2015-07-07 Douglas GregorParsing, semantic analysis, and AST for Objective-C...
2015-07-07 Adrian PrantlDebug info: Emit distinct __block_literal_generic types...
2015-07-07 Reid KlecknerRevert "Revert 241171, 241187, 241199 (32-bit SEH)."
2015-07-07 Eric ChristopherRemember to mark the target attribute as documented...
2015-07-06 Benjamin Kramer[Driver] Use llvm::Triple methods to handle -EL and...
2015-07-06 Eric ChristopherUpdate target attribute support for post-commit feedback.
2015-07-06 Eric ChristopherHandle arbitrary whitespace in the target attribute...
2015-07-06 Eric ChristopherAdd some basic documentation for the __attribute__...
2015-07-06 Richard SmithRefactor to avoid long if-condition.
2015-07-06 Adrian PrantlDebug info: Don't emit a bogus location for the global...
next