]> granicus.if.org Git - clang/shortlog
clang
2014-08-11 Hans WennborgToolChains.cpp: Increase size of Lines vector in Detect...
2014-08-11 Hans WennborgIncrease the size of two SmallVectors in Generic_GCC...
2014-08-11 Sylvestre LedruGCC compatibility: Ignore -fexec-charset=UTF-8 argument...
2014-08-11 Alex LorenzCoverage mapping: emit mapping for cxx constructors...
2014-08-11 Hans WennborgIncrease the size of ToolChain::FilePaths
2014-08-11 Hans WennborgIncrease SmallVector<> size in DiagnosticsEngine::setSe...
2014-08-11 Manuel KlimekWork around default parameter problem in the static...
2014-08-11 Roman KashitsynFixes bug 20587 - Add K&R break before braces style
2014-08-11 Daniel JasperProperly #include ASTConsumer.h instead of forward...
2014-08-11 David MajnemerSema: Handle declspecs without declarators in records...
2014-08-11 NAKAMURA TakumiRevert r215331, "unique_ptrify CompilerInstance::Output...
2014-08-10 David Blaikieunique_ptrify CompilerInstance::OutputFile(s) and remov...
2014-08-10 David BlaikieFollow up to r215323 - avoid llvm::make_unique in this...
2014-08-10 David BlaikieOut-of-line CompilerInstance::takeSema to avoid a heade...
2014-08-10 David BlaikieRecommit 213307: unique_ptr-ify ownership of ASTConsume...
2014-08-10 David BlaikieRemove unused CompilerInstance::takeCodeCompletionConsumer
2014-08-10 David Blaikieunique_ptr-ify CompilerInstance::takeSema
2014-08-10 David Blaikiestd::unique_ptr-ify the result of ASTUnit::LoadFromASTFile
2014-08-10 David Blaikieunique_ptr-ify FrontendAction::takeCurrentASTUnit
2014-08-10 David Blaikieunique_ptr-ify FileSystemStatCache::takeNextStatCache
2014-08-10 David Blaikieunique_ptr-ify ASTReaderListener in the ASTReader
2014-08-10 NAKAMURA TakumiModuleMap.h: Prune an obsolete "\param ModuleMap" corre...
2014-08-10 Timur IskhodzhanovFix PR20444 -- wrong number of vftable slots created...
2014-08-10 Richard Smith[modules] When considering merging a newly-declared...
2014-08-09 Yaron KerenMake this test unsupported when there is no real 'env...
2014-08-09 Joerg SonnenbergerActually add the object file, skipped by the directory...
2014-08-09 David BlaikieUse std::unique_ptr to handle transient ownership of...
2014-08-09 Joerg SonnenbergerUse the correct fallback directory for EABIHF targets...
2014-08-09 Joerg SonnenbergerNetBSD/aarch64 has no libgcc or libstdc++. Drop arm64...
2014-08-09 Yaron KerenFix six tests are failing on Windows after r215241...
2014-08-09 Timur IskhodzhanovFix PR20479 -- missing vftable slots in case of virtual...
2014-08-09 Justin BognerRevert "Add tests for coverage mapping generation."
2014-08-09 Justin BognerRevert a failing test from r215261
2014-08-09 Richard Smith[modules] Weaken an out-of-date assertion: an #undef...
2014-08-09 Ben LangmuirRefactor the module map file used for uniquing a module...
2014-08-08 David BlaikieRemove some transient raw pointer ownership in ClangAtt...
2014-08-08 Alex LorenzAdd tests for coverage mapping generation.
2014-08-08 Bob WilsonAdd predefined macros to identify x86_64h architectures.
2014-08-08 Bob WilsonPredefine IB_DESIGNABLE and IBInspectable macros. ...
2014-08-08 Alex LorenzAdd a cc1 "dump-coverage-mapping" for testing coverage...
2014-08-08 David BlaikieSimplify ownership of ExplodedGraph in the CoreEngine...
2014-08-08 Alexey SamsonovAdd -link-cxx-sanitizer driver flag.
2014-08-08 Richard TrieuExtend tautological pointer compare and pointer to...
2014-08-08 Fariborz JahanianObjective-C [qoi]. Issue warning and fixit if property...
2014-08-08 David BlaikieSure-up MemoryBuffer ownership in JSONCompilationDataba...
2014-08-08 Bob WilsonChange __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__...
2014-08-08 Rafael EspindolaUse llvm::sys::path::native instead of llvm::sys::fs...
2014-08-08 Daniel SandersPartially revert r215204 - [mips] Add -mabicalls/-mno...
2014-08-08 Fariborz JahanianObjective-C. Minor refactoring of my previous patch.
2014-08-08 Fariborz JahanianObjective-C ARC. Use of non-retain/autorelease API
2014-08-08 Sylvestre LedruFix a bug when scan-build is used in a cross-compilatio...
2014-08-08 David BlaikieDebugInfo: Blocks: Do not depend on LLVM argument numbe...
2014-08-08 David BlaikieCompilationDatabase: Sure-up ownership of compilation...
2014-08-08 Daniel Sanders[mips] Invert the abicalls feature bit to be noabicalls...
2014-08-08 Eli BenderskyExpose the CUDA shared attribute to the C API.
2014-08-08 Daniel Sanders[mips] Add -mabicalls/-mno-abicalls to the driver
2014-08-08 Benjamin KramerAdd missing header guards.
2014-08-08 Daniel Jasperclang-format: Prefer not to put lambdas on a single...
2014-08-08 NAKAMURA TakumiclangAnalysis: Avoid member initializers in TempDtorCon...
2014-08-08 Manuel KlimekFix branch reachabiliy annotation for temp dtor branches.
2014-08-08 David MajnemerParser: Array decls with static but without array size...
2014-08-08 NAKAMURA Takumi[CMake] Upate libdeps in FrontendTests corresponding...
2014-08-08 David MajnemerMS ABI: Don't force bases to have an inheritance model
2014-08-07 David MajnemerMS ABI: Handle member function pointers returning a...
2014-08-07 Eric ChristopherTemporarily Revert "Update for llvm API change."
2014-08-07 Reid KlecknerDebug info: Use the vbtable offset for virtual bases...
2014-08-07 Richard Smith[modules] Don't defer performing updates if we have...
2014-08-07 Fariborz JahanianObjective-C arc. Switch the Objective-C dictionary...
2014-08-07 Benjamin KramerFlip the order the preprocessor and frontendaction...
2014-08-07 Reid KlecknerRevert "Debug info: Use record layout to find vbase...
2014-08-07 Reid KlecknerDebug info: Use record layout to find vbase offsets...
2014-08-07 Richard Smith[modules] When emitting an update record containing...
2014-08-07 Justin Bognertest/Modules: Use FileCheck's -allow-empty instead...
2014-08-07 Manuel KlimekMark successors as reachable/unreachable instead of...
2014-08-07 Manuel KlimekFix CFG for temporary dtors when the branch taken is...
2014-08-07 Manuel KlimekModel temporary destructors from logical operators...
2014-08-07 Manuel KlimekOnly have one path in the CFG for ternaries if the...
2014-08-07 Rafael EspindolaUpdate for llvm API change.
2014-08-07 Manuel KlimekRe-applying r214962.
2014-08-07 Justin BognerDriver: Add tests for -fprofile-arcs and -fno-profile...
2014-08-07 Justin BognerDriver: Add -fno-profile-arcs to go with -fprofile...
2014-08-07 Richard TrieuUpdate the context location of the condition of a condi...
2014-08-07 Reid KlecknerMake FullExprArg trivially copyable by removing the...
2014-08-07 Richard SmithUse -Rblah, not -Wblah, to control remark diagnostics...
2014-08-07 Reid KlecknerAdd back the leading space when printing commands with...
2014-08-06 Fariborz JahanianObjective-C ARC. More code for Objective-C's
2014-08-06 Rui UeyamaRevert "Fix modelling of non-lifetime-extended temporar...
2014-08-06 Fariborz JahanianObjective-C ARC. Adding declarations for Objective-C's
2014-08-06 Fariborz JahanianObjective-C ARC. First patch toward generating new...
2014-08-06 NAKAMURA TakumiFormatTokenLexer: Avoid non-static member initializer.
2014-08-06 Manuel KlimekRemove unnecessary semicolon.
2014-08-06 Daniel Jasperclang-format: Correct SBPO_Always-behavior after functi...
2014-08-06 Dan LiewFix sphinx warning.
2014-08-06 Daniel Jasperclang-format: Add special comments to disable formatting.
2014-08-06 Daniel Jasperclang-format: Fix indentation in multi-line placement...
2014-08-06 Manuel KlimekFix modelling of non-lifetime-extended temporary destru...
2014-08-06 Simon Atanasyan[Driver] Add missed include header.
2014-08-06 Simon Atanasyan[Driver] Move information about toolchain specific...
2014-08-06 David MajnemerMS ABI: Mangle lambdas which are given the same manglin...
2014-08-05 Rui UeyamaRemove trailing whitespaces
next