aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/TargetInfo.cpp
AgeCommit message (Expand)Author
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
2010-08-22Experiment with using first-class aggregates to represent member functionJohn McCall
2010-07-30fix PR5179 and correctly fix PR5831 to not miscompile.Chris Lattner
2010-07-29move the last hunk of getCoerceResult into the placeChris Lattner
2010-07-29now that direct and coerce are merged, getCoerceResult gets simpler.Chris Lattner
2010-07-29now that GetSSETypeAtOffset handles passing SSE class values asChris Lattner
2010-07-29Implement the clang-side of detection for when to pass asChris Lattner
2010-07-29Look at me, I can count!Chris Lattner
2010-07-29fix rdar://8251384, another case where we could access beyond theChris Lattner
2010-07-29start setting up infrastructure for passing multi-floatsChris Lattner
2010-07-29rename Get8ByteTypeAtOffset -> GetINTEGERTypeAtOffset toChris Lattner
2010-07-29handle a case where we could access off the end of a functionChris Lattner
2010-07-29fix PR7742 / rdar://8250764, a miscompilation of structChris Lattner
2010-07-29This is a little bit far, but optimize cases like:Chris Lattner
2010-07-29implement a todo: pass a eight-byte that consists of aChris Lattner
2010-07-29Kill off the 'coerce' ABI passing form. Now 'direct' and 'extend' alwaysChris Lattner
2010-07-29ignore structs that wrap vectors in IR, the abstraction shouldn't add penalty.Chris Lattner
2010-07-29move the 'pretty 16-byte vector' inferring code up to be sharedChris Lattner
2010-07-29simplify code by eliminating a premature optimization.Chris Lattner
2010-07-29now that we have CGT around, we can start using preferred typesChris Lattner
2010-07-29sink preferred type stuff lower. It's possible that this mightChris Lattner
2010-07-29dissolve some more complexity: make the x86-64 abi lowering codeChris Lattner