summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/TargetInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Make va_arg on x86-64 compute alignment the same way as argument passing.Eli Friedman2011-11-181-7/+5
* A bunch of fixes to argument passing and va_arg on Darwin x86-32 for structur...Eli Friedman2011-11-181-3/+21
* Don't try to expand struct arguments containing holes on x86-32. From gcc st...Eli Friedman2011-11-181-0/+8
* Simplify code for returning a struct for Darwin x86-32 ABI. Use a better typ...Eli Friedman2011-11-181-41/+16
* Ignore empty unions in argument lowering on x86-32. From gcc struct layout t...Eli Friedman2011-11-181-2/+2
* Use a single integer type for a sub-doubleword part of a byval structure.Akira Hatanaka2011-11-031-11/+4
* Do not add "byval" attribute to records with non-trivial copy constructorsJan Wen Voung2011-11-031-1/+7
* Set MinABIStackAlignInBytes to 8 if ABI is N32/64.Akira Hatanaka2011-11-031-4/+3
* Convert the type of a structure passed by value if it has double precisionAkira Hatanaka2011-11-021-0/+71
* Return function results whose size is smaller than 128-bits in registers if ABIAkira Hatanaka2011-11-021-6/+9
* Check for homogeneous aggregate return values with ARM's AAPCS-VFP ABI.Bob Wilson2011-11-021-0/+8
* Remove the SystemZ backend.Dan Gohman2011-10-241-82/+0
* TCE target: conversion of OpenCL reqd_work_group_size attr to metadataPeter Collingbourne2011-10-131-2/+73
* Constant expression evaluation refactoring:Richard Smith2011-10-101-2/+1
* Free 'TheTargetCodeGenInfo' in the class CodeGenModule. This looks like an o...Ted Kremenek2011-10-081-3/+0
* CUDA: set proper calling conventions for PTXPeter Collingbourne2011-10-061-7/+13
* PTX: Set proper calling conventions for PTX in OpenCL mode.Justin Holewinski2011-10-051-5/+40
* Removing a bunch of dead returns/breaks after llvm_unreachables.David Blaikie2011-09-231-1/+0
* Switch assert(0/false) llvm_unreachable.David Blaikie2011-09-231-4/+4
* ANSI C requires that a call to an unprototyped function type succeedJohn McCall2011-09-211-0/+17
* Create a MipsTargetCodeGenInfo object for mips64/mips64el. The size of theAkira Hatanaka2011-09-201-0/+4
* Add a parameter to MipsTargetCodeGenInfo's constructor.Akira Hatanaka2011-09-201-4/+5
* Extend the ASTContext constructor to delay the initialization ofDouglas Gregor2011-09-021-7/+7
* The size of struct UnwindException varies by platform with noJohn McCall2011-08-301-2/+30
* Alignment of a va_arg must be at least as large as the ABI's minimum alignment.Akira Hatanaka2011-08-121-0/+1
* Add definition of a static member of a class.Akira Hatanaka2011-08-121-0/+2
* Handle "homogeneous aggregates" as required by the ARM AAPCS-VFP ABI.Bob Wilson2011-08-031-0/+74
* Implements alignment for long long and double types in va_arg on ARM AAPCS.Rafael Espindola2011-08-021-1/+10
* Revert "Re-enable byval for ARM in clang. rdar://problem/7662569"Bob Wilson2011-08-011-10/+6
* Implement MipsABIInfo::EmitVAArg. This fix enables clang to complete compilationAkira Hatanaka2011-08-011-1/+31
* Pass records with non-trivial destructors or constructors indirectly.Akira Hatanaka2011-08-011-0/+5
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-8/+8
* de-constify llvm::Type, patch by David Blaikie!Chris Lattner2011-07-181-30/+30
* Fix typoJoerg Sonnenberger2011-07-151-1/+1
* Reapply r134946 with fixes. Tested on Benjamin testcase and other test-suite ...Bruno Cardoso Lopes2011-07-131-2/+10
* Revert r134946Bruno Cardoso Lopes2011-07-121-8/+1
* Fix a typo!Bruno Cardoso Lopes2011-07-121-1/+1
* Do the same as r134946 for arrays. Add more testcases for avx x86_64 argBruno Cardoso Lopes2011-07-121-0/+7
* Fix one x86_64 abi issue and the test to actually look for the right thing,Bruno Cardoso Lopes2011-07-121-1/+8
* Reapply r134754, which turns out to be working correctly and alsoBruno Cardoso Lopes2011-07-111-41/+73
* De-constify Types in StructType::get() and TargetData::getIntPtrType().Jay Foad2011-07-111-11/+11
* clang side to match the LLVM IR type system rewrite patch.Chris Lattner2011-07-091-38/+35
* Change -mno-mmx to be more compatible with gcc. Specifically, -mno-mmx shoul...Eli Friedman2011-07-081-8/+16
* Revert x86_64 ABI changes until I have time to check the items raised by Eli.Bruno Cardoso Lopes2011-07-081-74/+42
* Add support for AVX 256-bit in the x86_64 ABI (as in the 0.99.5 draft)Bruno Cardoso Lopes2011-07-081-42/+74
* Don't use x86_mmx where it isn't necessary.Eli Friedman2011-07-021-6/+1
* We don't pass classes with a copy-constructor or destructor byval, so the add...Eli Friedman2011-06-291-0/+2
* De-Unicode-ify in comments.NAKAMURA Takumi2011-06-211-1/+1
* update for api change.Chris Lattner2011-06-181-7/+4
* Automatic Reference Counting.John McCall2011-06-151-2/+4
OpenPOWER on IntegriCloud