]> granicus.if.org Git - clang/shortlog
clang
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.
2015-08-25 Alexey Bataev[OPENMP 4.0] Initial support for array sections.
2015-08-25 Eric ChristopherRewrite the PPC target feature handling to more resembl...
2015-08-25 Eric ChristopherExtract handling of user defined features into a functi...
2015-08-25 Daniel Jasperclang-format: Add space before member function referenc...
2015-08-25 Michael KupersteinRevert r245923 since it breaks mingw.
2015-08-25 Michael Kuperstein[X86] Expose the various _rot intrinsics on non-MS...
2015-08-25 Ahmed Bougacha[ARM NEON] Remove the old AArch64 vset_lane tests....
2015-08-25 Eric ChristopherReimplement the PPC explicit option checking to be...
2015-08-25 David Majnemer[clang-cl] Only respect /Oy- for x86_32
2015-08-24 Derek SchuffRevert "broken test. uses system ld.gold"
2015-08-24 Derek Schuffbroken test. uses system ld.gold
2015-08-24 Derek SchuffUse GetLinkerPath utility function to find linker for...
2015-08-24 Ahmed Bougacha[ARM NEON] Use CGF cached Types instead of llvm::Type...
2015-08-24 Ahmed Bougacha[ARM NEON] Replace redundant code with a new GetFloatNe...
2015-08-24 Ahmed Bougacha[ARM NEON] Add missing AArch64 vget tests.
2015-08-24 Richard Smith[modules] Remove unnecessary deserialization of fully...
2015-08-24 David Majnemer[MS ABI] Don't emit stackrestore in cleanups
2015-08-24 Akira HatanakaRevert r245866.
2015-08-24 Argyrios Kyrtzidis[libclang] For convenience to clients, make sure that...
2015-08-24 Akira Hatanaka[ARM] Error out on apple darwin platforms if float...
2015-08-24 Aaron BallmanFixing some copy-pasta comments; NFC.
2015-08-24 Daniel Jasperclang-format: Always allow break after leading annotations.
2015-08-24 Daniel Jasperclang-format: Make formatting of member function refere...
2015-08-24 Daniel Jasperclang-format: Properly handle braced lists in macros.
2015-08-24 Keith Walker[AArch64] Define the macro __ARM_FP16_ARGS
2015-08-24 Alexey Bataev[OPENMP] Info about OpenMP Support in Users Manual...
2015-08-24 Richard Smith[modules] If local submodule visibility is disabled...
2015-08-24 Richard Smith[modules] Stop updating all identifiers when writing...
2015-08-23 Vedant Kumar[test] Fix typos in a few tests (NFC)
2015-08-23 Simon PilgrimAdded missing tests for SSE41 pmovsx/pmovzx extension...
2015-08-23 Faisal ValiAdd a missing 'classof' to AST Node TypoExpr to identif...
2015-08-23 Serge PavlovChanges missed from r245810
2015-08-23 Serge PavlovInstantiate function declarations in instantiated funct...
next