summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
* Support mingw toolchain include and lib directories on Arch Linux.Yaron Keren2015-07-201-27/+40
* [Sema] Make an assertion stricter.Davide Italiano2015-07-191-1/+1
* [modules] Don't save uninteresting identifiers, and don't consider identifiersRichard Smith2015-07-194-14/+29
* Remove two unused includes, part 2...Nico Weber2015-07-191-1/+0
* Remove two unused includes.Nico Weber2015-07-191-1/+0
* [X86][AVX512BW] add clang intrinsics for pmulhrsw / pmulhuw / pmulhwAsaf Badouh2015-07-191-0/+90
* [CodeGen] Don't dereference vector::end if the vector can be emptyBenjamin Kramer2015-07-181-1/+1
* [AST] Remove StmtRange in favor of an iterator_range.Benjamin Kramer2015-07-186-19/+17
* clang-format: Take nested lines into account when detection C++03Daniel Jasper2015-07-181-32/+46
* [AST] Cleanup ExprIterator.Benjamin Kramer2015-07-187-24/+9
* Silence the driver warnings, if we see "-w" on the Driver.Filipe Cabecinhas2015-07-181-0/+3
* Driver/ToolChain/AMDGPU: Attempt to fix buildbots after r242601Tom Stellard2015-07-181-1/+1
* Driver: Add AMDGPU toolchainTom Stellard2015-07-185-0/+58
* [Sema] Emit correct warning when copy-elision is not possible.Davide Italiano2015-07-181-0/+5
* [MS ABI] Explicit specialization of static data members are weakDavid Majnemer2015-07-171-1/+5
* InstrProf: Promote this assert to a report_fatal_errorJustin Bogner2015-07-171-2/+2
* Hopefully fix android i386 build after r242554.James Y Knight2015-07-171-1/+2
* basic: default to MSVC on WindowsSaleem Abdulrasool2015-07-171-6/+3
* Stop treating extension keywords as 'interesting'; we don't allow the extensionRichard Smith2015-07-172-4/+2
* Fix -save-temp when using objc-arc, sanitizer and profilingSteven Wu2015-07-173-8/+18
* Refactor to remove repetition, no functionality change.Richard Smith2015-07-171-40/+27
* Remove redundant bouncing between StringRef and a pair of 'const char *'.Richard Smith2015-07-171-2/+1
* Fix alignment issues in Clang.James Y Knight2015-07-1711-38/+88
* [ASTMatchers] Use provided target NodeKind instead of inferring it from the m...Samuel Benzaquen2015-07-172-6/+6
* R600: Add macro defs for all supported OpenCL extensionsTom Stellard2015-07-171-1/+9
* [Mips] Set mips64r6 as default CPU for MIPS64 AndroidPetar Jovanovic2015-07-171-0/+4
* Fix android build after r242514Tamas Berghammer2015-07-171-1/+1
* -Refactored ARMTargetInfo in order to use the API of TargetParserAlexandros Lamprineas2015-07-171-156/+150
* [CodeGen, X86] Classify vectors <= 32 bits as INTEGERDavid Majnemer2015-07-171-6/+8
* Driver: Determine file names for crash reports more reliablyJustin Bogner2015-07-172-59/+63
* Make the clang module container format selectable from the command line.Adrian Prantl2015-07-1716-64/+77
* Allow __builtin_setjmp/__builtin_longjmp on ARMMatthias Braun2015-07-171-0/+4
* clang-format: Respect IndentWrappedFunctionNames when aligning colonsDaniel Jasper2015-07-161-1/+6
* [Sema] Refactor Sema::ImplicitExceptionSpecification::CalledDeclDavide Italiano2015-07-161-16/+14
* Add __has_feature(attribute_availability_with_version_underscores).Jordan Rose2015-07-161-0/+1
* [SemaType] Use a range loop.Davide Italiano2015-07-161-4/+2
* Disable #pragma redefine_extname for C++ code as it does not make sense in su...Aaron Ballman2015-07-161-22/+27
* clang-format: [Proto] Handle enum bodies differently.Daniel Jasper2015-07-161-3/+5
* [OPENMP] Fixed detection of canonical loops with random access iterators.Alexey Bataev2015-07-161-4/+6
* [Intrin.h] Use compiler builtins to model memory barriersDavid Majnemer2015-07-161-6/+4
* PR10405 - Desugar FunctionType and TemplateSpecializationType if any type tha...Nikola Smiljanic2015-07-161-4/+56
* [ARM] Pass subtarget feature "+no-movt" instead of passing backend optionAkira Hatanaka2015-07-161-4/+4
* [clang-cl] Use the Windows response file tokenizerReid Kleckner2015-07-151-1/+3
* [Static Analyzer] Do not fail silently, when the analyzer is invoked from too...Gabor Horvath2015-07-151-1/+6
* Allow any comment to be a trailing comment when -fparse-all-comments is on.James Dennett2015-07-151-7/+79
* clang-format: Fix return type breaking with overloaded operator functionsBirunthan Mohanathas2015-07-152-15/+60
* Run clang-format on Tools.h, the indentation is inconsistentReid Kleckner2015-07-151-392/+378
* [Targets] Define __BOOL_DEFINED for Windows targets in C++ modeDavid Majnemer2015-07-151-0/+2
* Add the ability to AST match a variable declaration that is an exception vari...Aaron Ballman2015-07-151-0/+1
* clang-format: Fix column layout with a comment in the last line.Daniel Jasper2015-07-151-1/+2
OpenPOWER on IntegriCloud