]> granicus.if.org Git - clang/shortlog
clang
2015-09-02 Douglas Katzman[Shave]: pass through more clang options to moviCompile
2015-09-02 Douglas Katzman[Sparc]: GCCInstallationDetector should not care if...
2015-09-02 Aaron BallmanSilence a -Wsign-compare warning; NFC.
2015-09-02 Vedant Kumar[Sema] Avoid crash on tag-type mismatch (Fixes PR24610)
2015-09-02 Eric ChristopherMigrate the target attribute parsing code into an exten...
2015-09-01 Hubert TongFix assertion failure in TransformOpaqueValueExpr
2015-09-01 Eric ChristopherRevert "Migrate the target attribute parsing code into...
2015-09-01 Eric ChristopherMigrate the target attribute parsing code into an exten...
2015-09-01 Eric ChristopherUse hasAttr, not getAttr if we're just checking for...
2015-09-01 David Majnemer[MS ABI] Switch to the CRC implementation in LLVM
2015-09-01 Nico WeberMake trunk release notes point to 3.7, not 3.6
2015-09-01 Richard SmithRe-commit r246497 (and dependent changes r246524 and...
2015-09-01 Eli BenderskyFix typo in test
2015-09-01 Eric ChristopherPull initFeatureMap out of line now that it's used...
2015-09-01 Aaron BallmanAdd a new frontend warning for referencing members...
2015-09-01 Aaron BallmanReverting r246497 (which requires also reverting r24652...
2015-09-01 Richard Smith[modules] When emitting line tables, only emit filename...
2015-09-01 Richard SmithDon't use fprintf to emit this diagnostic!
2015-09-01 Richard SmithUse a more appropriate way of writing 1.
2015-09-01 David Majnemer[MS ABI] Cleanup get*ForUnnamedTagDecl
2015-09-01 Richard Smith[modules] Preserve DeclID order when merging lookup...
2015-09-01 Yaron KerenFix path seperator for Windows.
2015-08-31 Hal Finkel[PowerPC] Support __builtin_ppc_get_timebase
2015-08-31 Eric ChristopherRevert "Pull the target attribute parsing out of CGCall...
2015-08-31 Richard Smith[modules] Add some missing blockinfo records.
2015-08-31 Richard Smith[modules] Rework serialized DeclContext lookup table...
2015-08-31 Hans WennborgFix CHECK directives that weren't checking.
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()...
next