Age | Commit message (Expand) | Author |
2011-09-27 | de-tmpify clang. | Benjamin Kramer |
2011-09-24 | Treat list-initialization of scalars as a first-class citizen in C++11. | Sebastian Redl |
2011-09-23 | Removing a bunch of dead returns/breaks after llvm_unreachables. | David Blaikie |
2011-09-23 | Switch assert(0/false) llvm_unreachable. | David Blaikie |
2011-09-10 | Rename the ARC cast kinds to start with "ARC". | John McCall |
2011-09-10 | When converting a block pointer to an Objective-C pointer type, extend | John McCall |
2011-09-09 | Give conversions of block pointers to ObjC pointers a different cast kind | John McCall |
2011-08-14 | Fix r137086 to actually work properly in general. PR10650. | Eli Friedman |
2011-08-09 | Hand materialization of temporary expressions when emitting a scalar | Douglas Gregor |
2011-07-23 | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner |
2011-07-20 | as eli points out, we're not doing memory stuff here. While ConvertType | Chris Lattner |
2011-07-20 | fix PR10395 - array decay can produce an interesting type when | Chris Lattner |
2011-07-18 | de-constify llvm::Type, patch by David Blaikie! | Chris Lattner |
2011-07-15 | Fix the definition of AsTypeExpr. I'm still not sure this | John McCall |
2011-07-15 | Create a new expression node, SubstNonTypeTemplateParmExpr, | John McCall |
2011-07-14 | Change intrinsic getter to take an ArrayRef, now that the underlying function... | Benjamin Kramer |
2011-07-09 | clang side to match the LLVM IR type system rewrite patch. | Chris Lattner |
2011-07-07 | Layout the code for trapping arithmetic so that the overflow case comes after | Bill Wendling |
2011-07-07 | In ARC, reclaim all return values of retainable type, not just those | John McCall |
2011-06-25 | Cleanup cast IRGen a bit; no intended functionality change. | Eli Friedman |
2011-06-25 | LValue carries a type now, so simplify the main EmitLoad/Store APIs | John McCall |
2011-06-25 | Mark the multiply which occurs as part of performing pointer | John McCall |
2011-06-24 | Change the IR-generation of VLAs so that we capture bounds, | John McCall |
2011-06-15 | Automatic Reference Counting. | John McCall |
2011-06-04 | Add support for builtin astype: | Tanya Lattner |
2011-05-28 | Eliminate temporary argument vectors. | Benjamin Kramer |
2011-05-20 | Introduce Type::isSignedIntegerOrEnumerationType() and | Douglas Gregor |
2011-05-19 | Make __builtin_shufflevector and -ftrapv work correctly together. PR9945. | Eli Friedman |
2011-05-06 | Don't emit nsw flags for vector operations; there's basically no benefit, and... | Eli Friedman |
2011-04-28 | Implementation of Embarcadero array type traits | John Wiegley |
2011-04-25 | t/clang/expr-traits | John Wiegley |
2011-04-19 | some cleanups to use IRBuilder methods instead of llvm:: foo methods. | Chris Lattner |
2011-04-16 | fix rdar://9289603 - clang should fold trivial ?: for enums as well as intege... | Chris Lattner |
2011-04-15 | C1X: implement generic selections | Peter Collingbourne |
2011-04-12 | After some discussion with Doug, we decided that it made a lot more sense | John McCall |
2011-04-11 | More __unknown_anytype work. | John McCall |
2011-04-11 | Remove CK_DynamicToNull. | Anders Carlsson |
2011-04-10 | As a first step towards fixing PR9641, add a CK_DynamicToNull cast kind which | Anders Carlsson |
2011-04-10 | PR9580: Handle vectors correctly in ScalarExprEmitter::EmitRem. | Eli Friedman |
2011-04-07 | Basic, untested implementation for an "unknown any" type requested by LLDB. | John McCall |
2011-03-30 | Remove PHINode::reserveOperandSpace(). Instead, add a parameter to | Jay Foad |
2011-03-30 | Fix in r128471 is very broad. Some of the unconditional branches need line nu... | Devang Patel |
2011-03-28 | refactoring | Anton Yartsev |
2011-03-27 | AltiVec vector comparison logic now affect only vectors of fundamental AltiVe... | Anton Yartsev |
2011-03-16 | Don't emit read barriers for reading __weak __block variables | John McCall |
2011-03-11 | Add support for the OpenCL vec_step operator, by generalising and | Peter Collingbourne |
2011-03-07 | DebugInfo can be enabled or disabled at function level (e.g. using an attribu... | Devang Patel |
2011-03-07 | Do not emit stop point for CXXDefaultArgExpr. It results in suboptimial user ... | Devang Patel |
2011-03-02 | IRGen. Fix IR when message returns reference type. | Fariborz Jahanian |
2011-03-02 | PR9350: increment/decrement of char (and anything else narrower than int) | Eli Friedman |