| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix PR17738 - add support for vtordisp thunks when using -cxx-abi microsoft | Timur Iskhodzhanov | 2013-11-06 | 1 | -3/+4 |
| * | Sema: Do not allow overloading between methods based on restrict | David Majnemer | 2013-11-03 | 1 | -1/+6 |
| * | Make thunk this/return adjustment ABI-specific. Also, fix the return adjustme... | Timur Iskhodzhanov | 2013-10-30 | 1 | -2/+2 |
| * | AST: Mangle fields in anonymous structs/unions | David Majnemer | 2013-10-23 | 1 | -0/+2 |
| * | On 32 bit windows, mangle stdcall and fastcall decls in clang. | Rafael Espindola | 2013-10-16 | 1 | -34/+5 |
| * | Extract ABI-specific parts of MangleContext into separate classes | Timur Iskhodzhanov | 2013-10-03 | 1 | -73/+50 |
| * | Abstract out the emission of vtables, add basic support for vtable emission w... | Timur Iskhodzhanov | 2013-09-27 | 1 | -0/+11 |
| * | AST: Handle qualified array types in typeid() expressions | David Majnemer | 2013-09-27 | 1 | -1/+1 |
| * | Add the intrinsic __builtin_convertvector | Hal Finkel | 2013-09-18 | 1 | -0/+1 |
| * | A buildbot compiling with strict error on unused variables pointed out a | David Tweed | 2013-09-13 | 1 | -1/+0 |
| * | Certain multi-platform languages, such as OpenCL, have the concept of | David Tweed | 2013-09-13 | 1 | -7/+25 |
| * | [ms-cxxabi] Mangle dynamic initializer stubs the same way MSVC does | Reid Kleckner | 2013-09-10 | 1 | -0/+9 |
| * | [ms-cxxabi] Implement guard variables for static initialization | Reid Kleckner | 2013-09-10 | 1 | -3/+15 |
| * | Itanium mangler: remove "proposal" comments for manglings that are in the | Richard Smith | 2013-08-27 | 1 | -13/+8 |
| * | Started implementing variable templates. Top level declarations should be ful... | Larisse Voufo | 2013-08-06 | 1 | -1/+9 |
| * | Silence unused variable warning in non-assert builds. | Daniel Jasper | 2013-08-01 | 1 | -0/+1 |
| * | AArch64: initial NEON support | Tim Northover | 2013-08-01 | 1 | -2/+73 |
| * | Finish off mangling locals in block literals. | Eli Friedman | 2013-07-10 | 1 | -4/+25 |
| * | More local mangling fixes. | Eli Friedman | 2013-07-10 | 1 | -39/+42 |
| * | Don't use mangleCXXRTTIName in TBAA for C code. | Eli Friedman | 2013-07-05 | 1 | -5/+6 |
| * | Fix regression from r185450. | Eli Friedman | 2013-07-05 | 1 | -4/+5 |
| * | More fixes for block mangling. | Eli Friedman | 2013-07-02 | 1 | -44/+77 |
| * | Don't skip lambdas when mangling local vars. | Eli Friedman | 2013-07-02 | 1 | -18/+18 |
| * | Simplify code in mangler. | Eli Friedman | 2013-07-01 | 1 | -6/+2 |
| * | Fix mangling for block literals. | Eli Friedman | 2013-07-01 | 1 | -8/+15 |
| * | Change mangling of objects inside block literals. | Eli Friedman | 2013-06-24 | 1 | -6/+9 |
| * | [AST] Introduce a new DecayedType sugar node | Reid Kleckner | 2013-06-24 | 1 | -0/+1 |
| * | [ms-cxxabi] Emit and install appropriately mangled vbtables | Reid Kleckner | 2013-06-19 | 1 | -0/+10 |
| * | Introduce a new mangling for protocol-qualified ObjC types in C++. This allows | Eli Friedman | 2013-06-18 | 1 | -2/+13 |
| * | PR12086, PR15117 | Richard Smith | 2013-06-12 | 1 | -0/+4 |
| * | Cleanup handling of UniqueExternalLinkage. | Rafael Espindola | 2013-05-13 | 1 | -2/+2 |
| * | CodeGen for CapturedStmts | Ben Langmuir | 2013-05-09 | 1 | -0/+4 |
| * | Implement C++1y decltype(auto). | Richard Smith | 2013-04-26 | 1 | -1/+1 |
| * | C++1y: Allow aggregates to have default initializers. | Richard Smith | 2013-04-20 | 1 | -0/+4 |
| * | Implement CodeGen for C++11 thread_local, following the Itanium ABI specifica... | Richard Smith | 2013-04-19 | 1 | -0/+18 |
| * | Basic support for Microsoft property declarations and | John McCall | 2013-04-16 | 1 | -0/+1 |
| * | Don't crash when mangling types defined in ObjC class extensions. | John McCall | 2013-04-10 | 1 | -0/+9 |
| * | Remove the hack that avoided mangling static functions in extern C contexts. | Rafael Espindola | 2013-02-23 | 1 | -9/+0 |
| * | Mangle extern "C" functions whose names are not simple identifiers. | Rafael Espindola | 2013-02-14 | 1 | -2/+6 |
| * | Partially revert r175117 so that we don't break assumptions about how | Rafael Espindola | 2013-02-14 | 1 | -0/+9 |
| * | merge hasCLanguageLinkage and isExternC. Keep the shorter name. | Rafael Espindola | 2013-02-14 | 1 | -20/+22 |
| * | Add a getLanguageLinkage method to VarDecls and FunctionDecls. Use it to fix | Rafael Espindola | 2013-02-14 | 1 | -13/+6 |
| * | Use the target address space value when mangling names. | Tanya Lattner | 2013-02-08 | 1 | -1/+2 |
| * | Add OpenCL samplers as Clang builtin types and check sampler related restrict... | Guy Benyei | 2013-02-07 | 1 | -0/+1 |
| * | Implement OpenCL event_t as Clang builtin type, including event_t related Ope... | Guy Benyei | 2013-01-20 | 1 | -0/+1 |
| * | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko | 2013-01-12 | 1 | -1/+1 |
| * | Re-commit r170428 changes with Linux style file endings. | Guy Benyei | 2012-12-18 | 1 | -0/+6 |
| * | Revert changes from r170428, as I accidentally changed the line endings of th... | Guy Benyei | 2012-12-18 | 1 | -3580/+3574 |
| * | Add OpenCL images as clang builtin types. | Guy Benyei | 2012-12-18 | 1 | -3574/+3580 |
| * | Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ... | Benjamin Kramer | 2012-12-01 | 1 | -1/+2 |