| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make sure we unique static-local decls across multiple emissions of | John McCall | 2012-03-30 | 1 | -34/+42 |
| * | Revert r153723, and its follow-ups r153728 and r153733. | Chandler Carruth | 2012-03-30 | 1 | -59/+35 |
| * | Do the static-locals thing properly in the face of unions and | John McCall | 2012-03-30 | 1 | -9/+15 |
| * | ItaniumCXXABI.cpp: Don't use nullptr. Clang source tree should be pre-c++11-c... | NAKAMURA Takumi | 2012-03-30 | 1 | -1/+1 |
| * | When emitting a static local variable in C++, handle | John McCall | 2012-03-30 | 1 | -31/+49 |
| * | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 2012-03-11 | 1 | -2/+2 |
| * | Whether an argument is required (in contrast with being an | John McCall | 2012-02-17 | 1 | -4/+3 |
| * | Split reinterpret_casts of member pointers out from CK_BitCast; this | John McCall | 2012-02-15 | 1 | -38/+84 |
| * | Mark the cxa_guard_{abort,acquire,release} functions nounwind. | Nick Lewycky | 2012-02-13 | 1 | -3/+6 |
| * | Deal with a horrible C++11 special case. If a non-literal type has a constexpr | Richard Smith | 2012-02-13 | 1 | -3/+4 |
| * | Basic support for referring to captured variables from lambdas. Some simple ... | Eli Friedman | 2012-02-11 | 1 | -1/+1 |
| * | simplify a bunch of code to use the well-known LLVM IR types computed by Code... | Chris Lattner | 2012-02-07 | 1 | -4/+2 |
| * | Basic: import SmallString<> into clang namespace | Dylan Noblesmith | 2012-02-05 | 1 | -1/+1 |
| * | Remove constant member pointer support from Expr-based constant emission now | Richard Smith | 2012-01-17 | 1 | -84/+0 |
| * | constexpr irgen: Add irgen support for APValue::Struct, APValue::Union, | Richard Smith | 2012-01-14 | 1 | -3/+46 |
| * | de-tmpify clang. | Benjamin Kramer | 2011-09-27 | 1 | -1/+1 |
| * | Create a VTableContext class and start moving CodeGenVTables methods to it | Peter Collingbourne | 2011-09-26 | 1 | -1/+1 |
| * | Re-commit r139643. | Eli Friedman | 2011-09-13 | 1 | -25/+14 |
| * | Revert r139643 while I look into it; it's breaking selfhost. | Eli Friedman | 2011-09-13 | 1 | -14/+25 |
| * | Make clang use Acquire loads and Release stores where necessary. | Eli Friedman | 2011-09-13 | 1 | -25/+14 |
| * | Extend the ASTContext constructor to delay the initialization of | Douglas Gregor | 2011-09-02 | 1 | -1/+1 |
| * | Remove some unnecessary single element array temporaries. | Jay Foad | 2011-07-29 | 1 | -6/+3 |
| * | Make CodeGen for array delete involving incomplete class work without crashin... | Eli Friedman | 2011-07-27 | 1 | -21/+1 |
| * | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -8/+8 |
| * | de-constify llvm::Type, patch by David Blaikie! | Chris Lattner | 2011-07-18 | 1 | -18/+18 |
| * | Generalize Cleanup::Emit's "isForEH" parameter into a set | John McCall | 2011-07-12 | 1 | -1/+1 |
| * | Rename CGT::VerifyFuncTypeComplete to isFuncTypeConvertible since | Chris Lattner | 2011-07-10 | 1 | -1/+1 |
| * | clang side to match the LLVM IR type system rewrite patch. | Chris Lattner | 2011-07-09 | 1 | -12/+15 |
| * | Update to match mainline ConstantStruct::get API change. Also, use | Chris Lattner | 2011-06-20 | 1 | -6/+3 |
| * | update for api change. | Chris Lattner | 2011-06-18 | 1 | -3/+1 |
| * | Perform an acquire memory barrier on the fast path of a thread-safe | John McCall | 2011-06-17 | 1 | -11/+33 |
| * | Automatic Reference Counting. | John McCall | 2011-06-15 | 1 | -1/+34 |
| * | Eliminate temporary argument vectors. | Benjamin Kramer | 2011-05-28 | 1 | -11/+3 |
| * | Remove dead variable flagged by gcc's -Wunused-but-set-variable. No | Nick Lewycky | 2011-05-02 | 1 | -1/+0 |
| * | When compiling with -fno-threadsafe-statics, guard variables for globals with... | Anders Carlsson | 2011-04-27 | 1 | -5/+13 |
| * | IRgen/ARM: Fix a think-o in conversion-to-null for member function pointers, we | Daniel Dunbar | 2011-04-19 | 1 | -5/+6 |
| * | fix a bunch of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -1/+1 |
| * | After some discussion with Doug, we decided that it made a lot more sense | John McCall | 2011-04-12 | 1 | -21/+14 |
| * | More __unknown_anytype work. | John McCall | 2011-04-11 | 1 | -13/+22 |
| * | Convert the PointerWidthInBytes variable in EmitMemberPointer() to CharUnits | Ken Dyck | 2011-04-09 | 1 | -4/+4 |
| * | Remove PHINode::reserveOperandSpace(). Instead, add a parameter to | Jay Foad | 2011-03-30 | 1 | -2/+1 |
| * | Use the "undergoes default argument promotion" bit on parameters to | John McCall | 2011-03-09 | 1 | -2/+2 |
| * | For consistency, use llvm::raw_ostream in the rest of the mangle api. | Rafael Espindola | 2011-02-11 | 1 | -1/+3 |
| * | More capturing of 'this': implicit member expressions. Getting that | John McCall | 2011-02-03 | 1 | -35/+6 |
| * | Amazing that there are still issues with the fields of anonymous struct/unions.. | Argyrios Kyrtzidis | 2011-01-31 | 1 | -5/+29 |
| * | Do a proper recursive lookup when deciding whether a class's usual | John McCall | 2011-01-27 | 1 | -55/+46 |
| * | Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and | Jeffrey Yasskin | 2011-01-18 | 1 | -4/+3 |
| * | Move name mangling support from CodeGen to AST. In the | Peter Collingbourne | 2011-01-13 | 1 | -8/+2 |
| * | Simplify code. | Anders Carlsson | 2010-11-24 | 1 | -4/+2 |
| * | Simplify the logic for emitting guard variables for template static | John McCall | 2010-11-06 | 1 | -14/+12 |