2016-06-29 |
Richard Smith | Convert another case over to RevertingTentativeParsingA... |
commit | commitdiff | tree | snapshot |
2016-06-29 |
Richard Smith | Switch to an RAII object to revert tentative parsing... |
commit | commitdiff | tree | snapshot |
2016-06-29 |
Michael Gottesman | [ClangConfig] Replace paths with the same value as... |
commit | commitdiff | tree | snapshot |
2016-06-29 |
Michael Gottesman | [cmake] Move creation of ClangTargets and installation... |
commit | commitdiff | tree | snapshot |
2016-06-29 |
Yaxun Liu | [OpenCL] Allow -cl-std and other standard -cl- options... |
commit | commitdiff | tree | snapshot |
2016-06-29 |
Yaron Keren | Add CapturedDecl::parameters() ArrayRef accessors follo... |
commit | commitdiff | tree | snapshot |
2016-06-29 |
Reid Kleckner | Re-land "[MS] Don't expect vftables to be provided... |
commit | commitdiff | tree | snapshot |
2016-06-29 |
Manman Ren | AvailabilityAttr: update the document for macosx |
commit | commitdiff | tree | snapshot |
2016-06-29 |
Simon Pilgrim | [X86][SSE2] Updated tests to match llvm\test\CodeGen... |
commit | commitdiff | tree | snapshot |
2016-06-29 |
Alexey Bader | [OpenCL] Add attribute 'pure' to read_image built-in... |
commit | commitdiff | tree | snapshot |
2016-06-29 |
Alexey Bader | [OpenCL] Fix typo in as_type test. |
commit | commitdiff | tree | snapshot |
2016-06-29 |
Andrey Turetskiy | Use ArgList::hasFlag to check if -miamcu/-mno-iamcu... |
commit | commitdiff | tree | snapshot |
2016-06-29 |
Pankaj Gode | [Driver][AArch64] Add support for Broadcom Vulcan core. |
commit | commitdiff | tree | snapshot |
2016-06-29 |
Igor Breger | [AVX512] Zero extend cmp intrinsic return value. |
commit | commitdiff | tree | snapshot |
2016-06-29 |
Vedant Kumar | Revert "[Coverage] Adopt llvm::coverage::encodeFilename... |
commit | commitdiff | tree | snapshot |
2016-06-29 |
Adam Nemet | [Diag] Add getter shouldAlwaysPrint. NFC |
commit | commitdiff | tree | snapshot |
2016-06-29 |
Richard Smith | Mark inheriting constructors as deleted if the correspo... |
commit | commitdiff | tree | snapshot |
2016-06-29 |
Sean Silva | Revert "[PS4] Tighten up a test (noticed in passing)" |
commit | commitdiff | tree | snapshot |
2016-06-28 |
Richard Smith | Function declarations are, in fact, permitted in the... |
commit | commitdiff | tree | snapshot |
2016-06-28 |
Erik Pilkington | [Sema] Disallow ambigious base classes in template... |
commit | commitdiff | tree | snapshot |
2016-06-28 |
Manman Ren | ObjC Class Property: diagnostics when accessing a class... |
commit | commitdiff | tree | snapshot |
2016-06-28 |
Manman Ren | AvailabilityAttr: we accept "macos" as the platform... |
commit | commitdiff | tree | snapshot |
2016-06-28 |
Richard Smith | cxx_status: make c++17 footnote list formatting consist... |
commit | commitdiff | tree | snapshot |
2016-06-28 |
Richard Smith | cxx_status: fix footnote for p0136. |
commit | commitdiff | tree | snapshot |
2016-06-28 |
Richard Smith | Update cxx_dr_status from test/CXX/drs. |
commit | commitdiff | tree | snapshot |
2016-06-28 |
Chris Bieneman | [CMake] Adding USES_TERMINAL to a few additional custom... |
commit | commitdiff | tree | snapshot |
2016-06-28 |
Richard Smith | Fix unreasonably-precise CHECK. |
commit | commitdiff | tree | snapshot |
2016-06-28 |
Richard Smith | P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941... |
commit | commitdiff | tree | snapshot |
2016-06-28 |
Chris Bieneman | [CMake] Connect check-compiler-rt to check-all |
commit | commitdiff | tree | snapshot |
2016-06-28 |
Artur Pilipenko | Update the expected masked load/store intrinsics names... |
commit | commitdiff | tree | snapshot |
2016-06-28 |
Artur Pilipenko | NFC. Test commit, remove a redundant empty line in... |
commit | commitdiff | tree | snapshot |
2016-06-28 |
Chris Bieneman | [CMake] Pass LLVM_LIT_ARGS into compiler-rt build. |
commit | commitdiff | tree | snapshot |
2016-06-28 |
Chris Bieneman | [CMake] [Apple Clang] Enable Compiler-RT tests on stage... |
commit | commitdiff | tree | snapshot |
2016-06-28 |
Samuel Benzaquen | [ASTMatchers] Add isLambda() matcher. |
commit | commitdiff | tree | snapshot |
2016-06-28 |
Chris Dewhurst | [SPARC] Allows inlining of atomics for Sparc32 with... |
commit | commitdiff | tree | snapshot |
2016-06-28 |
Nikolay Haustov | [Driver] Add method to redirect output of Compilation. |
commit | commitdiff | tree | snapshot |
2016-06-28 |
NAKAMURA Takumi | Revert r273950, (empty). Please recommit it with readab... |
commit | commitdiff | tree | snapshot |
2016-06-28 |
David Majnemer | [clang-cl] Define _MSVC_LANG |
commit | commitdiff | tree | snapshot |
2016-06-28 |
David Majnemer | [intrin.h] Certain _Interlocked intrinsics return the... |
commit | commitdiff | tree | snapshot |
2016-06-28 |
Jordan Rose | Avoid accessing an invalid PresumedLoc. |
commit | commitdiff | tree | snapshot |
2016-06-28 |
Saleem Abdulrasool | Frontend: clang-format a statement, NFC |
commit | commitdiff | tree | snapshot |
2016-06-28 |
Matt Arsenault | AMDGPU: Add builtin to read exec mask |
commit | commitdiff | tree | snapshot |
2016-06-27 |
Chris Dewhurst | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk... |
commit | commitdiff | tree | snapshot |
2016-06-27 |
Yaxun Liu | Attempting to fix lit test test/Headers/opencl-c-header... |
commit | commitdiff | tree | snapshot |
2016-06-27 |
Richard Smith | Add simple, stupid, pattern-based fuzzer / reducer... |
commit | commitdiff | tree | snapshot |
2016-06-27 |
George Burgess IV | [ExprConstant] Fix PR28314 - crash while evluating... |
commit | commitdiff | tree | snapshot |
2016-06-27 |
Kelvin Li | [OpenMP] Diagnose missing cases of statements between... |
commit | commitdiff | tree | snapshot |
2016-06-27 |
Carlo Bertolli | Resubmission of http://reviews.llvm.org/D21564 after... |
commit | commitdiff | tree | snapshot |
2016-06-27 |
David Majnemer | [clang-cl] Implement support for /std |
commit | commitdiff | tree | snapshot |
2016-06-26 |
Asaf Badouh | [X86] add _mm_loadu_si64 |
commit | commitdiff | tree | snapshot |
2016-06-25 |
James Y Knight | Fix unused variable warning after r273754. |
commit | commitdiff | tree | snapshot |
2016-06-25 |
Craig Topper | [X86] Fix pslldq/psrldq intrinsics to not fail compilat... |
commit | commitdiff | tree | snapshot |
2016-06-25 |
Peter Collingbourne | Fix bad test expectation. |
commit | commitdiff | tree | snapshot |
2016-06-25 |
Peter Collingbourne | CodeGen: Start emitting checked loads when both trappin... |
commit | commitdiff | tree | snapshot |
2016-06-25 |
Richard Smith | Implement C++17 P0386R2, inline variables. (The 'inline... |
commit | commitdiff | tree | snapshot |
2016-06-24 |
Rafael Espindola | Add support for musl-libc on ARM Linux. |
commit | commitdiff | tree | snapshot |
2016-06-24 |
Peter Collingbourne | CodeGen: Update Clang to use the new type metadata. |
commit | commitdiff | tree | snapshot |
2016-06-24 |
Chris Bieneman | [CMake] Remove CLANG_APPEND_VC_REV option |
commit | commitdiff | tree | snapshot |
2016-06-24 |
Carlo Bertolli | Revert r273705 |
commit | commitdiff | tree | snapshot |
2016-06-24 |
Carlo Bertolli | [OpenMP] Initial implementation of parse and sema for... |
commit | commitdiff | tree | snapshot |
2016-06-24 |
Martin Probst | clang-format: [JS] Fix build breakage. |
commit | commitdiff | tree | snapshot |
2016-06-24 |
Stephan Bergmann | DeadStoresChecker: Don't warn about dead stores into... |
commit | commitdiff | tree | snapshot |
2016-06-24 |
Richard Smith | Correct error in change description. |
commit | commitdiff | tree | snapshot |
2016-06-24 |
Richard Smith | Remaining motions pass. |
commit | commitdiff | tree | snapshot |
2016-06-24 |
Richard Smith | Inline variables tentatively approved for C++17. |
commit | commitdiff | tree | snapshot |
2016-06-24 |
Richard Smith | Updates from further motions. |
commit | commitdiff | tree | snapshot |
2016-06-24 |
Strahinja Petrovic | Fix make-check issues |
commit | commitdiff | tree | snapshot |
2016-06-24 |
Richard Smith | More approved features for C++17. |
commit | commitdiff | tree | snapshot |
2016-06-24 |
Richard Smith | Dynamic memory allocation with alignment has been appro... |
commit | commitdiff | tree | snapshot |
2016-06-24 |
Richard Smith | Using for attributes voted into C++17. |
commit | commitdiff | tree | snapshot |
2016-06-24 |
Strahinja Petrovic | This patch fixes problem with passing structures and... |
commit | commitdiff | tree | snapshot |
2016-06-24 |
Richard Smith | Add (commented out) status entries for the upcoming... |
commit | commitdiff | tree | snapshot |
2016-06-24 |
Cong Liu | IgnoringImplicit matcher. |
commit | commitdiff | tree | snapshot |
2016-06-24 |
David Majnemer | try to fix the MSVC build |
commit | commitdiff | tree | snapshot |
2016-06-24 |
David Majnemer | Use even more ArrayRefs |
commit | commitdiff | tree | snapshot |
2016-06-24 |
David Majnemer | Use more ArrayRefs |
commit | commitdiff | tree | snapshot |
2016-06-24 |
David Majnemer | Use the same underlying type for bitfields |
commit | commitdiff | tree | snapshot |
2016-06-23 |
NAKAMURA Takumi | Parser::ParseCXXCondition(): Prune \param in r273548... |
commit | commitdiff | tree | snapshot |
2016-06-23 |
Martin Probst | clang-format: [JS] handle conditionals in fields, defau... |
commit | commitdiff | tree | snapshot |
2016-06-23 |
Dehao Chen | Invoke simplifycfg and sroa before instcombine. |
commit | commitdiff | tree | snapshot |
2016-06-23 |
Martin Probst | clang-format: [JS] recognize more type locations. |
commit | commitdiff | tree | snapshot |
2016-06-23 |
Richard Smith | Implement p0292r2 (constexpr if), a likely C++1z feature. |
commit | commitdiff | tree | snapshot |
2016-06-23 |
Richard Smith | Re-commit r273548, reverted in r273589, with a fix... |
commit | commitdiff | tree | snapshot |
2016-06-23 |
Peter Collingbourne | Add a test case for the regression in -Wfor-loop-analys... |
commit | commitdiff | tree | snapshot |
2016-06-23 |
Peter Collingbourne | Revert r273548, "Rearrange condition handling so that... |
commit | commitdiff | tree | snapshot |
2016-06-23 |
Ben Craig | [Analyzer] Don't cache report generation ExplodedNodes |
commit | commitdiff | tree | snapshot |
2016-06-23 |
Rafael Espindola | Restructure the propagation of -fPIC/-fPIE. |
commit | commitdiff | tree | snapshot |
2016-06-23 |
Aaron Ballman | Fixing a FIXME related to Unicode support on Windows... |
commit | commitdiff | tree | snapshot |
2016-06-23 |
Saleem Abdulrasool | CodeGen: support linker options on Windows ARM |
commit | commitdiff | tree | snapshot |
2016-06-23 |
Daniel Jasper | clang-format: [Proto] Use more compact format for text... |
commit | commitdiff | tree | snapshot |
2016-06-23 |
Daniel Sanders | Attempt to fix MIPS buildbots after r273425. |
commit | commitdiff | tree | snapshot |
2016-06-23 |
Richard Smith | Rearrange condition handling so that semantic checks... |
commit | commitdiff | tree | snapshot |
2016-06-23 |
Craig Topper | [AVX512] Replace masked unpack builtins with shufflevec... |
commit | commitdiff | tree | snapshot |
2016-06-23 |
David Majnemer | Use ranges to concisely express iteration |
commit | commitdiff | tree | snapshot |
2016-06-22 |
Simon Atanasyan | [driver] Remove one more bunch of empty 'test inputs... |
commit | commitdiff | tree | snapshot |
2016-06-22 |
Simon Atanasyan | [driver] Remove empty folders from the Inputs folder... |
commit | commitdiff | tree | snapshot |
2016-06-22 |
Simon Atanasyan | [driver][mips] Factor out findMIPSMultilibs code into... |
commit | commitdiff | tree | snapshot |
2016-06-22 |
Vedant Kumar | [Coverage] Push a new region when handling CXXTryStmts |
commit | commitdiff | tree | snapshot |
2016-06-22 |
Reid Kleckner | [codeview] Set the new IntroducedVirtual debug info... |
commit | commitdiff | tree | snapshot |
2016-06-22 |
Rafael Espindola | Make this test a bit more strict and fix it. |
commit | commitdiff | tree | snapshot |
next |