Age | Commit message (Expand) | Author |
2012-07-07 | Distinguish more carefully between free functions and C++ instance methods | John McCall |
2012-04-12 | Fix some i1/i8 confusion within _Atomic(bool) in IR generation, both | Douglas Gregor |
2012-03-11 | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie |
2012-02-25 | Trying to increase my Ohloh ranking with trivial tweaks | Douglas Gregor |
2012-02-25 | Simplify check per Eli's comment | Douglas Gregor |
2012-02-24 | For the purposes of building LLVM types, a forward-declared | Douglas Gregor |
2012-02-17 | Whether an argument is required (in contrast with being an | John McCall |
2012-02-05 | Basic: import SmallString<> into clang namespace | Dylan Noblesmith |
2012-01-20 | More dead code removal (using -Wunreachable-code) | David Blaikie |
2011-10-18 | More metaprogramming with builtin types. | John McCall |
2011-10-17 | Add a new placeholder type to represent "unbridged" | John McCall |
2011-10-14 | Provide half floating point support as a storage only type. | Anton Korobeynikov |
2011-10-07 | Rename TagDecl::isDefinition -> isCompleteDefinition | John McCall |
2011-10-07 | Record layout requires not just a definition, but a complete | John McCall |
2011-10-06 | Support for C1x _Atomic specifier (see testcase). This is primarily being co... | Eli Friedman |
2011-09-23 | Removing a bunch of dead returns/breaks after llvm_unreachables. | David Blaikie |
2011-09-23 | Switch assert(0/false) llvm_unreachable. | David Blaikie |
2011-09-02 | Extend the ASTContext constructor to delay the initialization of | Douglas Gregor |
2011-08-12 | switch clang to use the new-new way of creating llvm::StructType's. | Chris Lattner |
2011-07-23 | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner |
2011-07-22 | fix PR10384: C++ allows external arrays of incomplete type as well. | Chris Lattner |
2011-07-20 | fix a case where we're using ConvertType for a memory object. | Chris Lattner |
2011-07-18 | de-constify llvm::Type, patch by David Blaikie! | Chris Lattner |
2011-07-15 | Enhance the IR type lowering code to be much smarter about recursively lowering | Chris Lattner |
2011-07-13 | per john's advice, speculatively lower uses of forward-declared enums to | Chris Lattner |
2011-07-12 | Fix a problem Eli ran into where we now reject incomplete arrays of | Chris Lattner |
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 |