| Commit message (Expand) | Author | Age | Files | Lines |
* | This is a little bit far, but optimize cases like: | Chris Lattner | 2010-07-29 | 1 | -3/+26 |
* | implement a todo: pass a eight-byte that consists of a | Chris Lattner | 2010-07-29 | 1 | -6/+92 |
* | fix a builder, why didn't clang++ catch this? | Chris Lattner | 2010-07-29 | 2 | -2/+3 |
* | Use a LazyCompoundVal to handle initialization with a string literal, rather ... | Jordy Rose | 2010-07-29 | 1 | -35/+12 |
* | Kill off the 'coerce' ABI passing form. Now 'direct' and 'extend' always | Chris Lattner | 2010-07-29 | 4 | -194/+178 |
* | ignore structs that wrap vectors in IR, the abstraction shouldn't add penalty. | Chris Lattner | 2010-07-29 | 1 | -2/+13 |
* | move the 'pretty 16-byte vector' inferring code up to be shared | Chris Lattner | 2010-07-29 | 1 | -14/+24 |
* | simplify code by eliminating a premature optimization. | Chris Lattner | 2010-07-29 | 1 | -30/+11 |
* | now that we have CGT around, we can start using preferred types | Chris Lattner | 2010-07-29 | 1 | -3/+9 |
* | sink preferred type stuff lower. It's possible that this might | Chris Lattner | 2010-07-29 | 1 | -27/+33 |
* | Transcribe clattner email to SVN. | Daniel Dunbar | 2010-07-29 | 1 | -1/+1 |
* | dissolve some more complexity: make the x86-64 abi lowering code | Chris Lattner | 2010-07-29 | 3 | -57/+13 |
* | Change #pragma crash to segv, instead of abort. | Daniel Dunbar | 2010-07-29 | 1 | -1/+1 |
* | simplify Get8ByteTypeAtOffset by making it a member of X86_64ABIInfo | Chris Lattner | 2010-07-29 | 1 | -24/+20 |
* | now that ABIInfo depends on CGT, it has trivial access to such | Chris Lattner | 2010-07-29 | 3 | -216/+160 |
* | cave in to reality and make ABIInfo depend on CodeGenTypes. | Chris Lattner | 2010-07-29 | 3 | -68/+105 |
* | Teach GRExprEngine::VisitLValue() about FloatingLiteral, ImaginaryLiteral, an... | Ted Kremenek | 2010-07-29 | 1 | -0/+3 |
* | Augment RegionStore::BindStruct() to bind symbolicated struct values. This f... | Ted Kremenek | 2010-07-29 | 1 | -6/+8 |
* | Change SymbolManager::canSymbolicate() to return true for RecordTypes. | Ted Kremenek | 2010-07-29 | 1 | -1/+10 |
* | Explicitly guard in BasicStore from storing to non-scalars. | Ted Kremenek | 2010-07-29 | 1 | -5/+3 |
* | Remove extraneous guards around the call to getConjuredSymbolVal(). These ch... | Ted Kremenek | 2010-07-29 | 1 | -6/+4 |
* | Don't set out-of-line template specialization/definition information | Douglas Gregor | 2010-07-28 | 2 | -4/+4 |
* | pass argument vectors in a type that corresponds to the user type if | Chris Lattner | 2010-07-28 | 1 | -2/+14 |
* | tidy up | Chris Lattner | 2010-07-28 | 2 | -13/+10 |
* | Initialize block's imported variable(s) in | Fariborz Jahanian | 2010-07-28 | 1 | -19/+30 |
* | Override selected builtin names (e.g. "long int" instead of "long") to match ... | Devang Patel | 2010-07-28 | 1 | -3/+13 |
* | fix some break statements to be formatted more consistently, | Chris Lattner | 2010-07-28 | 1 | -16/+7 |
* | use Get8ByteTypeAtOffset for the return value path as well so we | Chris Lattner | 2010-07-28 | 1 | -60/+63 |
* | refactor the autosizing code, eliminating duplication | Chris Lattner | 2010-07-28 | 1 | -58/+53 |
* | Don't die when a member access refers to a non-class member via a | Douglas Gregor | 2010-07-28 | 1 | -0/+3 |
* | fix PR7714 by not referencing off the end of a struct when passed by value in | Chris Lattner | 2010-07-28 | 1 | -7/+39 |
* | Turn off precompiled preamble support for C++ | Douglas Gregor | 2010-07-28 | 1 | -1/+2 |
* | When performing code completion for a case statement in a switch whose | Douglas Gregor | 2010-07-28 | 2 | -4/+25 |
* | Support extended vector types in chained PCH. | Sebastian Redl | 2010-07-28 | 1 | -5/+6 |
* | Add a test case for tentative definitions in chained PCH. Fix a bug that comp... | Sebastian Redl | 2010-07-28 | 1 | -1/+4 |
* | Fix flags in global block descriptor when | Fariborz Jahanian | 2010-07-28 | 1 | -15/+22 |
* | some cleanups and get alignments correct for various coerce cases. | Chris Lattner | 2010-07-28 | 1 | -9/+16 |
* | The grammar for GNU typeof in C requires an expression to be | Douglas Gregor | 2010-07-28 | 1 | -4/+7 |
* | Preprocessor: Add support for '#pragma clang __debug crash' and '#pragma clang | Daniel Dunbar | 2010-07-28 | 1 | -0/+28 |
* | Enable expression transformations in the current-instantiation | Douglas Gregor | 2010-07-28 | 1 | -9/+0 |
* | When a nested-name-specifier refers into a current instantiation that has | Douglas Gregor | 2010-07-28 | 1 | -6/+13 |
* | we are not supposed to create an improper callsite using a CallInstr; leave a... | Gabor Greif | 2010-07-28 | 1 | -0/+1 |
* | construct debug info for "id" by hand. | Devang Patel | 2010-07-28 | 1 | -3/+35 |
* | When creating a jump destination, its scope should be the scope of the | John McCall | 2010-07-28 | 2 | -1/+6 |
* | Added some false positive checking to UnreachableCodeChecker | Tom Care | 2010-07-27 | 1 | -31/+92 |
* | Extracted out some useful common functions in IdempotentOperationChecker to t... | Tom Care | 2010-07-27 | 3 | -86/+86 |
* | Record macros in dependent PCHs. Also add various info tables to dependent PC... | Sebastian Redl | 2010-07-27 | 3 | -9/+72 |
* | Revert r109546, it broke linux build. | Argyrios Kyrtzidis | 2010-07-27 | 2 | -62/+90 |
* | Merge PCHWriterDecl.cpp's isRequiredDecl and CodeGenModule::MayDeferGeneratio... | Argyrios Kyrtzidis | 2010-07-27 | 2 | -90/+62 |
* | Fix a minor crash bug with constructs like Obj.Class::ENUM_VALUE. | Eli Friedman | 2010-07-27 | 1 | -4/+4 |