| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | GlobalDecl doesn't have an explicit constructor anymore. | Anders Carlsson | 2009-09-10 | 1 | -6/+7 |
* | Add stricter GlobalDecl constructors. | Anders Carlsson | 2009-09-10 | 1 | -5/+5 |
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -167/+167 |
* | Improve the AST representation and semantic analysis for extern | Douglas Gregor | 2009-09-04 | 1 | -3/+2 |
* | Don't generate any code for an explicit call to a trivial destructor. | Douglas Gregor | 2009-09-04 | 1 | -1/+1 |
* | Don't try to CodeGen using directives, from Anders Johnsen | Douglas Gregor | 2009-09-02 | 1 | -0/+1 |
* | Regularize the case and sort. | Mike Stump | 2009-08-26 | 1 | -1/+1 |
* | Emit conversion functions correctly. | Anders Carlsson | 2009-08-25 | 1 | -0/+1 |
* | Patch toward synthesizing non-trivial destructors. WIP | Fariborz Jahanian | 2009-08-16 | 1 | -0/+38 |
* | No need to append extra padding now that we don't create packed structs for s... | Anders Carlsson | 2009-08-16 | 1 | -50/+8 |
* | Fixed a bug in ir-gen for copy assignment synthesis. | Fariborz Jahanian | 2009-08-14 | 1 | -2/+6 |
* | Update for LLVM API change. | Owen Anderson | 2009-08-13 | 1 | -17/+23 |
* | Patch to force synthesis of copy assignment operator | Fariborz Jahanian | 2009-08-13 | 1 | -5/+42 |
* | Patch for synthesizing copy assignment operator. | Fariborz Jahanian | 2009-08-12 | 1 | -0/+5 |
* | ir-gen support for anonymous union data member | Fariborz Jahanian | 2009-08-11 | 1 | -3/+3 |
* | Support for anonymous union in ctor's initializer and | Fariborz Jahanian | 2009-08-10 | 1 | -0/+2 |
* | Add support for global initializers. | Anders Carlsson | 2009-08-08 | 1 | -2/+11 |
* | Remove use of uninitized variable. | Fariborz Jahanian | 2009-08-08 | 1 | -4/+2 |
* | More synthesis of copy constructors. Work in progress. | Fariborz Jahanian | 2009-08-07 | 1 | -4/+43 |
* | Patch toward synthesizing copy constructors. | Fariborz Jahanian | 2009-08-06 | 1 | -1/+5 |
* | Update for LLVM API change. | Owen Anderson | 2009-08-05 | 1 | -2/+2 |
* | weak globals that are const should get weak_odr linkage. | Chris Lattner | 2009-08-05 | 1 | -6/+19 |
* | rdar://7119244 - globals with an explicit section specified don't get | Chris Lattner | 2009-08-05 | 1 | -1/+2 |
* | Make sure UTF-16 strings end with a 16-bit null (as opposed to 8-bit). | Daniel Dunbar | 2009-08-03 | 1 | -0/+3 |
* | Whoops, meant to delete this. | Anders Carlsson | 2009-08-02 | 1 | -1/+0 |
* | use CodeGenModule::EmitNullConstant in a couple of places. | Anders Carlsson | 2009-08-02 | 1 | -0/+1 |
* | Don't error on C++ linkage; if we don't support that, there are | Eli Friedman | 2009-08-01 | 1 | -1/+2 |
* | Update for LLVM API change. | Owen Anderson | 2009-07-31 | 1 | -3/+3 |
* | Synthesize the default constructor which has not | Fariborz Jahanian | 2009-07-30 | 1 | -0/+8 |
* | Update for LLVM API changes. | Owen Anderson | 2009-07-30 | 1 | -1/+1 |
* | Update for LLVM API change. | Owen Anderson | 2009-07-29 | 1 | -16/+16 |
* | Change uses of: | Ted Kremenek | 2009-07-29 | 1 | -1/+1 |
* | Update for LLVM API change. | Owen Anderson | 2009-07-29 | 1 | -12/+12 |
* | Update for LLVM API change. | Owen Anderson | 2009-07-28 | 1 | -7/+7 |
* | Update for LLVM API change. | Owen Anderson | 2009-07-27 | 1 | -3/+3 |
* | Update for LLVM API change. | Owen Anderson | 2009-07-24 | 1 | -5/+5 |
* | Output UTF-16 string literals independent of host byte order. | Daniel Dunbar | 2009-07-23 | 1 | -9/+24 |
* | Factor out map lookup for CFString constants. | Daniel Dunbar | 2009-07-23 | 1 | -38/+53 |
* | Simplify, NFC. | Daniel Dunbar | 2009-07-23 | 1 | -8/+7 |
* | Simplify. | Daniel Dunbar | 2009-07-23 | 1 | -5/+4 |
* | fix objc codegen to not have its own list of things that eventually get into ... | Chris Lattner | 2009-07-17 | 1 | -5/+1 |
* | Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods | Ted Kremenek | 2009-07-17 | 1 | -1/+1 |
* | Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ... | Ted Kremenek | 2009-07-17 | 1 | -1/+1 |
* | use CreateRuntimeVariable to get __CFConstantStringClassReference | Chris Lattner | 2009-07-16 | 1 | -11/+6 |
* | codegen string literals using private linkage now like llvm-gcc, eliminating | Chris Lattner | 2009-07-16 | 1 | -15/+17 |
* | Update for LLVM API change, and contextify a bunch of related stuff. | Owen Anderson | 2009-07-14 | 1 | -44/+47 |
* | Revert 75648 for now. It is causing test failures. | Devang Patel | 2009-07-14 | 1 | -3/+1 |
* | Use LLVM mangler to get mangled name for debug info entry. | Devang Patel | 2009-07-14 | 1 | -1/+3 |
* | Update for LLVM API change. | Owen Anderson | 2009-07-13 | 1 | -3/+3 |
* | Update for LLVM API change. | Owen Anderson | 2009-07-08 | 1 | -25/+20 |