]> granicus.if.org Git - clang/shortlog
clang
2014-08-14 Adam Nemet[AVX512] Add FMA intrinsics
2014-08-14 Artyom SkrobovUse the proper post-order traversal in LiveVariables...
2014-08-14 Justin BognerRevert "CodeGen: When bitfields fall on natural boundar...
2014-08-14 Rafael EspindolaDelete support for AuroraUX.
2014-08-14 Alexander KornienkoSplit a large unit-test, so that it doesn't exceed...
2014-08-14 Daniel Jasperclang-format: Fix AlwaysBreakAfterDefinitionReturnType...
2014-08-14 Daniel Jasperclang-format: Support chained dereferenced assignments.
2014-08-14 Daniel Jasperclang-format: Support breaking arguments of function...
2014-08-14 Pekka JaaskelainenFix a crash when compiling blocks in OpenCL with multiple
2014-08-14 David MajnemerParse: Don't attempt to act on #pragma init_seg when...
2014-08-14 Richard Smith[modules] Factor .td-generated diagnostics stuff out...
2014-08-14 Richard Smith[modules] Don't assert if the same imported class templ...
2014-08-14 Justin BognerCodeGen: When bitfields fall on natural boundaries...
2014-08-14 Richard Smith[modules] When we merge together multiple class templat...
2014-08-14 David MajnemerSema: Permit nullptr template args in MSVC compat mode
2014-08-14 NAKAMURA Takumiclang/test/Modules/cxx-irgen.cpp: Let it tolerant of...
2014-08-13 Alexey SamsonovSimplify some CodeGenTypes::arrangeXXX functions. No...
2014-08-13 Fariborz JahanianObjective-C. Handle case of multiple class methods
2014-08-13 Rafael EspindolaWhitespace fix.
2014-08-13 Yi KongARM: Add mappings for ACLE prefetch intrinsics
2014-08-13 NAKAMURA Takumiclang/test/Index/index-module.m: Tweak expressions...
2014-08-13 Justin Bognertest/CodeGen: Don't rely on a value's number in check...
2014-08-13 Fariborz JahanianObjective-C. Minor refactoring of my last patch.
2014-08-13 Richard Smith[modules] Fix a rejects-valid resulting from emitting...
2014-08-13 Fariborz JahanianObjective-C. This patch is to resolve the method used...
2014-08-13 Alexey SamsonovSimplify a few loops over CallArgList/FunctionArgList...
2014-08-13 Yi KongAArch64: Prefetch intrinsic
2014-08-13 Yi KongARM: Prefetch intrinsics
2014-08-13 Rafael EspindolaRevert what looks like an unintended change in r215557.
2014-08-13 Rafael EspindolaSmall cleanup: Don't duplicate default behavior.
2014-08-13 Rafael EspindolaUse std::unique_ptr to simplify memory management a...
2014-08-13 Benjamin KramerHeader guard canonicalization, clang part.
2014-08-13 Manuel KlimekWork around missing handling of temporaries bound to...
2014-08-13 Simon Atanasyan[Driver] Support -muclibc / -mglibc command line option...
2014-08-13 Joerg SonnenbergerFor NetBSD, use the same settings for PPC64 as for...
2014-08-13 Manuel KlimekFix crasher bug in clang-format.
2014-08-13 Manuel KlimekDefault getFile() to use the last accessed name in...
2014-08-13 Oliver StannardEmit diagnostic for -munaligned-access on v6m targets
2014-08-13 Daniel Jasperclang-format: Format long lists in columns if without...
2014-08-13 Daniel Jasperclang-format: Understand #defines defining system includes.
2014-08-13 Richard SmithPR20634: add some more cases that can legitimately...
2014-08-13 Richard Smith[modules] When performing a lookup into a namespace...
2014-08-13 Adam Nemet[AVX512] Add intrinsics for FP scalar broadcasts
2014-08-13 Alexey Samsonov[UBSan] Add returns-nonnull sanitizer.
2014-08-12 Fariborz JahanianObjective-C [qoi]. Patch to not do Fix-It for fixing
2014-08-12 Samuel BenzaquenFix the \param comments to have the parameter name.
2014-08-12 Samuel BenzaquenSupport named values in the autocomplete feature.
2014-08-12 Richard TrieuImprove -Wuninitialized to catch const classes being...
2014-08-12 David MajnemerMS ABI: Mangle this qualifiers on function types
2014-08-12 Jordan Rose[analyzer] Check for negative values used as the size...
2014-08-12 Ben LangmuirVerify all the module map files for a pcm are the same...
2014-08-12 Ben LangmuirAdd a module cache path to test/Headers/cxx11
2014-08-12 Jordan RoseAllow @synchronized to contextually convert a C++ objec...
2014-08-12 Fariborz JahanianObjective-C. Fixes an assert where because of captured
2014-08-12 Rafael EspindolaUse StringRef instead of MemoryBuffer&.
2014-08-12 Aaron BallmanAdding some test cases to test attribute-related source...
2014-08-12 Alexander KornienkoAdd documentation on how Language option in .clang...
2014-08-12 Daniel Jasperclang-format: Avoid bad line break.
2014-08-12 NAKAMURA Takumiclang/test/Frontend/print-header-includes.c REQUIRES...
2014-08-12 Manuel KlimekCorrectly implement -include search logic.
2014-08-12 Frederic RissDebuginfo: Correctly tag variadic ObjC methods with...
2014-08-12 Richard SmithReject virt-specifiers on friend declarations. Give...
2014-08-11 Richard SmithReject varargs '...' in function prototype if there...
2014-08-11 Richard SmithModify behavior of -ast-dump-lookups: if -ast-dump...
2014-08-11 David BlaikieChange MemoryBuffer* to MemoryBuffer& parameter to...
2014-08-11 David Blaikieunique_ptr-ify FileSystemStatCache::setNextStatCache
2014-08-11 David Blaikieunique_ptr-ify the MemoryBuffer parameter of GlobalModu...
2014-08-11 Richard SmithAdd some FIXMEs.
2014-08-11 David MajnemerSema: Properly perform lookup when acting on fields...
2014-08-11 Alex LorenzRevert r215365 - Coverage mapping: emit mapping for...
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...
next