Age | Commit message (Expand) | Author |
2011-04-15 | C1X: implement generic selections | Peter Collingbourne |
2011-04-14 | Add support for C++0x's range-based for loops, as specified by the C++11 draf... | Richard Smith |
2011-04-14 | Implement ARM pcs attribute. Basically it's another way of calling convention... | Anton Korobeynikov |
2011-04-14 | Replace a couple of divide-by-8s with divide-by-charwidths. No change in | Ken Dyck |
2011-04-14 | Replace a couple of divisions-by-'8' with divisions-by-charwidth. No change | Ken Dyck |
2011-04-13 | Removing the unaligned load tests from builtins-x86.c since they're generated... | Bill Wendling |
2011-04-13 | It looks like the FreeBSD buildbot needs this for the builtins-x86.c test. | Bill Wendling |
2011-04-13 | Just use a native "load" instead of translating the builtin later. Clang can | Bill Wendling |
2011-04-13 | Use EmitCallOrInvoke in EmitBadTypeidCall and EmitBadCastCall. | Anders Carlsson |
2011-04-13 | Convert the unaligned load builtins to the first-class versions. | Bill Wendling |
2011-04-12 | IRgen/Obj-C: Emit CFStrings and NSStrings with the alignment of the char type, | Daniel Dunbar |
2011-04-12 | We can't emit an aggregate cast as its sub-expression in general just | John McCall |
2011-04-12 | Template static data members can have weak_odr linkage, not just | John McCall |
2011-04-12 | Ignore indirect field declarations. Fixes PR9570. | John McCall |
2011-04-12 | After some discussion with Doug, we decided that it made a lot more sense | John McCall |
2011-04-11 | If there's an invoke destination, we should use invoke instead of call when c... | Anders Carlsson |
2011-04-11 | More __unknown_anytype work. | John McCall |
2011-04-11 | Remove CK_DynamicToNull. | Anders Carlsson |
2011-04-11 | When we know that a dynamic_cast always returns null, we can make | Anders Carlsson |
2011-04-11 | Clean up CodeGenFunction::EmitDynamicCast. No functionality change. | Anders Carlsson |
2011-04-11 | Replace a couple of Builder.CreateICmpEQ with Builder.CreateIsNull. No functi... | Anders Carlsson |
2011-04-10 | As a first step towards fixing PR9641, add a CK_DynamicToNull cast kind which | Anders Carlsson |
2011-04-10 | Strip off parens and no-op casts when deciding if an expr can be devirtualize... | Anders Carlsson |
2011-04-10 | Change CollectPrimaryBases to collect the bases in the right order. Fixes one... | Anders Carlsson |
2011-04-10 | Make -fdump-vtable-layouts also dump vtable indices for all virtual member fu... | Anders Carlsson |
2011-04-10 | PR9580: Handle vectors correctly in ScalarExprEmitter::EmitRem. | Eli Friedman |
2011-04-09 | Make sure we or together the overflow flags of the multiply and add, so the | Eli Friedman |
2011-04-09 | PR8369: make __attribute((regparm(0))) work correctly. Original patch by | Eli Friedman |
2011-04-09 | fix indentation | Chris Lattner |
2011-04-09 | add a __sync_swap builtin to fill out the rest of the __sync builtins. | Chris Lattner |
2011-04-09 | Convert the PointerWidthInBytes variable in EmitMemberPointer() to CharUnits | Ken Dyck |
2011-04-09 | Eliminate a divide-by-8 in BuildVMIClassTypeInfo() by using CharUnits for | Ken Dyck |
2011-04-09 | Apply explicit braces to avoid ambiguous 'else' [-Wparentheses] | Nick Lewycky |
2011-04-08 | Do not use zero as an upper bound for unbounded array because upper bound zer... | Devang Patel |
2011-04-07 | [Reapply r128776, modified so that it does not break debug info.] | Ken Dyck |
2011-04-07 | Basic, untested implementation for an "unknown any" type requested by LLDB. | John McCall |
2011-04-07 | [Reapply r128773. This is not the source of the issues Devang was seeing | Ken Dyck |
2011-04-07 | [Reapply r128771. It wasn't the source of the issues Devang saw with debug | Ken Dyck |
2011-04-07 | Reapply r128770. It's not the cause of the issues Devang saw with debug info. | Ken Dyck |
2011-04-06 | Refine rules for atomic property api to | Fariborz Jahanian |
2011-04-06 | If this is an intrinsic function, set the function's attributes to the intrin... | Peter Collingbourne |
2011-04-05 | Simplify. | Devang Patel |
2011-04-05 | Fixes a regression caused by my last patch. | Fariborz Jahanian |
2011-04-05 | Emit debug info for function template parameters. | Devang Patel |
2011-04-05 | Generate atomic api for atomic properties (x86 and x86_64 | Fariborz Jahanian |
2011-04-05 | Remove unintentional check-in. | Devang Patel |
2011-04-05 | Fix typo. | Devang Patel |
2011-04-05 | Use TemplateParameterList to extract template parameter name. | Devang Patel |
2011-04-05 | Added *hidden* flags -print-options and -print-all-options so | Andrew Trick |
2011-04-05 | whitespace | Andrew Trick |