Age | Commit message (Expand) | Author |
2010-12-30 | Simplify mem{cpy, move, set} creation with IRBuilder. | Benjamin Kramer |
2010-10-19 | Fix Whitespace. | Michael J. Spencer |
2010-09-16 | IRgen/ABI: Add support for realigning structures which are passed by indirect | Daniel Dunbar |
2010-09-03 | Add symantic support for the Pascal calling convention via | Dawn Perchik |
2010-09-03 | Re-commit r112916 with an additional fix for the self-host failures. | John McCall |
2010-09-03 | Revert r112916, it's breaking selfhost pretty badly. | John McCall |
2010-09-03 | It's not safe to use the generic CXXMethodDecl overload of CGT::getFunctionInfo | John McCall |
2010-08-31 | Teach IR generation to return 'this' from constructors and destructors | John McCall |
2010-08-21 | IRgen: Switch more MakeAddr() users to MakeAddrLValue; this time for calls wh... | Daniel Dunbar |
2010-08-21 | IRgen: Change Emit{Load,Store}OfScalar to take a required Alignment argument and | Daniel Dunbar |
2010-07-30 | fix PR5179 and correctly fix PR5831 to not miscompile. | Chris Lattner |
2010-07-29 | fix a builder, why didn't clang++ catch this? | Chris Lattner |
2010-07-29 | Kill off the 'coerce' ABI passing form. Now 'direct' and 'extend' always | Chris Lattner |
2010-07-29 | dissolve some more complexity: make the x86-64 abi lowering code | Chris Lattner |
2010-07-29 | now that ABIInfo depends on CGT, it has trivial access to such | Chris Lattner |
2010-07-28 | tidy up | Chris Lattner |
2010-07-28 | some cleanups and get alignments correct for various coerce cases. | Chris Lattner |
2010-07-23 | Vectors are not integer types, so the type system should not classify | Douglas Gregor |
2010-07-21 | Fix regression caused by r108911. | Devang Patel |
2010-07-20 | Use getDebugLoc and setDebugLoc instead of getDbgMetadata and setDbgMetadata, | Dan Gohman |
2010-07-14 | CodeGen/ObjC/NeXT: Fix Obj-C message send to match llvm-gcc when choosing | Daniel Dunbar |
2010-07-08 | Mark calls to 'throw()' functions as nounwind, and mark the functions nounwind | John McCall |
2010-07-06 | Validated by nightly-test runs on x86 and x86-64 darwin, including after | John McCall |
2010-07-05 | Generate fewer first class aggregate values for other | Chris Lattner |
2010-07-05 | in the "coerce" case, the ABI handling code ends up making the | Chris Lattner |
2010-07-01 | fix rdar://8147692 - yet another crash due to my abi work. | Chris Lattner |
2010-06-30 | IRgen: Fix debug info regression in r106970; when we eliminate the return value | Daniel Dunbar |
2010-06-30 | Reapply: | Chris Lattner |
2010-06-30 | Revert r107173, "fix PR7519: after thrashing around and remembering how all t... | Daniel Dunbar |
2010-06-30 | Revert r107216, "fix PR7523, which was caused by the ABI code calling Convert... | Daniel Dunbar |
2010-06-29 | fix PR7523, which was caused by the ABI code calling ConvertType instead | Chris Lattner |
2010-06-29 | relax the CGFunctionInfo::CGFunctionInfo ctor to allow any sequence | Chris Lattner |
2010-06-29 | fix PR7519: after thrashing around and remembering how all this stuff | Chris Lattner |
2010-06-29 | minor cleanups. | Chris Lattner |
2010-06-29 | Pass the LLVM IR version of argument types down into computeInfo. | Chris Lattner |
2010-06-29 | add IR names to coerced arguments. | Chris Lattner |
2010-06-29 | make the argument passing stuff in the FCA case smarter still, by | Chris Lattner |
2010-06-28 | Change CGCall to handle the "coerce" case where the coerce-to type | Chris Lattner |
2010-06-28 | make the trivial forms of CreateCoerced{Load|Store} trivial. | Chris Lattner |
2010-06-27 | finally get around to doing a significant cleanup to irgen: | Chris Lattner |
2010-06-27 | If coercing something from int or pointer type to int or pointer type | Chris Lattner |
2010-06-27 | Same patch as the previous on the store side. Before we compiled this: | Chris Lattner |
2010-06-27 | improve CreateCoercedLoad a bit to generate slightly less awful | Chris Lattner |
2010-06-27 | Change IR generation for return (in the simple case) to avoid doing silly | Chris Lattner |
2010-06-26 | reduce indentation | Chris Lattner |
2010-06-26 | Change EmitReferenceBindingToExpr to take a decl instead of a boolean. | Anders Carlsson |
2010-06-15 | Move CodeGenOptions.h *back* into Frontend. This should have been done when the | Chandler Carruth |
2010-05-30 | Fix for PR7040: Don't try to compute the LLVM type for a function where it | Eli Friedman |
2010-05-26 | Correctly pass aggregates by reference when emitting thunks. | John McCall |
2010-05-18 | Add support for Microsoft's __thiscall, from Steven Watanabe! | Douglas Gregor |