Age | Commit message (Expand) | Author |
2012-11-01 | Simplify: replace getContext().getLangOpts() with just getLangOpts(). | Richard Smith |
2012-10-25 | Cleanup some clang code to use new type functions instead of using cast<>. | Micah Villmow |
2012-10-16 | PR13684: Emit vtable entries for deleted functions as __cxa_deleted_function. | David Blaikie |
2012-10-16 | Use the Attributes::get method which takes an AttrVal value directly to simpl... | Bill Wendling |
2012-10-15 | Move the Attributes::Builder outside of the Attributes class and into its own... | Bill Wendling |
2012-10-15 | Attributes Rewrite | Bill Wendling |
2012-10-10 | Remove the final bits of Attributes being declared in the Attribute | Bill Wendling |
2012-10-08 | Move TargetData to DataLayout. | Micah Villmow |
2012-09-25 | When performing a ::delete of an object with a virtual destructor, | John McCall |
2012-09-15 | Fix includes of llvm and clang files that used angle brackets. | Craig Topper |
2012-07-17 | [Windows] Abstract pure virtual method calls in the ABI. Fix the Windows ABI ... | Joao Matos |
2012-06-23 | IRGen: Factor v-table generation into the CGCXXABI object. | Charles Davis |
2012-05-01 | Abstract the emission of global destructors into ABI-specific code | John McCall |
2012-05-01 | Refactor the C++ ABI code a little bit to take advantage of | John McCall |
2012-03-30 | Make sure we unique static-local decls across multiple emissions of | John McCall |
2012-03-30 | Revert r153723, and its follow-ups r153728 and r153733. | Chandler Carruth |
2012-03-30 | Do the static-locals thing properly in the face of unions and | John McCall |
2012-03-30 | ItaniumCXXABI.cpp: Don't use nullptr. Clang source tree should be pre-c++11-c... | NAKAMURA Takumi |
2012-03-30 | When emitting a static local variable in C++, handle | John McCall |
2012-03-11 | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie |
2012-02-17 | Whether an argument is required (in contrast with being an | John McCall |
2012-02-15 | Split reinterpret_casts of member pointers out from CK_BitCast; this | John McCall |
2012-02-13 | Mark the cxa_guard_{abort,acquire,release} functions nounwind. | Nick Lewycky |
2012-02-13 | Deal with a horrible C++11 special case. If a non-literal type has a constexpr | Richard Smith |
2012-02-11 | Basic support for referring to captured variables from lambdas. Some simple ... | Eli Friedman |
2012-02-07 | simplify a bunch of code to use the well-known LLVM IR types computed by Code... | Chris Lattner |
2012-02-05 | Basic: import SmallString<> into clang namespace | Dylan Noblesmith |
2012-01-17 | Remove constant member pointer support from Expr-based constant emission now | Richard Smith |
2012-01-14 | constexpr irgen: Add irgen support for APValue::Struct, APValue::Union, | Richard Smith |
2011-09-27 | de-tmpify clang. | Benjamin Kramer |
2011-09-26 | Create a VTableContext class and start moving CodeGenVTables methods to it | Peter Collingbourne |
2011-09-13 | Re-commit r139643. | Eli Friedman |
2011-09-13 | Revert r139643 while I look into it; it's breaking selfhost. | Eli Friedman |
2011-09-13 | Make clang use Acquire loads and Release stores where necessary. | Eli Friedman |
2011-09-02 | Extend the ASTContext constructor to delay the initialization of | Douglas Gregor |
2011-07-29 | Remove some unnecessary single element array temporaries. | Jay Foad |
2011-07-27 | Make CodeGen for array delete involving incomplete class work without crashin... | Eli Friedman |
2011-07-23 | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner |
2011-07-18 | de-constify llvm::Type, patch by David Blaikie! | Chris Lattner |
2011-07-12 | Generalize Cleanup::Emit's "isForEH" parameter into a set | John McCall |
2011-07-10 | Rename CGT::VerifyFuncTypeComplete to isFuncTypeConvertible since | Chris Lattner |
2011-07-09 | clang side to match the LLVM IR type system rewrite patch. | Chris Lattner |
2011-06-20 | Update to match mainline ConstantStruct::get API change. Also, use | Chris Lattner |
2011-06-18 | update for api change. | Chris Lattner |
2011-06-17 | Perform an acquire memory barrier on the fast path of a thread-safe | John McCall |
2011-06-15 | Automatic Reference Counting. | John McCall |
2011-05-28 | Eliminate temporary argument vectors. | Benjamin Kramer |
2011-05-02 | Remove dead variable flagged by gcc's -Wunused-but-set-variable. No | Nick Lewycky |
2011-04-27 | When compiling with -fno-threadsafe-statics, guard variables for globals with... | Anders Carlsson |
2011-04-19 | IRgen/ARM: Fix a think-o in conversion-to-null for member function pointers, we | Daniel Dunbar |