2015-02-17 |
Adrian Prantl | Add a testcase that exercises DIBuilder's handling... |
commit | commitdiff | tree | snapshot |
2015-02-17 |
Benjamin Kramer | Revert accidental commit. |
commit | commitdiff | tree | snapshot |
2015-02-17 |
Benjamin Kramer | Prefer SmallVector::append/insert over push_back loops... |
commit | commitdiff | tree | snapshot |
2015-02-17 |
Sergey Matveev | Append -fno-assume-sane-operator-new in ASan builds. |
commit | commitdiff | tree | snapshot |
2015-02-17 |
Daniel Jasper | clang-format: Don't force a break after "endl" if every... |
commit | commitdiff | tree | snapshot |
2015-02-17 |
Daniel Jasper | clang-format: Fix crasher. |
commit | commitdiff | tree | snapshot |
2015-02-17 |
Manuel Klimek | Make tests independent of llvm variable naming. |
commit | commitdiff | tree | snapshot |
2015-02-17 |
Craig Topper | [X86] Convert palignr builtin handling to use shuffle... |
commit | commitdiff | tree | snapshot |
2015-02-17 |
Alex Denisov | Add more tests for NSArray/NSDictionary literals |
commit | commitdiff | tree | snapshot |
2015-02-17 |
Craig Topper | [X86] Merge the 2 separate builtin handlers for PALIGNR... |
commit | commitdiff | tree | snapshot |
2015-02-17 |
Craig Topper | [X86] Remove code that does custom handling of the... |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Fariborz Jahanian | [Objctive-C sema]. Do not do the unused-getter-return... |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Aaron Ballman | Minor tweaks to r229447 to ensure the attribute is... |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Nico Weber | Wrap to 80 columns. No behavior change. |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Nico Weber | For variables with dependent type, don't crash on ... |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Saleem Abdulrasool | Sema: diagnose use of unscoped deprecated prior to... |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Saleem Abdulrasool | Parse: return true from ParseCXX11AttributeArgs if... |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Craig Topper | [X86] Remove completely unnecessary switch statement. |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Justin Bogner | InstrProf: Update for LLVM API change |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Nico Weber | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Benjamin Kramer | ASTMatchers: Make TypeList a variadic template and... |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Serge Pavlov | Enhance printing SizeOfPackExpr in dump. |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Serge Pavlov | Regression test for RP6954. |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Matt Arsenault | Revert r229409: "Hack to try deleting file from build... |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Matt Arsenault | Hack to try deleting file from build bots |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Sanjay Patel | x86-64 ABI: unwrap single element structs / arrays... |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Matt Arsenault | Don't create output file in test |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Benjamin Kramer | Move helper class into an anonymous namespace. |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Matt Arsenault | OpenCL: Accept -cl-strict-aliasing |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Alex Denisov | Fix crash when clang tries to build NSNumber literal... |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Benjamin Kramer | Analyzer: Flatten Checker hierarchy. |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Aaron Ballman | Reverting a switch from LLVM_DELETED_FUNCTION to =... |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Michael Kuperstein | Fix quoting of #pragma comment for MS compat, clang... |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Benjamin Kramer | ASTMatchers: Replace enable_if with static_assert. |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Benjamin Kramer | ASTMatchers: Make VariadicOperatorMatcher a real variad... |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Richard Smith | DR1467: If aggregate initialization encounters an initi... |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Craig Topper | [X86] Teach clang to lower __builtin_ia32_psrldqi256... |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Aaron Ballman | Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the... |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Aaron Ballman | Partial revert of r229336; this wasn't intended to... |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Aaron Ballman | Removing LLVM_EXPLICIT, as MSVC 2012 was the last reaso... |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Benjamin Kramer | Unbreak the build. |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Benjamin Kramer | Make pushCleanup a variadic template. NFC. |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Benjamin Kramer | Format: Make FormatToken's isOneOf a variadic template |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Benjamin Kramer | Analyzer: Replace a set of particularly ugly faux varia... |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Larisse Voufo | Fix a typo in r229291 causing buildbot failure. |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Larisse Voufo | Add more tests for crashes that happend to be fixed... |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Larisse Voufo | Don't crash on `struct ::, struct ::` (and the same... |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Larisse Voufo | More on fixing sized deallocation implementation logic... |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Nico Weber | Add more tests for crashes that happend to be fixed... |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Nico Weber | Don't crash on `struct ::, struct ::` (and the same... |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Nico Weber | Wrap to 80 columns. No behavior change. |
commit | commitdiff | tree | snapshot |
2015-02-15 |
David Blaikie | Remove trailing whitespace to make test compatible... |
commit | commitdiff | tree | snapshot |
2015-02-15 |
David Blaikie | Remove trailing whitespace to make test compatible... |
commit | commitdiff | tree | snapshot |
2015-02-15 |
David Blaikie | Remove trailing whitespace to make test compatible... |
commit | commitdiff | tree | snapshot |
2015-02-15 |
David Blaikie | Remove trailing whitespace to help make test compatible... |
commit | commitdiff | tree | snapshot |
2015-02-15 |
David Blaikie | Update test to be ready for typeless pointer changes |
commit | commitdiff | tree | snapshot |
2015-02-15 |
David Blaikie | Update test to make it robust to migration to typeless... |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Benjamin Kramer | Replace snprintf with a Twine. NFC. |
commit | commitdiff | tree | snapshot |
2015-02-14 |
David Majnemer | ItaniumMangle: Correctly mangle <base-unresolved-name> |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Nico Weber | Make a reference const. No behavior change. |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Larisse Voufo | Revise the implementation logic of sized deallocation... |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Richard Smith | [modules] Accept //-style comments in module maps on... |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Richard Smith | Update cxx_dr_status to cover dr1748 and add test. |
commit | commitdiff | tree | snapshot |
2015-02-14 |
David Majnemer | Try to unbreak the Hexagon bot |
commit | commitdiff | tree | snapshot |
2015-02-14 |
Richard Smith | DR1748: the reserved placement allocation functions... |
commit | commitdiff | tree | snapshot |
2015-02-14 |
David Majnemer | CodeGen: _Atomic(_Complex) shouldn't crash |
commit | commitdiff | tree | snapshot |
2015-02-14 |
David Majnemer | Revert "Revert r229082 for a bit, it caused PR22577." |
commit | commitdiff | tree | snapshot |
2015-02-14 |
David Majnemer | CodeGen: Correctly convert atomic bool from i8 to i1 |
commit | commitdiff | tree | snapshot |
2015-02-14 |
David Blaikie | Update test case to be compatible with auto-migration... |
commit | commitdiff | tree | snapshot |
2015-02-14 |
David Blaikie | Remove trailing whitespace getting in the way of near... |
commit | commitdiff | tree | snapshot |
2015-02-14 |
David Blaikie | Adjust test case to be compatible with future changes... |
commit | commitdiff | tree | snapshot |
2015-02-13 |
Richard Smith | [modules] If we have a choice between including a file... |
commit | commitdiff | tree | snapshot |
2015-02-13 |
Richard Smith | [modules] Guard against recursively re-entering diagnos... |
commit | commitdiff | tree | snapshot |
2015-02-13 |
Richard Smith | [modules] Don't produce duplicate lookup results if... |
commit | commitdiff | tree | snapshot |
2015-02-13 |
Richard Smith | PR17938: This has already been fixed, add regression... |
commit | commitdiff | tree | snapshot |
2015-02-13 |
Richard Smith | [modules] Improve llvm-bcanalyzer output on AST files... |
commit | commitdiff | tree | snapshot |
2015-02-13 |
Nico Weber | Revert r229082 for a bit, it caused PR22577. |
commit | commitdiff | tree | snapshot |
2015-02-13 |
Chandler Carruth | Remove a stray blank line that my sort_include.py scrip... |
commit | commitdiff | tree | snapshot |
2015-02-13 |
Chandler Carruth | [PM] Fix #include order here that I forgot to update... |
commit | commitdiff | tree | snapshot |
2015-02-13 |
Chandler Carruth | [PM] Move away from the old llvm/PassManager.h header... |
commit | commitdiff | tree | snapshot |
2015-02-13 |
David Majnemer | MS ABI: Implement /volatile:ms |
commit | commitdiff | tree | snapshot |
2015-02-13 |
Craig Topper | [X86] Fix test cases that I foolishly copied and modifi... |
commit | commitdiff | tree | snapshot |
2015-02-13 |
Craig Topper | [X86] Add range checking on immediate arguments on... |
commit | commitdiff | tree | snapshot |
2015-02-13 |
Craig Topper | [X86] Add _mm_bslli_si128 and _mm_bsrli_si128 as aliase... |
commit | commitdiff | tree | snapshot |
2015-02-13 |
Craig Topper | [X86] Simplify some code and remove some -Wshadow disab... |
commit | commitdiff | tree | snapshot |
2015-02-13 |
NAKAMURA Takumi | Mark clang/test/CodeGen/exceptions-seh-leave.c as REQUI... |
commit | commitdiff | tree | snapshot |
2015-02-12 |
Reid Kleckner | SEH: Use the SEHTryEpilogueStack instead of a separate... |
commit | commitdiff | tree | snapshot |
2015-02-12 |
Richard Smith | [modules] When collecting declarations to complete... |
commit | commitdiff | tree | snapshot |
2015-02-12 |
Nico Weber | [ms] Implement codegen for __leave. |
commit | commitdiff | tree | snapshot |
2015-02-12 |
Ben Langmuir | Mangle the IsSystem bit into the .pcm file name |
commit | commitdiff | tree | snapshot |
2015-02-12 |
Richard Smith | Fix typoo. |
commit | commitdiff | tree | snapshot |
2015-02-12 |
David Majnemer | Sema: Semantically check _Atomic-qualified pointers |
commit | commitdiff | tree | snapshot |
2015-02-12 |
Greg Bedwell | Fix dependency generation crash test to run clang and... |
commit | commitdiff | tree | snapshot |
2015-02-12 |
Vasileios Kalintiris | [mips] Partially revert r223927: Removing __SIZEOF_INT1... |
commit | commitdiff | tree | snapshot |
2015-02-12 |
Filipe Cabecinhas | Fix tests so they work when the linker is gcc |
commit | commitdiff | tree | snapshot |
2015-02-12 |
Steven Wu | Add InlineAsmDiagnosticHandler for bitcode input |
commit | commitdiff | tree | snapshot |
2015-02-12 |
Richard Smith | More for DR1467: In C++, when initializing an element... |
commit | commitdiff | tree | snapshot |
2015-02-12 |
Richard Smith | Improve the "braces around scalar init" warning to... |
commit | commitdiff | tree | snapshot |
2015-02-11 |
Nico Weber | Wrap to 80 columns. No behavior change. |
commit | commitdiff | tree | snapshot |
2015-02-11 |
Reid Kleckner | Add the 'noinline' attribute to call sites within __try... |
commit | commitdiff | tree | snapshot |
next |