| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-21 | 2 | -152/+0 |
| * | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-20 | 2 | -0/+152 |
| * | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-20 | 2 | -152/+0 |
| * | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-20 | 2 | -0/+152 |
| * | Implement Control Flow Integrity for virtual calls. | Peter Collingbourne | 2015-02-20 | 5 | -0/+106 |
| * | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-20 | 2 | -152/+0 |
| * | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-20 | 2 | -0/+152 |
| * | Add -funique-section-names and -fno-unique-section-names options. | Rafael Espindola | 2015-02-20 | 1 | -0/+1 |
| * | Avoid using a COMDAT for sized delete on MachO | Reid Kleckner | 2015-02-19 | 1 | -2/+3 |
| * | Put the implicit weak sized deallocation funciton in C++14 in a comdat | Reid Kleckner | 2015-02-19 | 1 | -0/+2 |
| * | CodeGen: Weak reference temporaries belong in a COMDAT | David Majnemer | 2015-02-19 | 1 | -0/+2 |
| * | CodeGen: static constexpr data members should have a linkonce_odr init | David Majnemer | 2015-02-19 | 1 | -4/+13 |
| * | InstrProf: Always emit a coverage region for the condition of an if | Justin Bogner | 2015-02-19 | 1 | -1/+4 |
| * | InstrProf: Rewrite most of coverage mapping generation in a simpler way | Justin Bogner | 2015-02-18 | 1 | -660/+516 |
| * | Change representation of member function pointers for MIPS targets | Zoran Jovanovic | 2015-02-18 | 2 | -0/+4 |
| * | Rename flags and options to match current naming: from -fdef-sized-delete to ... | Larisse Voufo | 2015-02-18 | 2 | -2/+2 |
| * | Revert accidental commit. | Benjamin Kramer | 2015-02-17 | 1 | -2/+3 |
| * | Prefer SmallVector::append/insert over push_back loops. Clang edition. | Benjamin Kramer | 2015-02-17 | 4 | -11/+6 |
| * | [X86] Convert palignr builtin handling to use shuffle form of right shift ins... | Craig Topper | 2015-02-17 | 1 | -35/+16 |
| * | [X86] Merge the 2 separate builtin handlers for PALIGNR into a single one tha... | Craig Topper | 2015-02-17 | 1 | -52/+39 |
| * | [X86] Remove code that does custom handling of the builtin for MMX palignr. T... | Craig Topper | 2015-02-17 | 1 | -31/+0 |
| * | [X86] Remove completely unnecessary switch statement. | Craig Topper | 2015-02-16 | 1 | -12/+2 |
| * | InstrProf: Update for LLVM API change | Justin Bogner | 2015-02-16 | 1 | -2/+4 |
| * | x86-64 ABI: unwrap single element structs / arrays of 256-bit vectors to pass... | Sanjay Patel | 2015-02-16 | 1 | -11/+7 |
| * | Fix quoting of #pragma comment for MS compat, clang part. | Michael Kuperstein | 2015-02-16 | 1 | -3/+7 |
| * | [X86] Teach clang to lower __builtin_ia32_psrldqi256 and __builtin_ia32_pslld... | Craig Topper | 2015-02-16 | 1 | -0/+54 |
| * | Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin... | Aaron Ballman | 2015-02-15 | 8 | -20/+20 |
| * | Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the ma... | Aaron Ballman | 2015-02-15 | 1 | -1/+1 |
| * | Unbreak the build. | Benjamin Kramer | 2015-02-15 | 1 | -1/+1 |
| * | Make pushCleanup a variadic template. NFC. | Benjamin Kramer | 2015-02-15 | 1 | -46/+5 |
| * | Fix a typo in r229291 causing buildbot failure. | Larisse Voufo | 2015-02-15 | 1 | -1/+1 |
| * | More on fixing sized deallocation implementation logic: Fix PR21754. | Larisse Voufo | 2015-02-15 | 1 | -5/+8 |
| * | Revise the implementation logic of sized deallocation: Do not automatically g... | Larisse Voufo | 2015-02-14 | 2 | -5/+8 |
| * | Try to unbreak the Hexagon bot | David Majnemer | 2015-02-14 | 2 | -2/+2 |
| * | DR1748: the reserved placement allocation functions have undefined behavior if | Richard Smith | 2015-02-14 | 1 | -3/+2 |
| * | CodeGen: _Atomic(_Complex) shouldn't crash | David Majnemer | 2015-02-14 | 2 | -2/+8 |
| * | Revert "Revert r229082 for a bit, it caused PR22577." | David Majnemer | 2015-02-14 | 6 | -13/+81 |
| * | CodeGen: Correctly convert atomic bool from i8 to i1 | David Majnemer | 2015-02-14 | 1 | -1/+1 |
| * | Revert r229082 for a bit, it caused PR22577. | Nico Weber | 2015-02-13 | 6 | -81/+13 |
| * | [PM] Fix #include order here that I forgot to update before changing it. | Chandler Carruth | 2015-02-13 | 1 | -1/+1 |
| * | [PM] Move away from the old llvm/PassManager.h header and its using | Chandler Carruth | 2015-02-13 | 1 | -22/+22 |
| * | MS ABI: Implement /volatile:ms | David Majnemer | 2015-02-13 | 6 | -13/+81 |
| * | SEH: Use the SEHTryEpilogueStack instead of a separate bool | Reid Kleckner | 2015-02-12 | 4 | -10/+7 |
| * | [ms] Implement codegen for __leave. | Nico Weber | 2015-02-12 | 3 | -4/+21 |
| * | Fix typoo. | Richard Smith | 2015-02-12 | 3 | -5/+5 |
| * | Add InlineAsmDiagnosticHandler for bitcode input | Steven Wu | 2015-02-12 | 1 | -0/+8 |
| * | Wrap to 80 columns. No behavior change. | Nico Weber | 2015-02-11 | 2 | -4/+7 |
| * | Add the 'noinline' attribute to call sites within __try bodies | Reid Kleckner | 2015-02-11 | 4 | -2/+16 |
| * | Add a comdat to __clang_call_terminate | Reid Kleckner | 2015-02-11 | 1 | -0/+2 |
| * | Fix PR19351. While building up a composite type it is important to use | Adrian Prantl | 2015-02-11 | 1 | -28/+29 |