Age | Commit message (Expand) | Author |
2013-02-23 | Add streamed versions of getQualifiedNameAsString. | Benjamin Kramer |
2013-02-07 | Add OpenCL samplers as Clang builtin types and check sampler related restrict... | Guy Benyei |
2013-01-23 | Add a new LangOpt NativeHalfType. This option allows for native half/fp16 | Joey Gouly |
2013-01-20 | Implement OpenCL event_t as Clang builtin type, including event_t related Ope... | Guy Benyei |
2013-01-02 | Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to | Chandler Carruth |
2012-12-18 | Re-commit r170428 changes with Linux style file endings. | Guy Benyei |
2012-12-18 | Revert changes from r170428, as I accidentally changed the line endings of th... | Guy Benyei |
2012-12-18 | Add OpenCL images as clang builtin types. | Guy Benyei |
2012-12-04 | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth |
2012-11-15 | Make sure CodeGenTypes correctly reconverts function types. Fixes PR14355, a... | Eli Friedman |
2012-10-08 | Move TargetData to DataLayout. | Micah Villmow |
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 |