]> granicus.if.org Git - clang/shortlog
clang
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...
2015-07-06 Yaron KerenSupport -pthread in mingw toolchain.
2015-07-06 Davide Italiano[Sema] Warn when shifting a negative value.
2015-07-06 Adrian PrantlUpdate testcase to reflect new behavior in DIBuilder.
2015-07-06 Teresa JohnsonResubmit "Pass down the -flto option to the -cc1 job...
2015-07-06 Douglas KatzmanGrammar bug. NFC
2015-07-06 Daniel Jasperclang-format: [JS] Properly reset parse state after...
2015-07-06 Daniel Jasperclang-format: [JS] Prevent confusing TypeScript paramet...
2015-07-06 Daniel Jasperclang-format: Fix __attribute__ being treated as decl...
2015-07-06 Yaron KerenReplace some const std::string & with llvm::StringRef...
2015-07-06 Yaron KerenTeach mingw toolchain the msys2 mingw-w64 distribution...
2015-07-06 Craig Topper[TableGen] Change a couple methods to return an ArrayRe...
2015-07-06 Alexey Bataev[OPENMP 4.0] Codegen for 'omp cancel' directive.
2015-07-06 Richard SmithPR24030, PR24033: Consistently check whether a new...
2015-07-06 Richard SmithDR1909: Diagnose all invalid cases of a class member...
2015-07-06 Richard SmithWhen we see something that looks like a constructor...
2015-07-05 NAKAMURA TakumiMark clang/test/Modules/signal.m as REQUIRES:crash...
2015-07-05 Yaron KerenDocument problems when trying libclang tests on Windows 7.
2015-07-05 Nemanja IvanovicAdd the missing return statements from revision 241399.
2015-07-05 NAKAMURA Takumi[CMake] clang-*.*: Prevent versioning if the buildhost...
2015-07-05 NAKAMURA Takumiclang/test/CodeGen/builtins-ppc-vsx.c: Fix for -Asserts.
2015-07-05 Nemanja IvanovicAdd missing builtins to altivec.h for ABI compliance...
2015-07-03 Birunthan Mohanathasclang-format: Add MacroBlock{Begin,End} options
2015-07-03 Renato GolinRevert "Refactored ARMTargetInfo in order to use the...
2015-07-03 Benjamin KramerStmtIterator: Put stmt and decl group pointer into...
2015-07-03 Benjamin KramerRewrite users of Stmt::child_begin/end into for-range...
2015-07-03 Alexandros... - Refactored ARMTargetInfo in order to use the API...
2015-07-03 Daniel Jasperclang-format: [JS] Allow line breaks after TypeScript...
2015-07-03 Daniel Jasperclang-format: [Java/JS] Properly support instanceof...
2015-07-03 Alexey Bataev[OPENMP 4.0] Fixed codegen for 'cancellation point...
2015-07-03 Yaron KerenRevert r241330. It compiled with Visual C++ 2013 and...
2015-07-03 Yaron KerenReplace some const std::string & with llvm::StringRef...
2015-07-03 NAKAMURA Takumiclang/test/CodeGenCXX/trap-fnattr.cpp: Tweak to match...
2015-07-03 Justin BognerDriver: Replace a couple of out of date terms in the...
2015-07-03 Yaron KerenRevert r241319, investigating.
2015-07-03 Yaron KerenReplace some const std::string & with llvm::StringRef...
2015-07-03 Akira HatanakaMake corrections to r241314.
2015-07-03 Akira HatanakaFix test case to appease buildbot.
2015-07-02 Justin BognerDriver: Remove the Job class. NFC
2015-07-02 Justin BognerDriver: Don't use reserved names. NFC
2015-07-02 Akira HatanakaAttach attribute "trap-func-name" to call sites of...
2015-07-02 Benjamin KramerSwitch users of the 'for (StmtRange range = stmt->child...
2015-07-02 Benjamin Kramer[CodeGen] Use llvm::join to simplify string joining.
2015-07-02 Justin BognerInstrProf: Add a comment to clarify an argument
2015-07-02 Kit BartonThis patch adds support for the vector merge even word...
2015-07-02 Gabor Horvath[Static Analyzer] No longer include the full path of...
2015-07-02 Davide Italiano[Sema] Range-loopify SemaTemplateInstantiateDecl.cpp...
2015-07-02 Rafael EspindolaRevert "Refactored ARMTargetInfo in order to use the...
2015-07-02 Daniel Jasperclang-format: [JS] Treat regex literals like string...
2015-07-02 Yaron KerenRemove whitespace from start of line, NFC.
2015-07-02 Alexandros... Refactored ARMTargetInfo in order to use the API of...
2015-07-02 Daniel Jasperclang-format: [JS] Skip comments when applying the...
next