2015-07-24 |
Mehdi Amini | LLVM API Change: the Module always owns the DataLayout |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Aaron Ballman | Correcting some comments. (1) the function is named... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Aaron Ballman | Silence a "not all control paths return a value" warnin... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Aaron Ballman | Visual Studio is more permissive than other compilers... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Aaron Ballman | Add an AST matcher, isFinal(), for testing whether... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Yaron Keren | Apparently some of the bots add .svn dirs inside the... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Yaron Keren | Try to appease clang buildbot by forcing libstdc++... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Yaron Keren | Add extensive tests for the mingw toolchain and remove... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
David Majnemer | [clang-cl] Implement support for the /Zl flag |
commit | commitdiff | tree | snapshot |
2015-07-24 |
David Majnemer | [AST] Perform additional canonicalization for Dependent... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Alex Denisov | Cleanup ObjCInterfaceDecl lookup for ObjC literals |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Piotr Padlewski | Generating available_externally vtables for outline... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Gabor Horvath | [Static Analyzer] Some tests do not turn on core checke... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
Steven Wu | Fix the cc1as crash when it outputs assembly |
commit | commitdiff | tree | snapshot |
2015-07-23 |
John McCall | Fix the equal-vector-size rule for reinterpret_casts... |
commit | commitdiff | tree | snapshot |
2015-07-23 |
Justin Bogner | InstrProf: Fix a typo in the test for r243066 |
commit | commitdiff | tree | snapshot |
2015-07-23 |
Justin Bogner | InstrProf: Don't extend coverage regions into the catch... |
commit | commitdiff | tree | snapshot |
2015-07-23 |
Alex Denisov | Add documentation for the objc_boxable attribute |
commit | commitdiff | tree | snapshot |
2015-07-23 |
Duncan P. N... | Sema: Avoid a stack overflow on large CFGs |
commit | commitdiff | tree | snapshot |
2015-07-23 |
Duncan P. N... | Sema: Split out helper from checkForFunctionCall()... |
commit | commitdiff | tree | snapshot |
2015-07-23 |
Aaron Ballman | Updating the documentation for the hasAttr AST matcher... |
commit | commitdiff | tree | snapshot |
2015-07-23 |
Renato Golin | [Compiler-RT] Remove dependency on libgcc_s/eh |
commit | commitdiff | tree | snapshot |
2015-07-23 |
Alex Denisov | Add missing files for objc_boxable feature. |
commit | commitdiff | tree | snapshot |
2015-07-23 |
Asaf Badouh | [X86][AVX512F] Add FP scalar intrinsics |
commit | commitdiff | tree | snapshot |
2015-07-23 |
Asaf Badouh | [X86][AVX512BW] add madd and maddubs intrinsics |
commit | commitdiff | tree | snapshot |
2015-07-23 |
Davide Italiano | Add test to verify we emit warning when the deprecated... |
commit | commitdiff | tree | snapshot |
2015-07-23 |
Richard Smith | ArrayRef-ize a pointer/length pair. |
commit | commitdiff | tree | snapshot |
2015-07-22 |
Hans Wennborg | Downgrade error about adding 'dllimport' to used free... |
commit | commitdiff | tree | snapshot |
2015-07-22 |
David Majnemer | Move EHPersonality to CGCleanup |
commit | commitdiff | tree | snapshot |
2015-07-22 |
David Majnemer | [MS Compat] Allow _Atomic(Type) and 'struct _Atomic... |
commit | commitdiff | tree | snapshot |
2015-07-22 |
Richard Smith | Fix dumb use-after-free bug introduced in r242868. |
commit | commitdiff | tree | snapshot |
2015-07-22 |
David Majnemer | [MSVC Compatibility] Use a better predicate for __BOOL_... |
commit | commitdiff | tree | snapshot |
2015-07-22 |
Hans Wennborg | Fix -Wextra-semi warnings. |
commit | commitdiff | tree | snapshot |
2015-07-22 |
Aaron Ballman | Something was unbalanced, and it wasn't the parentheses... |
commit | commitdiff | tree | snapshot |
2015-07-22 |
Aaron Ballman | Balancing parenthesis in comments and documentation... |
commit | commitdiff | tree | snapshot |
2015-07-22 |
Yaron Keren | Add cygwin x86_64 target. |
commit | commitdiff | tree | snapshot |
2015-07-22 |
Samuel Antao | [OpenMP] Make target data directive generate unexpected... |
commit | commitdiff | tree | snapshot |
2015-07-22 |
Reid Kleckner | [mingw] Add support for -rtlib option and -stdlib optio... |
commit | commitdiff | tree | snapshot |
2015-07-22 |
Renato Golin | Pass -I options to integrates and external assemblers |
commit | commitdiff | tree | snapshot |
2015-07-22 |
Hubert Tong | [CONCEPTS] Add diagnostics: non-defining function;... |
commit | commitdiff | tree | snapshot |
2015-07-22 |
NAKAMURA Takumi | StmtOpenMP.h: Fix a couple of \param(s) in r242785... |
commit | commitdiff | tree | snapshot |
2015-07-22 |
Richard Smith | [modules] Stop performing PCM lookups for all identifie... |
commit | commitdiff | tree | snapshot |
2015-07-22 |
Richard Smith | [modules] Change module manager visitation order to... |
commit | commitdiff | tree | snapshot |
2015-07-22 |
Davide Italiano | [Sema] Diagnose use of declaration correctly. |
commit | commitdiff | tree | snapshot |
2015-07-21 |
Richard Smith | [modules] In C++, stop serializing and deserializing... |
commit | commitdiff | tree | snapshot |
2015-07-21 |
Richard Trieu | Change a test to follow the formatting of the rest... |
commit | commitdiff | tree | snapshot |
2015-07-21 |
Daniel Jasper | clang-format: Fix unary operator detection in for loops. |
commit | commitdiff | tree | snapshot |
2015-07-21 |
Aaron Ballman | Use range-based for loops; NFC. |
commit | commitdiff | tree | snapshot |
2015-07-21 |
Tim Northover | ARM: actually define __ARM_ARCH_7S__ for the armv7s... |
commit | commitdiff | tree | snapshot |
2015-07-21 |
Aaron Ballman | Use a range-based for loop; NFC. |
commit | commitdiff | tree | snapshot |
2015-07-21 |
Aaron Ballman | Replace some uses of Self.Context with the local variab... |
commit | commitdiff | tree | snapshot |
2015-07-21 |
David Blaikie | Fix GCC build due to shadowing |
commit | commitdiff | tree | snapshot |
2015-07-21 |
David Blaikie | Pass an iterator range to EmitCallArgs |
commit | commitdiff | tree | snapshot |
2015-07-21 |
Richard Smith | [modules] Produce an error if -cc1 wants to implicitly... |
commit | commitdiff | tree | snapshot |
2015-07-21 |
Bob Wilson | Update the documentation for "novtable" to match r242730. |
commit | commitdiff | tree | snapshot |
2015-07-21 |
Daniel Jasper | Add missing parentheses to appease -Wlogical-op-parenth... |
commit | commitdiff | tree | snapshot |
2015-07-21 |
Asaf Badouh | [X86][AVX512F] add FP arithmetic intrinsics |
commit | commitdiff | tree | snapshot |
2015-07-21 |
Michael Wong | Commit for http://reviews.llvm.org/D10765 |
commit | commitdiff | tree | snapshot |
2015-07-21 |
Aaron Ballman | Removing attribute documentation headings that are... |
commit | commitdiff | tree | snapshot |
2015-07-21 |
Yaron Keren | Fix mingw toolchain to honor sysroot on Linux and add... |
commit | commitdiff | tree | snapshot |
2015-07-21 |
Akira Hatanaka | [ARM] Pass subtarget feature "+reserve-r9" instead... |
commit | commitdiff | tree | snapshot |
2015-07-21 |
Richard Smith | Fix crash-on-invalid: don't look ahead past an unknown... |
commit | commitdiff | tree | snapshot |
2015-07-20 |
Akira Hatanaka | Revert r242736. |
commit | commitdiff | tree | snapshot |
2015-07-20 |
Daniel Jasper | clang-format: Fix crasher when a UTF8 character is... |
commit | commitdiff | tree | snapshot |
2015-07-20 |
Akira Hatanaka | [ARM] Pass subtarget feature "+reserve-r9" instead... |
commit | commitdiff | tree | snapshot |
2015-07-20 |
Bob Wilson | Refactor TableGen backend for ClangAttrEmitter to avoid... |
commit | commitdiff | tree | snapshot |
2015-07-20 |
Bob Wilson | Ignore the "novtable" declspec when not using the Micro... |
commit | commitdiff | tree | snapshot |
2015-07-20 |
David Majnemer | [MS Compat] Add support for __declspec(noalias) |
commit | commitdiff | tree | snapshot |
2015-07-20 |
Artem Belevich | [CUDA] Moved device-side triple calculation to buildCud... |
commit | commitdiff | tree | snapshot |
2015-07-20 |
Reid Kleckner | Fix code completion tests to use an explicit modules... |
commit | commitdiff | tree | snapshot |
2015-07-20 |
Reid Kleckner | Fix a case where we forgot to make a static local varia... |
commit | commitdiff | tree | snapshot |
2015-07-20 |
Artem Belevich | Fixed style issues pointed out by Justin Bogner. |
commit | commitdiff | tree | snapshot |
2015-07-20 |
Yunzhong Gao | Fix quoting of #pragma comment for PS4. |
commit | commitdiff | tree | snapshot |
2015-07-20 |
Benjamin Kramer | [CodeGen] Flip lanes when lowering __builtin_palignr... |
commit | commitdiff | tree | snapshot |
2015-07-20 |
Charlie Turner | Add some missing 'F' flags to libm/libc builtins. |
commit | commitdiff | tree | snapshot |
2015-07-20 |
Aaron Ballman | Silence a -Wtype-limits warning; NFC. |
commit | commitdiff | tree | snapshot |
2015-07-20 |
Yaron Keren | Remove erroneous space in "lib64" string constant. |
commit | commitdiff | tree | snapshot |
2015-07-20 |
Alexey Bataev | [X86, inlineasm] Improve analysis of x,Y0,Yi,Ym,Yt... |
commit | commitdiff | tree | snapshot |
2015-07-20 |
Gabor Ballabas | Allow case-insensitive values for -mtune for AArch64... |
commit | commitdiff | tree | snapshot |
2015-07-20 |
Yaron Keren | Fix typo found by Joerg Sonnenberger. |
commit | commitdiff | tree | snapshot |
2015-07-20 |
Richard Smith | Attempt to fix greendragon buildbot failures; apparentl... |
commit | commitdiff | tree | snapshot |
2015-07-20 |
Yaron Keren | Support mingw toolchain include and lib directories... |
commit | commitdiff | tree | snapshot |
2015-07-19 |
Richard Smith | [modules] Add (already passing) test for template defau... |
commit | commitdiff | tree | snapshot |
2015-07-19 |
Davide Italiano | [Sema] Make an assertion stricter. |
commit | commitdiff | tree | snapshot |
2015-07-19 |
Richard Smith | [modules] Don't save uninteresting identifiers, and... |
commit | commitdiff | tree | snapshot |
2015-07-19 |
Nico Weber | Remove two unused includes, part 2... |
commit | commitdiff | tree | snapshot |
2015-07-19 |
Nico Weber | Remove two unused includes. |
commit | commitdiff | tree | snapshot |
2015-07-19 |
Asaf Badouh | [X86][AVX512BW] add clang intrinsics for pmulhrsw ... |
commit | commitdiff | tree | snapshot |
2015-07-18 |
Benjamin Kramer | [CodeGen] Don't dereference vector::end if the vector... |
commit | commitdiff | tree | snapshot |
2015-07-18 |
Benjamin Kramer | [AST] Remove StmtRange in favor of an iterator_range. |
commit | commitdiff | tree | snapshot |
2015-07-18 |
Daniel Jasper | clang-format: Take nested lines into account when detec... |
commit | commitdiff | tree | snapshot |
2015-07-18 |
Benjamin Kramer | [AST] Cleanup ExprIterator. |
commit | commitdiff | tree | snapshot |
2015-07-18 |
Filipe Cabecinhas | Silence the driver warnings, if we see "-w" on the... |
commit | commitdiff | tree | snapshot |
2015-07-18 |
Tom Stellard | Driver/ToolChain/AMDGPU: Attempt to fix buildbots after... |
commit | commitdiff | tree | snapshot |
2015-07-18 |
Tom Stellard | Driver: Add AMDGPU toolchain |
commit | commitdiff | tree | snapshot |
2015-07-18 |
Davide Italiano | [Sema] Emit correct warning when copy-elision is not... |
commit | commitdiff | tree | snapshot |
2015-07-17 |
David Majnemer | [MS ABI] Explicit specialization of static data members... |
commit | commitdiff | tree | snapshot |
2015-07-17 |
Justin Bogner | InstrProf: Promote this assert to a report_fatal_error |
commit | commitdiff | tree | snapshot |
2015-07-17 |
James Y Knight | Hopefully fix android i386 build after r242554. |
commit | commitdiff | tree | snapshot |
2015-07-17 |
Saleem Abdulrasool | basic: default to MSVC on Windows |
commit | commitdiff | tree | snapshot |
next |