]> granicus.if.org Git - clang/shortlog
clang
2015-09-15 Piotr PadlewskiDecorating vptr load & stores with !invariant.group
2015-09-15 Piotr PadlewskiAdded llvm.module flag for strict vtable pointers
2015-09-15 Piotr PadlewskiEmiting llvm.invariant.group.barrier when dynamic type...
2015-09-15 Hans WennborgMS ABI: Don't allow dllexport/import on lambdas
2015-09-15 Nico WeberAdd test coverage for @encode(SEL); completely untested...
2015-09-15 Kelvin LiAllow static local variables specified on data-sharing...
2015-09-15 Richard Smith[modules] Make sure we make hidden UsingShadowDecls...
2015-09-15 Nico WeberRebase tests after LLVM r247707.
2015-09-15 Alexey Bataev[OPENMP] Emit an additional note during analysis of...
2015-09-15 Daniel SandersRevert r247692: Replace Triple with a new TargetTuple...
2015-09-15 Yury GribovMention that libcxx is required to build Compiler-RT...
2015-09-15 Aaron BallmanSilencing a -Wreturn-type warning; NFC.
2015-09-15 Daniel SandersRe-commit r247683: Replace Triple with a new TargetTupl...
2015-09-15 Daniel SandersRevert r247684 - Replace Triple with a new TargetTuple ...
2015-09-15 Daniel SandersReplace Triple with a new TargetTuple in MCTargetDesc...
2015-09-15 Alexey Bataev[OPENMP] Emit __kmpc_cancel_barrier() and code for...
2015-09-15 Alexey BaderRun clang-format to unify the switch statement style...
2015-09-15 Alexey Bader[OpenCL] Add new types for OpenCL 2.0.
2015-09-15 Ismail DonmezDoxygen fix InitializeBuiltins -> initializeBuiltins
2015-09-15 NAKAMURA TakumiMake clang/test/CodeGen/catch-undef-behavior.c* capable...
2015-09-15 Devin Coughlin[analyzer] Restore behavior change introduced by r247657.
2015-09-15 David Majnemer[MS ABI] Restore our warning for overwide bitfields...
2015-09-15 NAKAMURA TakumiExprEngineObjC.cpp: Fix warnings. [-Wunused-variable]
2015-09-15 NAKAMURA TakumiItaniumCXXABI.cpp: Fix a warning. [-Wunused-variable]
2015-09-15 Richard Smith[modules] A using-declaration doesn't introduce a new...
2015-09-15 Devin Coughlin[analyzer] Skip Pre/Post handlers for ObjC calls when...
2015-09-15 David Majnemer[MS ABI] Overwide bool bitfields should be permitted
2015-09-15 Piotr Padlewskismall test bugfix
2015-09-15 Piotr PadlewskiGenerating assumption loads of vptr after ctor call...
2015-09-15 Stephen CanonPrevent implicit re-interpret casts between ExtVector...
2015-09-14 NAKAMURA Takumiclang/test/CodeGenCXX/2009-04-23-bool2.cpp: Avoid ...
2015-09-14 Rafael Espindola[Solaris] Default to -fno-cxa-finalize.
2015-09-14 Dan Gohman[WebAssembly] Define the atomic type sizes
2015-09-14 Dan Gohman[WebAssembly] Simplify code by avoiding duplicating...
2015-09-14 Dan Gohman[WebAssembly] Use "long long" for int_fast64_t and...
2015-09-14 Evgeniy StepanovRevert "Always_inline codegen rewrite" and 2 follow...
2015-09-14 Andrey BokhankoPR24595: Ignore calling convention modifiers for struct...
2015-09-14 Rachel CraikC11 _Bool bitfield diagnostic
2015-09-14 Devin Coughlin[analyzer] Update SATestBuild.py to set -isysroot for...
2015-09-14 Gabor Horvath[Static Analyzer] Turn on some nullability checks by...
2015-09-14 Gabor Horvath[Static Analyzer] Nullability checker optimization.
2015-09-14 Douglas KatzmanDriver should forward at most one gdwarf-N flag to...
2015-09-14 Rafael Espindola[Solaris] Add -lc also when linking shared libraries
2015-09-14 Gabor Horvath[Static Analyzer] Relaxing a caching out related assert.
2015-09-14 John McCallFix a nasty bug with the partial destruction of nested...
2015-09-14 Gabor Horvath[Static Analyzer] Moving nullability checkers out of...
2015-09-14 David Blaikie[opaque pointer type] Fix a few uses of PointerType...
2015-09-14 Gabor Horvath[Static Analyzer] Moving nullability checkers to a...
2015-09-14 David BlaikieRevert "[opaque pointer type] update for LLVM API change"
2015-09-14 Samuel AntaoUpdate cxx-irgen.cpp test to allow signext in alwaysinl...
2015-09-14 Rachel CraikTest commit
2015-09-14 NAKAMURA Takumi[CMake] r247548 introduced llvm-readobj.
2015-09-14 NAKAMURA Takumi[CMake] Reformat CLANG_TEST_DEPS.
2015-09-14 Simon Atanasyan[mips] Add test case to check ABI flag emissions in...
2015-09-14 David Majnemer[Sema] Reject value-initialization of function types
2015-09-13 Gabor Horvath[Static Analyzer] Remove a redundant file.
2015-09-13 Gabor Horvath[Static Analyzer] Merge the Objective-C Generics Checke...
2015-09-13 Vedant Kumar[docs] NFC: Fix line formatting in INSTALL.txt
2015-09-12 Ted KremenekUse -f instead of -d flag for testing existing of clang...
2015-09-12 Kelvin LiTest commit.
2015-09-12 David Majnemer[CodeGen] Remove wrapper-free always_inline functions...
2015-09-12 Sean SilvaClean up trailing whitespace in the builtin headers
2015-09-12 NAKAMURA Takumiclang/test/Driver/stackrealign.c REQUIRES clang-driver.
2015-09-12 Evgeniy StepanovAlways_inline codegen rewrite.
2015-09-11 Evgeniy StepanovRevert "Specify target triple in alwaysinline tests."
2015-09-11 Richard SmithAdd new test file missing from r247486.
2015-09-11 Richard Smith[modules] When picking one of two template declarations...
2015-09-11 John McCallWhen comparing two block captures for layout, don't...
2015-09-11 Nico WeberLet selector-expr-lvalue.mm actually test something.
2015-09-11 Gabor Horvath[Static Analyzer] Properly cash the configuration optio...
2015-09-11 Douglas Katzman[Shave]: pass -isystem dirs and "-Wa," args to moviAsm
2015-09-11 Evgeniy StepanovSpecify target triple in alwaysinline tests.
2015-09-11 David MajnemerSimplify logic introduced in r247464.
2015-09-11 Argyrios Kyrtzidis[tooling] In CompileCommand, Expose the 'file' that...
2015-09-11 Chris Bieneman[CMake] [Darwin] Add support for building bootstrap...
2015-09-11 Anton Yartsev[analyzer] Improve behavior if Clang not found.
2015-09-11 Evgeniy StepanovAlways_inline codegen rewrite.
2015-09-11 David Majnemer[MS ABI] Select an inheritance model in template arguments
2015-09-11 Devin Coughlin[analyzer] Add -analyzer-config option for function...
2015-09-11 Argyrios Kyrtzidis[Edit] Fix issue with tracking what macro argument...
2015-09-11 Akira HatanakaRecord function attribute "stackrealign" instead of...
2015-09-11 Adrian PrantlFix a typo and make this test stricter.
2015-09-11 Adrian PrantlRemove an unnecessary check. NFC
2015-09-11 Adrian PrantlRemove a redundant check from CGDebugInfo::shouldOmitDe...
2015-09-11 Adrian PrantlCleanup: Get rid of a bunch of unnecessary invocations...
2015-09-11 Gabor Horvath[Static Analyzer] Fixed a typo in a diagnostic message.
2015-09-11 Aaron BallmanExtend the Token visualizer used by MSVC to display...
2015-09-11 Reid KlecknerUse Itanium C++ ABI triple for new modules+debug test
2015-09-11 Vedant Kumar[test] Specify exception object type in two tests
2015-09-11 Chris Bieneman[CMake] Making the bootstrap-clear target always delete...
2015-09-11 Reid KlecknerUpdate test expectations for LLVM asm printing change
2015-09-11 Adrian PrantlModule Debugging: Emit forward declarations for types...
2015-09-11 Adrian PrantlRevert "Module Debugging: Emit forward declarations...
2015-09-11 Gabor Horvath[Static Analyzer] Properly clean up the dynamic type...
2015-09-11 Gabor Horvath[Static Analyzer] Lambda support.
2015-09-11 Reid Kleckner[SEH] Port __try / __leave test to new IR
2015-09-11 Gabor Horvath[Static Analyzer] Minor cleanups for the nullability...
2015-09-11 Vedant Kumar[CodeGen] Teach SimplifyPersonality about the updated...
2015-09-11 Yaron KerenThis test requires UTF-8 output to print the UT-8 chara...
2015-09-11 Aaron BallmanFixed HasDeclarationMatcher to properly convert all...
next