| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | tidy up OrderGlobalInits | Chris Lattner | 2010-06-27 | 1 | -13/+11 |
* | Patch to correctly mangle block helper functions | Fariborz Jahanian | 2010-06-24 | 1 | -1/+1 |
* | Switch over to the new caching version of getMangledName. | Anders Carlsson | 2010-06-22 | 1 | -1/+0 |
* | Add a new variant of getMangledName that caches the mangling for decls. | Anders Carlsson | 2010-06-22 | 1 | -0/+5 |
* | Per Chris's comment, remove another static (this one | Fariborz Jahanian | 2010-06-22 | 1 | -0/+14 |
* | In supporting init-priority, globals with the same init_priority must be | Fariborz Jahanian | 2010-06-21 | 1 | -1/+9 |
* | IRGen for implementation of init-priority attribute. | Fariborz Jahanian | 2010-06-21 | 1 | -0/+5 |
* | Fix PR7097, a bad interaction between -fno-use-cxa-atexit and | Chris Lattner | 2010-06-19 | 1 | -2/+4 |
* | Get rid of getMangledCXXCtorName and getMangledCXXDtorName. | Anders Carlsson | 2010-06-09 | 1 | -6/+0 |
* | Get rid of an unnecessary getMangledName overload. | Anders Carlsson | 2010-06-09 | 1 | -1/+0 |
* | Fix for PR7040: Don't try to compute the LLVM type for a function where it | Eli Friedman | 2010-05-30 | 1 | -0/+4 |
* | IRgen: Add a stub class for generating ABI-specific C++ code. | Charles Davis | 2010-05-25 | 1 | -2/+18 |
* | Improve name mangling for blocks and support mangling of static local | Douglas Gregor | 2010-05-25 | 1 | -0/+1 |
* | If a function definition has any sort of weak linkage, its static local | John McCall | 2010-05-25 | 1 | -0/+4 |
* | Rework when and how vtables are emitted, by tracking where vtables are | Douglas Gregor | 2010-05-13 | 1 | -0/+2 |
* | Fix -fno-rtti -fexceptions by forcing the emission of (non-"builtin") RTTI | John McCall | 2010-04-30 | 1 | -1/+1 |
* | IRGen for initialization/destruction of | Fariborz Jahanian | 2010-04-28 | 1 | -0/+1 |
* | Get rid of the old GetNonVirtualBaseClassOffset and change all call sites to ... | Anders Carlsson | 2010-04-24 | 1 | -4/+1 |
* | Change CodeGenFunction::GetAddressOfDerivedClass to take a BasePath. | Anders Carlsson | 2010-04-24 | 1 | -1/+4 |
* | More work toward implementing | Fariborz Jahanian | 2010-04-23 | 1 | -0/+4 |
* | Support for -fno-constant-cfstrings option - wip. | Fariborz Jahanian | 2010-04-22 | 1 | -0/+4 |
* | Some renaming of methods, fixes typo | Fariborz Jahanian | 2010-04-19 | 1 | -2/+2 |
* | Local static variables must be available module-wise | Fariborz Jahanian | 2010-04-18 | 1 | -0/+9 |
* | Vtable -> VTable renames across the board. | Anders Carlsson | 2010-04-17 | 1 | -3/+3 |
* | Rename CGVtable files to CGVTables. | Anders Carlsson | 2010-04-08 | 1 | -1/+1 |
* | Unbreak the build | Douglas Gregor | 2010-04-08 | 1 | -1/+2 |
* | Reapply patch for adding support for address spaces and added a isVolatile fi... | Mon P Wang | 2010-04-04 | 1 | -7/+11 |
* | Revert r100193 since it causes failures in objc in clang | Mon P Wang | 2010-04-02 | 1 | -11/+3 |
* | Reapply patch for adding support for address spaces and added a isVolatile fi... | Mon P Wang | 2010-04-02 | 1 | -3/+11 |
* | Minor include pruning. | Benjamin Kramer | 2010-03-31 | 1 | -1/+0 |
* | Revert Mon Ping's 99930 due to broken llvm-gcc buildbots. | Bob Wilson | 2010-03-30 | 1 | -11/+7 |
* | Added support for address spaces and added a isVolatile field to memcpy, memm... | Mon P Wang | 2010-03-30 | 1 | -7/+11 |
* | Remove the old vtable layout code. | Anders Carlsson | 2010-03-30 | 1 | -10/+0 |
* | When given the magic class __cxxabiv1::__fundamental_type_info, produce | Rafael Espindola | 2010-03-27 | 1 | -0/+8 |
* | Remove old thunks code. | Anders Carlsson | 2010-03-24 | 1 | -11/+0 |
* | More thunks scaffolding. | Anders Carlsson | 2010-03-23 | 1 | -0/+3 |
* | Rename CGVtableInfo to CodeGenVTables in preparation of adding another VTable... | Anders Carlsson | 2010-03-23 | 1 | -3/+3 |
* | C++: Add support for -fno-use-cxa-atexit. | Daniel Dunbar | 2010-03-20 | 1 | -2/+13 |
* | Change CodeGenModule to rely on the Module's symbol table instead of | John McCall | 2010-03-19 | 1 | -40/+17 |
* | Give explicit template instantiations weak ODR linkage. Former | Douglas Gregor | 2010-03-13 | 1 | -1/+2 |
* | Re-revert the explicit template instantiation linkage patch. I am beginning t... | Douglas Gregor | 2010-03-13 | 1 | -2/+1 |
* | Reinstate patch to turn explicit template instantiations into weak symbols | Douglas Gregor | 2010-03-13 | 1 | -1/+2 |
* | Revert the linkage change for explicit template instantiations; something is ... | Douglas Gregor | 2010-03-12 | 1 | -2/+1 |
* | Give explicit template instantiations weak linkage (but don't defer | Douglas Gregor | 2010-03-12 | 1 | -1/+2 |
* | Delay codegen of vtables when handling implicit instantiations. | Rafael Espindola | 2010-03-10 | 1 | -1/+3 |
* | Implement __builtin_dwarf_sp_column for i386 (Darwin and not), x86-64 (all), | John McCall | 2010-03-06 | 1 | -0/+1 |
* | Fix PR6473. | Rafael Espindola | 2010-03-04 | 1 | -0/+9 |
* | Revert changes r97693, r97700, and r97718. | John McCall | 2010-03-04 | 1 | -7/+1 |
* | Create a TargetMachine whenever we create a CodeGenAction. The codegen of | John McCall | 2010-03-04 | 1 | -1/+7 |
* | Perform two more constructor/destructor code-size optimizations: | John McCall | 2010-02-23 | 1 | -0/+1 |