Age | Commit message (Expand) | Author |
2011-07-12 | fix an unintended behavior change in the type system rewrite, which caused us... | Chris Lattner |
2011-07-11 | De-constify Types in StructType::get() and TargetData::getIntPtrType(). | Jay Foad |
2011-07-10 | implement a nice new optimization: CodeGenTypes::UpdateCompletedType | Chris Lattner |
2011-07-10 | keep track of whether being in a RS_StructPointer state | Chris Lattner |
2011-07-10 | Fix the clang bootstrap and Jay's testcase from llvm-dev by being completely | Chris Lattner |
2011-07-10 | how about we initialize RecursionState. | Chris Lattner |
2011-07-10 | Rename CGT::VerifyFuncTypeComplete to isFuncTypeConvertible since | Chris Lattner |
2011-07-09 | when an enum type is completed, only flush the type cache when | Chris Lattner |
2011-07-09 | clang side to match the LLVM IR type system rewrite patch. | Chris Lattner |
2011-06-21 | IRgen: Add CGOptions to CGTypes. | Daniel Dunbar |
2011-06-18 | update for api change. | Chris Lattner |
2011-04-26 | Make yet another placeholder type, this one marking that an expression is a b... | John McCall |
2011-04-20 | Don't add type names for enums; they're never used in LLVM IR. | Anders Carlsson |
2011-04-17 | Add addBaseSubobjectTypeName which isn't used yet. | Anders Carlsson |
2011-04-17 | Move code to add a type name to a TagDecl type out into a helper function. No... | Anders Carlsson |
2011-04-15 | Support for C++11 (non-template) alias declarations. | Richard Smith |
2011-04-07 | Basic, untested implementation for an "unknown any" type requested by LLDB. | John McCall |
2011-03-18 | Add support for language-specific address spaces. On top of that, | Peter Collingbourne |
2011-02-20 | Implement the C++0x deduced 'auto' feature. | Richard Smith |
2011-01-19 | Change QualType::getTypePtr() to return a const pointer, then change a | John McCall |
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 |