Age | Commit message (Expand) | Author |
2009-10-14 | fix some cfstring related issues: | Chris Lattner |
2009-10-14 | unbreak test/CodeGen/builtins.c, reverting Devang's change. | Chris Lattner |
2009-10-13 | Check void type before using replaceAllUsesWith(). | Devang Patel |
2009-10-13 | Remove extra white space line. | Devang Patel |
2009-10-13 | Do not check use_empty() before invoking replaceAllUsesWith(). | Devang Patel |
2009-10-13 | Simplify pointer creation with the new Type::getInt*Ptr methods. | Benjamin Kramer |
2009-10-11 | Move the vtable builder to CGVtable.cpp, general cleanup. | Anders Carlsson |
2009-10-08 | If a global initializer has a non-trivial constructor or destructor, we never... | Anders Carlsson |
2009-10-07 | Add a MangleContext and pass it to all mangle functions. It will be used for ... | Anders Carlsson |
2009-10-05 | Fix thinko and simplify. | Mike Stump |
2009-10-05 | Ensure we have atleast 2-byte alignment for member functions. | Mike Stump |
2009-10-05 | Respect alignments better. | Mike Stump |
2009-10-05 | Use new predicates for some type equality tests. | Benjamin Kramer |
2009-10-01 | Anonymous namespaces, sema + codegen. A lot of semantics are still broken, | John McCall |
2009-09-23 | Handle namespace aliases. | Anders Carlsson |
2009-09-22 | Revert "Switch a few clients over to StringLiteral::getString.", this is brea... | Daniel Dunbar |
2009-09-22 | Switch a few clients over to StringLiteral::getString. | Daniel Dunbar |
2009-09-21 | Change all the Type::getAsFoo() methods to specializations of Type::getAs(). | John McCall |
2009-09-14 | Fix subtle bug in generating LLVM function declarations for builtin functions. | Daniel Dunbar |
2009-09-13 | Rework the way we determine whether an externally visible symbol is | Douglas Gregor |
2009-09-12 | Change CodeGenModule::ConstructTypeAttributes to return the calling convention | Daniel Dunbar |
2009-09-12 | Remove unnecessary ASTContext parameters from isMain and isExternC | Douglas Gregor |
2009-09-11 | Set the calling convention based on the CGFunctionInfo. | Daniel Dunbar |
2009-09-10 | GlobalDecl doesn't have an explicit constructor anymore. | Anders Carlsson |
2009-09-10 | Add stricter GlobalDecl constructors. | Anders Carlsson |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-09-04 | Improve the AST representation and semantic analysis for extern | Douglas Gregor |
2009-09-04 | Don't generate any code for an explicit call to a trivial destructor. | Douglas Gregor |
2009-09-02 | Don't try to CodeGen using directives, from Anders Johnsen | Douglas Gregor |
2009-08-26 | Regularize the case and sort. | Mike Stump |
2009-08-25 | Emit conversion functions correctly. | Anders Carlsson |
2009-08-16 | Patch toward synthesizing non-trivial destructors. WIP | Fariborz Jahanian |
2009-08-16 | No need to append extra padding now that we don't create packed structs for s... | Anders Carlsson |
2009-08-14 | Fixed a bug in ir-gen for copy assignment synthesis. | Fariborz Jahanian |
2009-08-13 | Update for LLVM API change. | Owen Anderson |
2009-08-13 | Patch to force synthesis of copy assignment operator | Fariborz Jahanian |
2009-08-12 | Patch for synthesizing copy assignment operator. | Fariborz Jahanian |
2009-08-11 | ir-gen support for anonymous union data member | Fariborz Jahanian |
2009-08-10 | Support for anonymous union in ctor's initializer and | Fariborz Jahanian |
2009-08-08 | Add support for global initializers. | Anders Carlsson |
2009-08-08 | Remove use of uninitized variable. | Fariborz Jahanian |
2009-08-07 | More synthesis of copy constructors. Work in progress. | Fariborz Jahanian |
2009-08-06 | Patch toward synthesizing copy constructors. | Fariborz Jahanian |
2009-08-05 | Update for LLVM API change. | Owen Anderson |
2009-08-05 | weak globals that are const should get weak_odr linkage. | Chris Lattner |
2009-08-05 | rdar://7119244 - globals with an explicit section specified don't get | Chris Lattner |
2009-08-03 | Make sure UTF-16 strings end with a 16-bit null (as opposed to 8-bit). | Daniel Dunbar |
2009-08-02 | Whoops, meant to delete this. | Anders Carlsson |
2009-08-02 | use CodeGenModule::EmitNullConstant in a couple of places. | Anders Carlsson |
2009-08-01 | Don't error on C++ linkage; if we don't support that, there are | Eli Friedman |