Age | Commit message (Expand) | Author |
2010-06-08 | Move GenerateCXXAggrDestructorHelper to CGDeclCXX.cpp where it belongs. | Anders Carlsson |
2010-06-08 | Simplify GenerateCXXAggrDestructorHelper. | Anders Carlsson |
2010-06-08 | Block Code Gen. API. Call destructor on descriptior | Fariborz Jahanian |
2010-06-08 | Makefiles: Set Clang CPP compiler flags in a single location, instead of scat... | Daniel Dunbar |
2010-06-08 | Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. | Daniel Dunbar |
2010-06-08 | Correctly mangle static variables of anonymous struct/union type. | Anders Carlsson |
2010-06-08 | Fix NEON intrinsic argument passing, support vext. Most now successfully mak... | Nate Begeman |
2010-06-08 | Fix what looks like a merge problem that broke __clear_cache. | Rafael Espindola |
2010-06-08 | Fix passing and returning of objects with non trivial copy constructors on | Rafael Espindola |
2010-06-08 | Implement ARM NEON up through vcvt, alphabetically. | Nate Begeman |
2010-06-08 | Extend __builtin_shufflevector to expose the full power of the llvm shuffleve... | Nate Begeman |
2010-06-07 | When using property-dot assignment syntax to call a setter method, | Fariborz Jahanian |
2010-06-07 | Fixed a block regression caused by trying to use | Fariborz Jahanian |
2010-06-07 | Implement __clear_cache on ARM. | Rafael Espindola |
2010-06-07 | weekend checkpoint of arm neon builtins codegen. | Nate Begeman |
2010-06-05 | Added AccessSpecDecl node. | Abramo Bagnara |
2010-06-05 | Preserve type info for local variables in optimized builds. | Devang Patel |
2010-06-04 | Build AST for copy-construction of copied-in | Fariborz Jahanian |
2010-06-04 | For C++ copied in objects, use copy constructors in | Fariborz Jahanian |
2010-06-04 | Remove now unused code. | Anders Carlsson |
2010-06-04 | Use CXXRecordDecl::getFinalOverriders to get final overriders. This speeds up... | Anders Carlsson |
2010-06-03 | Don't intentionally try to ignore the value of a scalar expression when we | Eli Friedman |
2010-06-03 | Don't try to explicitly zero out bit-fields. | Anders Carlsson |
2010-06-02 | Block C++ code gen. Adds support for block reference argument | Fariborz Jahanian |
2010-06-02 | Don't try to emit the vtable for a class just because we're emitting a | John McCall |
2010-06-02 | Don't substitute 'St' for 'std' when the namespace is nested inside another n... | Anders Carlsson |
2010-06-02 | When building RTTI descriptors for pointer types, we need to get the unqualif... | Anders Carlsson |
2010-06-02 | Correctly mangle unsigned integer literals where the high bit is set. | Anders Carlsson |
2010-06-02 | Correctly mangle variadic functions that don't have any other parameters. | Anders Carlsson |
2010-06-02 | When mangling member function pointers, fake adding a substitution correspond... | Anders Carlsson |
2010-06-01 | More cleanup. | Anders Carlsson |
2010-06-01 | More cleanup. | Anders Carlsson |
2010-06-01 | Cleanup. | Anders Carlsson |
2010-05-31 | Make methods non-virtual again for now. I accidentally committed this in | Charles Davis |
2010-05-31 | Silence GCC warning about an accessible non-virtual destructor in a class with | Chandler Carruth |
2010-05-30 | Remove unused parameter to FinalOverriders::PropagateOverrider. | Anders Carlsson |
2010-05-30 | Convert DeclNodes to use TableGen. | Sean Hunt |
2010-05-30 | Fix for PR7040: Don't try to compute the LLVM type for a function where it | Eli Friedman |
2010-05-28 | Fix personality function name when using SjLj exceptions. | Daniel Dunbar |
2010-05-28 | zero-cost exception API for NeXt runtime. | Fariborz Jahanian |
2010-05-28 | This cast is no longer needed; the FIXME is fixed. | Dan Gohman |
2010-05-28 | This cast is no longer required. | Dan Gohman |
2010-05-27 | Update __builtin_setjmp codegen to match llvmCore changes in r104900. | Jim Grosbach |
2010-05-27 | When null-initializing bases with data member pointers, don't assert on virtu... | Anders Carlsson |
2010-05-27 | Enable the implementation of __builtin_setjmp and __builtin_longjmp. Not all | John McCall |
2010-05-27 | Implement __builtin_init_dwarf_reg_size_table and __builtin_dwarf_sp_column | John McCall |
2010-05-27 | When deciding whether a deferred declaration has already been emitted, | John McCall |
2010-05-27 | AST: Rename PragmaPackAttr to MaxFieldAlignmentAttr, which is more accurate. | Daniel Dunbar |
2010-05-26 | Correctly pass aggregates by reference when emitting thunks. | John McCall |
2010-05-26 | Patch to fix a irgen crash accessing an initialized local static | Fariborz Jahanian |