2016-02-16 |
Nico Weber | clang-cl: Expose -isystem. |
commit | commitdiff | tree | snapshot |
2016-02-16 |
Alexey Bataev | [OPENMP] Allow to use compound assignment operators. |
commit | commitdiff | tree | snapshot |
2016-02-16 |
Alexey Bataev | [OPENMP] Improved handling of pseudo-captured expressio... |
commit | commitdiff | tree | snapshot |
2016-02-16 |
Argyrios Kyrtzidis | [Frontend] Make sure WrapperFrontendAction updates... |
commit | commitdiff | tree | snapshot |
2016-02-16 |
NAKAMURA Takumi | clang/test/Driver/ps4-linker-win.c: Tweak substitutions... |
commit | commitdiff | tree | snapshot |
2016-02-16 |
Vedant Kumar | Simplify users of StringRef::{l,r}trim (clang) (NFC) |
commit | commitdiff | tree | snapshot |
2016-02-16 |
Akira Hatanaka | Remove unnecessary regex in the test cases I fixed... |
commit | commitdiff | tree | snapshot |
2016-02-15 |
Tim Northover | Darwin: fix stdlib handling when CLANG_DEFAULT_STDLIB... |
commit | commitdiff | tree | snapshot |
2016-02-15 |
Andrey Bokhanko | PR26449: Tests for builtin_classify_type fix |
commit | commitdiff | tree | snapshot |
2016-02-15 |
Andrey Bokhanko | PR26449: Fixes for bugs in __builtin_classify_type... |
commit | commitdiff | tree | snapshot |
2016-02-15 |
Alexey Bataev | [OPENMP] Remove extra sync barriers for 'firstprivate... |
commit | commitdiff | tree | snapshot |
2016-02-15 |
NAKAMURA Takumi | clangIndex requires LLVMIR as Core, since r260858 uses... |
commit | commitdiff | tree | snapshot |
2016-02-15 |
Felix Berger | Add isAnyPointer() matchers. Register missing matchers. |
commit | commitdiff | tree | snapshot |
2016-02-15 |
Saleem Abdulrasool | Sema: prevent assertion on stack return checking |
commit | commitdiff | tree | snapshot |
2016-02-15 |
Argyrios Kyrtzidis | [AST/index] Introduce an option 'SuppressTemplateArgsIn... |
commit | commitdiff | tree | snapshot |
2016-02-15 |
Saleem Abdulrasool | silence -Wreturn-type warnings |
commit | commitdiff | tree | snapshot |
2016-02-15 |
Saleem Abdulrasool | Sema: constify EvalAddr, EvalVal |
commit | commitdiff | tree | snapshot |
2016-02-14 |
Argyrios Kyrtzidis | [test/Index] Set a specific target for the test. |
commit | commitdiff | tree | snapshot |
2016-02-14 |
Argyrios Kyrtzidis | [index] Factor libclang's functionality to determing... |
commit | commitdiff | tree | snapshot |
2016-02-14 |
Sylvestre Ledru | Fix some typos in the clang doc |
commit | commitdiff | tree | snapshot |
2016-02-14 |
Dimitry Andric | As reported in https://llvm.org/bugs/show_bug.cgi?id... |
commit | commitdiff | tree | snapshot |
2016-02-14 |
Benjamin Kramer | Don't leak the ASTUnit when done with testing. |
commit | commitdiff | tree | snapshot |
2016-02-14 |
NAKAMURA Takumi | c-index-test: Fix libdeps corresponding to r260841. |
commit | commitdiff | tree | snapshot |
2016-02-14 |
Argyrios Kyrtzidis | [c-index-test] Fix a gcc build error. |
commit | commitdiff | tree | snapshot |
2016-02-14 |
Argyrios Kyrtzidis | [index] Fix gcc builds. |
commit | commitdiff | tree | snapshot |
2016-02-14 |
Argyrios Kyrtzidis | [index] Enhance c-index-test tool and have it link... |
commit | commitdiff | tree | snapshot |
2016-02-14 |
Argyrios Kyrtzidis | [index] Allow calling createIndexingAction() without... |
commit | commitdiff | tree | snapshot |
2016-02-13 |
Samuel Antao | [OpenMP] Rename the offload entry points. |
commit | commitdiff | tree | snapshot |
2016-02-13 |
Argyrios Kyrtzidis | [AST] Add a print() method in DeclarationName that... |
commit | commitdiff | tree | snapshot |
2016-02-13 |
Benjamin Kramer | Fix a leak in the generated code for attributes with... |
commit | commitdiff | tree | snapshot |
2016-02-13 |
Benjamin Kramer | RValue refs do not work that way. |
commit | commitdiff | tree | snapshot |
2016-02-13 |
Benjamin Kramer | Don't copy a DenseMap just to do lookup in it. |
commit | commitdiff | tree | snapshot |
2016-02-13 |
Benjamin Kramer | Reduce the number of implicit StringRef->std::string... |
commit | commitdiff | tree | snapshot |
2016-02-13 |
Benjamin Kramer | Fix use after free. |
commit | commitdiff | tree | snapshot |
2016-02-13 |
Dmitry Polukhin | [OPENMP] NFC rewrite ParseOpenMPDirectiveKind |
commit | commitdiff | tree | snapshot |
2016-02-13 |
Argyrios Kyrtzidis | [index] Change some default parameters to fix an MSVC... |
commit | commitdiff | tree | snapshot |
2016-02-13 |
NAKAMURA Takumi | libclang/CMakeLists.txt: Prune IndexingContext.h out... |
commit | commitdiff | tree | snapshot |
2016-02-13 |
Steven Watanabe | Fix the ASTPrinter output for ascii char literals ... |
commit | commitdiff | tree | snapshot |
2016-02-13 |
Sunil Srivastava | Accept "-Weverything" in clang diagnistic pragmas |
commit | commitdiff | tree | snapshot |
2016-02-13 |
Bob Wilson | [Sema] More changes to fix Objective-C fallout from... |
commit | commitdiff | tree | snapshot |
2016-02-13 |
Argyrios Kyrtzidis | [RecursiveASTVisitor] Introduce dataTraverseStmtPre... |
commit | commitdiff | tree | snapshot |
2016-02-13 |
Matt Arsenault | AMDGPU: Add sin/cos builtins |
commit | commitdiff | tree | snapshot |
2016-02-13 |
Matt Arsenault | AMDGPU: Update builtin for intrinsic change |
commit | commitdiff | tree | snapshot |
2016-02-13 |
Alexey Samsonov | Disable two tests that use a lot of stack under ASan. |
commit | commitdiff | tree | snapshot |
2016-02-13 |
Richard Trieu | Make -Wnull-conversion more useful. |
commit | commitdiff | tree | snapshot |
2016-02-12 |
Argyrios Kyrtzidis | [index] Add llvm/Support/DataTypes.h header to fix... |
commit | commitdiff | tree | snapshot |
2016-02-12 |
Argyrios Kyrtzidis | [libclang] Separate the underlying indexing functionali... |
commit | commitdiff | tree | snapshot |
2016-02-12 |
Eugene Zelenko | Fix remaining Clang-tidy readability-redundant-control... |
commit | commitdiff | tree | snapshot |
2016-02-12 |
Tim Northover | Darwin: pass -stdlib=libc++ down to cc1 whenever we... |
commit | commitdiff | tree | snapshot |
2016-02-12 |
Chris Bieneman | [CMake] Fixing bots I broke. |
commit | commitdiff | tree | snapshot |
2016-02-12 |
Chris Bieneman | [CMake] Improve the clang order-file generation workflow |
commit | commitdiff | tree | snapshot |
2016-02-12 |
Artem Belevich | Added missing '__'. |
commit | commitdiff | tree | snapshot |
2016-02-12 |
Hubert Tong | test/Headers/float.c: fix theoretical edge values |
commit | commitdiff | tree | snapshot |
2016-02-12 |
David Majnemer | [AST] Fix typos in RecordLayoutBuilder |
commit | commitdiff | tree | snapshot |
2016-02-12 |
Chris Bieneman | [CMake] Pass stage1 tools through to stage2 when buildi... |
commit | commitdiff | tree | snapshot |
2016-02-12 |
Artem Belevich | [CUDA] Tweak attribute-based overload resolution to... |
commit | commitdiff | tree | snapshot |
2016-02-12 |
Krzysztof Parzyszek | [Hexagon] Specify vector alignment in DataLayout string |
commit | commitdiff | tree | snapshot |
2016-02-12 |
Olivier Goffart | Fix ICE with constexpr and friend functions |
commit | commitdiff | tree | snapshot |
2016-02-12 |
Anastasia Stulova | [OpenCL] Disable C99 standard lib functions |
commit | commitdiff | tree | snapshot |
2016-02-12 |
Jonas Hahnfeld | [CMake] Add option to switch default C++ stdlib |
commit | commitdiff | tree | snapshot |
2016-02-12 |
Jonas Hahnfeld | tests: Add explicit -stdlib=libstdc++ to tests that... |
commit | commitdiff | tree | snapshot |
2016-02-12 |
Eric Christopher | Update functions in clang supplied headers to use the... |
commit | commitdiff | tree | snapshot |
2016-02-12 |
Richard Smith | <float.h>: do not define DECIMAL_DIG in -std=c89 mode... |
commit | commitdiff | tree | snapshot |
2016-02-12 |
Hans Wennborg | UsersManual: update clang-cl commands |
commit | commitdiff | tree | snapshot |
2016-02-12 |
Eric Christopher | Use __ before argument names in provided headers. |
commit | commitdiff | tree | snapshot |
2016-02-12 |
Mike Aizatsky | [sancov] improved object files handling. |
commit | commitdiff | tree | snapshot |
2016-02-11 |
Joerg Sonnenberger | Remove decision logic for old NetBSD development versio... |
commit | commitdiff | tree | snapshot |
2016-02-11 |
Joerg Sonnenberger | Now that Sparc/Sparc64 backend is mostly usable, provid... |
commit | commitdiff | tree | snapshot |
2016-02-11 |
Richard Smith | Remove bogus check that larger floating point types... |
commit | commitdiff | tree | snapshot |
2016-02-11 |
Devin Coughlin | [analyzer] Improve pattern matching in ObjCDealloc... |
commit | commitdiff | tree | snapshot |
2016-02-11 |
Tim Northover | Relax recently added clang version checks. |
commit | commitdiff | tree | snapshot |
2016-02-11 |
Richard Smith | XFAIL this test for PPC64 for now. It looks like the... |
commit | commitdiff | tree | snapshot |
2016-02-11 |
Carlo Bertolli | Add parse+sema and regression test for OpenMP firstpriv... |
commit | commitdiff | tree | snapshot |
2016-02-11 |
Richard Smith | In C11, provide macros FLT_DECIMAL_DIG, DBL_DECIMAL_DIG... |
commit | commitdiff | tree | snapshot |
2016-02-11 |
Manman Ren | [PR26550] Use a different TBAA root for C++ vs C. |
commit | commitdiff | tree | snapshot |
2016-02-11 |
Ben Langmuir | [Modules] Early-exit if ReadOptionsBlock fails to avoid... |
commit | commitdiff | tree | snapshot |
2016-02-11 |
Chad Rosier | [Driver] Add support for Qualcomm's Kryo CPU. |
commit | commitdiff | tree | snapshot |
2016-02-11 |
David Majnemer | Remove unused includes |
commit | commitdiff | tree | snapshot |
2016-02-11 |
David Majnemer | Revert "Revert r260388 "[MS ABI] Never reference dllimp... |
commit | commitdiff | tree | snapshot |
2016-02-11 |
Ben Langmuir | [Modules] Don't infinite recurse on implicit import... |
commit | commitdiff | tree | snapshot |
2016-02-11 |
James Y Knight | Use new --match-full-lines FileCheck feature for Prepro... |
commit | commitdiff | tree | snapshot |
2016-02-11 |
NAKAMURA Takumi | Revert r260266 (and r260276), "clang-cl: Enable plugins... |
commit | commitdiff | tree | snapshot |
2016-02-11 |
NAKAMURA Takumi | Revert r260265, "clang-cl: Support loading plugins... |
commit | commitdiff | tree | snapshot |
2016-02-11 |
Oliver Stannard | [ARM] Add command-line options for ARMv8.2-A |
commit | commitdiff | tree | snapshot |
2016-02-11 |
Rafael Espindola | Revert "Bail on compilation as soon as a job fails." |
commit | commitdiff | tree | snapshot |
2016-02-11 |
Andrey Bokhanko | Partial revert of rL260506. |
commit | commitdiff | tree | snapshot |
2016-02-11 |
Daniel Jasper | clang-format: [JS] Support for (.. of ..) loops. |
commit | commitdiff | tree | snapshot |
2016-02-11 |
Daniel Jasper | clang-format: Make indentation after "<<" more consistent. |
commit | commitdiff | tree | snapshot |
2016-02-11 |
Denis Zobnin | [MCU] Fix assertion failure on function returning empty... |
commit | commitdiff | tree | snapshot |
2016-02-11 |
Andrey Bokhanko | Update of "GCC extensions not implemented yet" in Clang... |
commit | commitdiff | tree | snapshot |
2016-02-11 |
Daniel Jasper | clang-format: Make it more expensive to break template... |
commit | commitdiff | tree | snapshot |
2016-02-11 |
Akira Hatanaka | [Objective-c] Stop attaching section "datacoal_nt"... |
commit | commitdiff | tree | snapshot |
2016-02-11 |
Alexey Bataev | [OPENMP] Rename OMPCapturedFieldDecl to OMPCapturedExpr... |
commit | commitdiff | tree | snapshot |
2016-02-11 |
Justin Lebar | [CUDA] Don't crash when trying to printf a non-scalar... |
commit | commitdiff | tree | snapshot |
2016-02-11 |
Justin Lebar | Remove unused ToolChain arg from Driver::ConstructPhase... |
commit | commitdiff | tree | snapshot |
2016-02-11 |
Reid Kleckner | Fix two tests relying on LLVM -O1 behavior |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Hans Wennborg | Revert r260388 "[MS ABI] Never reference dllimport... |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Justin Lebar | Bail on compilation as soon as a job fails. |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Reid Kleckner | [clang-cl] /Z7 now generates normal debug info, not... |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Mandeep Singh... | Test commit, fixed "clang" to "Clang" in docs |
commit | commitdiff | tree | snapshot |
next |