Age | Commit message (Expand) | Author |
2010-07-07 | add driver support for minix, patch by Kees van Reeuwijk | Chris Lattner |
2010-07-07 | getBody() -> hasBody() | Argyrios Kyrtzidis |
2010-07-07 | Introduce Decl::hasBody() and FunctionDecl::hasBody() and use them instead of... | Argyrios Kyrtzidis |
2010-07-07 | Teach function-try-blocks on constructors and destructors to implicitly | John McCall |
2010-07-06 | Provide a hook for the benefit of clients using clang IR gen as a subroutine: | John McCall |
2010-07-06 | Make CGBuilderTy a typedef again; its functionality has been rolled back | John McCall |
2010-07-06 | When destroying a cleanup, kill any references to instructions in the entry | John McCall |
2010-07-06 | When creating functions to run global initializers and destructors, mark them | 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-05 | fix PR7564 a cast where the bitfield struct init code | Chris Lattner |
2010-07-05 | AppendBitField really can never fail, so return its return value. | Chris Lattner |
2010-07-03 | Mangle Objective-C pointers and block pointers in the Microsoft C++ Mangler. | Charles Davis |
2010-07-03 | Provide convenience routines to save and restore the current insertion | John McCall |
2010-07-03 | Fix mangling of array dimensions in the Microsoft C++ Mangler. | Charles Davis |
2010-07-03 | Mangle member pointer types in the Microsoft C++ Mangler. | Charles Davis |
2010-07-03 | Fix mangling of function pointers in the Microsoft C++ Mangler. | Charles Davis |
2010-07-03 | Fix mangling of array parameters for functions in the Microsoft C++ Mangler. | Charles Davis |
2010-07-01 | Remove unnecessary ASTContext parameter from | Douglas Gregor |
2010-07-01 | fix rdar://8147692 - yet another crash due to my abi work. | Chris Lattner |
2010-07-01 | Driver/IRgen: Add support for -momit-leaf-frame-pointer. | Daniel Dunbar |
2010-07-01 | Revert "IRgen: Make sure any prolog instructions get debug info.", the lexical | Daniel Dunbar |
2010-06-30 | IRgen: Fix debug info regression in r106970; when we eliminate the return value | Daniel Dunbar |
2010-06-30 | IRgen: Make sure any prolog instructions get debug info. | Daniel Dunbar |
2010-06-30 | Reapply: | Chris Lattner |
2010-06-30 | Use isFunctionOrMethod for vars declared locallly | Fariborz Jahanian |
2010-06-30 | extern variable declared locally to objective-c++ method | Fariborz Jahanian |
2010-06-30 | reduce nesting. | Chris Lattner |
2010-06-30 | Mangle arrays in the Microsoft C++ Mangler. It's not quite finished (it | Charles Davis |
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 | IRgen: Assignment to Objective-C properties shouldn't reload the value, for | Daniel Dunbar |
2010-06-29 | fix PR7523, which was caused by the ABI code calling ConvertType instead | Chris Lattner |
2010-06-29 | IRgen: Assignment to Objective-C properties shouldn't reload the value (which | Daniel Dunbar |
2010-06-29 | change ABIArgInfo to hold its llvm type with PATypeHolder so that | 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 | Change X86_64ABIInfo to have ASTContext and TargetData ivars to | Chris Lattner |
2010-06-29 | plumb preferred types down into X86_64ABIInfo::classifyArgumentType, | 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-28 | pass/return structs of char and short as i8/i16 to avoid | Chris Lattner |
2010-06-28 | more tidying up. | Chris Lattner |
2010-06-28 | random acts of tidying. | Chris Lattner |
2010-06-28 | X86-64: | Chris Lattner |