summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
* [modules] Add some missing blockinfo records.Richard Smith2015-08-311-2/+31
* [modules] Rework serialized DeclContext lookup table management. Instead ofRichard Smith2015-08-317-231/+476
* Revert r246345 until an assertion is fixed.Gabor Horvath2015-08-312-166/+9
* Stop hardcoding GCC paths in crt/ld.so lookup.Rafael Espindola2015-08-313-43/+123
* [MS ABI] Correctly mangle classes without names for linkage purposesDavid Majnemer2015-08-3110-39/+122
* Pull the target attribute parsing out of CGCall and onto TargetInfo.Eric Christopher2015-08-312-35/+56
* Pull out the ppc incompatible features check into a separate function.Eric Christopher2015-08-311-27/+36
* [CUDA] fix codegen for __nvvm_atom_min/max_gen_u*Jingyue Wu2015-08-311-2/+6
* PR17829: Proper diagnostic of mangled names conflictsAndrey Bokhanko2015-08-314-98/+154
* [OPENMP 4.0] Codegen for array sections.Alexey Bataev2015-08-313-7/+193
* [OpenCL] Improve diagnostics detecting implicit vector conversion.Alexey Bader2015-08-301-0/+12
* [OpenMP] Make the filetered clause iterator a real iterator and type safe.Benjamin Kramer2015-08-303-90/+50
* Update for several APIs in LLVM that now use StringRefs rather thanChandler Carruth2015-08-304-23/+17
* Update for API change in LLVM: ARMTargetParser class is just the ARMChandler Carruth2015-08-303-22/+22
* [AST] Don't crash when comparing incomplete objectDavid Majnemer2015-08-291-1/+7
* Follow-up to r246338: use getParentFunctionOrMethodHans Wennborg2015-08-281-1/+1
* PR24612: Don't bail out of checking a constexpr function before checkingRichard Smith2015-08-281-3/+3
* Fold TargetInfo::handleUserFeatures into TargetInfo::initFeatureMap.Eric Christopher2015-08-281-44/+38
* [analyzer] When memcpy'ing into a fixed-size array, do not invalidate entire ...Devin Coughlin2015-08-282-9/+166
* Allow TLS vars in dllimport/export functions; only inline dllimport functions...Hans Wennborg2015-08-282-3/+49
* Adding an AST matcher for namespaceAliasDecl.Aaron Ballman2015-08-281-0/+1
* fix typo; NFCSanjay Patel2015-08-281-1/+1
* Support Debian s390x multiarch pathsSylvestre Ledru2015-08-282-1/+10
* Revert "[OPENMP 4.0] Codegen for array sections."Daniel Jasper2015-08-283-169/+7
* Revert r246214 and r246213Steven Wu2015-08-287-235/+120
* [OPENMP 4.0] Codegen for array sections.Alexey Bataev2015-08-283-7/+169
* PR24597: Fix in-place evaluation of call expressions to provide a proper "this"Richard Smith2015-08-281-17/+51
* Instead of duplicating code, call the base implementation.Eric Christopher2015-08-281-7/+1
* Merge the two feature map setting functions into a single functionEric Christopher2015-08-282-31/+35
* Fix macro backtrace printing.Richard Trieu2015-08-271-8/+14
* CGDebugInfo: Instead of uniquing RetainedTypes, just refrain from retainingAdrian Prantl2015-08-271-6/+7
* [X86] Bump Darwin MaxVectorAlign to 64 when AVX512 is enabled.Ahmed Bougacha2015-08-271-4/+6
* [X86] Conditionalize Darwin MaxVectorAlign on the presence of AVX.Ahmed Bougacha2015-08-271-2/+19
* [X86] Use AVX features instead of ABI to init. SimdDefaultAlign.Ahmed Bougacha2015-08-271-1/+1
* Use an explicit assignment.Eric Christopher2015-08-271-2/+2
* Don't call a member function on a null pointer.Richard Smith2015-08-271-2/+5
* Assume loads fix #2Piotr Padlewski2015-08-275-11/+18
* Generating assumption loads of vptr after ctor call (fixed)Piotr Padlewski2015-08-276-110/+218
* CGDebugInfo: Factor out a getOrCreateStandaloneType() method.Adrian Prantl2015-08-272-3/+18
* Remove a dead assert, we'd have gotten the case above.Eric Christopher2015-08-271-1/+0
* Target attribute syntax compatibility fix - gcc uses no- rather than mno-.Eric Christopher2015-08-271-1/+1
* Rewrite the code generation handling for function feature and cpu attributes.Eric Christopher2015-08-271-62/+70
* [CUDA] Check register names on appropriate side of cuda compilation only.Artem Belevich2015-08-272-8/+14
* Add a -gmodules option to the driver and a -dwarf-ext-refs to cc1Adrian Prantl2015-08-278-9/+19
* [Static Analyzer] Make NonNullParamChecker emit implicit null dereference eve...Gabor Horvath2015-08-273-21/+34
* const-ify TargetInfo::handleUserFeatures.Eric Christopher2015-08-271-2/+2
* [CUDA] Improve CUDA compilation pipeline creation.Artem Belevich2015-08-271-36/+55
* clang-format: Don't let a leading "template <..>" lead to wrapped initializers.Daniel Jasper2015-08-271-0/+3
* Pass in a cpu to initDefaultFeatures so that we can share this codeEric Christopher2015-08-271-9/+16
* const-ify X86TargetInfo::getCPUKind.Eric Christopher2015-08-271-1/+1
OpenPOWER on IntegriCloud