summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* [modules] The key to a DeclContext name lookup table is not actually aRichard Smith2015-08-263-111/+67
* Pull out cpu string -> enum parsing for x86 as a separate function,Eric Christopher2015-08-261-66/+70
* [Static Analyzer] Checks to catch nullability related issues.Gabor Horvath2015-08-263-0/+864
* DI: Clarify meaning of createTempFunctionFwdDecl() arg, NFCDuncan P. N. Exon Smith2015-08-261-1/+1
* Corrected 3 typos. NFCCharles Li2015-08-261-3/+3
* [ms-inline-asm] Add field access to MS inline asm identifier lookupReid Kleckner2015-08-262-10/+75
* [X86][SSE] Add _mm_undefined_* intrinsicsSimon Pilgrim2015-08-265-0/+64
* [ARM] Error out if float-ab=hard and abi=apcs-gnu on macho platforms.Akira Hatanaka2015-08-261-4/+15
* Change Native Client x86 usr include and link path to match SDK expectationsDerek Schuff2015-08-261-4/+13
* [ASTMatchers] Add type matcher for SubstTemplateTypeParmType.Samuel Benzaquen2015-08-261-0/+1
* Convert a bunch of loops to ranged-for and clean up accordingly.Eric Christopher2015-08-261-170/+69
* Make FileManager::getFileSystemOptions consistent with CompilerInstance::getF...Yaron Keren2015-08-261-2/+2
* Remove dead code associated with parsing and setting ABI based onEric Christopher2015-08-261-15/+0
* Remove a TODO that isn't going to get fixed in this way.Eric Christopher2015-08-261-3/+0
* [Sema] Don't assume CallExpr::getDirectCallee will succeedDavid Majnemer2015-08-261-1/+1
* Update file comment to more accurately describe what's implemented.Eric Christopher2015-08-261-1/+1
* Modify DeclaratorChuck::getFunction to be passed an Exception Specification S...Nathan Wilson2015-08-266-11/+29
* Add missing newline.Ted Kremenek2015-08-261-1/+1
* Make sure that we evaluate __attribute__((enable_if)) on a method with no ove...Nick Lewycky2015-08-251-1/+34
* Clarify the error message when the reason the conversion is not viable is bec...Nick Lewycky2015-08-252-1/+2
* [X86] Remove unnecessary MMX declarations from Intrin.hSimon Pilgrim2015-08-251-3/+0
* Revert r245879. Speculative, might have caused crbug.com/524604Nico Weber2015-08-252-1/+16
* [Sema] Handle leading and trailing __ for GNU attributesDavid Majnemer2015-08-251-8/+16
* [Static Analyzer] Fixed a typo in a diagnostic message.Gabor Horvath2015-08-251-1/+1
* Convert SampleProfile pass into a Module pass.Diego Novillo2015-08-251-12/+3
* Fix possible crash on null base or type for array elements.Alexey Bataev2015-08-251-1/+2
* [OPENMP 4.0] Initial support for array sections.Alexey Bataev2015-08-2524-9/+324
* Rewrite the PPC target feature handling to more resemble other targets.Eric Christopher2015-08-251-32/+42
* Extract handling of user defined features into a function so we canEric Christopher2015-08-251-6/+2
* clang-format: Add space before member function reference qualifiers.Daniel Jasper2015-08-251-6/+6
* Revert r245923 since it breaks mingw.Michael Kuperstein2015-08-252-54/+20
* [X86] Expose the various _rot intrinsics on non-MS platformsMichael Kuperstein2015-08-252-20/+54
* Reimplement the PPC explicit option checking to be a bit more obviousEric Christopher2015-08-251-8/+19
* [clang-cl] Only respect /Oy- for x86_32David Majnemer2015-08-251-10/+21
OpenPOWER on IntegriCloud