| Commit message (Expand) | Author | Age | Files | Lines |
* | TCE target: conversion of OpenCL reqd_work_group_size attr to metadata | Peter Collingbourne | 2011-10-13 | 1 | -2/+73 |
* | Constant expression evaluation refactoring: | Richard Smith | 2011-10-10 | 1 | -2/+1 |
* | Free 'TheTargetCodeGenInfo' in the class CodeGenModule. This looks like an o... | Ted Kremenek | 2011-10-08 | 1 | -3/+0 |
* | CUDA: set proper calling conventions for PTX | Peter Collingbourne | 2011-10-06 | 1 | -7/+13 |
* | PTX: Set proper calling conventions for PTX in OpenCL mode. | Justin Holewinski | 2011-10-05 | 1 | -5/+40 |
* | Removing a bunch of dead returns/breaks after llvm_unreachables. | David Blaikie | 2011-09-23 | 1 | -1/+0 |
* | Switch assert(0/false) llvm_unreachable. | David Blaikie | 2011-09-23 | 1 | -4/+4 |
* | ANSI C requires that a call to an unprototyped function type succeed | John McCall | 2011-09-21 | 1 | -0/+17 |
* | Create a MipsTargetCodeGenInfo object for mips64/mips64el. The size of the | Akira Hatanaka | 2011-09-20 | 1 | -0/+4 |
* | Add a parameter to MipsTargetCodeGenInfo's constructor. | Akira Hatanaka | 2011-09-20 | 1 | -4/+5 |
* | Extend the ASTContext constructor to delay the initialization of | Douglas Gregor | 2011-09-02 | 1 | -7/+7 |
* | The size of struct UnwindException varies by platform with no | John McCall | 2011-08-30 | 1 | -2/+30 |
* | Alignment of a va_arg must be at least as large as the ABI's minimum alignment. | Akira Hatanaka | 2011-08-12 | 1 | -0/+1 |
* | Add definition of a static member of a class. | Akira Hatanaka | 2011-08-12 | 1 | -0/+2 |
* | Handle "homogeneous aggregates" as required by the ARM AAPCS-VFP ABI. | Bob Wilson | 2011-08-03 | 1 | -0/+74 |
* | Implements alignment for long long and double types in va_arg on ARM AAPCS. | Rafael Espindola | 2011-08-02 | 1 | -1/+10 |
* | Revert "Re-enable byval for ARM in clang. rdar://problem/7662569" | Bob Wilson | 2011-08-01 | 1 | -10/+6 |
* | Implement MipsABIInfo::EmitVAArg. This fix enables clang to complete compilation | Akira Hatanaka | 2011-08-01 | 1 | -1/+31 |
* | Pass records with non-trivial destructors or constructors indirectly. | Akira Hatanaka | 2011-08-01 | 1 | -0/+5 |
* | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -8/+8 |
* | de-constify llvm::Type, patch by David Blaikie! | Chris Lattner | 2011-07-18 | 1 | -30/+30 |
* | Fix typo | Joerg Sonnenberger | 2011-07-15 | 1 | -1/+1 |
* | Reapply r134946 with fixes. Tested on Benjamin testcase and other test-suite ... | Bruno Cardoso Lopes | 2011-07-13 | 1 | -2/+10 |
* | Revert r134946 | Bruno Cardoso Lopes | 2011-07-12 | 1 | -8/+1 |
* | Fix a typo! | Bruno Cardoso Lopes | 2011-07-12 | 1 | -1/+1 |
* | Do the same as r134946 for arrays. Add more testcases for avx x86_64 arg | Bruno Cardoso Lopes | 2011-07-12 | 1 | -0/+7 |
* | Fix one x86_64 abi issue and the test to actually look for the right thing, | Bruno Cardoso Lopes | 2011-07-12 | 1 | -1/+8 |
* | Reapply r134754, which turns out to be working correctly and also | Bruno Cardoso Lopes | 2011-07-11 | 1 | -41/+73 |
* | De-constify Types in StructType::get() and TargetData::getIntPtrType(). | Jay Foad | 2011-07-11 | 1 | -11/+11 |
* | clang side to match the LLVM IR type system rewrite patch. | Chris Lattner | 2011-07-09 | 1 | -38/+35 |
* | Change -mno-mmx to be more compatible with gcc. Specifically, -mno-mmx shoul... | Eli Friedman | 2011-07-08 | 1 | -8/+16 |
* | Revert x86_64 ABI changes until I have time to check the items raised by Eli. | Bruno Cardoso Lopes | 2011-07-08 | 1 | -74/+42 |
* | Add support for AVX 256-bit in the x86_64 ABI (as in the 0.99.5 draft) | Bruno Cardoso Lopes | 2011-07-08 | 1 | -42/+74 |
* | Don't use x86_mmx where it isn't necessary. | Eli Friedman | 2011-07-02 | 1 | -6/+1 |
* | We don't pass classes with a copy-constructor or destructor byval, so the add... | Eli Friedman | 2011-06-29 | 1 | -0/+2 |
* | De-Unicode-ify in comments. | NAKAMURA Takumi | 2011-06-21 | 1 | -1/+1 |
* | update for api change. | Chris Lattner | 2011-06-18 | 1 | -7/+4 |
* | Automatic Reference Counting. | John McCall | 2011-06-15 | 1 | -2/+4 |
* | Add stuff for o32 ABI conformance. | Akira Hatanaka | 2011-06-02 | 1 | -1/+60 |
* | make the x86-32 backend specify a byval alignment, even when the | Chris Lattner | 2011-05-22 | 1 | -1/+1 |
* | Fix x86-64 byval passing to specify the alignment even when the code | Chris Lattner | 2011-05-22 | 1 | -7/+4 |
* | Add ARMTargetCodeGenInfo::initDwarfEHRegSizeTable() defining 16 32bit regs. | Roman Divacky | 2011-05-18 | 1 | -0/+16 |
* | Revert r131447, see if it fixes the buildbot. | Argyrios Kyrtzidis | 2011-05-17 | 1 | -2/+5 |
* | Inside isEmptyRecord function, for CXXRecordDecl just check the isEmpty bit. | Argyrios Kyrtzidis | 2011-05-17 | 1 | -5/+2 |
* | Raise ARM byval minimum size from 32 to 64, addressing a performance | Stuart Hastings | 2011-04-28 | 1 | -1/+1 |
* | Replace unitary array with scalar. rdar://problem/7662569 | Stuart Hastings | 2011-04-28 | 1 | -3/+3 |
* | Replace SmallVector with an array, as suggested by Frits van Bommel. rdar://... | Stuart Hastings | 2011-04-28 | 1 | -13/+6 |
* | Re-enable byval for ARM in clang. rdar://problem/7662569 | Stuart Hastings | 2011-04-27 | 1 | -11/+22 |
* | Temporarily revert r130176, it appears to have broken a few tests. | Eric Christopher | 2011-04-26 | 1 | -22/+11 |
* | Turn on byval parameters in Clang for ARM APCS. rdar://problem/7662569 | Stuart Hastings | 2011-04-25 | 1 | -11/+22 |