]> granicus.if.org Git - clang/shortlog
clang
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...
2014-01-30 Ben LangmuirFix assertion failures on annot_* tokens in clang -E
2014-01-30 Tim NorthoverARM & AArch64: extend shared NEON implementation to...
2014-01-30 Tim NorthoverARM & AArch64: fully share NEON implementation of permu...
2014-01-30 Tim NorthoverARM & AArch64: share the BI__builtin_neon enum defs.
2014-01-30 Daniel Jasperclang-format: Support ObjC's NS_ENUMs.
2014-01-30 Nikola SmiljanicUpdate debugging visualizers section.
2014-01-30 Jakob Stoklund... SPARCv9 supports atomic operations up to 64 bits.
2014-01-30 John McCallDiagnose typedef names for linkage purposes that would...
2014-01-30 John McCallActually test that the local static variable from my
2014-01-30 Timur IskhodzhanovUse an Itanium triple in DWARF debug info tests
2014-01-30 Fariborz JahanianObjective-C [IRGen]. Generator a tail call to objc_getP...
2014-01-29 Aaron BallmanConsolidating several table-generated files containing...
2014-01-29 David MajnemerSema: Diagnose improper application of inheritance...
2014-01-29 Daniel Jasperclang-format: More custom option fixes for protocol...
2014-01-29 Daniel Jasperclang-format: Fix formatting of custom proto options.
2014-01-29 Artyom SkrobovCortex-M3 and Cortex-M4 should not enable hwdiv-arm...
2014-01-29 Manuel KlimekFix crash on unmatched #endif's.
2014-01-29 John McCallShort-circuit a couple of queries (and avoid corrupting
2014-01-29 John McCallExtensively comment bitfield layout, rearrange some
2014-01-29 Hans Wennborgclang-cl: Better error message when trying to compile...
2014-01-29 Yunzhong GaoFixing PR18430 by checking that the size of bitfields...
2014-01-28 Richard TrieuA new conversion warning for when an Objective-C object...
2014-01-28 Hans WennborgIntrin.h: include setjmp.h to get a jmp_buf definition
2014-01-28 Hans WennborgIntrin.h: implement __rdtsc and __halt
2014-01-28 Fariborz JahanianObjective-C. Fixes a bug where "new" family attribute
2014-01-28 Fariborz JahanianObjective-C. provide legacy encoding of *id and *Class...
2014-01-28 Daniel Jasperclang-format: Understand __attribute__s preceding param...
2014-01-28 Daniel Jasperclang-format: Fix option formatting in protocol buffer...
2014-01-28 Daniel Jasperclang-format: Add support for a space after @property
2014-01-28 Amara Emerson[ARM] Fix AAPCS-VFP non-compliance when returning HFA...
2014-01-28 NAKAMURA Takumi[CMake] Apply llvm_update_compile_flags() to add_clang_...
2014-01-28 NAKAMURA Takumi[CMake] clangStaticAnalyzerFrontend: Deprecate LLVM_NO_...
2014-01-28 Nick LewyckyClarify. Thanks to Sean Silva and Warren Hunt for help...
2014-01-28 Alexey SamsonovFix this test and don't run it in ASan bootstrap
2014-01-28 Alexey BataevTurn on PIC by default on Android (http://llvm-reviews...
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...
next