]> granicus.if.org Git - clang/shortlog
clang
2014-02-17 Aaron BallmanThe default assignment operator could not be generated...
2014-02-17 Aaron BallmanRemoving a C++11'ism to also fix the build bots.
2014-02-17 Aaron BallmanFixing build bot breakage due to using a local type...
2014-02-17 Aaron BallmanImplements a declarative approach to documenting indivi...
2014-02-17 Patrik HagglundFix gcc warning about C++ style comments.
2014-02-17 Tim NorthoverDarwin: remove buggy assertion
2014-02-17 Daniel Jasperclang-format: Don't wrap "const" etc. of function decla...
2014-02-16 NAKAMURA Takumiclang/unittests/AST,ASTMatchers: Remove _MSC_VER.
2014-02-16 NAKAMURA Takumicheck-clang: Introduce the feature "non-ms-sdk" to...
2014-02-16 NAKAMURA Takumicheck-clang: Introduce the feature "dw2" to suppress...
2014-02-16 NAKAMURA TakumiIntroduce the feature "can-remove-opened-file" to suppr...
2014-02-16 Nico RieckUse -target instead of ignored -arch to fix x86_64...
2014-02-16 Nico RieckRemove useless XPASS
2014-02-16 Nico RieckFix broken CHECK lines
2014-02-16 Nico RieckFileCheck's -LABEL cannot be combined with -NOT or...
2014-02-16 Nico RieckFix broken RUN lines
2014-02-15 David BlaikieDebugInfo: imported_decl/using declarations at namespac...
2014-02-15 Argyrios Kyrtzidis[Sema] Fix assertion hit while trying to do constant...
2014-02-15 David MajnemerMS ABI: Remove a useless FileCheck line
2014-02-15 David BlaikieMove test inputs into the Inputs directory (improvement...
2014-02-15 Manman RenPGO: fix a bug in parsing pgo data.
2014-02-15 David MajnemerMS ABI: Fix some layout tests
2014-02-15 David MajnemerMS ABI: Fix some layout tests
2014-02-15 Richard SmithRemove transactional memory from c++ status page; there...
2014-02-15 Richard SmithAdd some missing threes.
2014-02-15 Richard SmithAdd entries to C++ status page for Technical Specificat...
2014-02-15 Fariborz Jahanian[Objective-C Sema]. Warn when an indirectly overridden...
2014-02-14 Richard SmithFix crash-on-invalid if decltype(auto) is used as a...
2014-02-14 David BlaikieConsistently print anonymous namespace names as "<anony...
2014-02-14 David BlaikiePrint anonymous namespaces as <anonymous namespace...
2014-02-14 Fariborz Jahanian[IRGen]. Fixes a crash in using Objective-C array
2014-02-14 Daniel Jasperclang-format: Fix formatting of class template declaration.
2014-02-14 Argyrios KyrtzidisIf the headermap maps the filename to a framework inclu...
2014-02-14 Evgeniy StepanovEnable generation of unwind tables when building with...
2014-02-14 Jiangning LiuEnable AArch64 NEON by default.
2014-02-14 Eric ChristopherAdd a command line option -gdwarf-aranges that will...
2014-02-14 Adrian PrantlDebug info: Make DWARF4 the default for Darwin, too.
2014-02-13 Juergen RibutzkaRevert "[CMake] Disable libclangTests.exe on win32...
2014-02-13 Juergen RibutzkaRevert "libclang: fix a bug in processing invalid argum...
2014-02-13 Kaelyn UhrainEnable correcting a member declaration where the type...
2014-02-13 Jordan Rose[examples] Add tablegen'd ClangCommentCommandList as...
2014-02-13 NAKAMURA Takumi[CMake] Disable libclangTests.exe on win32 for now.
2014-02-13 Dmitri Gribenkolibclang: fix a bug in processing invalid arguments...
2014-02-13 Daniel SandersRe-commit: Demote EmitRawText call in AsmPrinter::EmitI...
2014-02-13 Daniel JasperRemove assert added in r201249.
2014-02-13 Daniel Jasperclang-format: Improve documentation of DerivePointerBin...
2014-02-13 NAKAMURA Takumi[CMake] add_clang_library(MODULE): Create a phony targe...
2014-02-13 Tim NorthoverARM & AArch64 NEON: share the vabs implementation.
2014-02-13 Robert LyttonXCore target pass -v flag to assembler & linker
2014-02-13 Robert Lyttonadd comment explaining previous commit
2014-02-13 Robert LyttonXCore target -fexceptions flag handling
2014-02-13 Renato GolinRemove spurious default case to silent sanitizer
2014-02-13 Renato GolinAdd EXPERIMENTAL --rtlib=compiler-rt to GNU Clang
2014-02-13 Alexey Bataev[OPENMP] 'if' clause support (no CodeGen support)
2014-02-13 Aaron BallmanThere is no std namespace for standards-based attribute...
2014-02-13 Rafael EspindolaUse simpler version of fs::create_directory.
2014-02-13 Rafael EspindolaUse simpler version of llvm::sys::fs::create_directories.
2014-02-13 Yunzhong GaoFixing a compiler assertion with zero-width bit-fields...
2014-02-13 Reid KlecknerReally fix unused variable warnings in CIndex.
2014-02-13 John McCallms_struct layout replaces platform-specific behavior...
2014-02-13 John McCallChange testcase to use FileCheck.
2014-02-13 Reid KlecknerFix uninitialized read in vtordisp pragma code.
2014-02-13 Reid KlecknerFix some -Wdocumentation warnings in Sema.h and try...
2014-02-12 Reid KlecknerSilence unused variable warning in CIndex.cpp with...
2014-02-12 Reid KlecknerMS ABI: Implement #pragma vtordisp() and clang-cl /vdN
2014-02-12 Hans WennborgRemove FIXME and hardcoded triple from this test (PR18251)
2014-02-12 Benjamin KramerRemove unused diagnostic.
2014-02-12 Jordan Rose[examples] Use loadable modules instead of shared libra...
2014-02-12 David MajnemerSema: Restrict alignment to 2**28.
2014-02-12 Reid KlecknerAttributes: Avoid a big useless copy in the emitter
2014-02-12 Adrian Prantlrelax testcase and make ppc64 buildbots happy.
2014-02-12 Dmitri Gribenkolibclang: report error code for bad PCH files
2014-02-12 Adrian PrantlDocument and improve the debug-property-synth.m test...
2014-02-12 Adrian PrantlRevert "Remove bad debug info test."
2014-02-12 Reid KlecknerAttributes: Emit enumerators in td file declaration...
2014-02-12 Daniel SandersRevert r201237+r201238: Demote EmitRawText call in...
2014-02-12 Daniel SandersArcanist failed to commit the two clang test correction...
2014-02-12 Dmitri Gribenkolibclang: fix a crash in clang_disposeDiagnosticSet...
2014-02-12 Tim NorthoverWhitespace cleanup (mostly stray tabs, a few not-quite...
2014-02-12 Tim NorthoverARM & NEON: add test for r101232
2014-02-12 Tim NorthoverARM NEON: fix range checking on immediates.
2014-02-12 Dmitri GribenkoDon't use find | xargs in test/Modules/fmodules-validat...
2014-02-12 NAKAMURA Takumiclang/test/Modules/fmodules-validate-once-per-build...
2014-02-12 NAKAMURA Takumiclang/lib/Driver/Multilib.cpp: Rewrite normalizePathSeg...
2014-02-12 Dmitri Gribenko'svn add' files I forgot for r201224 (Add an option...
2014-02-12 Dmitri GribenkoAdd an option to allow Clang verify source files for...
2014-02-12 Amara Emerson[ARM] Fix NEON wrongly being enabled with soft-float...
2014-02-12 Daniel JasperFix memory leak introduced by r201010.
2014-02-12 Jonathan RoelofsFix r201205's use-after-free bug caught by sanitizer bot
2014-02-12 Jonathan RoelofsAdd Multilib selection machinery
2014-02-12 Jonathan RoelofsRevert 201202
2014-02-12 Jonathan RoelofsAdd Multilib selection machinery
2014-02-12 David MajnemerMS ABI: vptr injection should obey alignment requirements
2014-02-11 Alexander KornienkoFix build error caused by r201186 (GCC's "declaration...
2014-02-11 Alexander KornienkoExpose the name of the checker producing each diagnosti...
2014-02-11 David BlaikieRemove bad debug info test.
2014-02-11 Sylvestre Ledruupdate of the clang version (should probably managed...
2014-02-11 David BlaikieRemove bad debug info test.
2014-02-11 David MajnemerMS ABI: Add support for the -vm{b,g,s,m,v} flags
2014-02-11 Jonathan RoelofsTest commit -- Remove an extra newline from Toolchains.cpp
next