| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Move TargetInfo::adjustInlineAsmType to TargetCodeGenInfo | Peter Collingbourne | 2011-02-18 | 1 | -0/+22 |
* | Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 instead. | NAKAMURA Takumi | 2011-02-17 | 1 | -1/+1 |
* | Fix whitespace. | NAKAMURA Takumi | 2011-02-17 | 1 | -1/+1 |
* | Add NetBSD target support. Patch by Joerg Sonnenberger. | Benjamin Kramer | 2011-02-02 | 1 | -0/+1 |
* | lib/CodeGen/TargetInfo.cpp: Fix coding style and erase an obsolete comment. | NAKAMURA Takumi | 2011-01-19 | 1 | -6/+4 |
* | lib/CodeGen/TargetInfo.cpp: Add Win64 calling conversion. | NAKAMURA Takumi | 2011-01-17 | 1 | -2/+49 |
* | Remove special handling for opaque Neon vector types. | Bob Wilson | 2011-01-11 | 1 | -9/+0 |
* | Move DefaultABIInfo::classifyReturnType where it belongs. No functional change. | Bob Wilson | 2011-01-10 | 1 | -15/+15 |
* | 1. Add some ABI information for the Microblaze. | Wesley Peck | 2010-12-19 | 1 | -0/+113 |
* | Use a twine. | Benjamin Kramer | 2010-11-12 | 1 | -3/+1 |
* | Rename getBaseClassOffset to getBaseClassOffsetInBits and introduce a getBase... | Anders Carlsson | 2010-10-31 | 1 | -2/+2 |
* | Fix Whitespace. | Michael J. Spencer | 2010-10-19 | 1 | -11/+11 |
* | We shouldn't keep track of MMX registers "needed" separately from the SSE | Bill Wendling | 2010-10-18 | 1 | -21/+11 |
* | Reapply r116684 with fixes. The test cases needed to be updated. | Bill Wendling | 2010-10-18 | 1 | -12/+47 |
* | Temporarily revert r116684. It was causing failures with | Bill Wendling | 2010-10-17 | 1 | -47/+12 |
* | The "gcc.dg/compat/vector-1 -m32" test was broken after the MMX rewrite. The | Bill Wendling | 2010-10-17 | 1 | -12/+47 |
* | Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if | Chris Lattner | 2010-10-11 | 1 | -73/+0 |
* | IRgen/ABI/ARM: Return large vectors in memory. | Daniel Dunbar | 2010-09-23 | 1 | -0/+4 |
* | IRgen/ABI/ARM: Trust the backend to pass vectors correctly for the given ABI. | Daniel Dunbar | 2010-09-23 | 1 | -0/+11 |
* | IRgen/ABI/x86-32: Realign indirect arguments when the ABI requires us to pass | Daniel Dunbar | 2010-09-16 | 1 | -15/+24 |
* | IRgen/ABI: Add support for realigning structures which are passed by indirect | Daniel Dunbar | 2010-09-16 | 1 | -1/+2 |
* | IRgen/ABI/x86_32/Darwin: On Darwin, only structures with SSE vector types get... | Daniel Dunbar | 2010-09-16 | 1 | -3/+32 |
* | IRgen/x86_32/Linux: Linux seems to align all stack objects to 4 bytes, unlike | Daniel Dunbar | 2010-09-16 | 1 | -3/+23 |
* | fix rdar://8360877 a really nasty miscompilation in Boost.Xpressive | Chris Lattner | 2010-09-01 | 1 | -3/+47 |
* | same refactoring as before, this time on the argument side. | Chris Lattner | 2010-09-01 | 1 | -16/+17 |
* | 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 |