Age | Commit message (Expand) | Author |
2009-07-31 | Update for LLVM API change. | Owen Anderson |
2009-07-30 | Update for LLVM API changes. | Owen Anderson |
2009-07-29 | Update for LLVM API change. | Owen Anderson |
2009-07-27 | Update for LLVM API change. | Owen Anderson |
2009-07-26 | Switch to getName() | Daniel Dunbar |
2009-07-24 | Update for LLVM API change. | Owen Anderson |
2009-07-14 | Update for LLVM API change, and contextify a bunch of related stuff. | Owen Anderson |
2009-07-13 | Update for LLVM API change. | Owen Anderson |
2009-06-30 | Remove the ASTContext parameter from the attribute-related methods of Decl. | Argyrios Kyrtzidis |
2009-06-18 | Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>. | Douglas Gregor |
2009-06-14 | move the various builtins stuff from libast to libbasic. This | Chris Lattner |
2009-06-07 | Remove a few more vector builtins. | Eli Friedman |
2009-06-07 | Now that LLVM CodeGen can handle the generic variations a bit better, | Eli Friedman |
2009-06-06 | Get rid of a bunch of dead builtins. | Eli Friedman |
2009-06-02 | Add support for __builtin_unwind_init. | Eli Friedman |
2009-06-02 | If we recognize alloca, treat it as a builtin. This fixes uses of | Eli Friedman |
2009-05-27 | Fix a use-of-undefined, IRgen expects the RValue for "void" to be a scalar RV... | Daniel Dunbar |
2009-05-27 | Rename an EmitCallExpr function to EmitCall to make it clear that it doesn't ... | Anders Carlsson |
2009-05-21 | Use v.data() instead of &v[0] when SmallVector v might be empty. | Jay Foad |
2009-05-18 | Remove an unused builtin. | Anders Carlsson |
2009-05-18 | Add 'cmp' SSE builtins and get rid of a bunch of other builtins. | Anders Carlsson |
2009-05-13 | implement __sync_synchronize and __sync_lock_release, | Chris Lattner |
2009-05-13 | add support for __sync_nand_and_fetch and __sync_fetch_and_nand, | Chris Lattner |
2009-05-08 | reimplement __sync_* builtins to be variadic and to follow the same | Chris Lattner |
2009-05-03 | PR4134: Implement __builtin_extract_return_addr. | Eli Friedman |
2009-04-26 | Remove getIntegerConstantExprValue in favor of using EvaluateAsInt. | Eli Friedman |
2009-04-18 | fix incorrect lowering of __builtin_ia32_shufpd, rdar://6803924 | Chris Lattner |
2009-04-13 | Update to use hasAttr() instead of getAttr(). | Daniel Dunbar |
2009-04-08 | Add a destination type argument to EmitConstantExpr. This will be used for wh... | Anders Carlsson |
2009-04-07 | Implement __sync_{add,sub,and,or,xor}_and_fetch and | Daniel Dunbar |
2009-02-16 | Support IRgen of sqrt -> llvm.sqrt, pow -> llvm.pow. | Daniel Dunbar |
2009-02-16 | Fix IRgen of __builtin_memset. | Daniel Dunbar |
2009-02-13 | Implicitly declare certain C library functions (malloc, strcpy, memmove, | Douglas Gregor |
2009-02-11 | Use EmitVAListRef instead of EmitLValue directly to handle array decay | Daniel Dunbar |
2009-02-05 | Reapply Daniel's patch to match up with llvm 63765. | Dale Johannesen |
2009-02-04 | Chase LLVM TOT in circles (i.e., revert r63773 to match revert of | Daniel Dunbar |
2009-02-04 | (llvm up) Update for intrinsic lookup changes. | Daniel Dunbar |
2009-01-25 | Make the constant folder aware of | Eli Friedman |
2009-01-20 | Slight cleanup, and fix for va_arg on architectures where va_list is a | Eli Friedman |
2009-01-20 | Do codegen correctly for va_start/end/copy on architectures where | Eli Friedman |
2009-01-20 | Fix for PR3350: add special-casing for "references" to va_lists in | Eli Friedman |
2009-01-18 | Vector codegen improvements | Nate Begeman |
2008-12-22 | Generate code for __builtin_ia32_pshufw | Anders Carlsson |
2008-12-01 | Use the new Expr::Evaluate | Anders Carlsson |
2008-11-16 | rename Expr::tryEvaluate to Expr::Evaluate. | Chris Lattner |
2008-11-04 | Fix bug in va_copy | Anders Carlsson |
2008-10-29 | Fix for PR2966: va_start/va_end use the *address* of the | Eli Friedman |
2008-10-15 | Added pinsrd, pinsrq, and some other vector intrinsics | Mon P Wang |
2008-10-10 | Lift EmitTargetBuiltinExpr out of EmitBuiltinExpr. | Daniel Dunbar |
2008-10-06 | Make sema and codegen allow __builtin___CFStringMakeConstantString as a valid | Chris Lattner |