summaryrefslogtreecommitdiffstats
path: root/clang/test
Commit message (Expand)AuthorAgeFilesLines
* [SanitizerCoverage] Implement user-friendly -fsanitize-coverage= flags.Alexey Samsonov2015-05-071-2/+43
* [MS ABI] Make sure we number thread_local statics seperatelyDavid Majnemer2015-05-071-1/+11
* Fixed test failure on machines with 32-bit size_t.Artem Belevich2015-05-071-1/+1
* [cuda] Include GPU binary into host object file and generate init/deinit code.Artem Belevich2015-05-071-1/+40
* Replace the broken LambdaCapture::isInitCapture API.James Dennett2015-05-071-1/+24
* [SanitizerCoverage] Give clang-cc1 the power to precisly specify needed sanit...Alexey Samsonov2015-05-072-26/+26
* AVX-512: FP compare intrinsics - changed type of CC parameter from i8 to i32 ...Elena Demikhovsky2015-05-071-0/+47
* Mark clang/test/CodeGenCXX/microsoft-abi-thread-safe-statics.cpp as REQUIRES:...NAKAMURA Takumi2015-05-071-0/+2
* Fix for http://llvm.org/PR23392: magick/feature.c from ImageMagick-6.9.1-2 ICEs.Alexey Bataev2015-05-072-4/+13
* [MS ABI] Implement thread-safe initialization using the MSVC 2015 ABIDavid Majnemer2015-05-074-13/+94
* [OPENMP] Generate !llvm.mem.loop_parallel_access metadata for loops with dyna...Alexey Bataev2015-05-072-2/+11
* [OPENMP] Fixed test for reduction on 'sections' directive.Alexey Bataev2015-05-071-1/+1
* [modules] Suport for merging a parsed enum definition into an existing import...Richard Smith2015-05-071-0/+7
* [OPENMP] Fixed codegen for 'reduction' clause.Alexey Bataev2015-05-073-104/+92
* When performing delayed typo correction in a for-range loop's variableKaelyn Takata2015-05-071-0/+9
* Fix public-private.modulemap test case to clear the cache on every run.Peter Collingbourne2015-05-061-2/+3
* [OPENMP] Fixed messages about predetermined DSA for loop control variables.Alexey Bataev2015-05-061-1/+1
* [OPENMP] Fix for http://llvm.org/PR23387: clang fails to compile magick/attri...Alexey Bataev2015-05-061-0/+18
* InstrProf: Don't start or end coverage regions inside of system macrosJustin Bogner2015-05-051-0/+12
* Update testcase to match r236539David Majnemer2015-05-051-1/+1
* [SystemZ] Add support for z13 low-level vector builtinsUlrich Weigand2015-05-052-0/+784
* [SystemZ] Add support for z13 and its vector facilityUlrich Weigand2015-05-054-3/+368
* Allow TransformTypos to ignore corrections to a specified VarDecl.Kaelyn Takata2015-05-051-0/+8
* [OPENMP] Allow use of macros in OpenMP directives/clauses.Alexey Bataev2015-05-051-0/+4
* [OPENMP] Codegen for 'firstprivate' clause in 'task' directive.Alexey Bataev2015-05-051-0/+401
* Fix buffer overflow in LexerKostya Serebryany2015-05-041-0/+8
* [MS ABI] Fix a crash in vptr path calculationDavid Majnemer2015-05-042-1/+30
* Instantiate incomplete class used in template method.Serge Pavlov2015-05-041-0/+129
* Switch PPCallbacks to take the new MacroDefinition instead of MacroDirective*...Richard Smith2015-05-041-0/+1
* [MS ABI] Add testcase which was missing from r236354David Majnemer2015-05-021-0/+44
* Diagnose delayed typos when parsing a postfix expression with anKaelyn Takata2015-05-021-0/+6
* [modules] If a module #includes a modular header that #undef's its macro, itRichard Smith2015-05-024-0/+23
* InstrProf: Add a couple of checks to this testJustin Bogner2015-05-011-0/+15
* [MS ABI] NV bases may indirectly contain covariant thunks from V BasesDavid Majnemer2015-05-012-2/+19
* [modules] Add -fmodules-local-submodule-visibility flag.Richard Smith2015-05-014-16/+55
* ARM: merge Cyclone into other ARMv8 CPUs and add tests for features.Tim Northover2015-05-011-0/+38
* Also correct typos in the middle of a ternary expression when the RHS is inva...Kaelyn Takata2015-05-011-0/+5
* Adjust the wording of the "brackets go after the unqualified-id" error messag...Nick Lewycky2015-05-012-16/+24
* Suppress clang/test/OpenMP/task_private_codegen.cpp on win32 for now. Investi...NAKAMURA Takumi2015-05-011-1/+4
* Eagerly correct typos in ParenExprs that may be type casts for non-C++ code.Kaelyn Takata2015-05-011-0/+6
* InstrProf: Fix a coverage crash where a macro begins in an unreachable blockJustin Bogner2015-05-011-0/+15
* InstrProf: Support for setting profile output from command lineJustin Bogner2015-04-301-0/+10
* InstrProf: Fix handling of profile counters in the body of range based forJustin Bogner2015-04-302-0/+57
* Re-commit the test fix that went with r236274Reid Kleckner2015-04-301-2/+2
* Revert most of r236271, leaving only the datalayout change in lib/Basic/Targe...Reid Kleckner2015-04-303-94/+62
* Use 4 byte preferred aggregate alignment in datalayout on x86 Win32Reid Kleckner2015-04-303-62/+94
* InstrProf: Make sure coverage propagates out of foreach loops correctlyJustin Bogner2015-04-301-4/+11
* PR22354: Add a test that we emit copy-ctors for captures in generic lambdas.Richard Smith2015-04-301-0/+13
* Fix the end location of init-capture annotations in ObjC++Ben Langmuir2015-04-301-0/+13
* Don't warn about use of deprecated API when the containing context is unavail...Jordan Rose2015-04-301-6/+6
OpenPOWER on IntegriCloud