aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/TargetInfo.cpp
AgeCommit message (Expand)Author
2011-06-21De-Unicode-ify in comments.NAKAMURA Takumi
2011-06-18update for api change.Chris Lattner
2011-06-15Automatic Reference Counting.John McCall
2011-06-02Add stuff for o32 ABI conformance.Akira Hatanaka
2011-05-22make the x86-32 backend specify a byval alignment, even when theChris Lattner
2011-05-22Fix x86-64 byval passing to specify the alignment even when the codeChris Lattner
2011-05-18Add ARMTargetCodeGenInfo::initDwarfEHRegSizeTable() defining 16 32bit regs.Roman Divacky
2011-05-17Revert r131447, see if it fixes the buildbot.Argyrios Kyrtzidis
2011-05-17Inside isEmptyRecord function, for CXXRecordDecl just check the isEmpty bit.Argyrios Kyrtzidis
2011-04-28Raise ARM byval minimum size from 32 to 64, addressing a performanceStuart Hastings
2011-04-28Replace unitary array with scalar. rdar://problem/7662569Stuart Hastings
2011-04-28Replace SmallVector with an array, as suggested by Frits van Bommel. rdar://...Stuart Hastings
2011-04-27Re-enable byval for ARM in clang. rdar://problem/7662569Stuart Hastings
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