| Commit message (Expand) | Author | Age | Files | Lines |
| * | Mark VTables and RTTI data linkonce_odr instead of weak_odr, with the excepti... | Anders Carlsson | 2011-01-24 | 2 | -9/+13 |
| * | Get rid of the [[final]] C++0x attribute. | Anders Carlsson | 2011-01-23 | 1 | -5/+5 |
| * | Null initialize a few variables flagged by | Ted Kremenek | 2011-01-23 | 1 | -3/+3 |
| * | Use a FunctionType::get overload that doesn't require an empty vector. | Benjamin Kramer | 2011-01-22 | 1 | -5/+2 |
| * | Send code generation for xvalues down the same path as lvalues | Douglas Gregor | 2011-01-22 | 2 | -2/+2 |
| * | Debug info generation for rvalue references | Douglas Gregor | 2011-01-22 | 2 | -6/+10 |
| * | Move cheking of kext into canDevirtualizeMemberFunctionCalls(). | Fariborz Jahanian | 2011-01-21 | 1 | -15/+16 |
| * | apple kext abi requires all vf calls, including qualified | Fariborz Jahanian | 2011-01-20 | 3 | -3/+47 |
| * | Add CharUnits::RoundUpToAlignment() to simplify rounding in character units. | Ken Dyck | 2011-01-20 | 1 | -5/+2 |
| * | Change QualType::getTypePtr() to return a const pointer, then change a | John McCall | 2011-01-19 | 6 | -10/+7 |
| * | Replace calls to getTypeSize() and getTypeAlign() with their 'InChars' | Ken Dyck | 2011-01-19 | 5 | -12/+17 |
| * | Emit DW_TAG_lexical_scope to surround foreach. | Devang Patel | 2011-01-19 | 1 | -0/+12 |
| * | lib/CodeGen/TargetInfo.cpp: Fix coding style and erase an obsolete comment. | NAKAMURA Takumi | 2011-01-19 | 1 | -6/+4 |
| * | Add unnamed_addr in CreateRuntimeVariable. | Rafael Espindola | 2011-01-18 | 2 | -3/+9 |
| * | Add support for explicit constructor calls in Microsoft mode. | Francois Pichet | 2011-01-18 | 1 | -13/+35 |
| * | Replace calls to CharUnits::fromQuantity() with ones to | Ken Dyck | 2011-01-18 | 2 | -4/+4 |
| * | Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and | Jeffrey Yasskin | 2011-01-18 | 4 | -10/+4 |
| * | lib/CodeGen/TargetInfo.cpp: Add Win64 calling conversion. | NAKAMURA Takumi | 2011-01-17 | 1 | -2/+49 |
| * | Simplify. | Devang Patel | 2011-01-17 | 2 | -19/+12 |
| * | More unnamed_addr. | Rafael Espindola | 2011-01-17 | 1 | -0/+1 |
| * | merge strings created by | Rafael Espindola | 2011-01-17 | 1 | -0/+1 |
| * | Add unnamed_addr to the special strings created by | Rafael Espindola | 2011-01-17 | 1 | -0/+1 |
| * | Also set unnamed_addr on declarations. | Rafael Espindola | 2011-01-15 | 2 | -3/+2 |
| * | Support the zero-initialization of VLAs when that really means a zero | John McCall | 2011-01-14 | 1 | -8/+20 |
| * | When simplifying a cleanup's entry by merging it into a single predecessor, | John McCall | 2011-01-14 | 1 | -0/+4 |
| * | Save getObjCGCAttrKind and use it in two places | Fariborz Jahanian | 2011-01-13 | 1 | -2/+3 |
| * | Generate write-barriers for global objc | Fariborz Jahanian | 2011-01-13 | 1 | -1/+9 |
| * | Move name mangling support from CodeGen to AST. In the | Peter Collingbourne | 2011-01-13 | 18 | -4104/+39 |
| * | When your comments and your code are out-of-sync, the test case is wrong. | Douglas Gregor | 2011-01-13 | 1 | -1/+1 |
| * | Add tests for name mangling of variadic templates. | Douglas Gregor | 2011-01-13 | 1 | -5/+6 |
| * | Ensure an insertion point at the end of a statement-expression. | John McCall | 2011-01-13 | 3 | -6/+9 |
| * | Only add unnamed_addr to definitions. | Rafael Espindola | 2011-01-13 | 2 | -2/+3 |
| * | Add IR generation support for SizeOfPackExpr. | Douglas Gregor | 2011-01-12 | 1 | -0/+5 |
| * | Fix a latent bug where, after emitting an expression statement, we would | John McCall | 2011-01-12 | 3 | -27/+52 |
| * | Set unnamed_addr in every type info. | Rafael Espindola | 2011-01-11 | 1 | -4/+2 |
| * | Set unnamed_addr in VTTs. | Rafael Espindola | 2011-01-11 | 1 | -0/+1 |
| * | Set unnamed_addr for type infos that we are confortable marking as hidden. I | Rafael Espindola | 2011-01-11 | 2 | -1/+6 |
| * | Add unnamed_addr to vtables. | Rafael Espindola | 2011-01-11 | 1 | -2/+5 |
| * | Remove special handling for opaque Neon vector types. | Bob Wilson | 2011-01-11 | 1 | -9/+0 |
| * | Fix debug info for __block variable referenced outside of block. | Devang Patel | 2011-01-11 | 1 | -1/+30 |
| * | Add unnamed_addr to constructors and destructors. | Rafael Espindola | 2011-01-11 | 1 | -0/+3 |
| * | Move DefaultABIInfo::classifyReturnType where it belongs. No functional change. | Bob Wilson | 2011-01-10 | 1 | -15/+15 |
| * | Add unnamed_addr when creating artificial string globals. For example, in | Rafael Espindola | 2011-01-10 | 1 | -3/+6 |
| * | Make a helper function static. | Benjamin Kramer | 2011-01-09 | 1 | -1/+2 |
| * | Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter, | Alexis Hunt | 2011-01-08 | 2 | -9/+9 |
| * | Rework a few things about how we emit ObjC's for enumeration statement. | John McCall | 2011-01-07 | 1 | -95/+126 |
| * | Introduce an AttributedType, but don't actually use it anywhere yet. | John McCall | 2011-01-06 | 1 | -0/+3 |
| * | Replace the representation of template template argument pack | Douglas Gregor | 2011-01-05 | 1 | -0/+5 |
| * | fix a -Wself-assign warning | Chris Lattner | 2011-01-05 | 1 | -1/+1 |
| * | Refactor the application of type attributes so that attributes from | John McCall | 2011-01-05 | 1 | -6/+14 |