]> granicus.if.org Git - clang/shortlog
clang
2015-07-23 Asaf Badouh[X86][AVX512BW] add madd and maddubs intrinsics
2015-07-23 Davide ItalianoAdd test to verify we emit warning when the deprecated...
2015-07-23 Richard SmithArrayRef-ize a pointer/length pair.
2015-07-22 Hans WennborgDowngrade error about adding 'dllimport' to used free...
2015-07-22 David MajnemerMove EHPersonality to CGCleanup
2015-07-22 David Majnemer[MS Compat] Allow _Atomic(Type) and 'struct _Atomic...
2015-07-22 Richard SmithFix dumb use-after-free bug introduced in r242868.
2015-07-22 David Majnemer[MSVC Compatibility] Use a better predicate for __BOOL_...
2015-07-22 Hans WennborgFix -Wextra-semi warnings.
2015-07-22 Aaron BallmanSomething was unbalanced, and it wasn't the parentheses...
2015-07-22 Aaron BallmanBalancing parenthesis in comments and documentation...
2015-07-22 Yaron KerenAdd cygwin x86_64 target.
2015-07-22 Samuel Antao[OpenMP] Make target data directive generate unexpected...
2015-07-22 Reid Kleckner[mingw] Add support for -rtlib option and -stdlib optio...
2015-07-22 Renato GolinPass -I options to integrates and external assemblers
2015-07-22 Hubert Tong[CONCEPTS] Add diagnostics: non-defining function;...
2015-07-22 NAKAMURA TakumiStmtOpenMP.h: Fix a couple of \param(s) in r242785...
2015-07-22 Richard Smith[modules] Stop performing PCM lookups for all identifie...
2015-07-22 Richard Smith[modules] Change module manager visitation order to...
2015-07-22 Davide Italiano[Sema] Diagnose use of declaration correctly.
2015-07-21 Richard Smith[modules] In C++, stop serializing and deserializing...
2015-07-21 Richard TrieuChange a test to follow the formatting of the rest...
2015-07-21 Daniel Jasperclang-format: Fix unary operator detection in for loops.
2015-07-21 Aaron BallmanUse range-based for loops; NFC.
2015-07-21 Tim NorthoverARM: actually define __ARM_ARCH_7S__ for the armv7s...
2015-07-21 Aaron BallmanUse a range-based for loop; NFC.
2015-07-21 Aaron BallmanReplace some uses of Self.Context with the local variab...
2015-07-21 David BlaikieFix GCC build due to shadowing
2015-07-21 David BlaikiePass an iterator range to EmitCallArgs
2015-07-21 Richard Smith[modules] Produce an error if -cc1 wants to implicitly...
2015-07-21 Bob WilsonUpdate the documentation for "novtable" to match r242730.
2015-07-21 Daniel JasperAdd missing parentheses to appease -Wlogical-op-parenth...
2015-07-21 Asaf Badouh[X86][AVX512F] add FP arithmetic intrinsics
2015-07-21 Michael WongCommit for http://reviews.llvm.org/D10765
2015-07-21 Aaron BallmanRemoving attribute documentation headings that are...
2015-07-21 Yaron KerenFix mingw toolchain to honor sysroot on Linux and add...
2015-07-21 Akira Hatanaka[ARM] Pass subtarget feature "+reserve-r9" instead...
2015-07-21 Richard SmithFix crash-on-invalid: don't look ahead past an unknown...
2015-07-20 Akira HatanakaRevert r242736.
2015-07-20 Daniel Jasperclang-format: Fix crasher when a UTF8 character is...
2015-07-20 Akira Hatanaka[ARM] Pass subtarget feature "+reserve-r9" instead...
2015-07-20 Bob WilsonRefactor TableGen backend for ClangAttrEmitter to avoid...
2015-07-20 Bob WilsonIgnore the "novtable" declspec when not using the Micro...
2015-07-20 David Majnemer[MS Compat] Add support for __declspec(noalias)
2015-07-20 Artem Belevich[CUDA] Moved device-side triple calculation to buildCud...
2015-07-20 Reid KlecknerFix code completion tests to use an explicit modules...
2015-07-20 Reid KlecknerFix a case where we forgot to make a static local varia...
2015-07-20 Artem BelevichFixed style issues pointed out by Justin Bogner.
2015-07-20 Yunzhong GaoFix quoting of #pragma comment for PS4.
2015-07-20 Benjamin Kramer[CodeGen] Flip lanes when lowering __builtin_palignr...
2015-07-20 Charlie TurnerAdd some missing 'F' flags to libm/libc builtins.
2015-07-20 Aaron BallmanSilence a -Wtype-limits warning; NFC.
2015-07-20 Yaron KerenRemove erroneous space in "lib64" string constant.
2015-07-20 Alexey Bataev[X86, inlineasm] Improve analysis of x,Y0,Yi,Ym,Yt...
2015-07-20 Gabor BallabasAllow case-insensitive values for -mtune for AArch64...
2015-07-20 Yaron KerenFix typo found by Joerg Sonnenberger.
2015-07-20 Richard SmithAttempt to fix greendragon buildbot failures; apparentl...
2015-07-20 Yaron KerenSupport mingw toolchain include and lib directories...
2015-07-19 Richard Smith[modules] Add (already passing) test for template defau...
2015-07-19 Davide Italiano[Sema] Make an assertion stricter.
2015-07-19 Richard Smith[modules] Don't save uninteresting identifiers, and...
2015-07-19 Nico WeberRemove two unused includes, part 2...
2015-07-19 Nico WeberRemove two unused includes.
2015-07-19 Asaf Badouh[X86][AVX512BW] add clang intrinsics for pmulhrsw ...
2015-07-18 Benjamin Kramer[CodeGen] Don't dereference vector::end if the vector...
2015-07-18 Benjamin Kramer[AST] Remove StmtRange in favor of an iterator_range.
2015-07-18 Daniel Jasperclang-format: Take nested lines into account when detec...
2015-07-18 Benjamin Kramer[AST] Cleanup ExprIterator.
2015-07-18 Filipe CabecinhasSilence the driver warnings, if we see "-w" on the...
2015-07-18 Tom StellardDriver/ToolChain/AMDGPU: Attempt to fix buildbots after...
2015-07-18 Tom StellardDriver: Add AMDGPU toolchain
2015-07-18 Davide Italiano[Sema] Emit correct warning when copy-elision is not...
2015-07-17 David Majnemer[MS ABI] Explicit specialization of static data members...
2015-07-17 Justin BognerInstrProf: Promote this assert to a report_fatal_error
2015-07-17 James Y KnightHopefully fix android i386 build after r242554.
2015-07-17 Saleem Abdulrasoolbasic: default to MSVC on Windows
2015-07-17 Steven WuFix test case in r242565
2015-07-17 Richard SmithStop treating extension keywords as 'interesting';...
2015-07-17 Steven WuFix -save-temp when using objc-arc, sanitizer and profiling
2015-07-17 Richard SmithRefactor to remove repetition, no functionality change.
2015-07-17 Richard SmithRemove redundant bouncing between StringRef and a pair...
2015-07-17 James Y KnightFix alignment issues in Clang.
2015-07-17 Samuel Benzaquen[ASTMatchers] Use provided target NodeKind instead...
2015-07-17 Tom StellardR600: Add macro defs for all supported OpenCL extensions
2015-07-17 Petar Jovanovic[Mips] Set mips64r6 as default CPU for MIPS64 Android
2015-07-17 Andrey BokhankoChanged "pragma" -> "#pragma" in a comment, NFC.
2015-07-17 Tamas BerghammerFix android build after r242514
2015-07-17 Alexandros... -Refactored ARMTargetInfo in order to use the API of...
2015-07-17 David Majnemer[CodeGen, X86] Classify vectors <= 32 bits as INTEGER
2015-07-17 Alexey BataevTests for "Disabling of "redefine_extname" pragma for...
2015-07-17 NAKAMURA Takumiclang: s/PCHContainerOps/PCHContainerRdr/ in \param...
2015-07-17 Adrian PrantlFix clang-fuzzer build after r242499.
2015-07-17 Justin BognerDriver: Determine file names for crash reports more...
2015-07-17 Adrian PrantlMake the clang module container format selectable from...
2015-07-17 Matthias Braun__builtin_setjmp/__builtin_longjmp is support on ARM now
2015-07-17 Matthias BraunAllow __builtin_setjmp/__builtin_longjmp on ARM
2015-07-16 James DennettDoxygen: Enable autobrief feature, matching llvm config...
2015-07-16 Daniel Jasperclang-format: Respect IndentWrappedFunctionNames when...
2015-07-16 Davide Italiano[Sema] Refactor Sema::ImplicitExceptionSpecification...
2015-07-16 Jordan RoseAdd __has_feature(attribute_availability_with_version_u...
next