summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Base the sys-root/mingw/include path on sysroot and not on /usr.Yaron Keren2015-07-241-1/+1
* Correct x86_64 Android fp128 mangled nameChih-Hung Hsieh2015-07-241-0/+4
* DI: Make StaticDataMemberCache type-safe, NFCDuncan P. N. Exon Smith2015-07-242-3/+4
* Test commit.Chih-Hung Hsieh2015-07-241-3/+3
* [code-completion] Strip outer nullability annotations when completing method ...Argyrios Kyrtzidis2015-07-241-3/+6
* LLVM API Change: the Module always owns the DataLayoutMehdi Amini2015-07-248-37/+23
* Silence a "not all control paths return a value" warning from MSVC. Should al...Aaron Ballman2015-07-241-1/+2
* Add an AST matcher, isFinal(), for testing whether a method or class declarat...Aaron Ballman2015-07-241-0/+1
* Apparently some of the bots add .svn dirs inside the test/Driver/Inputs Yaron Keren2015-07-241-22/+28
* Add extensive tests for the mingw toolchain and remove trailing slash from Arch.Yaron Keren2015-07-241-49/+45
* [clang-cl] Implement support for the /Zl flagDavid Majnemer2015-07-241-8/+15
* [AST] Perform additional canonicalization for DependentSizedArrayTypeDavid Majnemer2015-07-241-3/+4
* Cleanup ObjCInterfaceDecl lookup for ObjC literalsAlex Denisov2015-07-241-99/+98
* Generating available_externally vtables for outline virtual functionsPiotr Padlewski2015-07-244-12/+70
* Fix the equal-vector-size rule for reinterpret_casts in C++John McCall2015-07-232-21/+32
* InstrProf: Don't extend coverage regions into the catch keywordJustin Bogner2015-07-231-1/+0
* Sema: Avoid a stack overflow on large CFGsDuncan P. N. Exon Smith2015-07-231-16/+24
* Sema: Split out helper from checkForFunctionCall(), NFCDuncan P. N. Exon Smith2015-07-231-37/+37
* [Compiler-RT] Remove dependency on libgcc_s/ehRenato Golin2015-07-231-7/+0
* [X86][AVX512F] Add FP scalar intrinsicsAsaf Badouh2015-07-231-0/+357
* [X86][AVX512BW] add madd and maddubs intrinsicsAsaf Badouh2015-07-231-0/+54
* ArrayRef-ize a pointer/length pair.Richard Smith2015-07-231-14/+13
* Downgrade error about adding 'dllimport' to used free function to warning (PR...Hans Wennborg2015-07-221-3/+9
* Move EHPersonality to CGCleanupDavid Majnemer2015-07-222-32/+33
* [MS Compat] Allow _Atomic(Type) and 'struct _Atomic' to coexistDavid Majnemer2015-07-222-0/+50
* Fix dumb use-after-free bug introduced in r242868.Richard Smith2015-07-221-9/+9
* [MSVC Compatibility] Use a better predicate for __BOOL_DEFINEDDavid Majnemer2015-07-221-1/+2
* Fix -Wextra-semi warnings.Hans Wennborg2015-07-221-3/+3
* Add cygwin x86_64 target.Yaron Keren2015-07-221-0/+27
* [OpenMP] Make target data directive generate unexpected directive diagnostic.Samuel Antao2015-07-221-2/+1
* [mingw] Add support for -rtlib option and -stdlib option to the mingw driverReid Kleckner2015-07-222-37/+46
* Pass -I options to integrates and external assemblersRenato Golin2015-07-221-0/+4
* [CONCEPTS] Add diagnostics: non-defining function; non-namespace scopeHubert Tong2015-07-221-0/+26
* [modules] Stop performing PCM lookups for all identifiers when building with ...Richard Smith2015-07-224-20/+94
* [modules] Change module manager visitation order to be a bit more stable whenRichard Smith2015-07-221-13/+9
* [Sema] Diagnose use of declaration correctly.Davide Italiano2015-07-221-9/+1
* [modules] In C++, stop serializing and deserializing a list of declarations inRichard Smith2015-07-214-70/+63
* clang-format: Fix unary operator detection in for loops.Daniel Jasper2015-07-211-1/+2
* Use range-based for loops; NFC.Aaron Ballman2015-07-211-10/+6
* ARM: actually define __ARM_ARCH_7S__ for the armv7s sliceTim Northover2015-07-211-1/+2
* Use a range-based for loop; NFC.Aaron Ballman2015-07-211-2/+2
* Replace some uses of Self.Context with the local variable C; NFC.Aaron Ballman2015-07-211-14/+14
* Fix GCC build due to shadowingDavid Blaikie2015-07-211-2/+2
* Pass an iterator range to EmitCallArgsDavid Blaikie2015-07-218-35/+30
* [modules] Produce an error if -cc1 wants to implicitly build a module and noRichard Smith2015-07-212-10/+10
* Add missing parentheses to appease -Wlogical-op-parentheses.Daniel Jasper2015-07-211-3/+5
* [X86][AVX512F] add FP arithmetic intrinsicsAsaf Badouh2015-07-211-0/+246
* Commit for http://reviews.llvm.org/D10765Michael Wong2015-07-2113-8/+118
* Fix mingw toolchain to honor sysroot on Linux and add tests.Yaron Keren2015-07-212-43/+86
* [ARM] Pass subtarget feature "+reserve-r9" instead of passing backendAkira Hatanaka2015-07-211-7/+6