Age | Commit message (Expand) | Author |
2011-01-29 | Replace a literal '8' with getCharWidth(). | Ken Dyck |
2011-01-29 | Remove IsDefinition from CodeGenModule::setTypeVisibility; it is always true. | Anders Carlsson |
2011-01-29 | When trying to get the most derived class, don't assume that we can ignore al... | Anders Carlsson |
2011-01-29 | When calling a virtual member function on a base class and the most derived c... | Anders Carlsson |
2011-01-29 | When doing a derived-to-base class through a virtual class, we don't have to ... | Anders Carlsson |
2011-01-28 | More work to support -fapple-kext regarding | Fariborz Jahanian |
2011-01-28 | Add my new file to the CMake lists, sorry about that. | John McCall |
2011-01-28 | Move all the cleanups framework code into a single file. | John McCall |
2011-01-28 | Reorganize the value-dominance metaprogram and introduce a specialization | John McCall |
2011-01-28 | Convert the exception-freeing cleanup over to the conditional cleanups code, | John McCall |
2011-01-27 | When producing IR for a lvalue-to-rvalue cast *as an lvalue*, only | Douglas Gregor |
2011-01-27 | Do a proper recursive lookup when deciding whether a class's usual | John McCall |
2011-01-27 | Notes on dynamic array cookies in MSVC. | John McCall |
2011-01-26 | Fixes an IRgen bug where __block variable is | Fariborz Jahanian |
2011-01-26 | Un-nest the meat of this function. | John McCall |
2011-01-26 | Fix some obvious bugs in the conditional-cleanup code and then make the | John McCall |
2011-01-26 | Better framework for conditional cleanups; untested as yet. | John McCall |
2011-01-25 | Add -add-plugin flag, which runs plugins in addition to codegen. | Nico Weber |
2011-01-24 | Revert r124146 for now. It appears to be failing on a few platforms. | Eric Christopher |
2011-01-24 | pre/post increase/decrease for AltiVec vectors | Anton Yartsev |
2011-01-24 | Use attributes for all the override control specifiers. | Anders Carlsson |
2011-01-24 | When building a type info struct for EH, we always want it to have linkonce_o... | Anders Carlsson |
2011-01-24 | Change CodeGenModule::getVTableLinkage to be a non-static member function. | Anders Carlsson |
2011-01-24 | "Name" a bool parameter. | Anders Carlsson |
2011-01-24 | Mark VTables and RTTI data linkonce_odr instead of weak_odr, with the excepti... | Anders Carlsson |
2011-01-23 | Get rid of the [[final]] C++0x attribute. | Anders Carlsson |
2011-01-23 | Null initialize a few variables flagged by | Ted Kremenek |
2011-01-22 | Use a FunctionType::get overload that doesn't require an empty vector. | Benjamin Kramer |
2011-01-22 | Send code generation for xvalues down the same path as lvalues | Douglas Gregor |
2011-01-22 | Debug info generation for rvalue references | Douglas Gregor |
2011-01-21 | Move cheking of kext into canDevirtualizeMemberFunctionCalls(). | Fariborz Jahanian |
2011-01-20 | apple kext abi requires all vf calls, including qualified | Fariborz Jahanian |
2011-01-20 | Add CharUnits::RoundUpToAlignment() to simplify rounding in character units. | Ken Dyck |
2011-01-19 | Change QualType::getTypePtr() to return a const pointer, then change a | John McCall |
2011-01-19 | Replace calls to getTypeSize() and getTypeAlign() with their 'InChars' | Ken Dyck |
2011-01-19 | Emit DW_TAG_lexical_scope to surround foreach. | Devang Patel |
2011-01-19 | lib/CodeGen/TargetInfo.cpp: Fix coding style and erase an obsolete comment. | NAKAMURA Takumi |
2011-01-18 | Add unnamed_addr in CreateRuntimeVariable. | Rafael Espindola |
2011-01-18 | Add support for explicit constructor calls in Microsoft mode. | Francois Pichet |
2011-01-18 | Replace calls to CharUnits::fromQuantity() with ones to | Ken Dyck |
2011-01-18 | Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and | Jeffrey Yasskin |
2011-01-17 | lib/CodeGen/TargetInfo.cpp: Add Win64 calling conversion. | NAKAMURA Takumi |
2011-01-17 | Simplify. | Devang Patel |
2011-01-17 | More unnamed_addr. | Rafael Espindola |
2011-01-17 | merge strings created by | Rafael Espindola |
2011-01-17 | Add unnamed_addr to the special strings created by | Rafael Espindola |
2011-01-15 | Also set unnamed_addr on declarations. | Rafael Espindola |
2011-01-14 | Support the zero-initialization of VLAs when that really means a zero | John McCall |
2011-01-14 | When simplifying a cleanup's entry by merging it into a single predecessor, | John McCall |
2011-01-13 | Save getObjCGCAttrKind and use it in two places | Fariborz Jahanian |