| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | refactor some code to cut down on redundancy, no functionality change. | Chris Lattner | 2010-09-01 | 1 | -22/+19 |
* | Add support for windows x86-64 varargs, patch by Cameron Esfahani! | Chris Lattner | 2010-08-31 | 1 | -2/+63 |
* | Fix PR8029, a x86-32 ABI regression in introduced in r112211 | Chris Lattner | 2010-08-30 | 1 | -1/+0 |
* | improve comments. | Chris Lattner | 2010-08-26 | 1 | -5/+2 |
* | fix 2xi16 to pass as i32 instead of <2 x i16>. The former passes in | Chris Lattner | 2010-08-26 | 1 | -0/+19 |
* | vector of long and ulong are also classified as INTEGER in x86-64 abi, | Chris Lattner | 2010-08-26 | 1 | -1/+3 |
* | 1 x ulonglong needs to be classified as INTEGER, just like 1 x longlong, | Chris Lattner | 2010-08-26 | 1 | -1/+2 |
* | tame an assertion, fixing rdar://8357396 | Chris Lattner | 2010-08-26 | 1 | -1/+1 |
* | Finally pass "two floats in a 64-bit unit" as a <2 x float> instead of | Chris Lattner | 2010-08-25 | 1 | -6/+2 |
* | Fix horrible white space errors. | Michael J. Spencer | 2010-08-25 | 1 | -69/+69 |
* | Experiment with using first-class aggregates to represent member function | John McCall | 2010-08-22 | 1 | -11/+16 |
* | fix PR5179 and correctly fix PR5831 to not miscompile. | Chris Lattner | 2010-07-30 | 1 | -10/+32 |
* | move the last hunk of getCoerceResult into the place | Chris Lattner | 2010-07-29 | 1 | -32/+27 |
* | now that direct and coerce are merged, getCoerceResult gets simpler. | Chris Lattner | 2010-07-29 | 1 | -5/+0 |
* | now that GetSSETypeAtOffset handles passing SSE class values as | Chris Lattner | 2010-07-29 | 1 | -14/+0 |
* | Implement the clang-side of detection for when to pass as | Chris Lattner | 2010-07-29 | 1 | -3/+39 |
* | Look at me, I can count! | Chris Lattner | 2010-07-29 | 1 | -1/+1 |
* | fix rdar://8251384, another case where we could access beyond the | Chris Lattner | 2010-07-29 | 1 | -21/+28 |
* | start setting up infrastructure for passing multi-floats | Chris Lattner | 2010-07-29 | 1 | -15/+33 |
* | rename Get8ByteTypeAtOffset -> GetINTEGERTypeAtOffset to | Chris Lattner | 2010-07-29 | 1 | -17/+18 |
* | handle a case where we could access off the end of a function | Chris Lattner | 2010-07-29 | 1 | -9/+6 |
* | fix PR7742 / rdar://8250764, a miscompilation of struct | Chris Lattner | 2010-07-29 | 1 | -2/+3 |
* | This is a little bit far, but optimize cases like: | Chris Lattner | 2010-07-29 | 1 | -3/+26 |
* | implement a todo: pass a eight-byte that consists of a | Chris Lattner | 2010-07-29 | 1 | -6/+92 |
* | Kill off the 'coerce' ABI passing form. Now 'direct' and 'extend' always | Chris Lattner | 2010-07-29 | 1 | -24/+22 |
* | ignore structs that wrap vectors in IR, the abstraction shouldn't add penalty. | Chris Lattner | 2010-07-29 | 1 | -2/+13 |
* | move the 'pretty 16-byte vector' inferring code up to be shared | Chris Lattner | 2010-07-29 | 1 | -14/+24 |
* | simplify code by eliminating a premature optimization. | Chris Lattner | 2010-07-29 | 1 | -30/+11 |
* | now that we have CGT around, we can start using preferred types | Chris Lattner | 2010-07-29 | 1 | -3/+9 |
* | sink preferred type stuff lower. It's possible that this might | Chris Lattner | 2010-07-29 | 1 | -27/+33 |
* | dissolve some more complexity: make the x86-64 abi lowering code | Chris Lattner | 2010-07-29 | 1 | -30/+10 |
* | simplify Get8ByteTypeAtOffset by making it a member of X86_64ABIInfo | Chris Lattner | 2010-07-29 | 1 | -24/+20 |
* | now that ABIInfo depends on CGT, it has trivial access to such | Chris Lattner | 2010-07-29 | 1 | -212/+158 |
* | cave in to reality and make ABIInfo depend on CodeGenTypes. | Chris Lattner | 2010-07-29 | 1 | -61/+90 |
* | pass argument vectors in a type that corresponds to the user type if | Chris Lattner | 2010-07-28 | 1 | -2/+14 |
* | fix some break statements to be formatted more consistently, | Chris Lattner | 2010-07-28 | 1 | -16/+7 |
* | use Get8ByteTypeAtOffset for the return value path as well so we | Chris Lattner | 2010-07-28 | 1 | -60/+63 |
* | refactor the autosizing code, eliminating duplication | Chris Lattner | 2010-07-28 | 1 | -58/+53 |
* | fix PR7714 by not referencing off the end of a struct when passed by value in | Chris Lattner | 2010-07-28 | 1 | -7/+39 |
* | CodeGen: Tweak ABI handling for Minix, patch by Kees van Reeuwijk! | Daniel Dunbar | 2010-07-15 | 1 | -1/+0 |
* | add driver support for minix, patch by Kees van Reeuwijk | Chris Lattner | 2010-07-07 | 1 | -0/+1 |
* | Reapply: | Chris Lattner | 2010-06-30 | 1 | -2/+1 |
* | Revert r107173, "fix PR7519: after thrashing around and remembering how all t... | Daniel Dunbar | 2010-06-30 | 1 | -1/+2 |
* | fix PR7519: after thrashing around and remembering how all this stuff | Chris Lattner | 2010-06-29 | 1 | -2/+1 |
* | Change X86_64ABIInfo to have ASTContext and TargetData ivars to | Chris Lattner | 2010-06-29 | 1 | -43/+84 |
* | plumb preferred types down into X86_64ABIInfo::classifyArgumentType, | Chris Lattner | 2010-06-29 | 1 | -4/+14 |
* | Pass the LLVM IR version of argument types down into computeInfo. | Chris Lattner | 2010-06-29 | 1 | -8/+24 |
* | pass/return structs of char and short as i8/i16 to avoid | Chris Lattner | 2010-06-28 | 1 | -5/+9 |
* | more tidying up. | Chris Lattner | 2010-06-28 | 1 | -32/+45 |
* | random acts of tidying. | Chris Lattner | 2010-06-28 | 1 | -28/+47 |