| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Move the construction of the RecordDecl representing the runtime | Douglas Gregor | 2011-08-09 | 1 | -0/+8 |
* | Emit wide string literals with the appropriate alignment. | John McCall | 2011-08-04 | 1 | -3/+5 |
* | CodeGen: rename CodeGenModule::Runtime to ObjCRuntime | Peter Collingbourne | 2011-07-27 | 1 | -4/+4 |
* | Move ArrayRef to LLVM.h and eliminate now-redundant qualifiers, patch by Jon ... | Chris Lattner | 2011-07-23 | 1 | -2/+2 |
* | now that we have a centralized place to do so, add some using declarations for | Chris Lattner | 2011-07-20 | 1 | -11/+11 |
* | de-constify llvm::Type, patch by David Blaikie! | Chris Lattner | 2011-07-18 | 1 | -8/+8 |
* | Change intrinsic getter to take an ArrayRef, now that the underlying function... | Benjamin Kramer | 2011-07-14 | 1 | -2/+2 |
* | clang side to match the LLVM IR type system rewrite patch. | Chris Lattner | 2011-07-09 | 1 | -15/+15 |
* | Change the IR-generation of VLAs so that we capture bounds, | John McCall | 2011-06-24 | 1 | -0/+4 |
* | Automatic Reference Counting. | John McCall | 2011-06-15 | 1 | -3/+84 |
* | Move GlobalDecl to AST | Peter Collingbourne | 2011-06-14 | 1 | -1/+1 |
* | Use arrays and SmallVectors instead of std::vectors when building function | John McCall | 2011-05-15 | 1 | -1/+5 |
* | Preserve the full name of the file, so that '-c -o foo.pic.o' produces | Nick Lewycky | 2011-05-05 | 1 | -2/+2 |
* | Record where the GCOV data files should be placed. | Nick Lewycky | 2011-05-04 | 1 | -0/+4 |
* | After some discussion with Doug, we decided that it made a lot more sense | John McCall | 2011-04-12 | 1 | -1/+0 |
* | Basic, untested implementation for an "unknown any" type requested by LLDB. | John McCall | 2011-04-07 | 1 | -0/+2 |
* | After much contemplation, I've decided that we probably shouldn't "unique" | John McCall | 2011-03-31 | 1 | -11/+29 |
* | We were emitting construction v-tables with internal linkage all the time. | John McCall | 2011-03-27 | 1 | -0/+1 |
* | Update type cache when a type is completed. | Devang Patel | 2011-03-23 | 1 | -4/+2 |
* | The Darwin kernel does not provide useful guard variable support. | John McCall | 2011-03-18 | 1 | -0/+3 |
* | Fix three of the four places where I left breadcrumbs to avoid unnecessary | John McCall | 2011-03-09 | 1 | -4/+6 |
* | Use the "undergoes default argument promotion" bit on parameters to | John McCall | 2011-03-09 | 1 | -1/+2 |
* | DebugInfo can be enabled or disabled at function level (e.g. using an attribu... | Devang Patel | 2011-03-07 | 1 | -8/+1 |
* | Do not emit stop point for CXXDefaultArgExpr. It results in suboptimial user ... | Devang Patel | 2011-03-07 | 1 | -1/+9 |
* | StringRefify. | Benjamin Kramer | 2011-03-05 | 1 | -1/+1 |
* | Pretty up the emission of field l-values and use volatile and TBAA when | John McCall | 2011-02-26 | 1 | -0/+2 |
* | Emit the structure layout of the block literal parameter to a block | John McCall | 2011-02-22 | 1 | -2/+2 |
* | Reorganize the emission of local variables. | John McCall | 2011-02-22 | 1 | -1/+4 |
* | Assorted cleanup: | John McCall | 2011-02-15 | 1 | -3/+30 |
* | Reorganize CodeGen{Function,Module} to eliminate the unfortunate | John McCall | 2011-02-08 | 1 | -2/+38 |
* | Simplify thunks code. | Anders Carlsson | 2011-02-06 | 1 | -2/+1 |
* | Pass a 'ForVTable' flag to GetAddrOfThunk and pass it along to GetOrCreateLLV... | Anders Carlsson | 2011-02-05 | 1 | -1/+2 |
* | Re-land r124768, with a fix for PR9130. | Anders Carlsson | 2011-02-05 | 1 | -2/+4 |
* | More capturing of 'this': implicit member expressions. Getting that | John McCall | 2011-02-03 | 1 | -0/+2 |
* | Revert 124768. | Rafael Espindola | 2011-02-03 | 1 | -4/+2 |
* | Don't try to mark virtual members referenced for classes where the key function | Anders Carlsson | 2011-02-03 | 1 | -2/+4 |
* | Move GetLLVMVisibility to CodeGenModule. | Anders Carlsson | 2011-01-29 | 1 | -0/+10 |
* | Change CodeGenModule::setTypeVisibility to take a TypeVisibilityKind enum ins... | Anders Carlsson | 2011-01-29 | 1 | -1/+10 |
* | Get rid of an unneeded parameter from setGlobalVisibility. | Anders Carlsson | 2011-01-29 | 1 | -2/+1 |
* | Add a new function, to be used by CGRTTI, CGVTables and CGVTT (which each has... | Anders Carlsson | 2011-01-29 | 1 | -0/+8 |
* | Remove IsDefinition from CodeGenModule::setTypeVisibility; it is always true. | Anders Carlsson | 2011-01-29 | 1 | -1/+1 |
* | Change CodeGenModule::getVTableLinkage to be a non-static member function. | Anders Carlsson | 2011-01-24 | 1 | -2/+1 |
* | Add unnamed_addr in CreateRuntimeVariable. | Rafael Espindola | 2011-01-18 | 1 | -1/+2 |
* | Move name mangling support from CodeGen to AST. In the | Peter Collingbourne | 2011-01-13 | 1 | -4/+5 |
* | Simplify mem{cpy, move, set} creation with IRBuilder. | Benjamin Kramer | 2010-12-30 | 1 | -11/+0 |
* | Simplify the logic for emitting guard variables for template static | John McCall | 2010-11-06 | 1 | -1/+2 |
* | Better solution: calculate the visibility of functions and variables | John McCall | 2010-10-30 | 1 | -2/+3 |
* | Do the guarding of instantiated static data members | Fariborz Jahanian | 2010-10-27 | 1 | -2/+8 |
* | Substantially revise how clang computes the visibility of a declaration to | John McCall | 2010-10-22 | 1 | -4/+1 |
* | This patch implements Next's IRGen for -fconstant-string-class=class-name. | Fariborz Jahanian | 2010-10-19 | 1 | -5/+6 |