]> granicus.if.org Git - clang/shortlog
clang
2014-01-28 Nick LewyckyFix always-false conditional thinko in documentation.
2014-01-28 Reid KlecknerTest case for clobbers on cpuid in ms inline asm
2014-01-28 Aaron BallmanRelaxing the alignment requirements for fields in a...
2014-01-28 Kaelyn UhrainApply the typo correction replacement location fix...
2014-01-27 Richard SmithRemove dead code; MacroDirective's IsHidden flag is...
2014-01-27 Adrian PrantlReverting because reverting r200145.
2014-01-27 Adrian PrantlReverting because reverting r200145.
2014-01-27 Adrian PrantlRumors of test_debuginfo's death are slightly exaggerated.
2014-01-27 Fariborz JahanianAnother test for patch for // rdar://15890251
2014-01-27 Bob WilsonTemporarily disable test that fails on Mac OS X 10.9.
2014-01-27 Fariborz JahanianObjectiveC. Fixes a bug in recognition of an ivar
2014-01-27 Aaron BallmanAdd a new attribute meta-spelling called "GCC" -- it...
2014-01-27 Richard SmithRemove dead code.
2014-01-27 Reid KlecknerRevert "intrin.h: include setjmp.h to get a jmp_buf...
2014-01-27 Reid KlecknerRevert "Cortex-M3 and Cortex-M4 should not enable hwdiv...
2014-01-27 Reid KlecknerAdd implementations of some MSVC intrinsics
2014-01-27 Fariborz JahanianObjectiveC. When introducing a new property declaration in
2014-01-27 Reid Klecknerintrin.h: include setjmp.h to get a jmp_buf definition
2014-01-27 David BlaikieDriver: support -fno-debug-types-section to override...
2014-01-27 Reid KlecknerAdd 'static __inline__' to MSVC intrinsics with impleme...
2014-01-27 Artyom SkrobovCortex-M3 and Cortex-M4 should not enable hwdiv-arm
2014-01-27 Robert LyttonXCore target exception handling
2014-01-27 Dmitri GribenkoComment parsing: don't crash while parsing \deprecated...
2014-01-27 Simon Atanasyan[Mips] Fix __mips macro definition.
2014-01-27 Simon Atanasyan[Mips] Change default CPU for MIPS 32/64 targets. Now...
2014-01-27 Simon Atanasyan[Mips] Add tests to check MIPS arch macros.
2014-01-27 Alp TokerRoll back the use of ConstStringRef for now
2014-01-27 Alp TokerUse ConstStringRef facility for getCustomDiagID() safety
2014-01-27 Richard SmithPR17052 / DR1560 (+DR1550): In a conditional expression...
2014-01-26 Evan ChengFix r195149. Triple should correctly reflect that targe...
2014-01-26 Joerg SonnenbergerUse canonical spelling of NetBSD
2014-01-26 NAKAMURA Takumiclang-check: Unittests doesn't requires tools.
2014-01-26 NAKAMURA Takumicheck-clang doesn't require neither llvm_src_root nor...
2014-01-26 NAKAMURA TakumiRevert r113780, "Recognize .ll as input files. Handle...
2014-01-26 NAKAMURA Takumi[CMake] Always set CMAKE_INCLUDE_CURRENT_DIR.
2014-01-26 NAKAMURA Takumi[CMake][Standalone] Introduce check-all.
2014-01-26 Alp TokerFix -Wreturn-type build failure on ASTMatchers, plus...
2014-01-26 Alp TokerUpdate docstrings following the param name change in...
2014-01-26 Rafael EspindolaUpdate for llvm api change.
2014-01-26 NAKAMURA Takumi[CMake] Reindent.
2014-01-26 Alp TokerEnforce safe usage of DiagnosticsEngine::getCustomDiagID()
2014-01-26 Alp TokerIdentify two more unsafe uses of getCustomDiagID()
2014-01-26 Alp TokerRemove buggy example code from the documentation
2014-01-26 Alp TokerARCMigrate: Introduce proper diagnostics for TransformA...
2014-01-26 Alp TokerRemove flawed diagnostic mapping functions
2014-01-26 Jiangning LiuFor AArch64 Neon, fix intrinsics implementation using...
2014-01-25 Alp TokerRename getResultLoc() too
2014-01-25 Richard SmithPR18530: Don't assert when performing error recovery...
2014-01-25 Richard SmithPR18283: If a const variable of integral or enumeration...
2014-01-25 Saleem Abdulrasoolunittests: explicit stringify StringRefs for conversion
2014-01-25 Alp TokerRemove obsolete ObjCMethodDecl arg_type iterator functions
2014-01-25 Alp TokerRename getResultType() on function and method declarati...
2014-01-25 Simon Atanasyan[Mips] Add support for mips64el-linux-android triple.
2014-01-25 Simon Atanasyan[Mips] Add test to check translation MIPS triples to...
2014-01-25 Alp TokerPlistSupport: Eliminate duplicated EmitLocation() and...
2014-01-25 Alp TokerPlistSupport: Unify ARCMigrate / StaticAnalyzer plist...
2014-01-25 Daniel Jasperclang-format: Fix incorrect space removal.
2014-01-25 Eric ChristopherOne more intrinsic.
2014-01-25 Richard TrieuRemove HTML codes from a .rst file. The proper HTML...
2014-01-25 Richard TrieuBroaden -Wstring-conversion to catch string literals...
2014-01-25 Alp TokerAdd a proper test for -Wsystem-headers
2014-01-24 Richard SmithCorrect < and > to &lt; and &gt;. Thanks to Samuel...
2014-01-24 Richard SmithAllow virt-specifiers after GNU attributes in member...
2014-01-24 Aaron BallmanAdds a getSemanticSpelling function to semantic attribu...
2014-01-24 Aaron BallmanSince Visual Studio 2012 is the minimum version of...
2014-01-24 Yunzhong GaoFixing PR18510 by checking whether the non-virtual...
2014-01-24 Amara Emerson[AArch64] Replace underscores with dashes in -mgeneral_...
2014-01-24 Aaron BallmanAdding a new diagnostics group (-Wattributes) which...
2014-01-24 NAKAMURA Takumi[CMake] libclang: Update GENERATED_HEADERS with actuall...
2014-01-24 Ismail PazarbasiAdded missing StandardConversionSequence initialization
2014-01-24 Eric ChristopherAdd missing intrinsics, fix a couple of typos in intrin...
2014-01-24 Artyom SkrobovCombine the checks for returns_nonnull and for operator...
2014-01-24 Ismail PazarbasiInitialize StandardConversionSequence correctly
2014-01-24 Alexander KornienkoRemove empty directories.
2014-01-24 Alexander KornienkoRemove empty directories.
2014-01-24 Manuel KlimekGet rid of special parsing for return statements.
2014-01-24 Richard SmithUpdate page on clang diagnostics to contrast to GCC...
2014-01-24 Richard SmithRemove outdated documentation suggesting we don't suppo...
2014-01-24 Richard SmithPR18560: When switching to a new context, don't just...
2014-01-24 Hans WennborgAdd implementations of __readfs{byte,word,dword,qword...
2014-01-23 Richard SmithFactor out repeated parsing of a member-declarator...
2014-01-23 Peter CollingbourneFix debug build.
2014-01-23 Peter CollingbourneIntroduce Registry::getCompletions.
2014-01-23 DeLesley HutchinsThread safety analysis: handle duplicate assert_lock...
2014-01-23 Hans WennborgIntrin.h: fix definitions of _Interlocked{In,De}crement16
2014-01-23 Justin Bognertest/CodeGen: Finish fixing the typo in r199862
2014-01-23 Pekka JaaskelainenAllow clang to compile the "extern" storage class in...
2014-01-23 Pekka JaaskelainenAllow clang to compile the "extern" storage class in...
2014-01-23 Amara Emerson[AArch64] Add -mgeneral_regs_only option.
2014-01-23 NAKAMURA Takumi[CMake] Move LIBCLANG_BUILD_STATIC above. NFC.
2014-01-23 NAKAMURA Takumi[CMake] Parameterize MODULE and SHARED in add_clang_lib...
2014-01-23 NAKAMURA Takumi[CMake] Migrate LLVMParseArguments to CMakeParseArguments.
2014-01-23 Serge PavlovFix to PR8880 (clang dies processing a for loop)
2014-01-23 Tim NorthoverMachO embedded: default to soft float without issuing...
2014-01-23 David WoodhouseAdd documentation for -m16 option on X86, fix typo
2014-01-23 Anton Yartsev[analyzer] Strip trailing whitespace characters from...
2014-01-23 Alexey BataevImprove x86 android support, add x86_64 android target
2014-01-23 Justin Bognertest/CodeGenCXX: Be less strict about return types
2014-01-23 Jordan Rose[analyzer] Tighten up sanity checks on Objective-C...
2014-01-23 Jordan Rose[analyzer] Future-proof MallocChecker CFG dumping.
next