]> granicus.if.org Git - clang/shortlog
clang
2015-10-20 Reid KlecknerRevert "Diagnose UnresolvedLookupExprs that resolve...
2015-10-20 Craig Topper[X86] Remove a few 'else' after 'return'
2015-10-19 David Majnemer[MS ABI] Give linkonce_odr, instead of external_linkage...
2015-10-19 Nico Weberclang-format: Use pipes instead of temporary files...
2015-10-19 Diego NovilloSample Profiles - Fix location of binary encoding docum...
2015-10-19 Marek KurdejAdded new options to ClangFormat VSIX package.
2015-10-19 Manuel KlimekFix 'will be initialized after' warning.
2015-10-19 Manuel KlimekMake test not rely on %T ending on /Output.
2015-10-19 Michael Kuperstein[X86] Enable soft float ABI for x86
2015-10-19 Michael KupersteinUse saner variable names. NFC.
2015-10-19 Alexey Bataev[OPENMP] Fix for http://llvm.org/PR25221: Infinite...
2015-10-19 Craig TopperMake getTargetBuiltins return an ArrayRef instead of...
2015-10-19 Craig TopperRecommit "Return an ArrayRef instead of having two...
2015-10-19 Craig TopperRevert r250676 "Return an ArrayRef instead of having...
2015-10-19 Craig TopperReturn an ArrayRef instead of having two out parameters...
2015-10-19 Nico Weberclang-format: Extend main header include sorting heuris...
2015-10-19 Saleem Abdulrasooldocs: remote stale refs
2015-10-19 Nico WeberUpdate `clang-format -help` output in clang-format...
2015-10-19 Nico WeberUpdate list of languages advertised in OVERVIEW: A...
2015-10-18 Nick LewyckyNo functionality change, just fix whitespace, a typo...
2015-10-18 Saleem AbdulrasoolCodeGen: simplify TargetOptions setup
2015-10-18 Dimitry AndricSupport linking against OpenMP runtime on FreeBSD.
2015-10-18 Daniel Jasperclang-format: [JS] Handle string literals spanning...
2015-10-18 Craig TopperMake a bunch of static arrays const.
2015-10-18 Craig TopperAdd an unnecessary makeArrayRef I add earlier. I didn...
2015-10-18 Craig TopperUse std::is_sorted instead of a manual loop.
2015-10-17 NAKAMURA Takumiclang/test/Driver/ps4-linker-non-win.c: Tweak for cygwi...
2015-10-17 NAKAMURA Takumiclang/test/Driver/ps4-linker-non-win.c: Make %T/ps4...
2015-10-17 NAKAMURA Takumiclang/test/Driver/ps4-linker-non-win.c: Make sure that...
2015-10-17 Daniel Jasperclang-format: Add test for (properly escaped) XML output.
2015-10-17 Craig TopperReplace a static compare function with a lambda. NFC
2015-10-17 Craig TopperUse a range-based for loop. Use std::end instead of...
2015-10-17 Davide Italiano[Frontend] Name variable correctly.
2015-10-17 Eric FiselierAdd an AST node matcher for TemplateTypeParmDecl objects.
2015-10-17 Reid KlecknerDiagnose UnresolvedLookupExprs that resolve to instance...
2015-10-16 Richard Smith[modules] Allow the error when explicitly loading an...
2015-10-16 Davide Italiano[Frontend/CompilerInvocation] Use range-based loop...
2015-10-16 Richard SmithRefactor module lookup when looking up a header file...
2015-10-16 Richard BartonOnce again fix this test to read from stdin rather...
2015-10-16 Richard BartonFurther increase helfulness of assert message
2015-10-16 James Y KnightTeach MyriadToolchain how to find its C++ header paths.
2015-10-16 Filipe Cabecinhas[PS4] Add missing tests for -fsanitize=...
2015-10-16 Filipe CabecinhasPS4: Add tests for rtti/vptr-sanitizer interaction
2015-10-16 Filipe CabecinhasPS4: Make sure to add the sanitizer runtime before...
2015-10-16 NAKAMURA Takumi[CMake] Reformat CLANG_TEST_DEPS.
2015-10-16 Sean EvesonTest commit
2015-10-16 Craig Topper[X86] Add fxsr feature name for fxsave/fxrestore builtins.
2015-10-16 Craig Topper[X86] Add sse4.2 feature name to CRC32 builtins.
2015-10-16 Craig Topper[X86] Add proper feature name to some avx512dq builtins.
2015-10-16 George Burgess IVMake __builtin_object_size more conservative
2015-10-16 George Burgess IV[Sema] Fix address-of + enable_if overloading logic
2015-10-16 Eric FiselierAdd "-Wc++11-inline-namespace" so that libc++ can use...
2015-10-16 Eric ChristopherMark this test as requiring and x86 registered target.
2015-10-15 Eric ChristopherAdd an error when calling a builtin that requires featu...
2015-10-15 Eric ChristopherFix the subtarget features required by some x86 builtins.
2015-10-15 Teresa JohnsonAdd llvm-bcanalyzer to list of clang test dependences
2015-10-15 Teresa JohnsonRecommit "Clang support for -flto=thin."
2015-10-15 Eric ChristopherThe target-feature command line option doesn't take...
2015-10-15 Eric ChristopherAdd the minimum target features that these tests depend...
2015-10-15 Daniel Jasperclang-format: Basic escaping when outputting XML.
2015-10-15 Benjamin KramerPut back doxygen comment accidentally dropped in r250418.
2015-10-15 Nico Weberclang-format/java: Break after annotations on fields...
2015-10-15 Benjamin Kramer[CodeGen] Remove dead code. NFC.
2015-10-15 Ed SchoutenAdd support for CloudABI/aarch64.
2015-10-15 NAKAMURA TakumiTweak to make clang/test/Driver/ps4-linker-win.c less...
2015-10-15 Teresa JohnsonRevert "Clang support for -flto=thin." (bot failures)
2015-10-15 Teresa JohnsonClang support for -flto=thin.
2015-10-15 Peter CollingbourneHeaders: Switch some headers to LF line endings for...
2015-10-15 Eric ChristopherUpdate clang for DIBuilder::createSubroutineType API...
2015-10-15 Craig Topper[X86] Add proper feature names to xsave builtins.
2015-10-15 Craig Topper[X86] Add command line switches for xsave/xsaveopt...
2015-10-15 Douglas KatzmanRemove unnecessary braces in single-line 'if'.
2015-10-14 Craig Topper[X86] Use C+11 non-static data member initialization...
2015-10-14 Diego NovilloSample profiles - Update text profile documentation.
2015-10-14 Hans WennborgIntrin.h: implement __emul and __emulu
2015-10-14 Filipe CabecinhasTweak a -g related test for the PS4
2015-10-14 Filipe CabecinhasBring back r250262: PS4 toolchain
2015-10-14 Chris Bieneman[CMake] Add LLVM_VERSION_PATCH to the -current_version...
2015-10-14 Sean SilvaRevert-to-green r250262 (PS4 toolchain patch)
2015-10-14 Eric ChristopherCanonicalize some of the x86 builtin tests and either...
2015-10-14 Eric ChristopherRemove the optimization option from this test as it...
2015-10-14 Alexey Bataev[MSVC] Fix for http://llvm.org/PR24132: __declspec...
2015-10-14 Ekaterina RomanovaI took care of the build problem in the commit 250252.
2015-10-14 Ekaterina Romanovareverting my patch, cause build problems
2015-10-13 Ekaterina RomanovaThis patch adds missing pieces to clang, including...
2015-10-13 Argyrios Kyrtzidis[Sema/objc] When checking for unimplemented methods...
2015-10-13 Chris Bieneman[CMake]Getting rid of references to LLVM_SUBMIT_VERSION...
2015-10-13 Devin Coughlin[analyzer] Don’t invalidate CXXThis when conservatively...
2015-10-13 Eric ChristopherMove the adc-builtins test to the pattern of the other...
2015-10-13 Eric ChristopherAdd subtarget feature support for 3dnowa to the 3dnowa...
2015-10-13 Chris Bieneman[CMake] When building clang as an external project...
2015-10-13 Douglas KatzmanAlways pass a -dwarf-version argument to integrated as.
2015-10-13 Benjamin Kramer[Driver] Use the parent_path of the clang executable...
2015-10-13 Amjad Aboud[X86] Add XSAVE intrinsic family
2015-10-13 Benjamin KramerRemove unused diagnostic. NFC.
2015-10-13 Craig Topper[X86] LLVM now prints XOP immediates as unsigned after...
2015-10-13 Richard Smith[modules] Improve error message on failed module load...
2015-10-13 Richard Smith[modules] Allow the error on importing a C++ module...
2015-10-13 NAKAMURA TakumiTweak clang/test/CodeGen/debug-prefix-map.c to appease...
2015-10-13 Richard Smith[modules] Fix merging of __va_list_tag's implicit speci...
next