]> granicus.if.org Git - clang/shortlog
clang
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...
2015-10-12 Evgeniy Stepanov[safestack] Driver link test for safestack on android.
2015-10-12 Matthias GehreAdd decayedType and hasDecayedType AST matchers
2015-10-12 Saleem Abdulrasooltest: change argument
2015-10-12 Saleem Abdulrasooltest: relax path matching for windows
2015-10-12 Richard SmithAdd warning flags for #include_next and some nearby...
2015-10-12 Hans WennborgParse and ignore #pragma runtime_checks in MS extension...
2015-10-12 Saleem AbdulrasoolSupport Debug Info path remapping
2015-10-12 George Burgess IV[Sema] Make `&function_with_enable_if_attrs` an error
2015-10-12 George Burgess IV[Sema] Don't emit multiple diags for one error
2015-10-12 Chris Bieneman[CMake] Bug 14109 - CMake build for compiler-rt should...
2015-10-12 Benjamin Kramer[VFS] Let the user decide if they want path normalization.
2015-10-12 Simon Atanasyan[Driver] Remove `else` after `return`
2015-10-12 Benjamin Kramer[VFS] Unbreak test.
2015-10-12 Benjamin Kramer[VFS] Don't try to be heroic with '.' in paths.
2015-10-12 Benjamin Kramer[VFS] remove handling of '..' for now.
2015-10-12 Alexey Bataev[ATTR] Automatic line feed after pragma-like attribute.
2015-10-12 Daniel Jasperclang-format: Fixed typecast getting put on a separate...
2015-10-12 Daniel Jasperclang-format: [JS] handle character classes in regexes.
2015-10-12 Saleem Abdulrasoolbindings: add new C++ function attribute accessors
2015-10-11 George Burgess IVFix warning caused by r249995
2015-10-11 George Burgess IV[Sema] Allow C conversions in C overload logic
2015-10-11 Olivier GoffartKeep the IfStmt node even if the condition is invalid
2015-10-10 NAKAMURA Takumi[CMake] Always generate and install cmake config files...
2015-10-10 Nathan Wilson[Concepts] Fixing Concepts TS directory structure; NFC
2015-10-09 Douglas GregorFix inference of _Nullable for weak Objective-C properties.
2015-10-09 Eric ChristopherAdd a fixme to handleTargetFeatures.
2015-10-09 Douglas Katzman[Myriad]: put libstdc++ and libc in the right order
2015-10-09 Eric ChristopherFix whitespace, 80-column violations, embedded tabs...
2015-10-09 Eric Christopherconstify the feature vector going into initFeatureMap...
2015-10-09 Chris Bieneman[CMake] Fixing LTO library path passed into bootstrap...
2015-10-09 Duncan P. N... Analysis: Make CFG::graph_iterator dereference to non...
2015-10-09 Reid KlecknerFix VFS GCC unittest on Windows
2015-10-09 Aaron BallmanAmending r249721 to properly handle pathological attrib...
2015-10-09 Benjamin Kramer[VFS] Rename RedirectingFS internals to avoid collision...
2015-10-09 Benjamin Kramer[VFS] Wire up driver VFS through tooling.
2015-10-09 Benjamin Kramer[VFS] Just normalize away .. and . in paths for in...
2015-10-09 Benjamin Kramer[VFS] Wire up multilib toolchain code to the VFS.
2015-10-09 Benjamin Kramer[VFS] Port tooling to use the in-memory file system.
2015-10-09 Vedant Kumar[Sema] Add "Ty" suffix to QualType variables for clarit...
2015-10-09 Eric ChristopherFix a few typos in the required feature set for some...
2015-10-09 Eric FiselierSkip NonNull sema checks in unevaluated contexts.
2015-10-08 Hans WennborgExpose -f[no]ms-{compatibility,extensions} in clang...
2015-10-08 Evgeniy StepanovUse Triple.isAndroid() where possible.
2015-10-08 Reid Kleckner[WinEH] Push cleanupendpad scopes around exceptional...
2015-10-08 Akira Hatanaka[CodeGen] [CodeGen] Attach function attributes to funct...
2015-10-08 Eric ChristopherHandle sse turning on mmx, but no -mmx not turning...
2015-10-08 Eric ChristopherMigrate most feature map inclusion to initFeatureMap...
2015-10-08 Akira Hatanaka[CodeGen] Check if the Decl pointer passed is null...
2015-10-08 Aaron BallmanWhen mapping no_sanitize_* attributes to no_sanitize...
2015-10-08 Reid Kleckner[clang-cl] Make /EHs turn on C++ EH once again
2015-10-08 Renato GolinSimplify DefaultCPU in ARMTargetInfo
next