]> granicus.if.org Git - clang/shortlog
clang
2015-08-31 Gabor HorvathRevert r246345 until an assertion is fixed.
2015-08-31 Rafael EspindolaStop hardcoding GCC paths in crt/ld.so lookup.
2015-08-31 David Majnemer[MS ABI] Correctly mangle classes without names for...
2015-08-31 Eric ChristopherPull the target attribute parsing out of CGCall and...
2015-08-31 Eric ChristopherPull out the ppc incompatible features check into a...
2015-08-31 Jingyue Wu[CUDA] fix codegen for __nvvm_atom_min/max_gen_u*
2015-08-31 Benjamin Kramer[OpenMP] base specific_clause_iterator on iterator_adap...
2015-08-31 Andrey BokhankoPR17829: Proper diagnostic of mangled names conflicts
2015-08-31 Igor BregerAVX-512: Changed cnt parameter in valignq/d intrinsic...
2015-08-31 Alexey Bataev[OPENMP 4.0] Codegen for array sections.
2015-08-30 Alexey Bader[OpenCL] Improve diagnostics detecting implicit vector...
2015-08-30 Yaron KerenFix test for Release builds, the label form is <label...
2015-08-30 Yaron KerenMake test resistant to false matches of numbered (unnam...
2015-08-30 Benjamin Kramer[OpenMP] Make the filetered clause iterator a real...
2015-08-30 Chandler CarruthUpdate for several APIs in LLVM that now use StringRefs...
2015-08-30 Chandler CarruthUpdate for API change in LLVM: ARMTargetParser class...
2015-08-29 Simon Pilgrim[X86] Reapplied r246204, r246206, r246211, r246223
2015-08-29 David Majnemer[AST] Don't crash when comparing incomplete object
2015-08-29 Eric ChristopherAdd a check for a function we're not testing.
2015-08-28 Hans WennborgFollow-up to r246338: use getParentFunctionOrMethod
2015-08-28 Richard SmithPR24612: Don't bail out of checking a constexpr functio...
2015-08-28 Eric ChristopherFold TargetInfo::handleUserFeatures into TargetInfo...
2015-08-28 Devin Coughlin[analyzer] When memcpy'ing into a fixed-size array...
2015-08-28 Hans WennborgAllow TLS vars in dllimport/export functions; only...
2015-08-28 Aaron BallmanUpdating the AST matcher documentation with a new entry...
2015-08-28 Renato GolinRevert "[X86][3DNow] Added debug codegen test for 3DNow...
2015-08-28 Aaron BallmanAdding an AST matcher for namespaceAliasDecl.
2015-08-28 Renato GolinRevert "[X86][XOP] Added debug codegen test for XOP...
2015-08-28 Renato GolinRevert "[X86][FMA4] Added debug codegen test for FMA4...
2015-08-28 Renato GolinRevert "[X86][F16C] Added debug codegen test for F16C...
2015-08-28 Sanjay Patelfix typo; NFC
2015-08-28 Sylvestre LedruSupport Debian s390x multiarch paths
2015-08-28 Daniel JasperRevert "[OPENMP 4.0] Codegen for array sections."
2015-08-28 Steven WuRevert r246214 and r246213
2015-08-28 Alexey Bataev[OPENMP 4.0] Codegen for array sections.
2015-08-28 Richard SmithPR24597: Fix in-place evaluation of call expressions...
2015-08-28 Eric ChristopherInstead of duplicating code, call the base implementation.
2015-08-28 Eric ChristopherMerge the two feature map setting functions into a...
2015-08-27 Richard TrieuFix macro backtrace printing.
2015-08-27 Adrian PrantlCGDebugInfo: Instead of uniquing RetainedTypes, just...
2015-08-27 Ahmed Bougacha[X86] Bump Darwin MaxVectorAlign to 64 when AVX512...
2015-08-27 Ahmed Bougacha[X86] Conditionalize Darwin MaxVectorAlign on the prese...
2015-08-27 Ahmed Bougacha[X86] Use AVX features instead of ABI to init. SimdDefa...
2015-08-27 Eric ChristopherUse an explicit assignment.
2015-08-27 Simon Pilgrim[X86][3DNow] Added debug codegen test for 3DNow! intrinsics
2015-08-27 Richard SmithDon't call a member function on a null pointer.
2015-08-27 Piotr PadlewskiAssume loads fix #2
2015-08-27 Piotr PadlewskiGenerating assumption loads of vptr after ctor call...
2015-08-27 Simon Pilgrim[X86][XOP] Added debug codegen test for XOP intrinsics
2015-08-27 Adrian PrantlCGDebugInfo: Factor out a getOrCreateStandaloneType...
2015-08-27 Simon Pilgrim[X86][FMA4] Added debug codegen test for FMA4 intrinsics
2015-08-27 Simon Pilgrim[X86][F16C] Added debug codegen test for F16C intrinsics
2015-08-27 Eric ChristopherRemove a dead assert, we'd have gotten the case above.
2015-08-27 Simon Pilgrim[X86] Add __builtin_ia32_undef* intrinsics to test
2015-08-27 Eric ChristopherTarget attribute syntax compatibility fix - gcc uses...
2015-08-27 Eric ChristopherRename this file to have a processor suffix to help...
2015-08-27 Eric ChristopherRewrite the code generation handling for function featu...
2015-08-27 Artem Belevich[CUDA] Check register names on appropriate side of...
2015-08-27 Adrian PrantlAdd a -gmodules option to the driver and a -dwarf-ext...
2015-08-27 Tyler NowickiImprove options printed on vectorization analysis diagn...
2015-08-27 Gabor Horvath[Static Analyzer] BugReporter.cpp:2869: Assertion faile...
2015-08-27 Charles Li[Tests] Modified Lit Tests to be C++11 compatibile
2015-08-27 Gabor Horvath[Static Analyzer] Make NonNullParamChecker emit implici...
2015-08-27 Eric Christopherconst-ify TargetInfo::handleUserFeatures.
2015-08-27 Artem Belevich[CUDA] Improve CUDA compilation pipeline creation.
2015-08-27 Daniel Jasperclang-format: Don't let a leading "template <..>" lead...
2015-08-27 Eric ChristopherPass in a cpu to initDefaultFeatures so that we can...
2015-08-27 Eric Christopherconst-ify X86TargetInfo::getCPUKind.
2015-08-26 Richard Smith[modules] The key to a DeclContext name lookup table...
2015-08-26 Eric ChristopherPull out cpu string -> enum parsing for x86 as a separa...
2015-08-26 Gabor Horvath[Static Analyzer] Checks to catch nullability related...
2015-08-26 Duncan P. N... DI: Update DISubprogram testcases after LLVM r246098
2015-08-26 Duncan P. N... DI: Clarify meaning of createTempFunctionFwdDecl()...
2015-08-26 Ahmed Bougacha[ARM] Mark mcr/mrc builtin operands as required-immediate.
2015-08-26 Charles LiCorrected 3 typos. NFC
2015-08-26 Reid Kleckner[ms-inline-asm] Add field access to MS inline asm ident...
2015-08-26 Simon Pilgrim[X86][SSE] Add _mm_undefined_* intrinsics
2015-08-26 Akira Hatanaka[ARM] Error out if float-ab=hard and abi=apcs-gnu on...
2015-08-26 Derek SchuffChange Native Client x86 usr include and link path...
2015-08-26 Samuel Benzaquen[ASTMatchers] Add type matcher for SubstTemplateTypePar...
2015-08-26 Eric ChristopherConvert a bunch of loops to ranged-for and clean up...
2015-08-26 Yaron KerenMake FileManager::getFileSystemOptions consistent with...
2015-08-26 Eric ChristopherGroup some of the inline assembly related function...
2015-08-26 Eric ChristopherRemove dead code associated with parsing and setting...
2015-08-26 Eric ChristopherRemove a TODO that isn't going to get fixed in this...
2015-08-26 David Majnemer[Sema] Don't assume CallExpr::getDirectCallee will...
2015-08-26 Eric ChristopherUpdate file comment to more accurately describe what...
2015-08-26 Nathan WilsonModify DeclaratorChuck::getFunction to be passed an...
2015-08-26 Ted KremenekAdd missing newline.
2015-08-25 Ahmed Bougacha[Headers] Require x86-registered for r245987 codegen...
2015-08-25 Ahmed Bougacha[Headers][X86] Add -O0 assembly tests for avx2 intrinsics.
2015-08-25 Nick LewyckyMake sure that we evaluate __attribute__((enable_if...
2015-08-25 Nick LewyckyClarify the error message when the reason the conversio...
2015-08-25 Simon Pilgrim[X86] Remove unnecessary MMX declarations from Intrin.h
2015-08-25 Nico WeberRevert r245879. Speculative, might have caused crbug...
2015-08-25 David Majnemer[Sema] Handle leading and trailing __ for GNU attributes
2015-08-25 Gabor Horvath[Static Analyzer] Fix tests to reflect the change in...
2015-08-25 Gabor Horvath[Static Analyzer] Fixed a typo in a diagnostic message.
2015-08-25 Diego NovilloConvert SampleProfile pass into a Module pass.
2015-08-25 Alexey BataevFix possible crash on null base or type for array elements.
next