]> granicus.if.org Git - clang/shortlog
clang
2014-08-22 Akira Hatanaka[AArch64, inline-asm] Improve diagnostic that is printe...
2014-08-22 David MajnemerMS ABI: Don't use the Itanium scheme for numbering...
2014-08-22 Richard TrieuFix PR20705, crash on invalid.
2014-08-22 Alexey SamsonovCGCall: Factor out the logic mapping call arguments...
2014-08-22 Quentin Colombet[test/CodeGen/ARM] Adpat test to match new codegen...
2014-08-21 David BlaikieUpdate for LLVM API change to remove discriminator...
2014-08-21 David BlaikieUpdate Clang for LLVM API change to use unique_ptr...
2014-08-21 Richard SmithReturn statements are initialization; don't forget...
2014-08-21 Richard SmithSimplify this logic now that -W can't be applied to...
2014-08-21 Richard SmithFix grammatical error in diagnostic.
2014-08-21 Alexey SamsonovPass expressions instead of argument ranges to EmitCall...
2014-08-21 Alex LorenzCoverage Mapping: store function's hash in coverage...
2014-08-21 Rafael EspindolaRefactor TLI creation. NFC.
2014-08-21 Fariborz JahanianObjective-C. Recover from missing interface decl.
2014-08-21 Hans WennborgRange'ify some for loops over RecordDecl::fields()
2014-08-21 Tom StellardR600: Implement getPointerWidthV()
2014-08-21 Tom StellardR600: Add processor type for hainan
2014-08-21 Tom StellardDriver: Implement -cl-denorms-are-zero
2014-08-21 Benjamin Kramer[analyzer] Don't warn on virtual calls in ctors to...
2014-08-21 Daniel SandersFix invalid test generation by utils/ABITest/ABITestGen...
2014-08-21 Hans WennborgMS ABI: Don't always instantiate all members of dllexpo...
2014-08-21 Hans Wennborgtest/CodeGenCXX/dllexport.cpp: don't instantiate templa...
2014-08-20 Jordan Rose[test] Turn off warnings for test/Analysis/identical...
2014-08-20 Alex LorenzTest: CoverageMapping: use "RUN: FileCheck" command...
2014-08-20 Alex LorenzCoverage mapping: fix mapping for objective-c for statement
2014-08-20 Alex LorenzCoverage mapping: fix mapping for objective-c message...
2014-08-20 Jordan Rose[analyzer] UnixAPI: Check that the third argument to...
2014-08-20 Jordan Rose[analyzer] UnixAPI: Check when open(2) is called with...
2014-08-20 Jordan Rose[analyzer] IdenticalExpr: don't try to compare integer...
2014-08-20 Jordan Rose[analyzer] IdenticalExpr: use getBytes rather than...
2014-08-19 Fariborz JahanianObjective-C [qoi]. Provide fix-it hint when sending
2014-08-19 Brad SmithHandle SPARC float command line parameters for SPARCv9.
2014-08-19 Alex LorenzTest: Coverage Mapping: add missing RUN commands
2014-08-19 Alex LorenzAdd tests for coverage mapping generation.
2014-08-19 Fariborz Jahanianext_vector IRGen. Patch to allow indexing into
2014-08-19 Aaron BallmanC++1y is now C++14!
2014-08-19 Rafael EspindolaMove the body out of line to try to fix a buildbot.
2014-08-19 Rafael EspindolaGo back to having a takeModule instead of a getModule.
2014-08-19 Alexander Musman[OPENMP] Extract common superclass from all the loop...
2014-08-19 David MajnemerMS ABI: Update alias template mangling for VC "14"...
2014-08-19 Rafael EspindolaUpdate for llvm api change.
2014-08-18 Nico WeberAdd a warning flag for an existing diagnostic.
2014-08-18 Alexey SamsonovUpdate link strategy for sanitizer runtime libraries...
2014-08-18 Ben LangmuirFix the rececl chain for redeclarations of predefined...
2014-08-18 Rafael EspindolaStore std::unique_ptr in InMemoryBuffers. NFC.
2014-08-18 Rafael Espindolareturn a std::unique_ptr from getMainBufferWithPrecompi...
2014-08-18 Rafael EspindolaUse std::unique_ptr to simplify this code a bit.
2014-08-18 Rafael EspindolaInline function into only use.
2014-08-18 Rafael EspindolaSimplify ASTUnit::Parse a bit by passing a std::unique_...
2014-08-18 Pavel Chupin[x32] Handle -m64/-m32 switches by Driver in x32 mode
2014-08-18 Sylvestre LedruFix a memory leak in one of the test unit. Silent cover...
2014-08-18 Sylvestre LedruAdd the break in the switch case (even if there is...
2014-08-18 Sylvestre LedruUpdate the call to llvm::sys::fs::UniqueID to match...
2014-08-17 Craig TopperRepace SmallPtrSet with SmallPtrSetImpl in function...
2014-08-17 Rafael EspindolaUse the pointer-like API of ErrorOr.
2014-08-17 Rafael EspindolaCreate a std::unique_ptr earlier.
2014-08-17 Rafael EspindolaUse std::unique_ptr in a few methods that take ownership.
2014-08-17 Rafael EspindolaUpdate for llvm api changes.
2014-08-17 Rafael EspindolaConvert a few ownership comments with std::unique_ptr.
2014-08-17 Manuel KlimekDo not rely on bin/ path prefix in tests.
2014-08-17 Rafael EspindolaAdd a test for -no-canonical-prefixes.
2014-08-17 Olivier GoffartFix assertion on asm register that are "%"
2014-08-16 Abramo BagnaraUniformed parsing of GNU attributes at line beginnning...
2014-08-16 Ben LangmuirWhen loading a module with no local entities, still...
2014-08-16 Nick LewyckyClarify.
2014-08-16 Nick LewyckyTry indenting to put all the text inside the block.
2014-08-16 Nick LewyckyDocument what's experimental about __attribute__((enabl...
2014-08-16 Argyrios Kyrtzidis[libclang] Introduce clang_File_isEqual for comparing...
2014-08-15 Sean SilvaRevert "Update for LLVM change (StringSaver)"
2014-08-15 Nico WeberMake sure that vtables referenced from delay-parsed...
2014-08-15 Sean SilvaUpdate for LLVM change (StringSaver)
2014-08-15 Nico WeberAdd a RAII class for saving and restoring instantiation...
2014-08-15 Nico WeberWrap to 80 columns, no behavior change.
2014-08-15 Sean SilvaRename as suggested by dblaikie
2014-08-15 Sean SilvaArrayRef'ize
2014-08-15 David BlaikieDebugInfo: While loop backedge should be attribute...
2014-08-15 Sean SilvaRename this function to better reflect its purpose
2014-08-15 David BlaikieDebugInfo: Fix PR19864 better - attribute the jump...
2014-08-15 James DennettTypo fix in comments: definintion -> definition
2014-08-15 Sean Silva[cleanup] Rename this function to better reflect its...
2014-08-15 Sean Silva[cleanup] Range-for'ify this loop. NFC.
2014-08-15 Sean Silva[cleanup] Factor out handling CC1 tools. NFC.
2014-08-15 Samuel BenzaquenAdd missing matchers to the dynamic registry.
2014-08-15 Sean Silva[cleanup] Factor out setting the driver's install dir...
2014-08-15 Sean Silva[cleanup] Factor out initializing the DianosticOptions...
2014-08-15 Sean Silva[cleanup] Factor out adjusting "cl.exe" to "clang-cl...
2014-08-15 Sean Silva[cleanup] Factor out some checks. NFC.
2014-08-15 Reid KlecknerMS ABI: Virtual member pointer thunks are not unnamed_addr
2014-08-15 Matt ArsenaultR600: Add ldexp intrinsic
2014-08-15 Fariborz JahanianObjective-C. Do not warn if user is using property...
2014-08-15 Rafael EspindolaMove some code into a helper function. NFC.
2014-08-15 Rafael EspindolaUse a valid arch name in this triple.
2014-08-15 Samuel BenzaquenAdd isDeleted() matcher for FunctionDecl nodes.
2014-08-15 Aaron BallmanConst-correctness, return-after-else, and formatting...
2014-08-15 Aaron BallmanThere are no overloads of this virtual function, nor...
2014-08-15 Aaron BallmanAdding const-qualifiers to auto declarations. NFC.
2014-08-15 Yi Kongarm_acle.h: Small cleanup
2014-08-15 Daniel Jasperclang-format: Prefer breaking after return type over...
2014-08-15 Daniel Jasperclang-format: [proto] Understand text-format nesting...
2014-08-15 Keno FischerMake sure CallExpr::getLocStart doesn't segfault
next