| Commit message (Expand) | Author | Age | Files | Lines |
| * | Don't crash on invalid source locations in | Daniel Dunbar | 2008-10-24 | 1 | -3/+6 |
| * | Map compilation units using FileEntry pointers instead of | Daniel Dunbar | 2008-10-24 | 2 | -11/+8 |
| * | Add GetModule accessor to ModuleBuilder | Daniel Dunbar | 2008-10-21 | 1 | -0/+4 |
| * | Preliminary support for function overloading | Douglas Gregor | 2008-10-21 | 1 | -2/+2 |
| * | Debug info bug fix, function start wasn't getting generated correctly | Daniel Dunbar | 2008-10-18 | 5 | -24/+24 |
| * | Emit more descriptive unsupported error message on dot-syntax use of super. | Daniel Dunbar | 2008-10-17 | 1 | -0/+2 |
| * | Add FIXME about potential problem in how property ref lvalues are handled. | Daniel Dunbar | 2008-10-17 | 1 | -0/+3 |
| * | Lift CodeGenFunction::EmitPredefinedFunctioName out of EmitPredefinedLValue. | Daniel Dunbar | 2008-10-17 | 2 | -23/+28 |
| * | Add option argument to GetAddrOfConstantString to use for name of | Daniel Dunbar | 2008-10-17 | 2 | -10/+23 |
| * | Emit error unsupported when asm string conversion fails instead of | Daniel Dunbar | 2008-10-17 | 1 | -3/+13 |
| * | Remove unneeded EncodingRecordTypes argument to getObjCEncodingForType. | Daniel Dunbar | 2008-10-17 | 3 | -12/+4 |
| * | More Obj-C type encoding improvements. | Daniel Dunbar | 2008-10-17 | 1 | -1/+2 |
| * | Change CGDebugInfo::setLocation to just ignore invalid locations. This | Daniel Dunbar | 2008-10-17 | 6 | -23/+16 |
| * | NeXT: Use objc_msgSend_fpret for calling functions which return | Daniel Dunbar | 2008-10-17 | 1 | -14/+40 |
| * | Quick patch for PR2784, assert genereting debug info for opaque | Daniel Dunbar | 2008-10-17 | 1 | -1/+9 |
| * | Added pinsrd, pinsrq, and some other vector intrinsics | Mon P Wang | 2008-10-15 | 1 | -0/+4 |
| * | Simplify handling of struct/union/class tags. | Argyrios Kyrtzidis | 2008-10-15 | 1 | -6/+2 |
| * | Lift out ABIInfo abstract base class. | Daniel Dunbar | 2008-10-13 | 3 | -21/+102 |
| * | silence release-assert warnings. | Chris Lattner | 2008-10-12 | 4 | -11/+12 |
| * | Lift EmitTargetBuiltinExpr out of EmitBuiltinExpr. | Daniel Dunbar | 2008-10-10 | 2 | -8/+15 |
| * | Adjust calls to APFloat conversion for new interface. | Dale Johannesen | 2008-10-09 | 1 | -1/+3 |
| * | Use DeclStmt::getSolitaryDecl() instead of DeclStmt::getDecl() when processin... | Ted Kremenek | 2008-10-06 | 1 | -3/+3 |
| * | Use DeclStmt::getSolitaryDecl() instead of DeclStmt::getDecl() when processin... | Ted Kremenek | 2008-10-06 | 1 | -1/+1 |
| * | In EmitDeclStmt: use DeclStmt::const_decl_iterator instead of walking the sco... | Ted Kremenek | 2008-10-06 | 1 | -3/+3 |
| * | Make sema and codegen allow __builtin___CFStringMakeConstantString as a valid | Chris Lattner | 2008-10-06 | 2 | -17/+20 |
| * | always try to fold a builtin before emitting it. In the future | Chris Lattner | 2008-10-06 | 1 | -18/+5 |
| * | Move handling of __builtin_nan("") out of CGBuiltin.cpp into ExprConstant.cpp | Chris Lattner | 2008-10-06 | 1 | -18/+5 |
| * | remove some code where CGBuiltin folds constants, and use tryEvaluate to | Chris Lattner | 2008-10-06 | 1 | -22/+19 |
| * | instead of making codegen try to know about all of the builtins to generate | Chris Lattner | 2008-10-06 | 1 | -23/+8 |
| * | Implement support for the const and pure attributes. | Anders Carlsson | 2008-10-05 | 1 | -0/+4 |
| * | Emit error unsupported for break/continue/goto inside Obj-C exception | Daniel Dunbar | 2008-10-02 | 1 | -2/+30 |
| * | (LLVM up) Rename IRBuilder::IsNonNull -> IsNotNull. | Daniel Dunbar | 2008-10-02 | 1 | -3/+3 |
| * | NeXT: Update to use CreateRuntimeFunction for the routines it imports. | Daniel Dunbar | 2008-10-01 | 1 | -80/+54 |
| * | Add simple interface for protecting runtime functions from name | Daniel Dunbar | 2008-10-01 | 2 | -0/+56 |
| * | Added support for sse intrinsics loadlpd, loadhpd, muldq128, and mulld128 | Mon P Wang | 2008-09-30 | 1 | -0/+7 |
| * | Add infrastructure for proper @finally support. | Daniel Dunbar | 2008-09-30 | 3 | -60/+145 |
| * | Add support for implicit rethrows in @catch blocks. | Daniel Dunbar | 2008-09-28 | 2 | -10/+102 |
| * | Skip redundant if. | Daniel Dunbar | 2008-09-28 | 1 | -5/+3 |
| * | (Update LLVM) Clean up obj-c exception generation to be a bit more | Daniel Dunbar | 2008-09-27 | 1 | -23/+15 |
| * | Bug fix, codegen @catch(id<X> ...) acceptably. | Daniel Dunbar | 2008-09-27 | 1 | -2/+5 |
| * | Simplify generate code for exceptions: | Daniel Dunbar | 2008-09-27 | 1 | -27/+15 |
| * | Prefer llvm::Function::addFnAttr(...) to F->addAttribute(~0, ...). | Daniel Dunbar | 2008-09-27 | 1 | -1/+1 |
| * | Simplify code to emit the unified return block and move it to the end | Daniel Dunbar | 2008-09-27 | 1 | -12/+4 |
| * | Bug fix, make sure to initialize exception object (to rethrow) even | Daniel Dunbar | 2008-09-27 | 1 | -38/+38 |
| * | Easy fix for nasty bug, exception data buffer had wrong type == wrong | Daniel Dunbar | 2008-09-27 | 1 | -1/+1 |
| * | Now Attributes are divided in three groups | Devang Patel | 2008-09-26 | 2 | -5/+9 |
| * | Large mechanical patch. | Devang Patel | 2008-09-25 | 4 | -35/+35 |
| * | Implement Obj-C synthesized setters for copy / retain. | Daniel Dunbar | 2008-09-24 | 2 | -23/+65 |
| * | Implement Obj-C getter synthesis for copy and retain. | Daniel Dunbar | 2008-09-24 | 1 | -12/+56 |
| * | Refactor some CodeGen functionality: | Daniel Dunbar | 2008-09-24 | 3 | -16/+59 |