Age | Commit message (Expand) | Author |
2011-04-26 | Temporarily revert r130176, it appears to have broken a few tests. | Eric Christopher |
2011-04-25 | Turn on byval parameters in Clang for ARM APCS. rdar://problem/7662569 | Stuart Hastings |
2011-04-22 | PTX: Add default PTX calling conventions | Justin Holewinski |
2011-04-21 | The 0.98 revision of the x86-64 ABI clarified a lot of things, some | John McCall |
2011-04-19 | ADT/Triple: Switch to using .isOSDarwin() predicate. | Daniel Dunbar |
2011-04-15 | fix a bunch of comment typos found by codespell. Patch by | Chris Lattner |
2011-04-14 | Implement ARM pcs attribute. Basically it's another way of calling convention... | Anton Korobeynikov |
2011-04-05 | Set AAPCS-VFP calling convention accordingly and hard float ABI command handl... | Sandeep Patel |
2011-03-30 | Remove PHINode::reserveOperandSpace(). Instead, add a parameter to | Jay Foad |
2011-03-07 | When we adjust the inline ASM type, we need to take into account an early | Bill Wendling |
2011-03-02 | Revert "Add CC_Win64ThisCall and set it in the necessary places." | Tilmann Scheller |
2011-03-02 | Add CC_Win64ThisCall and set it in the necessary places. | Tilmann Scheller |
2011-02-22 | lib/CodeGen/TargetInfo.cpp: On Win64, arg i128 should be emitted as INDIRECT. | NAKAMURA Takumi |
2011-02-19 | Re-instate r125819 and r125820 with no functionality change | Peter Collingbourne |
2011-02-19 | Revert 125820 and 125819 to fix PR9266. | Rafael Espindola |
2011-02-18 | Move TargetInfo::adjustInlineAsmType to TargetCodeGenInfo | Peter Collingbourne |
2011-02-17 | Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 instead. | NAKAMURA Takumi |
2011-02-17 | Fix whitespace. | NAKAMURA Takumi |
2011-02-02 | Add NetBSD target support. Patch by Joerg Sonnenberger. | Benjamin Kramer |
2011-01-19 | lib/CodeGen/TargetInfo.cpp: Fix coding style and erase an obsolete comment. | NAKAMURA Takumi |
2011-01-17 | lib/CodeGen/TargetInfo.cpp: Add Win64 calling conversion. | NAKAMURA Takumi |
2011-01-11 | Remove special handling for opaque Neon vector types. | Bob Wilson |
2011-01-10 | Move DefaultABIInfo::classifyReturnType where it belongs. No functional change. | Bob Wilson |
2010-12-19 | 1. Add some ABI information for the Microblaze. | Wesley Peck |
2010-11-12 | Use a twine. | Benjamin Kramer |
2010-10-31 | Rename getBaseClassOffset to getBaseClassOffsetInBits and introduce a getBase... | Anders Carlsson |
2010-10-19 | Fix Whitespace. | Michael J. Spencer |
2010-10-18 | We shouldn't keep track of MMX registers "needed" separately from the SSE | Bill Wendling |
2010-10-18 | Reapply r116684 with fixes. The test cases needed to be updated. | Bill Wendling |
2010-10-17 | Temporarily revert r116684. It was causing failures with | Bill Wendling |
2010-10-17 | The "gcc.dg/compat/vector-1 -m32" test was broken after the MMX rewrite. The | Bill Wendling |
2010-10-11 | Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if | Chris Lattner |
2010-09-23 | IRgen/ABI/ARM: Return large vectors in memory. | Daniel Dunbar |
2010-09-23 | IRgen/ABI/ARM: Trust the backend to pass vectors correctly for the given ABI. | Daniel Dunbar |
2010-09-16 | IRgen/ABI/x86-32: Realign indirect arguments when the ABI requires us to pass | Daniel Dunbar |
2010-09-16 | IRgen/ABI: Add support for realigning structures which are passed by indirect | Daniel Dunbar |
2010-09-16 | IRgen/ABI/x86_32/Darwin: On Darwin, only structures with SSE vector types get... | Daniel Dunbar |
2010-09-16 | IRgen/x86_32/Linux: Linux seems to align all stack objects to 4 bytes, unlike | Daniel Dunbar |
2010-09-01 | fix rdar://8360877 a really nasty miscompilation in Boost.Xpressive | Chris Lattner |
2010-09-01 | same refactoring as before, this time on the argument side. | Chris Lattner |
2010-09-01 | refactor some code to cut down on redundancy, no functionality change. | Chris Lattner |
2010-08-31 | Add support for windows x86-64 varargs, patch by Cameron Esfahani! | Chris Lattner |
2010-08-30 | Fix PR8029, a x86-32 ABI regression in introduced in r112211 | Chris Lattner |
2010-08-26 | improve comments. | Chris Lattner |
2010-08-26 | fix 2xi16 to pass as i32 instead of <2 x i16>. The former passes in | Chris Lattner |
2010-08-26 | vector of long and ulong are also classified as INTEGER in x86-64 abi, | Chris Lattner |
2010-08-26 | 1 x ulonglong needs to be classified as INTEGER, just like 1 x longlong, | Chris Lattner |
2010-08-26 | tame an assertion, fixing rdar://8357396 | Chris Lattner |
2010-08-25 | Finally pass "two floats in a 64-bit unit" as a <2 x float> instead of | Chris Lattner |
2010-08-25 | Fix horrible white space errors. | Michael J. Spencer |