summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/ItaniumCXXABI.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make sure we unique static-local decls across multiple emissions ofJohn McCall2012-03-301-34/+42
* Revert r153723, and its follow-ups r153728 and r153733.Chandler Carruth2012-03-301-59/+35
* Do the static-locals thing properly in the face of unions andJohn McCall2012-03-301-9/+15
* ItaniumCXXABI.cpp: Don't use nullptr. Clang source tree should be pre-c++11-c...NAKAMURA Takumi2012-03-301-1/+1
* When emitting a static local variable in C++, handleJohn McCall2012-03-301-31/+49
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-2/+2
* Whether an argument is required (in contrast with being anJohn McCall2012-02-171-4/+3
* Split reinterpret_casts of member pointers out from CK_BitCast; thisJohn McCall2012-02-151-38/+84
* Mark the cxa_guard_{abort,acquire,release} functions nounwind.Nick Lewycky2012-02-131-3/+6
* Deal with a horrible C++11 special case. If a non-literal type has a constexprRichard Smith2012-02-131-3/+4
* Basic support for referring to captured variables from lambdas. Some simple ...Eli Friedman2012-02-111-1/+1
* simplify a bunch of code to use the well-known LLVM IR types computed by Code...Chris Lattner2012-02-071-4/+2
* Basic: import SmallString<> into clang namespaceDylan Noblesmith2012-02-051-1/+1
* Remove constant member pointer support from Expr-based constant emission nowRichard Smith2012-01-171-84/+0
* constexpr irgen: Add irgen support for APValue::Struct, APValue::Union,Richard Smith2012-01-141-3/+46
* de-tmpify clang.Benjamin Kramer2011-09-271-1/+1
* Create a VTableContext class and start moving CodeGenVTables methods to itPeter Collingbourne2011-09-261-1/+1
* Re-commit r139643.Eli Friedman2011-09-131-25/+14
* Revert r139643 while I look into it; it's breaking selfhost.Eli Friedman2011-09-131-14/+25
* Make clang use Acquire loads and Release stores where necessary.Eli Friedman2011-09-131-25/+14
* Extend the ASTContext constructor to delay the initialization ofDouglas Gregor2011-09-021-1/+1
* Remove some unnecessary single element array temporaries.Jay Foad2011-07-291-6/+3
* Make CodeGen for array delete involving incomplete class work without crashin...Eli Friedman2011-07-271-21/+1
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-8/+8
* de-constify llvm::Type, patch by David Blaikie!Chris Lattner2011-07-181-18/+18
* Generalize Cleanup::Emit's "isForEH" parameter into a setJohn McCall2011-07-121-1/+1
* Rename CGT::VerifyFuncTypeComplete to isFuncTypeConvertible sinceChris Lattner2011-07-101-1/+1
* clang side to match the LLVM IR type system rewrite patch.Chris Lattner2011-07-091-12/+15
* Update to match mainline ConstantStruct::get API change. Also, use Chris Lattner2011-06-201-6/+3
* update for api change.Chris Lattner2011-06-181-3/+1
* Perform an acquire memory barrier on the fast path of a thread-safeJohn McCall2011-06-171-11/+33
* Automatic Reference Counting.John McCall2011-06-151-1/+34
* Eliminate temporary argument vectors.Benjamin Kramer2011-05-281-11/+3
* Remove dead variable flagged by gcc's -Wunused-but-set-variable. NoNick Lewycky2011-05-021-1/+0
* When compiling with -fno-threadsafe-statics, guard variables for globals with...Anders Carlsson2011-04-271-5/+13
* IRgen/ARM: Fix a think-o in conversion-to-null for member function pointers, weDaniel Dunbar2011-04-191-5/+6
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* After some discussion with Doug, we decided that it made a lot more senseJohn McCall2011-04-121-21/+14
* More __unknown_anytype work.John McCall2011-04-111-13/+22
* Convert the PointerWidthInBytes variable in EmitMemberPointer() to CharUnitsKen Dyck2011-04-091-4/+4
* Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad2011-03-301-2/+1
* Use the "undergoes default argument promotion" bit on parameters toJohn McCall2011-03-091-2/+2
* For consistency, use llvm::raw_ostream in the rest of the mangle api.Rafael Espindola2011-02-111-1/+3
* More capturing of 'this': implicit member expressions. Getting thatJohn McCall2011-02-031-35/+6
* Amazing that there are still issues with the fields of anonymous struct/unions..Argyrios Kyrtzidis2011-01-311-5/+29
* Do a proper recursive lookup when deciding whether a class's usualJohn McCall2011-01-271-55/+46
* Fix warnings found by gcc-4.6, from -Wunused-but-set-variable andJeffrey Yasskin2011-01-181-4/+3
* Move name mangling support from CodeGen to AST. In thePeter Collingbourne2011-01-131-8/+2
* Simplify code.Anders Carlsson2010-11-241-4/+2
* Simplify the logic for emitting guard variables for template staticJohn McCall2010-11-061-14/+12
OpenPOWER on IntegriCloud