]> granicus.if.org Git - clang/shortlog
clang
2015-07-28 Asaf Badouh[X86][AVX512VL] add AVX512VL intrinsics 4 out of 4
2015-07-28 Asaf Badouh[X86][AVX512VL] add AVX512VL intrinsics 3 out of 4
2015-07-28 Asaf Badouh[X86][AVX512VL] add AVX512VL intrinsics 2 out of 4
2015-07-28 Alexandros... Use TargetParser to parse -mhwdiv command line option...
2015-07-28 Asaf Badouh[X86][AVX512VL] add AVX512VL intrinsics 1 out of 4
2015-07-28 Argyrios Kyrtzidis[sema] Fix crash when typo-transforming an expression...
2015-07-28 Yaron KerenMake local function isWhitespaceExceptNL static instead...
2015-07-28 Nico WeberFix what looks like accidentally repeated file contents...
2015-07-28 Nico WeberSplit -Wmicrosoft into many specific warnings.
2015-07-28 Justin BognerInstrProf: Fix a misuse of the FunctionDecl API when...
2015-07-28 Argyrios Kyrtzidis[test] Follow-up for r243343, also add a test case...
2015-07-27 Renato Golin[ARM] Implement -Wa,-mfpu and friends for assemblers
2015-07-27 Renato Golin[ARM] Changes to Arch/CPU handling to help with -Wa...
2015-07-27 Argyrios Kyrtzidis[sema] Fix infinite loop when using a boolean value...
2015-07-27 Tyler NowickiUse CGLoopInfo to emit metadata for loop hint pragmas.
2015-07-27 Simon PilgrimFixed test in rL243305
2015-07-27 Aaron BallmanRemoving unused function declaration with no definition...
2015-07-27 Akira Hatanaka[AArch64] Unconditionally pass subtarget feature reserv...
2015-07-27 Simon Pilgrim[X86] Add missing _m_prefetch intrinsic
2015-07-27 Aaron BallmanCorrecting a typo in a comment; NFC.
2015-07-27 Samuel Antao[OpenMP] Fix copyin codegen test regression in order...
2015-07-27 Samuel Antao[OpenMP] Fix copyin clause codegen regression caused...
2015-07-27 Samuel Antao[OpenMP] Add TLS requirement for the copyin clause...
2015-07-27 Douglas KatzmanRename {Hexagon,NaCl}_TC to {Hexagon,NaCl}ToolChain...
2015-07-27 Samuel Antao[OpenMP] Add capture for threadprivate variables used...
2015-07-27 Jonathan RoelofsAnalysis: Fix example usage comment in CFG.cpp. NFC
2015-07-27 Renato GolinSetting ARM dynamic linker name from commandline
2015-07-27 David Majnemer[clang-cl] Handle -O correctly
2015-07-27 Yaron KerenRename highly-confusing isWhitespace that returns false...
2015-07-27 Richard Smith[modules] Add an assert for redeclarations that we...
2015-07-26 David Majnemer[Targets] Define _M_AMD64 and _M_X64 to a more appropri...
2015-07-26 David Majnemer[AST] It should be impossible to get Int128 or UInt128...
2015-07-26 David Majnemer[MS Extensions] Remove support for the i128 integer...
2015-07-26 David Majnemer[Sema] Refactor AddAlignedAttr to reduce indentation
2015-07-26 Yaron KerenThis test failed on ninja-x64-msvc-RA-centos6.
2015-07-26 Yaron KerenRevert three tests enabled on r243236, they fail on...
2015-07-26 Yaron KerenEnable passing clang tests on Windows/MSYS.
2015-07-26 Yaron KerenFix test running under mingw.
2015-07-26 David MajnemerTry to make the buildbots happy
2015-07-26 David Majnemer[Sema] The alignment of an object has an upper bound...
2015-07-25 Benjamin Kramer[libclang] Use lambdas instead of explicit structs...
2015-07-25 David Majnemer[AST] Rename RecordLayoutBuilder to ItaniumRecordLayout...
2015-07-25 Yaron KerenEnable clang tests requiring "clang-driver" on mingw.
2015-07-25 Benjamin Kramer[VTableBuilder] Use range-based for loops. No functiona...
2015-07-25 Benjamin Kramer[VTableBuilder] Turn functors into lambdas
2015-07-25 Benjamin KramerCapture 'this' so GCC 4.7 can find a static members.
2015-07-25 Benjamin Kramer[AST] Turn the callbacks of lookupInBases and forallBas...
2015-07-25 Benjamin Kramer[Modules] Wrap the main ModuleManager visitor in a...
2015-07-25 David Majnemer[clang-cl] Add fallback support for /Zl
2015-07-25 David Majnemer[CodeGen] Don't UBSan-ize the argument to __builtin_fra...
2015-07-25 Davide Italiano[SemaTemplate] Detect instantiation of unparsed exceptions.
2015-07-25 Akira HatanakaFix test case.
2015-07-25 Akira Hatanaka[AArch64] Pass subtarget feature "+reserve-x18" instead...
2015-07-24 Aaron BallmanReplacing some diagnostic string literals with tablegen...
2015-07-24 Duncan P. N... DI: Make getOrCreateLimitedType() return DICompositeTyp...
2015-07-24 Yaron KerenSelect the highest version of the mingw toolchain found...
2015-07-24 Yaron KerenBase the sys-root/mingw/include path on sysroot and...
2015-07-24 Chih-Hung HsiehCorrect x86_64 Android fp128 mangled name
2015-07-24 Duncan P. N... DI: Make StaticDataMemberCache type-safe, NFC
2015-07-24 Chih-Hung HsiehTest commit.
2015-07-24 Argyrios Kyrtzidis[test] Attempt to fix failing test in non-darwin bots.
2015-07-24 Argyrios Kyrtzidis[code-completion] Strip outer nullability annotations...
2015-07-24 Mehdi AminiLLVM API Change: the Module always owns the DataLayout
2015-07-24 Aaron BallmanCorrecting some comments. (1) the function is named...
2015-07-24 Aaron BallmanSilence a "not all control paths return a value" warnin...
2015-07-24 Aaron BallmanVisual Studio is more permissive than other compilers...
2015-07-24 Aaron BallmanAdd an AST matcher, isFinal(), for testing whether...
2015-07-24 Yaron KerenApparently some of the bots add .svn dirs inside the...
2015-07-24 Yaron KerenTry to appease clang buildbot by forcing libstdc++...
2015-07-24 Yaron KerenAdd extensive tests for the mingw toolchain and remove...
2015-07-24 David Majnemer[clang-cl] Implement support for the /Zl flag
2015-07-24 David Majnemer[AST] Perform additional canonicalization for Dependent...
2015-07-24 Alex DenisovCleanup ObjCInterfaceDecl lookup for ObjC literals
2015-07-24 Piotr PadlewskiGenerating available_externally vtables for outline...
2015-07-24 Gabor Horvath[Static Analyzer] Some tests do not turn on core checke...
2015-07-24 Steven WuFix the cc1as crash when it outputs assembly
2015-07-23 John McCallFix the equal-vector-size rule for reinterpret_casts...
2015-07-23 Justin BognerInstrProf: Fix a typo in the test for r243066
2015-07-23 Justin BognerInstrProf: Don't extend coverage regions into the catch...
2015-07-23 Alex DenisovAdd documentation for the objc_boxable attribute
2015-07-23 Duncan P. N... Sema: Avoid a stack overflow on large CFGs
2015-07-23 Duncan P. N... Sema: Split out helper from checkForFunctionCall()...
2015-07-23 Aaron BallmanUpdating the documentation for the hasAttr AST matcher...
2015-07-23 Renato Golin[Compiler-RT] Remove dependency on libgcc_s/eh
2015-07-23 Alex DenisovAdd missing files for objc_boxable feature.
2015-07-23 Asaf Badouh[X86][AVX512F] Add FP scalar intrinsics
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...
next