Age | Commit message (Expand) | Author |
2010-12-25 | The -fshort-wchar option causes wchar_t to become unsigned, in addition to being | Chris Lattner |
2010-11-24 | Fix a (probably very old) regression where we weren't using the typedef name ... | Anders Carlsson |
2010-11-24 | Revert r120110. We don't want to call ConvertType from within getCGRecordLayout. | Anders Carlsson |
2010-11-24 | Use ConvertType instead of ConvertTagDeclType, since ConvertType will assign ... | Anders Carlsson |
2010-11-24 | Simplify code. | Anders Carlsson |
2010-11-24 | Fix build. | Anders Carlsson |
2010-11-24 | Make CodeGenTypes::getCGRecordLayout compute the layout lazily if it doesn't ... | Anders Carlsson |
2010-11-12 | Reduce string thrashing. | Benjamin Kramer |
2010-10-08 | Implement C++0x scoped enumerations, from Daniel Wallin! (and tweaked a | Douglas Gregor |
2010-08-23 | Abstract out everything having to do with member pointers into the ABI | John McCall |
2010-08-22 | Go back to asking CodeGenTypes whether a type is zero-initializable. | John McCall |
2010-07-01 | fix rdar://8147692 - yet another crash due to my abi work. | Chris Lattner |
2010-06-30 | Reapply: | Chris Lattner |
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-29 | fix PR7523, which was caused by the ABI code calling ConvertType instead | Chris Lattner |
2010-06-29 | fix PR7519: after thrashing around and remembering how all this stuff | Chris Lattner |
2010-06-29 | minor cleanups. | Chris Lattner |
2010-06-27 | finally get around to doing a significant cleanup to irgen: | Chris Lattner |
2010-05-30 | Fix for PR7040: Don't try to compute the LLVM type for a function where it | Eli Friedman |
2010-05-18 | Add CodeGenTypes::ContainsPointerToDataMember overload that takes a CXXRecord... | Anders Carlsson |
2010-05-15 | Substantially alter the design of the Objective C type AST by introducing | John McCall |
2010-05-14 | Move ContainsPointerToDataMember to CodeGenTypes. No functionality change. | Anders Carlsson |
2010-03-31 | IRGen: Move the auxiliary data structures tracking AST -> LLVM mappings out o... | Daniel Dunbar |
2010-03-31 | IRGen: Hide CGRecordLayoutBuilder class, because I can. | Daniel Dunbar |
2010-03-30 | IRGen: Narrow getCGRecordLayout type. | Daniel Dunbar |
2010-03-30 | IRgen: Move CGRecordLayout to its own happy little file. | Daniel Dunbar |
2010-03-30 | Minor formatting/FIXME cleanups. | Daniel Dunbar |
2010-03-01 | Split out types that are non-canonical unless dependent as their own | John McCall |
2010-02-26 | Use the power of types to track down another canonicalization bug in | John McCall |
2010-02-15 | Uniformize the names of type predicates: rather than having isFloatTy and | Duncan Sands |
2010-02-05 | Always start tag definitions before completing them. Assert same. | John McCall |
2010-02-04 | Extract a common structure for holding information about the definition | John McCall |
2010-01-11 | Use the new isInteger() method in a couple places, some random cleanup, and | Chris Lattner |
2010-01-10 | Generalize target weirdness handling having proper layering in mind: | Anton Korobeynikov |
2009-12-29 | Get rid of FixedWidthIntType, as suggested by Chris and Eli. | Anders Carlsson |
2009-12-18 | Cleanup switch so it doesn't have a default case. | Eli Friedman |
2009-12-03 | Fix for PR5659: correct a rather nasty oversight in the type conversion for | Eli Friedman |
2009-11-21 | This patch implements objective-c's 'SEL' type as a built-in | Fariborz Jahanian |
2009-11-20 | Fix a couple minor memory leaks. | Eli Friedman |
2009-11-10 | Fix clang's use of DenseMap iterators after r86636 fixed their constness. | Jeffrey Yasskin |
2009-10-23 | Store the builtin types as CanQualTypes. Expand a bit on the CanQual API, | John McCall |
2009-09-26 | Use the qualified name for tag types. | Anders Carlsson |
2009-09-24 | Refactor the representation of qualifiers to bring ExtQualType out of the | John McCall |
2009-09-15 | Codegen support for nullptr from C++0x. | Anders Carlsson |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-08-24 | More member pointer work. | Anders Carlsson |
2009-08-13 | Update for LLVM API change. | Owen Anderson |
2009-08-13 | Update for LLVM API change. | Owen Anderson |
2009-08-07 | Fix some const_cast issues. This is the beginning of the rabbit hole. | Mike Stump |