Age | Commit message (Expand) | Author |
2010-06-09 | Get rid of getMangledCXXCtorName and getMangledCXXDtorName. | Anders Carlsson |
2010-06-09 | Get rid of an unnecessary getMangledName overload. | Anders Carlsson |
2010-05-27 | When deciding whether a deferred declaration has already been emitted, | John McCall |
2010-05-25 | IRgen: Add a stub class for generating ABI-specific C++ code. | Charles Davis |
2010-05-25 | If a function definition has any sort of weak linkage, its static local | John McCall |
2010-05-13 | Disable the available_externally optimization for inline virtual | Douglas Gregor |
2010-05-13 | Rework when and how vtables are emitted, by tracking where vtables are | Douglas Gregor |
2010-05-06 | Do not give implicitly-defined virtual members functions | Douglas Gregor |
2010-05-05 | When we emit a non-constant initializer for a global variable of | Douglas Gregor |
2010-04-28 | IRGen for initialization/destruction of | Fariborz Jahanian |
2010-04-28 | Properly pass the address of a lazily-generated function declaration with | John McCall |
2010-04-23 | More -fno-constant-cfstrings API work. | Fariborz Jahanian |
2010-04-23 | More work toward implementing | Fariborz Jahanian |
2010-04-22 | Support for -fno-constant-cfstrings option - wip. | Fariborz Jahanian |
2010-04-19 | Add comment explaning the use of c99 inline in c++. | Rafael Espindola |
2010-04-19 | Fix -Wcast-qual warnings. | Dan Gohman |
2010-04-19 | If a method is virtual and the class key function is in another file, emit th... | Rafael Espindola |
2010-04-17 | Vtable -> VTable renames across the board. | Anders Carlsson |
2010-04-13 | unbreak tests. | Chris Lattner |
2010-04-13 | minor cleanups | Chris Lattner |
2010-04-10 | Fix use after free. Incrementing an use_iterator after its user is erased is ... | Benjamin Kramer |
2010-04-10 | rely even less on CallInst internals | Gabor Greif |
2010-04-10 | do not rely on CallInst interna, use CallSite to access arguments | Gabor Greif |
2010-04-09 | Provide an extremely unsatisfactory diagnostic (instead of crashing) when | John McCall |
2010-04-08 | Eliminate excessive PCH deserialization caused by the search for | Douglas Gregor |
2010-04-04 | Reapply patch for adding support for address spaces and added a isVolatile fi... | Mon P Wang |
2010-04-02 | Revert r100193 since it causes failures in objc in clang | Mon P Wang |
2010-04-02 | Reapply patch for adding support for address spaces and added a isVolatile fi... | Mon P Wang |
2010-04-01 | adjust to IRBuilder change and use faster DebugLoc apis. | Chris Lattner |
2010-03-31 | use the new optimized debug info metadata accessors. In | Chris Lattner |
2010-03-30 | Revert Mon Ping's 99930 due to broken llvm-gcc buildbots. | Bob Wilson |
2010-03-30 | Added support for address spaces and added a isVolatile field to memcpy, memm... | Mon P Wang |
2010-03-27 | When given the magic class __cxxabiv1::__fundamental_type_info, produce | Rafael Espindola |
2010-03-23 | revert 99311. Looks like it broke darwin bootstrap. | Rafael Espindola |
2010-03-23 | Avoid producing implicit methods when we have a explicit template instantiation | Rafael Espindola |
2010-03-23 | Always emit associated thunks when emitting the function itself. Remove getVt... | Anders Carlsson |
2010-03-23 | Rename MaybeEmitVtable to EmitVTableRelatedData in preparation for making it ... | Anders Carlsson |
2010-03-23 | Rename CGVtableInfo to CodeGenVTables in preparation of adding another VTable... | Anders Carlsson |
2010-03-20 | C++: Add support for -fno-use-cxa-atexit. | Daniel Dunbar |
2010-03-19 | Change CodeGenModule to rely on the Module's symbol table instead of | John McCall |
2010-03-13 | Give explicit template instantiations weak ODR linkage. Former | Douglas Gregor |
2010-03-13 | Re-revert the explicit template instantiation linkage patch. I am beginning t... | Douglas Gregor |
2010-03-13 | Reinstate patch to turn explicit template instantiations into weak symbols | Douglas Gregor |
2010-03-12 | Revert the linkage change for explicit template instantiations; something is ... | Douglas Gregor |
2010-03-12 | Give explicit template instantiations weak linkage (but don't defer | Douglas Gregor |
2010-03-10 | Delay codegen of vtables when handling implicit instantiations. | Rafael Espindola |
2010-03-06 | Add a message to these asserts. | Benjamin Kramer |
2010-03-06 | Implement __builtin_dwarf_sp_column for i386 (Darwin and not), x86-64 (all), | John McCall |
2010-03-04 | Fix PR6473. | Rafael Espindola |
2010-03-04 | Revert changes r97693, r97700, and r97718. | John McCall |