Age | Commit message (Expand) | Author |
2010-04-21 | Encode field accessibility. | Devang Patel |
2010-04-21 | ABI/x86-32 & x86-64: Alignment on 'byval' must be set when when the alignment | Daniel Dunbar |
2010-04-21 | IRgen/x86-32: Factor out getIndirectResult(), to match x86-64 factoring. | Daniel Dunbar |
2010-04-21 | IRgen: Add checking that the LLVM and AST record layout offsets agree (for | Daniel Dunbar |
2010-04-21 | Comment out an assert for now. | Anders Carlsson |
2010-04-21 | I failed to notice that my last patch wasn't doing as much as it could | John McCall |
2010-04-21 | Teach EmitBlock to put the target block immediately after the current block | John McCall |
2010-04-21 | Miscellaneous codegen cleanups. Mostly, don't create new basic blocks | John McCall |
2010-04-21 | Overhaul the AST representation of Objective-C message send | Douglas Gregor |
2010-04-20 | Fixes a code gen. bug by removing an assert. | Fariborz Jahanian |
2010-04-20 | Back out r101911 and see if it makes the bots happy. | Anders Carlsson |
2010-04-20 | IRgen: Always use i8 arrays to access union bit-fields. This is ugly, but | Daniel Dunbar |
2010-04-20 | Fix a bug which triggered the assertion I added yesterday. Basically, when we... | Anders Carlsson |
2010-04-20 | Move code to apply a non-virtual and virtual offset out into a separate funct... | Anders Carlsson |
2010-04-20 | don't slap noalias attribute on stret result arguments. | Chris Lattner |
2010-04-20 | Pass the nearest virtual base decl to InitializeVTablePointers. No functional... | Anders Carlsson |
2010-04-20 | Assert that the path from the derived to the base class in CodeGenFunction::G... | Anders Carlsson |
2010-04-19 | Keep track of the actual storage specifier written on a variable or | Douglas Gregor |
2010-04-19 | AST: Dump ASTRecordLayout objects when they are created with -fdump-record-la... | Daniel Dunbar |
2010-04-19 | IRgen: Kill unused function and move the type match assert to after record du... | Daniel Dunbar |
2010-04-19 | Check for darwin befoer cheking for version. | Fariborz Jahanian |
2010-04-19 | Some renaming of methods, fixes typo | Fariborz Jahanian |
2010-04-19 | Force clang to produce legacy api for messaging | 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 | Don't just emit ivar metadata - emit CORRECT ivar metadata. (GNU runtime) | David Chisnall |
2010-04-19 | Fix emitting ivar metadata for synthesized ivars and some 64-bit fixes. (GNU ... | David Chisnall |
2010-04-19 | If a method is virtual and the class key function is in another file, emit th... | Rafael Espindola |
2010-04-18 | Local static variables must be available module-wise | Fariborz Jahanian |
2010-04-18 | recommit r101568 to fix PR6766 | Nuno Lopes |
2010-04-17 | Simplify wide bit-field layout in CGRecordLayoutBuilder, and also fix a bug w... | Anders Carlsson |
2010-04-17 | Fix an assert when assigning a boolean value to a bitfield of type _Bool. | Anders Carlsson |
2010-04-17 | Unnamed bit-fields in a union should be laid out with a type that doesn't aff... | Anders Carlsson |
2010-04-17 | Factor union field layout code out into a separate function. No functionality... | Anders Carlsson |
2010-04-17 | Vtable -> VTable renames across the board. | Anders Carlsson |
2010-04-17 | fix integrated assembler with i386 objc code. | Chris Lattner |
2010-04-17 | Fix a bug where we would sometimes incorrectly mark an vtable function as unu... | Anders Carlsson |
2010-04-17 | Add raw_ostream operators to NamedDecl for convenience. Switch over all users... | Benjamin Kramer |
2010-04-17 | revert r101568, which miscompiles this testcase, distilled from ldecod: | Chris Lattner |
2010-04-16 | fix PR6766: codegen of var initialized with wide char | Nuno Lopes |
2010-04-16 | fix a bogus assertion exposed by a recent change: packing the | Chris Lattner |
2010-04-16 | emit padding as undef values, take 2 | Nuno Lopes |
2010-04-16 | Make CGRecordLayoutBuilder deal with wide bit-fields. Will land tests shortly... | Anders Carlsson |
2010-04-16 | tidy up | Chris Lattner |
2010-04-15 | IRgen: Change CGBitFieldInfo to take the AccessInfo as constructor arguments,... | Daniel Dunbar |
2010-04-15 | IRgen: Eliminate now unused fields from CGBitFieldInfo. | Daniel Dunbar |
2010-04-15 | IRgen: (Reapply 101222, with fixes) Move EmitStoreThroughBitfieldLValue to us... | Daniel Dunbar |
2010-04-15 | Rewrite handling of 64-bit palignr intrinsics to be vector shuffles. | Eric Christopher |
2010-04-14 | IRgen/NeXT: Simplify to use AST record layout for getting offsets instead of the | Daniel Dunbar |
2010-04-14 | Speculatively revert "IRgen: Move EmitStoreThroughBitfieldLValue to use new C... | Daniel Dunbar |