]> granicus.if.org Git - clang/shortlog
clang
2015-01-31 David BlaikieRename test file to be more accurate (& free up the...
2015-01-30 Saleem AbdulrasoolCodeGen: create a WindowsARMTargetCodeGenInfo
2015-01-30 Reid KlecknerSEH: Don't jump to an unreachable continuation block
2015-01-30 Reid KlecknerWindows: Fix _CPPUNWIND definition to follow -fcxx...
2015-01-30 Filipe CabecinhasSpecial-case the PS4 SDK for a clang test
2015-01-30 Filipe CabecinhasShuffle tests around to more appropriate files
2015-01-30 Eric ChristopherFix regression in r227409 where we were passing -fsynta...
2015-01-30 Daniel Sanders[mips] Pass ABI name via -target-abi instead of target...
2015-01-30 Nico WeberFollow-up to r217302 and r227555: Don't crash on inline...
2015-01-30 Nathan SidwellCode cleanup
2015-01-30 Filipe CabecinhasRemove unneeded code
2015-01-30 Fraser CormackFix OpenCL 1.2 double as an optional core feature behaviour
2015-01-30 David MajnemerSema: Disable template instantiation once a fatal error...
2015-01-30 Nico WeberFollow-up to r217302: Don't crash on ~A::A() if A is...
2015-01-30 Nico WeberTypo fixo.
2015-01-30 Nico WeberWrap to 80 cols by removing trailing whitespace. No...
2015-01-30 Richard SmithTeach AST printing to not print whitespace inside ...
2015-01-30 Nico WeberWeaken an assertion that isn't true for invalid input.
2015-01-30 Reid Klecknerclang-cl: Enable -fexceptions but not -fcxx-exceptions...
2015-01-29 Filipe CabecinhasAdd some more PS4 driver settings related to rtti and...
2015-01-29 Ulrich Weigand[PowerPC] Work around TLS linker bug
2015-01-29 Rafael EspindolaThis reverts commit r227432, r227438 and r227448.
2015-01-29 Aaron BallmanReverting r227453, which adds back the fuzzer library...
2015-01-29 Aaron BallmanTemporarily reverting the fuzzer library as it causes...
2015-01-29 Francois PichetRemove unnecessary default.
2015-01-29 Filipe Cabecinhas[xcore] Make the exceptions test actually check for...
2015-01-29 Francois PichetFix Index/print-type.cpp test following r227432.
2015-01-29 NAKAMURA TakumiDisable a couple of crash-* tests for now. It seems...
2015-01-29 Daniel Jasperclang-format: FIXME that led to access of uninitialized...
2015-01-29 Francois Pichetlibclang: Add three functions useful for dealing with...
2015-01-29 Daniel Jasperclang-format: Fix crasher caused by not properly settin...
2015-01-29 David MajnemerMS ABI: Implement proper support for setjmp
2015-01-29 David MajnemerBasic: Re-sort these builtins
2015-01-29 Nico WeberMake a codegen warning a real warning instead of a...
2015-01-29 Francisco Lopes... Sema: Turn some applicable functions static. NBC.
2015-01-29 Richard SmithDon't use BCPL comments here, in case someone wants...
2015-01-29 Eric ChristopherEnsure that -fsyntax-only with fortran 90 passes along...
2015-01-29 Derek SchuffRemove NaClX86_64TargetCodeGenInfo and NaClARMTargetCod...
2015-01-28 Joerg SonnenbergerFor the --be8 flag, check explicitly for pre-v7 / pre...
2015-01-28 Dan Albert[clang] Use -android environment for all compiler-rt...
2015-01-28 Fariborz JahanianCXX [qoi]. Prevent a crash when initializer expression is
2015-01-28 Richard SmithPR22367: Don't forget to create a CXXFunctionalCastExpr...
2015-01-28 Nathan SidwellPR 17456
2015-01-28 Kaelyn TakataRevert a change from r222797 that is no longer needed...
2015-01-28 Derek SchuffRemove support for pnaclcall attribute
2015-01-28 Richard SmithFix layering violation: include/clang/Basic/PlistSuppor...
2015-01-28 David BlaikieDebugInfo: Attribute implicit boolean tests to the...
2015-01-28 Kostya SerebryanyAdd clang-format-fuzzer target
2015-01-28 Filipe CabecinhasTestcase for PS4 target defaults (from r227215 and...
2015-01-28 Alex RosenbergEnable pragma comment processing for PS4. Original...
2015-01-28 Tom StellardR600: Use a Southern Islands GPU as the default for...
2015-01-28 Hal FinkelFix typo (count correctly) in include/clang/AST/TypeNod...
2015-01-28 Nathan SidwellPR 20146
2015-01-28 Sean SilvaAvoid testing for a particular choice of resource dir.
2015-01-28 Francisco Lopes... Improves overload completion result chunks.
2015-01-28 David MajnemerSema: Ensure that __c11_atomic_fetch_add has a pointer...
2015-01-28 Larisse VoufoRe-arrange DR test cases, and update DR status page.
2015-01-28 Kaelyn TakataUse the real CXXScopeSpec when setting the correction...
2015-01-27 Hans WennborgIntrin.h: define _XCR_XFEATURE_ENABLED_MASK
2015-01-27 Richard SmithCleanups, and add some FIXMEs. No functional change.
2015-01-27 Kaelyn TakataFix a think-o in handling ambiguous corrections for...
2015-01-27 Larisse VoufoImplement the remaining portion of DR1467 from r227022...
2015-01-27 Alex RosenbergCheck wchar_t type on PS4.
2015-01-27 Adrian PrantlUpdate the doxygen comments in CGDebugInfo.h to follow...
2015-01-27 Kaelyn TakataProperly handle typos in the conditional of ?: expressi...
2015-01-27 Filipe CabecinhasFix part of r227215. PS4 code just omits leaf frame...
2015-01-27 Filipe CabecinhasAdded more PS4 defaults for code generation
2015-01-27 Sean SilvaNo longer SCE_PRIVATE ;)
2015-01-27 Alex RosenbergBegin to teach clang about the PS4.
2015-01-27 Craig Topper[X86] Add intrinsics for AVX512 128 and 256 bit integer...
2015-01-27 Richard SmithDR1902: if overload resolution recurses, and the inner...
2015-01-26 Pete CooperDon't generate llvm.expect intrinsics with -O0.
2015-01-26 Ben LangmuirTweak r227115 per review feedback
2015-01-26 Reid KlecknerFix broken doc link to Clang 3.5 release notes
2015-01-26 Ben LangmuirFix assert instantiating string init of static variable
2015-01-26 Eric ChristopherUpdate for LLVM API change.
2015-01-26 Fariborz JahanianObjective-C SDK modernizer to use NS_ENUM/NS_OPTIONS...
2015-01-26 Joerg SonnenbergerFor NetBSD/ARM-EB, link with --be8. Support for the...
2015-01-26 Craig Topper[X86] Add AVX512 integer comparison intrinsics for...
2015-01-26 Evgeniy Stepanov[msan] Remove MSanDR reference from the manual.
2015-01-26 Craig Topper[X86] Add more of the AVX512 integer comparision intrin...
2015-01-26 Nico WeberDon't let virtual calls and dynamic casts call Sema...
2015-01-26 Nico WeberTest that member functions of constexpr constructed...
2015-01-26 Nico WeberRemove -verify from a codegen test that didn't have...
2015-01-26 Yaron Kerenclang-format two Decl* code locations, NFC.
2015-01-26 Nico WeberReword comment.
2015-01-26 Nico WeberTest that qualified virtual calls mark vtables referenc...
2015-01-25 Craig Topper[X86] Add AVX512F integer comparision intrinsics to...
2015-01-25 Craig Topper[X86] Add immediate range checking to AVX512 integer...
2015-01-25 Craig Topper[X86] Add AVX512 floating cmpgt and integer comparison...
2015-01-25 Renato GolinAllows Clang to use LLVM's fixes-x18 option
2015-01-25 NAKAMURA Takumiclang/test/Driver/rewrite-map-in-diagnostics.c: This...
2015-01-25 Francisco Lopes... Sema: Formatting. No behavior change.
2015-01-25 Francisco Lopes... Sema: require a complete type before lookup.
2015-01-25 David BlaikieFix the buildbots (fallout from r227028) by returning...
2015-01-25 Nico WeberRename four test files from .C to .cpp.
2015-01-25 David BlaikieDebugInfo: Attribute calls to overloaded operators...
2015-01-25 David BlaikieDebugInfo: Use the preferred location rather than the...
2015-01-25 Nico WeberName a bool parameter. No behavior change.
2015-01-25 Nathan SidwellRemove duplicate code
next