| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert "Put static local variables of inline functions in the function comdat." | Rafael Espindola | 2014-12-17 | 1 | -4/+2 |
| * | Put static local variables of inline functions in the function comdat. | Rafael Espindola | 2014-12-16 | 1 | -2/+4 |
| * | Use nullptr to silence -Wsentinel when self-hosting on Windows | Reid Kleckner | 2014-12-01 | 1 | -1/+1 |
| * | MS ABI: Add CodeGen support for rethrowing MS C++ exceptions | David Majnemer | 2014-11-25 | 1 | -0/+16 |
| * | Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator... | David Blaikie | 2014-11-19 | 1 | -2/+2 |
| * | Introduce a SanitizerKind enum to LangOptions. | Alexey Samsonov | 2014-11-07 | 1 | -2/+2 |
| * | CodeGen, Itanium: Properly dllimport RTTI data | David Majnemer | 2014-11-07 | 1 | -1/+10 |
| * | CodeGen: Declutter the emitVirtualObjectDelete interface | David Majnemer | 2014-11-01 | 1 | -7/+9 |
| * | MS ABI: Properly call global delete when invoking virtual destructors | David Majnemer | 2014-10-31 | 1 | -25/+45 |
| * | SanitizerBlacklist: blacklist functions by their source location. | Alexey Samsonov | 2014-10-17 | 1 | -0/+1 |
| * | MS ABI: Implement thread_local for global variables | David Majnemer | 2014-10-05 | 1 | -7/+29 |
| * | Small fix for bug 18635. | Alexander Musman | 2014-09-26 | 1 | -7/+8 |
| * | Revert "Don't use comdats for initializers on platforms that don't support it" | Reid Kleckner | 2014-09-23 | 1 | -2/+1 |
| * | Don't use comdats for initializers on platforms that don't support it | Reid Kleckner | 2014-09-23 | 1 | -1/+2 |
| * | Fix ctor/dtor aliases losing 'dllexport' (for Itanium ABI) | Dario Domizioli | 2014-09-19 | 1 | -1/+1 |
| * | In the Itanium ABI, move stuff to the comdat of variables with static init. | Rafael Espindola | 2014-09-19 | 1 | -0/+9 |
| * | Revert "Put more stuff in the comdat used for variables with static init." | Rafael Espindola | 2014-09-19 | 1 | -7/+0 |
| * | Put more stuff in the comdat used for variables with static init. | Rafael Espindola | 2014-09-18 | 1 | -0/+7 |
| * | Don't try to use C5/D5 comdats in COFF. | Rafael Espindola | 2014-09-16 | 1 | -2/+6 |
| * | Add support for putting constructors and destructos in explicit comdats. | Rafael Espindola | 2014-09-16 | 1 | -36/+106 |
| * | Reduce code duplication a bit more. NFC. | Rafael Espindola | 2014-09-15 | 1 | -12/+1 |
| * | Reduce code duplication a bit more. NFC. | Rafael Espindola | 2014-09-15 | 1 | -11/+1 |
| * | Simplify the code a bit, NFC. | Rafael Espindola | 2014-09-15 | 1 | -7/+2 |
| * | Move emitCXXStructor to CGCXXABI. | Rafael Espindola | 2014-09-15 | 1 | -0/+79 |
| * | MS ABI: Use the correct this arg when generating implict copy ctor | David Majnemer | 2014-09-11 | 1 | -0/+6 |
| * | Merge GetAddrOfCXXConstructor and GetAddrOfCXXDonstructor. NFC. | Rafael Espindola | 2014-09-11 | 1 | -1/+1 |
| * | CodeGen: Use a fixed alignment for vtables. | Benjamin Kramer | 2014-09-10 | 1 | -0/+6 |
| * | Handle constructors and destructors a bit more uniformly in CodeGen. | Rafael Espindola | 2014-09-08 | 1 | -36/+12 |
| * | call __asan_load_cxx_array_cookie when loading array cookie in asan mode. | Kostya Serebryany | 2014-08-29 | 1 | -5/+14 |
| * | Reverting r216675. This breaks some bots. Before this can be committed again,... | Aaron Ballman | 2014-08-28 | 1 | -35/+0 |
| * | Throw a std::bad_array_new_length exception when the expression (or constant-... | Aaron Ballman | 2014-08-28 | 1 | -0/+35 |
| * | [clang/asan] call __asan_poison_cxx_array_cookie after operator new[] | Kostya Serebryany | 2014-08-26 | 1 | -5/+17 |
| * | Pass actual CallExpr instead of CallExpr-specific iterators | Alexey Samsonov | 2014-08-25 | 1 | -10/+9 |
| * | CodeGen: Don't emit a thread-wrapper if we can't touch the backing variable | David Majnemer | 2014-07-11 | 1 | -7/+23 |
| * | CodeGen: Refactor RTTI emission | David Majnemer | 2014-07-07 | 1 | -2/+1030 |
| * | MS ABI: Reference MSVC RTTI from the VFTable | David Majnemer | 2014-07-01 | 1 | -1/+3 |
| * | Remove llvm:: from uses of ArrayRef. | Craig Topper | 2014-06-28 | 1 | -2/+2 |
| * | CodeGen: Fix a typo in getThreadLocalWrapperLinkage | David Majnemer | 2014-06-27 | 1 | -1/+1 |
| * | Revert "Revert r211402 (and r211408,r211410), "CodeGen: Refactor dynamic_cast... | David Majnemer | 2014-06-22 | 1 | -0/+209 |
| * | Revert r211402 (and r211408,r211410), "CodeGen: Refactor dynamic_cast and typ... | NAKAMURA Takumi | 2014-06-22 | 1 | -209/+0 |
| * | CodeGen: Refactor dynamic_cast and typeid | David Majnemer | 2014-06-20 | 1 | -0/+209 |
| * | CodeGen: Correct linkage of thread_local for OS X | David Majnemer | 2014-06-11 | 1 | -6/+15 |
| * | MS ABI: Update the thunk linkage computation | Hans Wennborg | 2014-06-06 | 1 | -1/+2 |
| * | Itanium ABI: Update getAddrOfVTable to set the DLL storage class for vtables | Hans Wennborg | 2014-06-02 | 1 | -0/+6 |
| * | [C++11] Use 'nullptr'. CodeGen edition. | Craig Topper | 2014-05-21 | 1 | -5/+6 |
| * | Update for llvm api change. | Rafael Espindola | 2014-05-17 | 1 | -2/+2 |
| * | Update for llvm api change. | Rafael Espindola | 2014-05-17 | 1 | -3/+2 |
| * | Update for llvm API change. | Rafael Espindola | 2014-05-16 | 1 | -3/+3 |
| * | Revert Itanium parts of "Don't copy objects with trivial, deleted copy ctors" | Reid Kleckner | 2014-05-15 | 1 | -4/+9 |
| * | Don't copy objects with trivial, deleted copy ctors | Reid Kleckner | 2014-05-14 | 1 | -7/+4 |