summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add new llvm.loop.unroll.enable metadata for use with "#pragma unroll".Mark Heffernan2015-08-104-7/+13
* [Driver] Fix handling of -fbuiltin/-fcommon when combined with -mkernelJohn Brawn2015-08-101-6/+11
* [Static Analyzer] Warn when inner and outer conditions are identical. The inn...Daniel Marjamaki2015-08-101-0/+32
* [tests] Remove calls to grepFilipe Cabecinhas2015-08-101-3/+4
* [MSVC] Crash fix: assigning of overloaded member function pointer caused asse...Alexey Bataev2015-08-101-0/+17
* clang/test/Modules: Satisfy win32 hosts due to dospath issue.NAKAMURA Takumi2015-08-093-3/+3
* [modules] PR22534: Load files specified by -fmodule-file= eagerly. In particu...Richard Smith2015-08-096-15/+59
* Unrevert r244412 (reverted in r244414), and delete the bogus line left behindRichard Smith2015-08-091-4/+6
* Revert "[modules] Don't leak -M flags for dependency file generation into the...Justin Bogner2015-08-091-6/+3
* [modules] When building a dependency file, include module maps parsed in theRichard Smith2015-08-094-7/+18
* [modules] Don't leak -M flags for dependency file generation into the moduleRichard Smith2015-08-091-3/+6
* Add file missed from r244409.Richard Smith2015-08-091-0/+9
* [modules] When loading a template specialization, re-canonicalize its templateRichard Smith2015-08-094-0/+30
* Teach mingw toolchain driver to properly emit static or dynamic linking of li...Yaron Keren2015-08-091-0/+25
* Revert "[analyzer] Add checkers for OS X / iOS localizability issues"Anna Zaks2015-08-082-329/+0
* [analyzer] Add checkers for OS X / iOS localizability issuesAnna Zaks2015-08-082-0/+329
* [analyzer] Don't issue alarm in ObjCSuperCallChecker for the super class itself.Devin Coughlin2015-08-081-1/+20
* AST: Implement mangling support for function types without a prototype.Peter Collingbourne2015-08-072-0/+7
* [Sparc] XFAIL CodeGen/atomic_ops test.James Y Knight2015-08-071-1/+2
* This patch commits OpenMP 4 target device clausesMichael Wong2015-08-072-0/+56
* Make 'arm' cover both 32 and 64 bit architecutresBen Langmuir2015-08-073-0/+80
* [ItaniumCXXABI] Don't import RTTI data for classes with key functionsDavid Majnemer2015-08-061-0/+7
* [Frontend] Fix crash when serializing diagnostics with really long text.Argyrios Kyrtzidis2015-08-061-0/+30
* [OPENMP 4.1] Allow references in init expression for loop-based constructs.Alexey Bataev2015-08-066-40/+55
* Mark calls in thunk functions as tail-call optimization candidatesMichael Kuperstein2015-08-061-1/+1
* [X86] Add support for _MM_ALIGN16Michael Kuperstein2015-08-061-0/+16
* [ObjC] Circular containers: add support of subclassesAlex Denisov2015-08-061-0/+61
* [test] Another attempt to fix the test.Argyrios Kyrtzidis2015-08-061-1/+1
* Driver: Strip -header-include-file and -diagnostic-log-file from crash repro ...Justin Bogner2015-08-051-2/+6
* [test] Fix tests in non-darwin bots.Argyrios Kyrtzidis2015-08-053-5/+5
* Add -fno-coverage-mapping flag.Diego Novillo2015-08-051-0/+5
* Add flags to disable profile generation.Diego Novillo2015-08-051-0/+10
* Add -gcodeview and -gdwarf to control which type Clang emitsReid Kleckner2015-08-052-0/+22
* Claim arguments that belong to 'clang_ignored_gcc_optimization_f_Group'Douglas Katzman2015-08-051-0/+13
* [test] Attempt a change to see if it fixes the test for the windows bot.Argyrios Kyrtzidis2015-08-051-1/+1
* [test/Index] Update libclang tests to use libclang for creating PCH files.Argyrios Kyrtzidis2015-08-0513-12/+16
* Fix a tiny bug in -no-canonical-prefixes that somehow we have neverChandler Carruth2015-08-051-8/+14
* Add missing atomic libcall support.James Y Knight2015-08-051-0/+72
* [SHAVE] uppercase the CHECK prefixes in 'lit' tests. NFCDouglas Katzman2015-08-051-7/+7
* Update mailing list references to lists.llvm.orgTanya Lattner2015-08-052-2/+2
* [Sema] Add a crazy test case for r243987Benjamin Kramer2015-08-041-0/+36
* [AST] Really allocate a SmallVector to the right size.Benjamin Kramer2015-08-041-2/+4
* [OPENMP 4.1] Support for 'linear' clause in loop directives.Alexey Bataev2015-08-0414-78/+1063
* [OPENMP] Fix compiler crash during data-sharing attributes analysis.Alexey Bataev2015-08-041-0/+3
* [modules] Make IndirectFieldDecl mergeable to avoid lookup ambiguity when the...Richard Smith2015-08-042-0/+9
* Dtor callback emitted when msan attribute not repressed for this function.Naomi Musgrave2015-08-031-0/+51
* [SHAVE] Pass all -f, -g, -O, -W options through directly to moviCompile.Douglas Katzman2015-08-031-1/+7
* [CONCEPTS] Add concept to VarDecl and diagnostic for uninitialized variable c...Nathan Wilson2015-08-031-0/+4
* Additional fix for PR14269: Crash on vector elements / global register vars i...Andrey Bokhanko2015-08-031-3/+18
* [X86][AVX512VLBW] add pack, cvt, mulhi and madd intrinsicsAsaf Badouh2015-08-031-0/+324