Age | Commit message (Expand) | Author |
2010-04-07 | @llvm.sqrt isn't really close enough to C's sqrt to justify emitting calls | John McCall |
2010-04-04 | Reapply patch for adding support for address spaces and added a isVolatile fi... | Mon P Wang |
2010-04-02 | Revert r100193 since it causes failures in objc in clang | Mon P Wang |
2010-04-02 | Reapply patch for adding support for address spaces and added a isVolatile fi... | Mon P Wang |
2010-03-30 | Revert Mon Ping's 99930 due to broken llvm-gcc buildbots. | Bob Wilson |
2010-03-30 | Added support for address spaces and added a isVolatile field to memcpy, memm... | Mon P Wang |
2010-03-25 | Remove support for nand atomic builtins. They are inconsistently implemented in | Daniel Dunbar |
2010-03-20 | IRgen: Wrap atomic intrinsics with memory barriers, to ensure we honor the se... | Daniel Dunbar |
2010-03-06 | PR6515: Implement __builtin_signbit and friends. | Eli Friedman |
2010-03-06 | Implement __builtin_dwarf_sp_column for i386 (Darwin and not), x86-64 (all), | John McCall |
2010-03-04 | Revert changes r97693, r97700, and r97718. | John McCall |
2010-03-04 | Implement __builtin_dwarf_sp_column(). | John McCall |
2010-03-03 | add framework for ARM builtins, Patch by Edmund Grimley Evans! | Chris Lattner |
2010-03-03 | Sketch out an implementation for __builtin_dwarf_cfa. I have no idea | John McCall |
2010-03-03 | Implement __builtin_eh_return. | John McCall |
2010-03-03 | Add proper target hooks for __builtin_extract_return_address and | John McCall |
2010-03-02 | Inspired by seeing "MIPS" go by in the commits, I've gone ahead and | John McCall |
2010-03-02 | After much consultation aimed at figuring out what this builtin actually | John McCall |
2010-02-09 | IRgen: Add CreateMemTemp, for creating an temporary memory object for a parti... | Daniel Dunbar |
2010-02-05 | IRgen: Fix some CreateTempAlloca calls to use ConvertTypeForMem when that is | Daniel Dunbar |
2010-01-23 | Add bzero builtin; this should help codegen quality for code using this | Eli Friedman |
2010-01-23 | Created __builtin___NSStringMakeConstantString() builtin, which generates con... | David Chisnall |
2010-01-16 | Add codgen for BI__builtin_llvm_memory_barrier. | Tanya Lattner |
2009-12-27 | Promote arguments of frameaddr / returnaddr builtins to i32 type, when needed. | Anton Korobeynikov |
2009-12-24 | Fill in the return value slot in CGExprAgg::VisitCallExpr. This takes us half... | Anders Carlsson |
2009-12-24 | Add a ReturnValueSlot class. Change the argument order in EmitCall to match t... | Anders Carlsson |
2009-12-23 | Update for the intrinsic changes in llvm: the object size intrinsic | Eric Christopher |
2009-12-18 | Fix a few MSVC warnings. | Daniel Dunbar |
2009-12-17 | Fix for PR5801: codegen memcpy, memmove, memset directly to LLVM intrinsics. | Eli Friedman |
2009-12-16 | Add an addition check for undefined behavior for when we hit a | Mike Stump |
2009-12-14 | Revert mmx palignr to use an intrinsic, since mmx shuffle patterns are missing. | Nate Begeman |
2009-12-14 | Support x86's PALIGNR instruction without the use of a palignr intrinsic. | Nate Begeman |
2009-12-07 | Remove obsolete fallback code for objectsize. | Mike Stump |
2009-12-01 | Update for llvm intrinsics change. | Eric Christopher |
2009-11-29 | Explicitly use setVolatile instead of extra IRBuilder argument. | Daniel Dunbar |
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 |