Age | Commit message (Expand) | Author |
2010-06-30 | Headers: Define __INT64_TYPE__ in terms of getInt64Type(), which isn't always | Daniel Dunbar |
2010-06-30 | Headers: Change [u]intmax_t to be defined in terms of __[U]INTMAX_TYPE__, ins... | Daniel Dunbar |
2010-06-30 | Reapply r107235, this time with both my typo fixed, and a logical bug fixed. | Chandler Carruth |
2010-06-30 | Revert r107235, it had a silly typo in it, and fixing the typo breaks something | Chandler Carruth |
2010-06-30 | Pointers casted as integers still count as locations to SimpleSValuator, so d... | Jordy Rose |
2010-06-30 | Fix PR7402: We were creating implicit member initializers for every field in an | Chandler Carruth |
2010-06-30 | Revert r107173, "fix PR7519: after thrashing around and remembering how all t... | Daniel Dunbar |
2010-06-30 | Revert r107216, "fix PR7523, which was caused by the ABI code calling Convert... | Daniel Dunbar |
2010-06-30 | Implement C++ DR299, which allows an implicit conversion from a class | Douglas Gregor |
2010-06-29 | Retain the source location of the constructor when building an implicit member | Chandler Carruth |
2010-06-29 | Re-improve recovery when the condition of a switch statement does not | Douglas Gregor |
2010-06-29 | Factor the conversion from a switch condition to an integral or | Douglas Gregor |
2010-06-29 | Support C++ friend declarations for PCH. | Argyrios Kyrtzidis |
2010-06-29 | When we know that we are at sub-statement reading (which is all of PCHStmtRea... | Argyrios Kyrtzidis |
2010-06-29 | IRgen: Assignment to Objective-C properties shouldn't reload the value, for | Daniel Dunbar |
2010-06-29 | fix PR7523, which was caused by the ABI code calling ConvertType instead | Chris Lattner |
2010-06-29 | IRgen: Assignment to Objective-C properties shouldn't reload the value (which | Daniel Dunbar |
2010-06-29 | Tweaker Checker::VisitEndAnalysis to have 'hasWorkRemaining' also | Ted Kremenek |
2010-06-29 | Add test case for <rdar://problem/4289832>. Clang actuallys gets | Ted Kremenek |
2010-06-29 | When typo correction produces a result that is not of the kind we're | Douglas Gregor |
2010-06-29 | change ABIArgInfo to hold its llvm type with PATypeHolder so that | Chris Lattner |
2010-06-29 | Fix broken testcase | Douglas Gregor |
2010-06-29 | Typo correction for namespace alias definitions | Douglas Gregor |
2010-06-29 | tests: Fix test to not depend on instruction names. | Daniel Dunbar |
2010-06-29 | Sema: Fix a subtle i64 -> i32 truncation which broke layout of large structures | Daniel Dunbar |
2010-06-29 | relax the CGFunctionInfo::CGFunctionInfo ctor to allow any sequence | Chris Lattner |
2010-06-29 | This patch fixes a bug whereby, clang skipped | Fariborz Jahanian |
2010-06-29 | fix PR7519: after thrashing around and remembering how all this stuff | Chris Lattner |
2010-06-29 | Allow a using directive to refer to the implicitly-defined namespace | Douglas Gregor |
2010-06-29 | With packed enums, an enumerator's value may be stored in more bits | Douglas Gregor |
2010-06-29 | tests: Use %clangxx when using driver for C++, in case C++ support is disabled. | Daniel Dunbar |
2010-06-29 | tests: Spell %clang_cc1 correctly. | Daniel Dunbar |
2010-06-29 | minor cleanups. | Chris Lattner |
2010-06-29 | Driver/Darwin: Only run dsymutil when we are also compiling/assembling as part | Daniel Dunbar |
2010-06-29 | Delete assert in ComputeKeyFunction. The function runs fine without it, since | Jeffrey Yasskin |
2010-06-29 | Change X86_64ABIInfo to have ASTContext and TargetData ivars to | Chris Lattner |
2010-06-29 | Minix doesn't support dylibs, PR7294 | Chris Lattner |
2010-06-29 | plumb preferred types down into X86_64ABIInfo::classifyArgumentType, | Chris Lattner |
2010-06-29 | Pass the LLVM IR version of argument types down into computeInfo. | Chris Lattner |
2010-06-29 | Prefer llvm_unreachable(...) to assert(false && ...). This is important as | Chandler Carruth |
2010-06-29 | add IR names to coerced arguments. | Chris Lattner |
2010-06-29 | make the argument passing stuff in the FCA case smarter still, by | Chris Lattner |
2010-06-29 | A few prettifications. Also renamed TraverseInitializer to | Craig Silverstein |
2010-06-28 | Per Doug's suggestion, move check for invalid SourceLocation into | Ted Kremenek |
2010-06-28 | Change CGCall to handle the "coerce" case where the coerce-to type | Chris Lattner |
2010-06-28 | Fix up ClassTemplateSpecializationDecl: For implicit instantiations | Craig Silverstein |
2010-06-28 | make the trivial forms of CreateCoerced{Load|Store} trivial. | Chris Lattner |
2010-06-28 | Modify the way sub-statements are stored and retrieved from PCH. | Argyrios Kyrtzidis |
2010-06-28 | pass/return structs of char and short as i8/i16 to avoid | Chris Lattner |
2010-06-28 | more tidying up. | Chris Lattner |