Age | Commit message (Expand) | Author |
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 |
2011-04-15 | fix a bunch of comment typos found by codespell. Patch by | Chris Lattner |
2011-04-12 | After some discussion with Doug, we decided that it made a lot more sense | John McCall |
2011-04-11 | More __unknown_anytype work. | John McCall |
2011-04-09 | Convert the PointerWidthInBytes variable in EmitMemberPointer() to CharUnits | Ken Dyck |
2011-03-30 | Remove PHINode::reserveOperandSpace(). Instead, add a parameter to | Jay Foad |
2011-03-09 | Use the "undergoes default argument promotion" bit on parameters to | John McCall |
2011-02-11 | For consistency, use llvm::raw_ostream in the rest of the mangle api. | Rafael Espindola |
2011-02-03 | More capturing of 'this': implicit member expressions. Getting that | John McCall |
2011-01-31 | Amazing that there are still issues with the fields of anonymous struct/unions.. | Argyrios Kyrtzidis |
2011-01-27 | Do a proper recursive lookup when deciding whether a class's usual | John McCall |
2011-01-18 | Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and | Jeffrey Yasskin |
2011-01-13 | Move name mangling support from CodeGen to AST. In the | Peter Collingbourne |
2010-11-24 | Simplify code. | Anders Carlsson |
2010-11-06 | Simplify the logic for emitting guard variables for template static | John McCall |
2010-11-02 | Ensure that static local variables in function templates inherit the | John McCall |
2010-10-26 | Patch to provide guard when initializing instances | Fariborz Jahanian |
2010-09-08 | Implement ARM static local initialization guards, which are more compact than | John McCall |
2010-09-02 | Revert my two IRgen fixes for "bool", then use a far simpler approach | Douglas Gregor |
2010-09-02 | Fix a crash involving pointer-to-data-members of boolean type. We were | Douglas Gregor |
2010-09-02 | Simplify some random accesses to the ASTContext from the ABI classes. | John McCall |
2010-09-02 | Abstract IR generation of array cookies into the C++ ABI class and | John McCall |
2010-08-31 | Amusingly, I missed this point of abstraction in all my earlier | John McCall |
2010-08-31 | Teach IR generation to return 'this' from constructors and destructors | John McCall |
2010-08-25 | GCC didn't care for my attempt at API compatibility, so brute-force everything | John McCall |
2010-08-23 | chandlerc pointed out that ending a line with /\ is not very friendly. :) | John McCall |
2010-08-23 | Abstract out everything having to do with member pointers into the ABI | John McCall |
2010-08-22 | Go back to asking CodeGenTypes whether a type is zero-initializable. | John McCall |
2010-08-22 | Clean up a very silly use of first-class aggregates. | John McCall |
2010-08-22 | Experiment with using first-class aggregates to represent member function | John McCall |