Age | Commit message (Expand) | Author |
2010-03-13 | Fixed copy-and-paste error causing categories to contain the protocols declar... | David Chisnall |
2010-03-13 | Give explicit template instantiations weak ODR linkage. Former | Douglas Gregor |
2010-03-13 | Use raw_ostream instead of sprintf. | Benjamin Kramer |
2010-03-13 | Use SmallString instead of SmallVector | Kovarththanan Rajaratnam |
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 | Allow users to set CPPFLAGS and CXXFLAGS on the make command line. | Jeffrey Yasskin |
2010-03-12 | Fix a rare corner case bug which exposed a serious block API generation | Fariborz Jahanian |
2010-03-12 | If main file name is empty then use "<unknown>". | Devang Patel |
2010-03-12 | More this adjustment simplification. | Anders Carlsson |
2010-03-12 | Revert the linkage change for explicit template instantiations; something is ... | Douglas Gregor |
2010-03-12 | Remove OldOffset. | Anders Carlsson |
2010-03-12 | Remove debug output. | Anders Carlsson |
2010-03-12 | Begin simplifying handling of thunks. | Anders Carlsson |
2010-03-12 | Give explicit template instantiations weak linkage (but don't defer | Douglas Gregor |
2010-03-11 | Keep track of Record context to ensure that record elements are properly nest... | Devang Patel |
2010-03-11 | fix PR6433, crash on va_arg of typedef. | Chris Lattner |
2010-03-11 | Use the new vtable layout code for computing virtual base offset offsets. | Anders Carlsson |
2010-03-11 | Correctly mangle address of member in template arguments. Fixes PR6460 | Rafael Espindola |
2010-03-11 | Rename getVirtualBaseOffsetIndex to getVirtualBaseOffsetOffset to reflect wha... | Anders Carlsson |
2010-03-11 | When possible, use the vbase offset offsets from the most derived class direc... | Anders Carlsson |
2010-03-11 | Keep track of, and dump, vbase offset offsets. | Anders Carlsson |
2010-03-11 | Fix tests. | Anders Carlsson |
2010-03-11 | Run the new vtable builder for construction vtables as well now. Note that we... | Anders Carlsson |
2010-03-11 | Support PPC-32 DWARF EH intrinisics. Thanks to rdivacky for his assistance. | John McCall |
2010-03-10 | set alignment on static locals properly, patch by Arnaud de Grandmaison! | Chris Lattner |
2010-03-10 | Fix calculation of whether a member function needs a thunk in construction vt... | Anders Carlsson |
2010-03-10 | We were mistakenly marking morally virtual bases as being uninteresting. Fix ... | Anders Carlsson |
2010-03-10 | Ignore non-interesting bases when emitting construction vtables. | Anders Carlsson |
2010-03-10 | Don't accidentally mark some functions in construction vtables as unused. Als... | Anders Carlsson |
2010-03-10 | Create a new InjectedClassNameType to represent bare-word references to the | John McCall |
2010-03-10 | When building construction vtables, we need to check if a primary virtual bas... | Anders Carlsson |
2010-03-10 | Improve vcall offset handling in construction vtables. With this we layout th... | Anders Carlsson |
2010-03-10 | Delay codegen of vtables when handling implicit instantiations. | Rafael Espindola |
2010-03-10 | Use SmallString instead of alloca. | Devang Patel |
2010-03-09 | Fix file reference for derived and composite types. Now, dwarf writer uses st... | Devang Patel |
2010-03-09 | More then one anonymous aggregates on one line creates chaos when MDNode uniq... | Devang Patel |
2010-03-09 | Use getLast() instead of getBasename(). | Devang Patel |
2010-03-09 | Start using DIFile. Corresponding llvm patch is r98020. | Devang Patel |
2010-03-08 | add a codegen hack to work around an AST bug, allowing us to compile the | Chris Lattner |
2010-03-08 | Avoid using DIDescriptor.isNull(). | Devang Patel |
2010-03-08 | Revert r97949. | Devang Patel |
2010-03-08 | Avoid DIDescriptor.isNull() checks. | Devang Patel |
2010-03-08 | Extend ObjCMessageExpr for class method sends with the source location | Douglas Gregor |
2010-03-07 | Perform overload resolution when static_cast'ing from a | Douglas Gregor |
2010-03-07 | Don't turn off mangling in implicitly extern "C" system headers. GCC | Douglas Gregor |
2010-03-06 | Add a message to these asserts. | Benjamin Kramer |
2010-03-06 | Use static method in GlobalValue | Rafael Espindola |
2010-03-06 | PR6515: Implement __builtin_signbit and friends. | Eli Friedman |
2010-03-06 | Implement __builtin_dwarf_sp_column for i386 (Darwin and not), x86-64 (all), | John McCall |