| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify: replace getContext().getLangOpts() with just getLangOpts(). | Richard Smith | 2012-11-01 | 1 | -1/+1 |
* | Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S... | Sylvestre Ledru | 2012-09-27 | 1 | -2/+2 |
* | Fix a typo 'iff' => 'if' | Sylvestre Ledru | 2012-09-27 | 1 | -2/+2 |
* | Fix integer unsigned behavior in clang due to signed left shift overflow. | Richard Smith | 2012-08-24 | 1 | -1/+1 |
* | Fix a few -Wdocumentation warnings. | Dmitri Gribenko | 2012-08-24 | 1 | -1/+0 |
* | Reduce duplicated hash map lookups. | Benjamin Kramer | 2012-08-22 | 1 | -8/+4 |
* | Restructure how the driver communicates information about the | John McCall | 2012-06-20 | 1 | -1/+2 |
* | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 2012-03-11 | 1 | -4/+4 |
* | simplify a bunch of code to use the well-known LLVM IR types computed by Code... | Chris Lattner | 2012-02-07 | 1 | -17/+11 |
* | reapply the patches reverted in r149477, which enable ConstantDataArray. | Chris Lattner | 2012-02-05 | 1 | -1/+2 |
* | Basic: import SmallString<> into clang namespace | Dylan Noblesmith | 2012-02-05 | 1 | -4/+4 |
* | Revert r149363 which was part a series of commits that were reverted in llvm | Argyrios Kyrtzidis | 2012-02-01 | 1 | -2/+1 |
* | ConstantArray::get() (for strings) is going away, use | Chris Lattner | 2012-01-31 | 1 | -1/+2 |
* | More dead code removal (using -Wunreachable-code) | David Blaikie | 2012-01-20 | 1 | -4/+3 |
* | c++: support gcc's application of weak attribute on | Fariborz Jahanian | 2011-10-21 | 1 | -0/+2 |
* | More metaprogramming with builtin types. | John McCall | 2011-10-18 | 1 | -4/+4 |
* | Add a new placeholder type to represent "unbridged" | John McCall | 2011-10-17 | 1 | -0/+1 |
* | Provide half floating point support as a storage only type. | Anton Korobeynikov | 2011-10-14 | 1 | -0/+1 |
* | Rename TagDecl::isDefinition -> isCompleteDefinition | John McCall | 2011-10-07 | 1 | -1/+1 |
* | Support for C1x _Atomic specifier (see testcase). This is primarily being co... | Eli Friedman | 2011-10-06 | 1 | -0/+5 |
* | Create a VTableContext class and start moving CodeGenVTables methods to it | Peter Collingbourne | 2011-09-26 | 1 | -1/+1 |
* | Switch assert(0/false) llvm_unreachable. | David Blaikie | 2011-09-23 | 1 | -5/+5 |
* | CodeGen: rename CodeGenModule::Runtime to ObjCRuntime | Peter Collingbourne | 2011-07-27 | 1 | -1/+1 |
* | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -5/+5 |
* | Convert ConstantExpr::getGetElementPtr and | Jay Foad | 2011-07-21 | 1 | -1/+1 |
* | de-constify llvm::Type, patch by David Blaikie! | Chris Lattner | 2011-07-18 | 1 | -8/+8 |
* | Update to match mainline ConstantStruct::get API change. Also, use | Chris Lattner | 2011-06-20 | 1 | -3/+1 |
* | Make yet another placeholder type, this one marking that an expression is a b... | John McCall | 2011-04-26 | 1 | -1/+2 |
* | Eliminate a divide-by-8 in BuildVMIClassTypeInfo() by using CharUnits for | Ken Dyck | 2011-04-09 | 1 | -4/+5 |
* | [Reapply r128776, modified so that it does not break debug info.] | Ken Dyck | 2011-04-07 | 1 | -1/+2 |
* | Basic, untested implementation for an "unknown any" type requested by LLDB. | John McCall | 2011-04-07 | 1 | -0/+1 |
* | Revert r128770, r128771, r128773 and r128776 for now. It breaks debug info. | Devang Patel | 2011-04-04 | 1 | -2/+1 |
* | Change the return type of CodeGenVTables::getVirtualBaseOffsetOffset() to | Ken Dyck | 2011-04-02 | 1 | -1/+2 |
* | Fix Objective-C++ exceptions (GNU runtime). | David Chisnall | 2011-03-20 | 1 | -0/+5 |
* | Implement the C++0x deduced 'auto' feature. | Richard Smith | 2011-02-20 | 1 | -1/+0 |
* | For consistency, use llvm::raw_ostream in the rest of the mangle api. | Rafael Espindola | 2011-02-11 | 1 | -4/+12 |
* | When building with optimizations, emit vtables where the key is not in the | Anders Carlsson | 2011-01-30 | 1 | -1/+56 |
* | Remove dead code. | Anders Carlsson | 2011-01-29 | 1 | -57/+3 |
* | When emitting RTTI for a non-class type, compute the visibility of the RTTI d... | Anders Carlsson | 2011-01-29 | 1 | -10/+15 |
* | Add RTTIBuilder::GetAddrOfTypeName which uses the newly added CreateOrReplace... | Anders Carlsson | 2011-01-29 | 1 | -5/+38 |
* | Change CodeGenModule::setTypeVisibility to take a TypeVisibilityKind enum ins... | Anders Carlsson | 2011-01-29 | 1 | -1/+1 |
* | Make emitting a VTT a two-step process, much like emitting a VTable. You firs... | Anders Carlsson | 2011-01-29 | 1 | -1/+1 |
* | Remove IsDefinition from CodeGenModule::setTypeVisibility; it is always true. | Anders Carlsson | 2011-01-29 | 1 | -1/+1 |
* | When building a type info struct for EH, we always want it to have linkonce_o... | Anders Carlsson | 2011-01-24 | 1 | -0/+6 |
* | Change CodeGenModule::getVTableLinkage to be a non-static member function. | Anders Carlsson | 2011-01-24 | 1 | -3/+4 |
* | Mark VTables and RTTI data linkonce_odr instead of weak_odr, with the excepti... | Anders Carlsson | 2011-01-24 | 1 | -3/+3 |
* | Set unnamed_addr in every type info. | Rafael Espindola | 2011-01-11 | 1 | -4/+2 |
* | Set unnamed_addr for type infos that we are confortable marking as hidden. I | Rafael Espindola | 2011-01-11 | 1 | -1/+5 |
* | The -fshort-wchar option causes wchar_t to become unsigned, in addition to being | Chris Lattner | 2010-12-25 | 1 | -1/+2 |
* | Give hidden visibility to RTTI for derived types. This is kindof a hacky | John McCall | 2010-12-17 | 1 | -3/+5 |