]> granicus.if.org Git - clang/shortlog
clang
2014-01-16 Alexander Potapenko[ASan] Typo fix (symbolize=0 disables online symbolization)
2014-01-16 Alexander Potapenko[ASan] Describe online/offline symbolization of reports...
2014-01-16 Aaron BallmanGiving the asm attribute some keyword spellings based...
2014-01-16 Aaron BallmanDistinguish between attributes explicitly written at...
2014-01-16 David MajnemerSema: Fix crash during member pointer conversion involv...
2014-01-16 Evgeniy Stepanov[asan] Remove -fsanitize-address-zero-base-shadow comma...
2014-01-16 Daniel Jasperclang-format: Enable formatting of lambdas with explici...
2014-01-16 Tim NorthoverMachO: use *-*-*-macho for MachO embedded targets.
2014-01-16 Alp TokerForbid driver use in Sema tests
2014-01-16 Alp TokerDisable and XFAIL a test that never worked
2014-01-15 Bob WilsonRemove support for armv7f slice. <rdar://problem/12478440>
2014-01-15 Jan Wen VoungEnsure i686-nacl long long is aligned 8 bytes (like...
2014-01-15 Roman DivackyMake -fno-inline attach NoInline attribute to all funct...
2014-01-15 Jordan Rose[analyzer] BlockCall shouldn't really be an AnyFunction...
2014-01-15 Jordan Rose[analyzer] Print function name when dumping its CFG.
2014-01-15 Daniel Jasperclang-format: Fixed formatting of JavaScript container...
2014-01-15 Erik VerbruggenFix for PR9812: warn about bool instead of _Bool.
2014-01-15 Chandler CarruthMove a bunch of tests to directly use the CC1 layer...
2014-01-15 Chandler CarruthSwitch this test from needlessly running the clang...
2014-01-15 Nick LewyckyThis code block wasn't showing up in the html. Try...
2014-01-15 Kostya Serebryanyreplace LeakSanitizerIsTurnedOffForTheCurrentProcess...
2014-01-15 Justin BognerCodeGen: Simplify CodeGenFunction::EmitCaseStmt
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...
next