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