2015-07-15 |
Birunthan Mohanathas | clang-format: Fix return type breaking with overloaded... |
commit | commitdiff | tree | snapshot |
2015-07-15 |
Evgeniy Stepanov | -disable-llvm-optzns in one clang test. |
commit | commitdiff | tree | snapshot |
2015-07-15 |
Yaron Keren | Actually requiring shell disables the test on Windows... |
commit | commitdiff | tree | snapshot |
2015-07-15 |
Bill Schmidt | [PPC64] Update tests for vec_sld |
commit | commitdiff | tree | snapshot |
2015-07-15 |
Yaron Keren | Since r179283, internal shell is default on windows... |
commit | commitdiff | tree | snapshot |
2015-07-15 |
Reid Kleckner | Run clang-format on Tools.h, the indentation is inconsi... |
commit | commitdiff | tree | snapshot |
2015-07-15 |
David Majnemer | [Targets] Define __BOOL_DEFINED for Windows targets... |
commit | commitdiff | tree | snapshot |
2015-07-15 |
Aaron Ballman | Add the ability to AST match a variable declaration... |
commit | commitdiff | tree | snapshot |
2015-07-15 |
Daniel Jasper | clang-format: Fix column layout with a comment in the... |
commit | commitdiff | tree | snapshot |
2015-07-15 |
Bill Schmidt | [PPC64LE] Fix vec_sld semantics for little endian |
commit | commitdiff | tree | snapshot |
2015-07-15 |
Rafael Espindola | Set comdat when an available_externally thunk is conver... |
commit | commitdiff | tree | snapshot |
2015-07-15 |
Yaron Keren | Add support for armv7-windows-gnu targets to the clang... |
commit | commitdiff | tree | snapshot |
2015-07-15 |
Peter Collingbourne | CodeGen: Improve CFI type blacklisting mechanism. |
commit | commitdiff | tree | snapshot |
2015-07-15 |
Alexey Bataev | [OPENMP] http://llvm.org/PR24121: canonical loop reject... |
commit | commitdiff | tree | snapshot |
2015-07-15 |
Yaron Keren | Fix test to run under MSYS2 by disabling MSYS conversio... |
commit | commitdiff | tree | snapshot |
2015-07-15 |
Yaron Keren | Update test comment that it fails the same way on MSYS2. |
commit | commitdiff | tree | snapshot |
2015-07-15 |
Alexey Bataev | Fix comments for several methods, NFC |
commit | commitdiff | tree | snapshot |
2015-07-15 |
Alexey Bataev | Remove extra \brief comment, NFC |
commit | commitdiff | tree | snapshot |
2015-07-15 |
James Dennett | Documentation cleanup, mostly fixing summaries. No... |
commit | commitdiff | tree | snapshot |
2015-07-15 |
Richard Smith | [modules] Switch to the normal reverse postorder visita... |
commit | commitdiff | tree | snapshot |
2015-07-14 |
Davide Italiano | [Sema] Don't emit "pure virtual" warning for fully... |
commit | commitdiff | tree | snapshot |
2015-07-14 |
Hans Wennborg | Update cxx_dr_status.html after 3.7 branch |
commit | commitdiff | tree | snapshot |
2015-07-14 |
Tyler Nowicki | Make the variable names match the name of the metadata... |
commit | commitdiff | tree | snapshot |
2015-07-14 |
Hans Wennborg | docs/conf.py: update version to 3.8 |
commit | commitdiff | tree | snapshot |
2015-07-14 |
Hans Wennborg | ReleaseNotes.rst: Bump version to 3.8 |
commit | commitdiff | tree | snapshot |
2015-07-14 |
Justin Bogner | Driver: Delete dead code |
commit | commitdiff | tree | snapshot |
2015-07-14 |
NAKAMURA Takumi | Sema.h: Just prune a redundant \brief introduced in... |
commit | commitdiff | tree | snapshot |
2015-07-14 |
Paul Robinson | Add a "maximum TLS alignment" characteristic to the... |
commit | commitdiff | tree | snapshot |
2015-07-14 |
David Majnemer | [Sema] Emit a better diagnostic when variable redeclara... |
commit | commitdiff | tree | snapshot |
2015-07-14 |
Artem Belevich | Run cuda options test only with specific target. |
commit | commitdiff | tree | snapshot |
2015-07-14 |
Richard Smith | [modules] Avoid repeatedly hashing the same name when... |
commit | commitdiff | tree | snapshot |
2015-07-14 |
Reid Kleckner | [clang-cl] Disable C++ exceptions a different way |
commit | commitdiff | tree | snapshot |
2015-07-14 |
Sunil Srivastava | Fixed 22941: Integer template parameter as immediate... |
commit | commitdiff | tree | snapshot |
2015-07-14 |
Nemanja Ivanovic | Add missing builtins to altivec.h for ABI compliance... |
commit | commitdiff | tree | snapshot |
2015-07-14 |
David Blaikie | Rely on default zero-arg value for IRBuilder::CreateCal... |
commit | commitdiff | tree | snapshot |
2015-07-14 |
Hans Wennborg | AST Matchers: pass ast_type_traits::DynTypedNode by... |
commit | commitdiff | tree | snapshot |
2015-07-14 |
Benjamin Kramer | Pull trivial SanitizerSet methods into the header. |
commit | commitdiff | tree | snapshot |
2015-07-14 |
Yaron Keren | Support mingw-w64 toolchain on openSUSE and likely... |
commit | commitdiff | tree | snapshot |
2015-07-14 |
Asaf Badouh | [x86] add 2 bit to ObjCOrBuiltinID and new intrinsics |
commit | commitdiff | tree | snapshot |
2015-07-14 |
Benjamin Kramer | [Analyzer] Move FindSuperCallVisitor into an anonymous... |
commit | commitdiff | tree | snapshot |
2015-07-14 |
Daniel Jasper | clang-format: Fix formatting of multiple lambdas in... |
commit | commitdiff | tree | snapshot |
2015-07-14 |
Alexey Bataev | [OPENMP] Drop type qualifiers from private variables. |
commit | commitdiff | tree | snapshot |
2015-07-14 |
Serge Pavlov | Classes inside lambdas are local not nested. |
commit | commitdiff | tree | snapshot |
2015-07-14 |
NAKAMURA Takumi | Tweak clang/test/PCH/chain-openmp-threadprivate.cpp... |
commit | commitdiff | tree | snapshot |
2015-07-14 |
Alexey Bataev | Fix for clang memcpyizer bugs 23911 and 23924 (patch... |
commit | commitdiff | tree | snapshot |
2015-07-14 |
Yaron Keren | Fix test for Visual C++ link.exe. |
commit | commitdiff | tree | snapshot |
2015-07-14 |
Yaron Keren | Fix test for Visual C++. |
commit | commitdiff | tree | snapshot |
2015-07-14 |
Yaron Keren | Add support for -fuse-ld= in the mingw toolchain driver. |
commit | commitdiff | tree | snapshot |
2015-07-14 |
NAKAMURA Takumi | Mark clang/test/PCH/chain-openmp-threadprivate.cpp... |
commit | commitdiff | tree | snapshot |
2015-07-14 |
NAKAMURA Takumi | clang/test/lit.cfg: Introduce the feature "tls", for... |
commit | commitdiff | tree | snapshot |
2015-07-14 |
Richard Smith | Add file missed from r242105. |
commit | commitdiff | tree | snapshot |
2015-07-14 |
Richard Smith | [modules] When diagnosing errors in module map files... |
commit | commitdiff | tree | snapshot |
2015-07-14 |
Adrian Prantl | Remove a completely redundant initialization of llvm... |
commit | commitdiff | tree | snapshot |
2015-07-14 |
Evgeniy Stepanov | Basic code generation for MSan use-after-dtor. |
commit | commitdiff | tree | snapshot |
2015-07-14 |
Richard Smith | Extend -ftime-report to give more information about... |
commit | commitdiff | tree | snapshot |
2015-07-14 |
Samuel Antao | [OpenMP] Add REQUIRES pragma to threadprivate regressio... |
commit | commitdiff | tree | snapshot |
2015-07-13 |
David Majnemer | [Intrin.h] Use __ATOMIC_SEQ_CST instead of '5' |
commit | commitdiff | tree | snapshot |
2015-07-13 |
David Majnemer | [Intrin.h] Make the variable names more consistent |
commit | commitdiff | tree | snapshot |
2015-07-13 |
Artem Belevich | [cuda] Driver changes to compile and stitch together... |
commit | commitdiff | tree | snapshot |
2015-07-13 |
Samuel Antao | [OpenMP] Add TLS-based implementation for threadprivate... |
commit | commitdiff | tree | snapshot |
2015-07-13 |
Rafael Espindola | This reverts commit r242058, r242065, r242067. |
commit | commitdiff | tree | snapshot |
2015-07-13 |
NAKAMURA Takumi | clang/test/Driver/cuda-options.cu REQUIRES clang-driver... |
commit | commitdiff | tree | snapshot |
2015-07-13 |
Artem Belevich | Fixed regex to properly match '64' in the test case. |
commit | commitdiff | tree | snapshot |
2015-07-13 |
Benjamin Kramer | Move class into an anonymous namespace. NFC. |
commit | commitdiff | tree | snapshot |
2015-07-13 |
Artem Belevich | [cuda] Driver changes to compile and stitch together... |
commit | commitdiff | tree | snapshot |
2015-07-13 |
Ben Langmuir | [Modules] Allow missing header before a missing requirement |
commit | commitdiff | tree | snapshot |
2015-07-13 |
Nico Weber | clang-cl: For files setting output names, mention which... |
commit | commitdiff | tree | snapshot |
2015-07-13 |
Mark Heffernan | Update documentation for unroll pragmas on loops with... |
commit | commitdiff | tree | snapshot |
2015-07-13 |
Birunthan Mohanathas | clang-format: Print token type name instead of number... |
commit | commitdiff | tree | snapshot |
2015-07-13 |
Ulrich Weigand | Support alternate attribute spelling __enable_if__ |
commit | commitdiff | tree | snapshot |
2015-07-13 |
Ulrich Weigand | Update comment |
commit | commitdiff | tree | snapshot |
2015-07-13 |
Rafael Espindola | Set the linkage before setting the visibility. |
commit | commitdiff | tree | snapshot |
2015-07-13 |
David Majnemer | Intrin.h: Don't invade the program's namespace |
commit | commitdiff | tree | snapshot |
2015-07-13 |
David Majnemer | Intrin.h: Clean up our atomic intrinsics |
commit | commitdiff | tree | snapshot |
2015-07-13 |
NAKAMURA Takumi | Fix clang/unittests/ASTMatchers/Dynamic/Makefile. clang... |
commit | commitdiff | tree | snapshot |
2015-07-12 |
Richard Smith | Minor simplification, no functionality change. |
commit | commitdiff | tree | snapshot |
2015-07-12 |
Richard Smith | [modules] Improve performance when there is a local... |
commit | commitdiff | tree | snapshot |
2015-07-12 |
Davide Italiano | [Sema] If lvalue to rvalue reference cast is valid... |
commit | commitdiff | tree | snapshot |
2015-07-12 |
NAKAMURA Takumi | Tweak libclang's users, c-arcmt-test, c-index-test... |
commit | commitdiff | tree | snapshot |
2015-07-12 |
NAKAMURA Takumi | Reformat Makefile. |
commit | commitdiff | tree | snapshot |
2015-07-12 |
Birunthan Mohanathas | clang-format: Add Mozilla brace breaking style |
commit | commitdiff | tree | snapshot |
2015-07-11 |
Daniel Jasper | clang-format: Extend vim integration so that a line... |
commit | commitdiff | tree | snapshot |
2015-07-10 |
Justin Bogner | Sema: Allow null names to be passed in to isAcceptableT... |
commit | commitdiff | tree | snapshot |
2015-07-10 |
Richard Smith | [modules] When checking the include guard for a header... |
commit | commitdiff | tree | snapshot |
2015-07-10 |
Reid Kleckner | Disable C++ EH by default for clang-cl and MSVC environ... |
commit | commitdiff | tree | snapshot |
2015-07-10 |
Jordan Rose | [analyzer] When forced to fake a block type, do it... |
commit | commitdiff | tree | snapshot |
2015-07-10 |
David Majnemer | [MS ABI] Don't generates code for unreferenced inline... |
commit | commitdiff | tree | snapshot |
2015-07-10 |
Richard Smith | [modules] Fix "prefer own module over others" rule... |
commit | commitdiff | tree | snapshot |
2015-07-10 |
Evgeniy Stepanov | Add an experimental flag -fsanitize-memory-use-after... |
commit | commitdiff | tree | snapshot |
2015-07-10 |
Artem Belevich | Changed Driver::getToolChain() to use Triple as an... |
commit | commitdiff | tree | snapshot |
2015-07-10 |
Akira Hatanaka | [inlineasm] Attach readonly and readnone to inline... |
commit | commitdiff | tree | snapshot |
2015-07-10 |
Yaron Keren | Teach clang that -no-pthread is a valid command line... |
commit | commitdiff | tree | snapshot |
2015-07-10 |
Eric Christopher | Refactor PPC ABI handling to accept and silently ignore... |
commit | commitdiff | tree | snapshot |
2015-07-10 |
Eric Christopher | Fix a couple of typos: specifc->specific. |
commit | commitdiff | tree | snapshot |
2015-07-10 |
Diego Novillo | Factor PGO and coverage flag processing out of Clang... |
commit | commitdiff | tree | snapshot |
2015-07-10 |
Ulrich Weigand | Respect alignment of nested bitfields |
commit | commitdiff | tree | snapshot |
2015-07-10 |
Adrian Prantl | Add a missing dependency to unittests/Frontend. |
commit | commitdiff | tree | snapshot |
2015-07-10 |
Nemanja Ivanovic | The test case still runs on non-ppc targets. Added... |
commit | commitdiff | tree | snapshot |
2015-07-10 |
Daniel Jasper | clang-format: [JS] Assign proper penalties when breakin... |
commit | commitdiff | tree | snapshot |
2015-07-10 |
Nemanja Ivanovic | Add missing builtins to altivec.h for ABI compliance... |
commit | commitdiff | tree | snapshot |
next |