aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/TargetInfo.cpp
AgeCommit message (Expand)Author
2011-08-03Handle "homogeneous aggregates" as required by the ARM AAPCS-VFP ABI.Bob Wilson
2011-08-02Implements alignment for long long and double types in va_arg on ARM AAPCS.Rafael Espindola
2011-08-01Revert "Re-enable byval for ARM in clang. rdar://problem/7662569"Bob Wilson
2011-08-01Implement MipsABIInfo::EmitVAArg. This fix enables clang to complete compilationAkira Hatanaka
2011-08-01Pass records with non-trivial destructors or constructors indirectly.Akira Hatanaka
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner
2011-07-18de-constify llvm::Type, patch by David Blaikie!Chris Lattner
2011-07-15Fix typoJoerg Sonnenberger
2011-07-13Reapply r134946 with fixes. Tested on Benjamin testcase and other test-suite ...Bruno Cardoso Lopes
2011-07-12Revert r134946Bruno Cardoso Lopes
2011-07-12Fix a typo!Bruno Cardoso Lopes
2011-07-12Do the same as r134946 for arrays. Add more testcases for avx x86_64 argBruno Cardoso Lopes
2011-07-12Fix one x86_64 abi issue and the test to actually look for the right thing,Bruno Cardoso Lopes
2011-07-11Reapply r134754, which turns out to be working correctly and alsoBruno Cardoso Lopes
2011-07-11De-constify Types in StructType::get() and TargetData::getIntPtrType().Jay Foad
2011-07-09clang side to match the LLVM IR type system rewrite patch.Chris Lattner
2011-07-08Change -mno-mmx to be more compatible with gcc. Specifically, -mno-mmx shoul...Eli Friedman
2011-07-08Revert x86_64 ABI changes until I have time to check the items raised by Eli.Bruno Cardoso Lopes
2011-07-08Add support for AVX 256-bit in the x86_64 ABI (as in the 0.99.5 draft)Bruno Cardoso Lopes
2011-07-02Don't use x86_mmx where it isn't necessary.Eli Friedman
2011-06-29We don't pass classes with a copy-constructor or destructor byval, so the add...Eli Friedman
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