summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/TargetInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* ignore structs that wrap vectors in IR, the abstraction shouldn't add penalty.Chris Lattner2010-07-291-2/+13
* move the 'pretty 16-byte vector' inferring code up to be sharedChris Lattner2010-07-291-14/+24
* simplify code by eliminating a premature optimization.Chris Lattner2010-07-291-30/+11
* now that we have CGT around, we can start using preferred typesChris Lattner2010-07-291-3/+9
* sink preferred type stuff lower. It's possible that this mightChris Lattner2010-07-291-27/+33
* dissolve some more complexity: make the x86-64 abi lowering codeChris Lattner2010-07-291-30/+10
* simplify Get8ByteTypeAtOffset by making it a member of X86_64ABIInfoChris Lattner2010-07-291-24/+20
* now that ABIInfo depends on CGT, it has trivial access to suchChris Lattner2010-07-291-212/+158
* cave in to reality and make ABIInfo depend on CodeGenTypes.Chris Lattner2010-07-291-61/+90
* pass argument vectors in a type that corresponds to the user type ifChris Lattner2010-07-281-2/+14
* fix some break statements to be formatted more consistently,Chris Lattner2010-07-281-16/+7
* use Get8ByteTypeAtOffset for the return value path as well so weChris Lattner2010-07-281-60/+63
* refactor the autosizing code, eliminating duplicationChris Lattner2010-07-281-58/+53
* fix PR7714 by not referencing off the end of a struct when passed by value inChris Lattner2010-07-281-7/+39
* CodeGen: Tweak ABI handling for Minix, patch by Kees van Reeuwijk!Daniel Dunbar2010-07-151-1/+0
* add driver support for minix, patch by Kees van ReeuwijkChris Lattner2010-07-071-0/+1
* Reapply:Chris Lattner2010-06-301-2/+1
* Revert r107173, "fix PR7519: after thrashing around and remembering how all t...Daniel Dunbar2010-06-301-1/+2
* fix PR7519: after thrashing around and remembering how all this stuffChris Lattner2010-06-291-2/+1
* Change X86_64ABIInfo to have ASTContext and TargetData ivars toChris Lattner2010-06-291-43/+84
* plumb preferred types down into X86_64ABIInfo::classifyArgumentType,Chris Lattner2010-06-291-4/+14
* Pass the LLVM IR version of argument types down into computeInfo.Chris Lattner2010-06-291-8/+24
* pass/return structs of char and short as i8/i16 to avoidChris Lattner2010-06-281-5/+9
* more tidying up.Chris Lattner2010-06-281-32/+45
* random acts of tidying.Chris Lattner2010-06-281-28/+47
* X86-64:Chris Lattner2010-06-281-0/+12
* finally get around to doing a significant cleanup to irgen:Chris Lattner2010-06-271-18/+13
* use more efficient type comparison predicates.Chris Lattner2010-06-261-2/+2
* Change the test for which ABI/CC to use on ARM to be base on the environmentRafael Espindola2010-06-161-3/+4
* Don't set the calling convention for ARM if it is already the default.Rafael Espindola2010-06-161-3/+11
* Give Type::isIntegralType() an ASTContext parameter, so that itDouglas Gregor2010-06-161-1/+1
* Introduce Type::isIntegralOrEnumerationType(), to cover those placesDouglas Gregor2010-06-161-1/+1
* Fix passing and returning of objects with non trivial copy constructors onRafael Espindola2010-06-081-0/+10
* Implement __builtin_init_dwarf_reg_size_table and __builtin_dwarf_sp_columnJohn McCall2010-05-271-39/+78
* IRgen: Remove dead function.Daniel Dunbar2010-05-171-17/+0
* C++/Darwin/i386 ABI: Fix some problems with empty record handling.Daniel Dunbar2010-05-171-3/+20
* C++/ABI/x86_64: Member pointers should be classified as INTEGER.Daniel Dunbar2010-05-151-0/+5
* C++/ABI/i386: Member function pointers should be passed by value.Daniel Dunbar2010-05-151-2/+3
* C++/Darwin/x86: Teach IRgen it can pass reference types in registers.Daniel Dunbar2010-05-141-2/+2
* IRgen/i386/C++: Fix isSingleElementStruct computation for C++ record decls.Daniel Dunbar2010-05-111-0/+24
* ABI/x86-32 & x86-64: Alignment on 'byval' must be set when when the alignmentDaniel Dunbar2010-04-211-19/+40
* IRgen/x86-32: Factor out getIndirectResult(), to match x86-64 factoring.Daniel Dunbar2010-04-211-9/+20
* fit in 80 colsChris Lattner2010-04-061-2/+3
* fix PR6433, crash on va_arg of typedef.Chris Lattner2010-03-111-8/+9
* Support PPC-32 DWARF EH intrinisics. Thanks to rdivacky for his assistance.John McCall2010-03-111-0/+77
* Implement __builtin_dwarf_sp_column for i386 (Darwin and not), x86-64 (all),John McCall2010-03-061-0/+81
* Canonicalize parameter and return types before computing ABI info. EliminatesJohn McCall2010-02-241-4/+3
* implement EmitVAArg. pretty much the same way other targets do.Sanjiv Gupta2010-02-171-1/+21
* Uniformize the names of type predicates: rather than having isFloatTy andDuncan Sands2010-02-151-3/+3
* Emit the 'alignstack' LLVM function attribute when we encounter a functionCharles Davis2010-02-131-0/+17
OpenPOWER on IntegriCloud