Age | Commit message (Expand) | Author |
2010-04-23 | More -fno-constant-cfstrings API work. | Fariborz Jahanian |
2010-04-23 | Add an InheritancePath parameter to the ImplicitCastExpr constructor. | Anders Carlsson |
2010-04-23 | NeXT/EH: When generating the rethrow code for a finally block, make sure to | Daniel Dunbar |
2010-04-23 | NeXT/EH: Tidy up EH code a bit, don't emit the catch block EH handler if it i... | Daniel Dunbar |
2010-04-23 | More work toward implementing | Fariborz Jahanian |
2010-04-23 | Implement PR6845. We allow matching constraints to have different | Chris Lattner |
2010-04-23 | Handle compound assignment expressions (i += j) as lvalues, which is | Douglas Gregor |
2010-04-23 | Emit a lame diagnostic when we can't mangle operator names | Douglas Gregor |
2010-04-23 | Mangle dependent template names such as the nested-name-specifier in | Douglas Gregor |
2010-04-23 | I hate default statements. Fixes PR6874. | Douglas Gregor |
2010-04-22 | Support for -fno-constant-cfstrings option - wip. | Fariborz Jahanian |
2010-04-22 | IRgen: Fix another case where we generated an invalid access component when we | Daniel Dunbar |
2010-04-22 | IRgen: Fix case where we might generate an access component with width == 0, if | Daniel Dunbar |
2010-04-22 | Suppress compiler warning. | Daniel Dunbar |
2010-04-22 | IRgen: Set alignment correctly on bit-field accesses. | Daniel Dunbar |
2010-04-22 | IRgen: Rewrite bit-field access policy to not access data beyond the bounds o... | Daniel Dunbar |
2010-04-22 | IRgen: Fix CGRecordLayout::print to print the bit-field infos in a consistent... | Daniel Dunbar |
2010-04-22 | Call PerformCopyInitialization to properly initialize the exception temporary | John McCall |
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 |