2016-07-21 |
Davide Italiano | [CodeGen] Handle recursion in LLVMIRGeneration Timer. |
commit | commitdiff | tree | snapshot |
2016-07-21 |
George Burgess IV | [Sema] Fix PR28623. |
commit | commitdiff | tree | snapshot |
2016-07-20 |
Xinliang David Li | [Profile] Document new profile file name modifiers |
commit | commitdiff | tree | snapshot |
2016-07-20 |
Kelvin Li | [OpenMP] Sema and parsing for 'target simd' pragma |
commit | commitdiff | tree | snapshot |
2016-07-20 |
Richard Smith | Fix memory leak introduced in r276159. |
commit | commitdiff | tree | snapshot |
2016-07-20 |
John McCall | When copying an array into a lambda, destroy temporarie... |
commit | commitdiff | tree | snapshot |
2016-07-20 |
Kelvin Li | [OpenMP] Allow negative lower bound in array sections... |
commit | commitdiff | tree | snapshot |
2016-07-20 |
Kelvin Li | [OpenMP] Ignore parens in atomic capture |
commit | commitdiff | tree | snapshot |
2016-07-20 |
Yaxun Liu | [OpenCL] AMDGCN target will generate images in constant... |
commit | commitdiff | tree | snapshot |
2016-07-20 |
Richard Smith | [modules] Don't emit initializers for VarDecls within... |
commit | commitdiff | tree | snapshot |
2016-07-20 |
Richard Smith | Fix modules self-host: add missing include and forward... |
commit | commitdiff | tree | snapshot |
2016-07-20 |
Reid Kleckner | [MS] Improve VPtrInfo field names and doc comments |
commit | commitdiff | tree | snapshot |
2016-07-20 |
Simon Pilgrim | [X86][SSE] Reimplement SSE fp2si conversion intrinsics... |
commit | commitdiff | tree | snapshot |
2016-07-20 |
Akira Hatanaka | [Sema] Compute the nullability of a conditional express... |
commit | commitdiff | tree | snapshot |
2016-07-20 |
Hubert Tong | Revert r276069: MSVC bots not happy |
commit | commitdiff | tree | snapshot |
2016-07-20 |
Hubert Tong | Fix r276069: add default argument for new parameter |
commit | commitdiff | tree | snapshot |
2016-07-20 |
Hubert Tong | Fix r276069: use LLVM_CONSTEXPR |
commit | commitdiff | tree | snapshot |
2016-07-20 |
Hubert Tong | Concepts: Create space for requires-clause in TemplateP... |
commit | commitdiff | tree | snapshot |
2016-07-19 |
Bruno Cardoso... | [SemaObjC] Improve ObjCDictionaryLiteral and ObjCArryLi... |
commit | commitdiff | tree | snapshot |
2016-07-19 |
David Majnemer | Let FuncAttrs infer the 'returned' argument attribute |
commit | commitdiff | tree | snapshot |
2016-07-19 |
Yaxun Liu | [OpenCL] Fixes bug of missing OCL version metadata... |
commit | commitdiff | tree | snapshot |
2016-07-19 |
Sylvestre Ledru | Add support of the latest Ubuntu (Yakkety Yak - 16.10) |
commit | commitdiff | tree | snapshot |
2016-07-19 |
Dmitry Polukhin | Fix for failing bot sanitizer-x86_64-linux-fast after... |
commit | commitdiff | tree | snapshot |
2016-07-19 |
Dmitry Polukhin | Deprecated (legacy) string literal conversion to 'char... |
commit | commitdiff | tree | snapshot |
2016-07-19 |
Daniel Sanders | [mips] Correct label prefixes for N32 and N64. |
commit | commitdiff | tree | snapshot |
2016-07-19 |
Simon Atanasyan | [driver][mips] Remove empty folder from test inputs |
commit | commitdiff | tree | snapshot |
2016-07-19 |
Simon Atanasyan | [driver][mips] Support MIPS targets in modern Android NDK |
commit | commitdiff | tree | snapshot |
2016-07-19 |
Alexey Bataev | [OPENMP] Removed loop statement as its body executes... |
commit | commitdiff | tree | snapshot |
2016-07-19 |
Alexey Bataev | [OPENMP] Improved processing of 'priority' clause,... |
commit | commitdiff | tree | snapshot |
2016-07-19 |
Samuel Antao | Append clang system include path for offloading tool... |
commit | commitdiff | tree | snapshot |
2016-07-18 |
Samuel Antao | [OpenMP] Remove dead code in conditional of mappable... |
commit | commitdiff | tree | snapshot |
2016-07-18 |
Kelvin Li | [OpenMP] Fix incorrect diagnostics in map clause |
commit | commitdiff | tree | snapshot |
2016-07-18 |
Richard Smith | Fix some minor issues found by Coverity. |
commit | commitdiff | tree | snapshot |
2016-07-18 |
Vedant Kumar | [Coverage] Remove '..' from filenames *after* getting... |
commit | commitdiff | tree | snapshot |
2016-07-18 |
Vedant Kumar | [Coverage] Normalize '..' out of filename strings |
commit | commitdiff | tree | snapshot |
2016-07-18 |
Bruno Cardoso... | [Sema] Create a separate group for incompatible functio... |
commit | commitdiff | tree | snapshot |
2016-07-18 |
Mehdi Amini | Add missing header in ClangFuzzer (after r275882 cleanup) |
commit | commitdiff | tree | snapshot |
2016-07-18 |
Bob Wilson | Allow iOS and tvOS version numbers with 2-digit major... |
commit | commitdiff | tree | snapshot |
2016-07-18 |
Vedant Kumar | [Driver] Compute effective target triples once per... |
commit | commitdiff | tree | snapshot |
2016-07-18 |
Vedant Kumar | [Driver] Make Driver::DefaultTargetTriple private ... |
commit | commitdiff | tree | snapshot |
2016-07-18 |
Mehdi Amini | [NFC] Header cleanup |
commit | commitdiff | tree | snapshot |
2016-07-18 |
Devin Coughlin | Revert "[analyzer] Add checker modeling potential C... |
commit | commitdiff | tree | snapshot |
2016-07-18 |
Yunzhong Gao | Support -masm= flag for x86 assembly targets. |
commit | commitdiff | tree | snapshot |
2016-07-18 |
Hans Wennborg | docs/conf.py: update version to 4.0 |
commit | commitdiff | tree | snapshot |
2016-07-18 |
Hans Wennborg | Trunk release notes are now for 4.0.0 |
commit | commitdiff | tree | snapshot |
2016-07-18 |
Reid Kleckner | [clang-cl] Reinstate -gline-tables-only as a CoreOption... |
commit | commitdiff | tree | snapshot |
2016-07-18 |
Devin Coughlin | [analyzer] Add checker modeling potential C++ self... |
commit | commitdiff | tree | snapshot |
2016-07-18 |
Paul Robinson | Release note for 'nodebug' on variables |
commit | commitdiff | tree | snapshot |
2016-07-18 |
Kelvin Li | [OpenMP] update test cases for -std=c++11 compile |
commit | commitdiff | tree | snapshot |
2016-07-18 |
NAKAMURA Takumi | Revert r275678, "Revert "Revert r275027 - Let FuncAttrs... |
commit | commitdiff | tree | snapshot |
2016-07-17 |
Saleem Abdulrasool | test: add missing triple to test |
commit | commitdiff | tree | snapshot |
2016-07-17 |
Saleem Abdulrasool | CodeGen: honour dllstorage on ObjC types |
commit | commitdiff | tree | snapshot |
2016-07-17 |
Saleem Abdulrasool | CodeGen: whitespace, formatting cleanups, NFC |
commit | commitdiff | tree | snapshot |
2016-07-17 |
Saleem Abdulrasool | CodeGen: whitespace cleanup, StringRef usage in ObjC... |
commit | commitdiff | tree | snapshot |
2016-07-17 |
Richard Smith | Attempt to work around MSVC rejects-valid, round 2. |
commit | commitdiff | tree | snapshot |
2016-07-17 |
Richard Smith | PR28589: attempt to work around MSVC rejects-valid. |
commit | commitdiff | tree | snapshot |
2016-07-17 |
David Majnemer | [CodeGen] Some assorted cleanups |
commit | commitdiff | tree | snapshot |
2016-07-16 |
Saleem Abdulrasool | CodeGen: use StringRefs more in ObjC class generation... |
commit | commitdiff | tree | snapshot |
2016-07-16 |
Saleem Abdulrasool | CodeGen: simplify using a local variable, NFC |
commit | commitdiff | tree | snapshot |
2016-07-16 |
Hal Finkel | Revert "Revert r275029 - Update Clang tests after addin... |
commit | commitdiff | tree | snapshot |
2016-07-16 |
Sean Silva | [Driver] Add flags for enabling both types of PGO Instr... |
commit | commitdiff | tree | snapshot |
2016-07-16 |
Eric Christopher | Remove extra semi-colon. Fixes warning and Werror bots. |
commit | commitdiff | tree | snapshot |
2016-07-16 |
Erik Pilkington | [ObjC] Implement @available in the Parser and AST |
commit | commitdiff | tree | snapshot |
2016-07-16 |
Richard Smith | Reimplement ExternalSemaSource delegation in terms of |
commit | commitdiff | tree | snapshot |
2016-07-16 |
Samuel Antao | Use std::string instead of StringRef when generating... |
commit | commitdiff | tree | snapshot |
2016-07-15 |
Samuel Antao | Attempt to fix breakage caused by r275645 for Windows... |
commit | commitdiff | tree | snapshot |
2016-07-15 |
Samuel Antao | [CUDA][OpenMP] Create generic offload action |
commit | commitdiff | tree | snapshot |
2016-07-15 |
Argyrios Kyrtzidis | [index] Create different USR if a property is a class... |
commit | commitdiff | tree | snapshot |
2016-07-15 |
Richard Smith | Revert r275481, r275490. This broke modules bootstrap. |
commit | commitdiff | tree | snapshot |
2016-07-15 |
Matt Arsenault | AMDGPU: Remove legacy ldexp builtin |
commit | commitdiff | tree | snapshot |
2016-07-15 |
Matt Arsenault | AMDGPU: Update for rsq intrinsic changes |
commit | commitdiff | tree | snapshot |
2016-07-15 |
Richard Smith | Push alias-declarations and alias-template declarations... |
commit | commitdiff | tree | snapshot |
2016-07-15 |
Saleem Abdulrasool | Sema: support __declspec(dll*) on ObjC interfaces |
commit | commitdiff | tree | snapshot |
2016-07-15 |
Argyrios Kyrtzidis | [test/objcmt] Add a follow-up test case for r275600. |
commit | commitdiff | tree | snapshot |
2016-07-15 |
Argyrios Kyrtzidis | [objcmt] Fix a buffer overflow crash than can occur... |
commit | commitdiff | tree | snapshot |
2016-07-15 |
Argyrios Kyrtzidis | [AST] Keep track of the left brace source location... |
commit | commitdiff | tree | snapshot |
2016-07-15 |
Argyrios Kyrtzidis | [objcmt] Don't add an #import of Foundation unnecessari... |
commit | commitdiff | tree | snapshot |
2016-07-15 |
Wei Ding | AMDGPU: Add Clang Builtin for v_lerp_u8 |
commit | commitdiff | tree | snapshot |
2016-07-15 |
Dean Michael... | XRay: Remove duplicate checks for xray instrumentation... |
commit | commitdiff | tree | snapshot |
2016-07-15 |
Aaron Ballman | Removing a few more :option: tags that we do not have... |
commit | commitdiff | tree | snapshot |
2016-07-15 |
Aaron Ballman | Removing a few more :option: tags that we do not have... |
commit | commitdiff | tree | snapshot |
2016-07-15 |
Kelvin Li | [OpenMP] add check for both simdlen and safelen clauses... |
commit | commitdiff | tree | snapshot |
2016-07-15 |
Peter Collingbourne | Frontend: Simplify ownership model for clang's output... |
commit | commitdiff | tree | snapshot |
2016-07-14 |
Ben Langmuir | Remove the new module cache from the index-module test |
commit | commitdiff | tree | snapshot |
2016-07-14 |
Paul Robinson | C does not have inline variables. |
commit | commitdiff | tree | snapshot |
2016-07-14 |
Richard Smith | Add test inputs missed by r275481. |
commit | commitdiff | tree | snapshot |
2016-07-14 |
Richard Smith | [modules] Don't pass interesting decls to the consumer... |
commit | commitdiff | tree | snapshot |
2016-07-14 |
Argyrios Kyrtzidis | [arcmt/objcmt] Fix ParentMap crash with invalid code. |
commit | commitdiff | tree | snapshot |
2016-07-14 |
Ben Langmuir | Attempt to workaround Windows bots after my previous... |
commit | commitdiff | tree | snapshot |
2016-07-14 |
Roger Ferrer... | Reverting 275417 |
commit | commitdiff | tree | snapshot |
2016-07-14 |
Sean Callanan | When importing classes and structs with anonymous struc... |
commit | commitdiff | tree | snapshot |
2016-07-14 |
Ben Langmuir | [index] Index system ImportDecls even when there is... |
commit | commitdiff | tree | snapshot |
2016-07-14 |
Aaron Ballman | Despite there being an option, it seems that Sphinx... |
commit | commitdiff | tree | snapshot |
2016-07-14 |
Aaron Ballman | Removing a few more :option: tags that we do not have... |
commit | commitdiff | tree | snapshot |
2016-07-14 |
Benjamin Kramer | [OpenCL] In test/Driver/opencl.cl, don't require name... |
commit | commitdiff | tree | snapshot |
2016-07-14 |
Roger Ferrer... | Diagnose taking address and reference binding of packed... |
commit | commitdiff | tree | snapshot |
2016-07-14 |
Aaron Ballman | Removing more :option: tags that we do not have corresp... |
commit | commitdiff | tree | snapshot |
2016-07-14 |
Pierre Gousseau | The test added in r275267 does not work on read-only... |
commit | commitdiff | tree | snapshot |
2016-07-14 |
Benjamin Kramer | Upgrade all the .arcconfigs to https. |
commit | commitdiff | tree | snapshot |
2016-07-14 |
Aaron Ballman | This is a malformed :option: tag -- we don't have an... |
commit | commitdiff | tree | snapshot |
next |