Age | Commit message (Expand) | Author |
2010-12-08 | Stop using clang builtins for Neon vaba intrinsics. | Bob Wilson |
2010-12-08 | Silence an unused variable warning. | Chandler Carruth |
2010-12-08 | Stop using clang builtins for Neon vadd[lw] and vsub[lw] intrinsics. | Bob Wilson |
2010-12-07 | Stop using clang builtins for Neon vmlal{_n,_lane} and vmlsl{_n,_lane}. | Bob Wilson |
2010-12-07 | Stop using a clang builtin for Neon vdup_lane intrinsics. | Bob Wilson |
2010-12-07 | Stop using a clang builtin for Neon vmull_lane intrinsic. | Bob Wilson |
2010-12-07 | Add a missing parameter, without which clang crashes for vqshlu_n intrinsics. | Bob Wilson |
2010-12-07 | PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and | Jay Foad |
2010-12-07 | Type traits intrinsic implementation: __is_base_of(T, U) | Francois Pichet |
2010-12-06 | Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical | John McCall |
2010-12-06 | __block variables require us to evaluate the RHS of an assignment before | John McCall |
2010-12-05 | Fix a bug in the emission of __real/__imag l-values on scalar operands. | John McCall |
2010-12-04 | Add a LayoutBase member function. No functionality change. | Anders Carlsson |
2010-12-04 | Replace calls to AppendBytes with calls to AppendPadding when the bytes appen... | Anders Carlsson |
2010-12-04 | Silly special case: never load when dereferencing void*. | John McCall |
2010-12-04 | More anonymous struct/union redesign. This one deals with anonymous field use... | Francois Pichet |
2010-12-04 | Remove some defensive calls to EmitLoadOfPropertyRefLValue that shouldn't | John McCall |
2010-12-04 | Although we currently have explicit lvalue-to-rvalue conversions, they're | John McCall |
2010-12-04 | Test case for the l-value base only being evaluated once. | John McCall |
2010-12-04 | Kill the KVC l-value kind and calculate the base expression when emitting | John McCall |
2010-12-04 | Implement -cl-mad-enable | Peter Collingbourne |
2010-12-04 | Implement -cl-unsafe-math-optimizations | Peter Collingbourne |
2010-12-04 | Implement -cl-finite-math-only | Peter Collingbourne |
2010-12-03 | Add support for vmul_p8 Neon intrinsic. Radar 8446141. | Bob Wilson |
2010-12-03 | Add a separate rightShift flag instead of reusing the existing "poly" variable | Bob Wilson |
2010-12-02 | Reflow to a style doug prefers, increasing indentation :-) | Chris Lattner |
2010-12-02 | fix PR8726 by teaching the aggregate init optimization code to handle | Chris Lattner |
2010-12-02 | IR Gen. part of API support for __block cxx | Fariborz Jahanian |
2010-12-02 | Improve codegen for initializer lists to use memset more aggressively | Chris Lattner |
2010-12-02 | attempt to fix a buildbot failure, apparently apache fails to build. | Chris Lattner |
2010-12-02 | Add support for the common and nocommon attributes. | Eric Christopher |
2010-12-02 | Enhance the init generation logic to emit a memset followed by a few stores when | Chris Lattner |
2010-12-02 | Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPrope... | John McCall |
2010-12-01 | Restore the lvalue-to-rvalue conversion patch with a minimal fix. | John McCall |
2010-12-01 | add some infrastructure that will let us codegen | Chris Lattner |
2010-12-01 | get some i32/i8/i1 constants from Builder, which is much less painful than | Chris Lattner |
2010-11-30 | A CGRecordLayout object persists. Since its contained types may | John McCall |
2010-11-30 | CGRecordLayoutBuilder does not need to be exported from this module. | John McCall |
2010-11-30 | Declaring local static in global block | Fariborz Jahanian |
2010-11-30 | L-value to r-value conversion is not ready for prime-time. | John McCall |
2010-11-30 | Introduce an r-value to l-value cast kind. I'm not promising anything | John McCall |
2010-11-30 | Harden CGDebugInfo::CreateType() a bit for cases where we couldn't generate t... | Douglas Gregor |
2010-11-29 | Merge System into Support. | Michael J. Spencer |
2010-11-28 | Don't store the maximum alignment, we can trivially compute it. | Anders Carlsson |
2010-11-28 | More work on laying out virtual bases. | Anders Carlsson |
2010-11-28 | BuildVirtualCall doesn't need to take a reference to a pointer. | Anders Carlsson |
2010-11-28 | Make the destructor be the 'vtable anchor' of the CGCXXABI class. | Anders Carlsson |
2010-11-28 | Move CGCXXABI functions to CGCXXABI.cpp | Anders Carlsson |
2010-11-28 | Add a CGCXXABI.cpp file. | Anders Carlsson |
2010-11-25 | Hide a bunch of symbols. | Benjamin Kramer |