]> granicus.if.org Git - clang/shortlog
clang
2014-02-05 Nick LewyckyFix -Wunused-variable 'FD' by using it instead of ND...
2014-02-05 Ben LangmuirAdd a CC1 option -verify-pch
2014-02-05 Manman RenTry to fix ppc bot failure.
2014-02-05 Benjamin KramerClean up some particularly ugly casting.
2014-02-05 Alexander KornienkoChanged OptionCategory variables to be static.
2014-02-05 Manman RenPGO: instrumentation based profiling sets function...
2014-02-05 Reid KlecknerMS ABI: Fix mangling of static methods and function...
2014-02-05 Kaelyn UhrainDon't consider records with a NULL identifier as a...
2014-02-05 Rafael EspindolaUpdate for llvm api change.
2014-02-05 Reid KlecknerRemove unused variable to fix -Werror build
2014-02-05 Reid KlecknerMS ABI: Mangle member pointer template arguments
2014-02-05 Fariborz JahanianObjective-C driver. Do not use legacy dispatch for
2014-02-05 Alexander KornienkoAdded the hasLoopVariable sub-matcher for forRangeStmt.
2014-02-05 Joey GoulyFix the range for Malayam UCNs in C99.
2014-02-05 Daniel Jasperclang-format: Don't indent relative to unary operators.
2014-02-05 Alexander KornienkoMake the OptionCategory variable static.
2014-02-05 Jordan RoseFix typo in CastExpr::getCastKindName.
2014-02-05 Hans WennborgDon't mark decls with mismatching exception specs inval...
2014-02-04 John McCallTighten lax vector-conversion rules and enforce them...
2014-02-04 David BlaikieFurther simplify r200797 and add an explanatory comment.
2014-02-04 Adrian PrantlSimplify testcase from r200797 some more.
2014-02-04 Adrian PrantlDebug info: fix a crasher when when emitting debug...
2014-02-04 Justin BognerClean up whitespace checks
2014-02-04 Justin BognerFix whitespace handling in empty macro expansions
2014-02-04 Justin BognerFix whitespace handling in empty macro arguments
2014-02-04 Justin BognerFix whitespace handling in ## operator
2014-02-04 Tim NorthoverARM & AArch64: combine implementation of vcaXYZ intrinsics
2014-02-04 NAKAMURA Takumi[CMake] add_clang_library(): Fix LLVM_PLUGIN_EXT in...
2014-02-04 NAKAMURA Takumi[CMake] add_clang_library(): Honor STATIC.
2014-02-04 Richard SmithAdd implicit declarations of allocation functions when...
2014-02-03 Richard SmithTidy up and reduce some comment redundancy.
2014-02-03 David BlaikieDebugInfo: Fix for an improvement to DIBuilder to not...
2014-02-03 Reid KlecknerFix a -Wmicrosoft warning about an unrepresentable...
2014-02-03 Reid KlecknerFix a -Wformat warning in ASTUnit.cpp
2014-02-03 Richard SmithPR17846, PR17848: don't build a VarTemplateSpecializati...
2014-02-03 Reid Kleckner[ms-cxxabi] Fix cast when structor replacement is an...
2014-02-03 Alexander KornienkoAllow specifying a custom PathDiagnosticConsumer for...
2014-02-03 Joerg SonnenbergerTest cases for NetBSD/eARM
2014-02-03 Tim NorthoverARM: implement support for crypto intrinsics in arm_neon.h
2014-02-03 Tim NorthoverAArch64: use new non-polymorphic crypto intrinsics
2014-02-03 Evgeniy StepanovFix handling of -fno-function-sections, -fno-data-secti...
2014-02-03 Richard SmithFix typo 'uusal'.
2014-02-03 Richard SmithFix typo in CSS class name.
2014-02-03 Richard SmithClang 3.4 was released, make the boxes green.
2014-02-03 Richard SmithTests for DR331-350.
2014-02-03 Richard SmithUpdate C++ DR page now 3.4 has been released.
2014-02-03 Richard SmithImplement DR329. We already did the right thing here...
2014-02-03 Richard SmithTests for DR321-330.
2014-02-03 Richard SmithTests for DR301-320.
2014-02-03 David MajnemerMS ABI: Fix some layout tests
2014-02-02 Joerg SonnenbergerHandle O32/N64 ABIs for NetBSD/MIPS64. From Matt Thomas.
2014-02-02 Joerg SonnenbergerReplace hasMipsN32ABIArg with hasMipsABIArg in preparat...
2014-02-02 Joerg SonnenbergerUse a switch for the emulation handling.
2014-02-02 Joerg SonnenbergerHandle compat support for EABI/old APCS compatibility...
2014-02-02 Joerg SonnenbergerReplace hasMipsN32ABIArg by hasMipsABIArg to make it...
2014-02-02 Joerg SonnenbergerPass down -mcpu for external assembler in thumb mode...
2014-02-02 Joerg SonnenbergerMinor formatting improvement.
2014-02-02 Joerg SonnenbergerTest pre-defined macros of aarch64-netbsd.
2014-02-02 Joerg SonnenbergerNetBSD uses signed wchar_t on AArch64. It also wants...
2014-02-02 Nico Weberclang-format: Let chromium style inherit google style...
2014-02-02 NAKAMURA Takumi[CMake] Move cmake_minimum_required(2.8.8) at the top.
2014-02-02 NAKAMURA Takumiclang/CMakeLists.txt: Untabify.
2014-02-02 NAKAMURA Takumiclang/lib/ASTMatchers/Dynamic/CMakeLists.txt: redundant
2014-02-02 Benjamin KramerSema: Reject templates in all extern "C" contexts.
2014-02-02 Benjamin KramerReport a correct end location for nameless parameters.
2014-02-02 Evgeniy StepanovRevert r200555, r200545.
2014-02-02 Argyrios Kyrtzidis[Sema] Follow-up on r200521 for the -Wnon-literal-null...
2014-02-01 Bob WilsonFix an assertion failure when building for the iOS...
2014-02-01 Reid KlecknerRemove local type use in template.
2014-02-01 Reid Kleckner[ms-cxxabi] Use inalloca on win32 when passing non...
2014-01-31 Reid Kleckner[ms-cxxabi] Use x86_cdeclmethodcc for __cdecl methods...
2014-01-31 Reid Kleckner[ms-cxxabi] Raise aggregate memptr alignment to 8 for...
2014-01-31 Richard SmithFix comment typo in test.
2014-01-31 Richard SmithTrack the currently-being-built submodule inside the...
2014-01-31 Hans WennborgMS Intrin.h: implement __cpuidex and simplify __cpuid
2014-01-31 NAKAMURA Takumi[CMake] arcmt-test: Reorganize link libraries with...
2014-01-31 Renato GolinLast option on -fexception for arm-disable-ehabi
2014-01-31 Renato GolinConnect -fno-exceptions to -arm-disable-ehabi
2014-01-31 Daniel Jasperclang-format: (JavaScript) Don't crash on empty string...
2014-01-31 Renato GolinAdd tests for ARM RT library name
2014-01-31 Renato GolinARM RT libs with generic name
2014-01-31 NAKAMURA Takumi[CMake] clang doesn't care whether CLANG_ENABLE_*(s...
2014-01-31 NAKAMURA Takumi[CMake] Suppress SampleAnalyzerPlugin w/o ENABLE_STATIC...
2014-01-31 NAKAMURA Takumi[CMake] Prune stray entries in add_dependencies()....
2014-01-31 Kostya Serebryany[sanitizer] update the list of supported platforms...
2014-01-31 Tim NorthoverARM & AArch64: unify the rest of the completely shared...
2014-01-31 Tim NorthoverARM & AArch64: another block of miscellaneous NEON...
2014-01-31 Tim NorthoverARM & AArch64: move shared vld/vst intrinsics to common...
2014-01-31 Tim NorthoverARM & AArch64: more instructions into common block
2014-01-31 Tim NorthoverARM & AArch64: merge another NEON block completely.
2014-01-31 Argyrios Kyrtzidis[Sema] For -Wnon-literal-null-conversion warning, look...
2014-01-31 Alexey Bataev[OPENMP] Bug fixes in threadprivate declaration and...
2014-01-31 Alexey BataevMake x86 Android default target CPUs compatible with...
2014-01-31 NAKAMURA Takumilibclang/Makefile: Reorder libraries.
2014-01-31 David MajnemerDriver: Don't use DOS style paths on UNIX
2014-01-31 Ben LangmuirFix autolinking when modules are imported in pch files
2014-01-30 Peter CollingbourneIntroduce Parser::completeExpression.
2014-01-30 Richard SmithPR14995: Allow a dependent type as the second parameter...
2014-01-30 Richard SmithDon't produce a 'returning reference to local' warning...
2014-01-30 Ben LangmuirRevert "Fix assertion failures on annot_* tokens in...
next