]> granicus.if.org Git - clang/shortlog
clang
2014-01-15 Nick LewyckyFix the attribute enable_if example in the docs to...
2014-01-15 Alp TokerFix cxx_variable_templates feature check and documentation
2014-01-15 Serge PavlovFixed error recovery if sizeof is used without parenthesis
2014-01-15 Bob WilsonRename QA_OVERRIDE_GCC3_OPTIONS to CCC_OVERRIDE_OPTIONS...
2014-01-15 Hans Wennborglit.cfg: Don't expand %ms_abi_triple to non-X86 triples
2014-01-15 Fariborz JahanianObjectiveC. Improve on diagnostics per Jordan's feedback.
2014-01-15 Ted KremenekTeach DeadStoresChecker about attribute objc_precise_li...
2014-01-14 Reid KlecknerUse i686 as the ISA in %microsoft_abi_triple on ARM
2014-01-14 Fariborz JahanianImprove comment.
2014-01-14 Fariborz JahanianObjectiveC. add comment.
2014-01-14 Tim NorthoverDriver: clarify help string for "-###"
2014-01-14 Fariborz JahanianObjectiveC. produce more expressive warning when
2014-01-14 Hans WennborgRemove the -cxx-abi command-line flag.
2014-01-14 Tim NorthoverDarwin: add __sinpi (etc) and __exp10 libbuiltins
2014-01-14 Alp TokerClarify driver/frontend -fms-compatibility help text
2014-01-14 Reid KlecknerRemove unused function to fix clang -Werror build
2014-01-14 Aaron BallmanSimplifying the OpenCL image attribute. It does not...
2014-01-14 Jordan RoseCFG: use Visit instead of VisitStmt to look through...
2014-01-14 Jordan Rose[analyzer] Use synthesized ASTs for property getters...
2014-01-14 Jordan RoseUse a proper lvalue-to-rvalue conversion in Objective...
2014-01-14 Nico RieckUpdate CodeGen to use DLL storage class for dllimport...
2014-01-14 Eli BenderskyClarify the LibTooling.rst a bit
2014-01-14 Alp TokerSwitch around the order of MSVCCompat and MicrosoftExt
2014-01-14 Alp TokerRename language option MicrosoftMode to MSVCCompat
2014-01-14 Joey Gouly[OpenCL] Disallow casts between address spaces.
2014-01-14 NAKAMURA Takumiclang/test/Index/recursive-cxx-member-calls.cpp: Add...
2014-01-14 Sylvestre LedruRemove trailing spaces
2014-01-14 Daniel Jasperclang-format: Fix bug introduced in r198871.
2014-01-14 David MajnemerDisable this test for windows builders
2014-01-14 David MajnemerSwitch to ssize_t from size_t to unbreak windows builders.
2014-01-14 David MajnemerSema: Predefine size_t in MSVC Compatibility mode
2014-01-14 Jakob Stoklund... This test is passing on SPARC.
2014-01-14 Jakob Stoklund... Puny 24-byte structs are returned by value on SPARC.
2014-01-14 Richard SmithUpdate feature name "Generalized Attributes" to match...
2014-01-14 Bob WilsonRemove a temporary workaround that is no longer relevant.
2014-01-14 Aaron BallmanRemoving some attribute magic related to the OpenCL...
2014-01-14 Warren Hunt[ms-abi] Small Change to pack+alignment interaction.
2014-01-14 Reid Kleckner[ms-abi] Remove duplicated vbptr offset code
2014-01-14 DeLesley HutchinsConsumed analysis: add two new attributes which fine...
2014-01-14 Warren Hunt[ms-abi] Report VBPtrOffset correctly
2014-01-13 Reid Kleckner[ms-abi] Always generate complete constructors in the...
2014-01-13 Warren Hunt[ms-abi] Reordering __declspec(align) pragma pack handling
2014-01-13 Hans Wennborgclang-cl: Ignore /fallback when not actually compiling...
2014-01-13 Chandler CarruthLLVM's CMake is now using a feature that wasn't preasan...
2014-01-13 Aaron BallmanAdding myself as the code owner for the attribute subsy...
2014-01-13 Chandler CarruthTeach the standalone Clang CMake bits about the flag...
2014-01-13 Aaron BallmanWhen determining the attribute's parsed kind, pay atten...
2014-01-13 Aaron Ballman__forceinline is a keyword, and not a GNU-style attribu...
2014-01-13 Aaron BallmanUpdating the attribute declarations to have the correct...
2014-01-13 Aaron BallmanThere is no such thing as __attribute__((align)); that...
2014-01-13 Justin BognerCodeGen: Clarify a comment about PGO in case statement...
2014-01-13 Justin BognerCodeGen: Rename adjustFallThroughCount -> adjustForCont...
2014-01-13 Justin BognerCodeGen: Introduce CodeGenPGO::setCurrentRegionUnreachable
2014-01-13 Justin BognerCodeGen: Remove a superfluous setCurrentRegionCount
2014-01-13 Justin BognerCodeGen: Remove some unnecessary braces
2014-01-13 Warren Hunt[ms-abi] Leading VFPtrs don't suppress the leading...
2014-01-13 Hans WennborgUse the MS ABI for Win32 targets by default
2014-01-13 Hans WennborgUpdate tests in preparation for using the MS ABI for...
2014-01-13 Reid Kleckner[ms-abi] Quick fix layout of an array of records
2014-01-13 Hans WennborgFollow-up to r199120: don't try referencing the dtor...
2014-01-13 Rafael EspindolaUpdate for getLazyBitcodeModule API change.
2014-01-13 Joerg SonnenbergerHook up NetBSD/aarch64.
2014-01-13 Jordan Rose[analyzer] Add a CFG node for the allocator call in...
2014-01-13 Hans Wennborg[ms-cxxabi] Elide dtor access checks for pass-by-val...
2014-01-13 Daniel Jasperclang-format: Fix corner case with comment in ctor...
2014-01-13 Daniel Jasperclang-format: Don't indent relative to ./->.
2014-01-13 Chandler Carruth[PM] Update Clang to reflect LLVM r199095 which moves...
2014-01-13 Chandler Carruth[cleanup] Update the include of Dominators.h to reflect...
2014-01-13 Chandler Carruth[PM] Update Clang to reflect the new header for the...
2014-01-13 NAKAMURA Takumi[CMake] Move BUG_REPORT_URL from clang to llvm.
2014-01-13 Alexey BataevRename target i386-linux-android to i686-linux-android
2014-01-12 Nico WeberAdd help text for -MMD, -MD, -MM, -M, -MF.
2014-01-12 NAKAMURA TakumiDynamicASTMatchers/VariantValueTest.cpp: It works with...
2014-01-12 Alp TokerDelete inaccurate doc comment - isVariadic is long...
2014-01-12 Alp TokerClarify warn_cxx98_compat_attribute diagnostic
2014-01-12 Chandler Carruth[PM] Update the creation of an IR printing pass to...
2014-01-12 Chandler Carruth[PM] Update Clang to follow the header rename in LLVM...
2014-01-12 Jakob Stoklund... SPARC passes non-trivial C++ objects indirectly like...
2014-01-12 Jakob Stoklund... MIPS and SPARC assemblers both take the -KPIC flag.
2014-01-11 Benjamin Kramertest case hygiene.
2014-01-11 Benjamin KramerMake helper function static.
2014-01-11 Jakob Stoklund... Select the UltraSPARC instruction set when invoking...
2014-01-11 Nick LewyckyWhoops! Fix major think-o in the first example in the...
2014-01-11 Nick LewyckyAdd a new attribute 'enable_if' which can be used to...
2014-01-11 Nick LewyckyUse the appropriate SourceLocation for the template...
2014-01-11 Richard SmithPR12208: Under -fno-elide-constructors, don't forget...
2014-01-11 Warren Hunt[ms-abi] Change the way alignment is tracked
2014-01-11 Richard SmithFix "regression" caused by updating our notion of POD...
2014-01-10 Warren Hunt[ms-abi] Adjusting Rules for Padding Between Bases
2014-01-10 Rafael EspindolaUse the simpler version of llvm::sys::fs::remove when...
2014-01-10 Richard SmithDowngrade bogus ExtWarn on duplicate 'friend' specifier...
2014-01-10 Jordan Rose[analyzer] Model getters of known-@synthesized Objectiv...
2014-01-10 Fariborz JahanianObjectiveC. Remove warning on mismatched methods
2014-01-10 Jakob Stoklund... Implement -m32 and -m64 with llvm::Triple functions.
2014-01-10 Alp TokerRemove unexpected code completion handling from Consume...
2014-01-10 Kristof BeylsEnable -fuse-init-array for all AArch64 ELF targets...
2014-01-10 Rafael EspindolaUse 'w' instead of 'c' to represent the win32 mangling.
2014-01-10 Alp TokerUpdate LangOpt descriptions
2014-01-10 Alp TokerTryConsume parser cleanups
2014-01-10 Daniel Jasperclang-format: Slightly adapt line break in edge case.
next