Age | Commit message (Expand) | Author |
2009-11-16 | Pass a value for the isSigned parameter of CreateIntCast, rather than | Duncan Sands |
2009-11-09 | Enable the use of the new llvm objectsize intrinsic. | Mike Stump |
2009-10-27 | __builtin_object_size refinements. Ensure we handle expressions with | Mike Stump |
2009-10-26 | Prep for future __builtin_object_size refinements. The theory is that | Mike Stump |
2009-10-13 | Simplify pointer creation with the new Type::getInt*Ptr methods. | Benjamin Kramer |
2009-09-21 | Implement __builtin_unreachable(), a GCC 4.5 extension. | Chris Lattner |
2009-09-14 | Fix subtle bug in generating LLVM function declarations for builtin functions. | Daniel Dunbar |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-09-01 | PR4836, part 2: CodeGen for __builtin_isnan. | Eli Friedman |
2009-08-24 | Remove TargetInfo::getTargetPrefix(). | Daniel Dunbar |
2009-08-13 | Update for LLVM API change. | Owen Anderson |
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 |