Age | Commit message (Expand) | Author | Files | Lines |
2011-10-26 | Fix pr9614 by not emitting an available_externally function when it calls | Rafael Espindola | 1 | -0/+2 |
2011-10-14 | PR11124: Don't overwrite memory outside of a base class when performing zero-... | Eli Friedman | 1 | -0/+5 |
2011-10-06 | CUDA: IR generation support for kernel call expressions | Peter Collingbourne | 1 | -1/+10 |
2011-09-26 | Create a VTableContext class and start moving CodeGenVTables methods to it | Peter Collingbourne | 1 | -0/+1 |
2011-09-25 | Rename Diagnostic to DiagnosticsEngine as per issue 5397 | David Blaikie | 1 | -4/+5 |
2011-09-19 | OpenCL: introduce support for function scope __local variables | Peter Collingbourne | 1 | -0/+10 |
2011-09-10 | Simplify the generation of Objective-C setters, at least a little. | John McCall | 1 | -2/+6 |
2011-09-09 | Bring llvm.annotation* intrinsics support back to where it was in llvm-gcc: can | Julien Lerouge | 1 | -7/+31 |
2011-09-09 | Do a lookup for the blocks runtime globals to see if they were declared, | Argyrios Kyrtzidis | 1 | -4/+0 |
2011-09-02 | Extend the ASTContext constructor to delay the initialization of | Douglas Gregor | 1 | -1/+1 |
2011-08-09 | Move the creation of the record type for the state of Objective-C fast | Douglas Gregor | 1 | -0/+8 |
2011-08-09 | Move the construction of the RecordDecl representing the runtime | Douglas Gregor | 1 | -0/+8 |
2011-08-04 | Emit wide string literals with the appropriate alignment. | John McCall | 1 | -3/+5 |
2011-07-27 | CodeGen: rename CodeGenModule::Runtime to ObjCRuntime | Peter Collingbourne | 1 | -4/+4 |
2011-07-23 | Move ArrayRef to LLVM.h and eliminate now-redundant qualifiers, patch by Jon ... | Chris Lattner | 1 | -2/+2 |
2011-07-20 | now that we have a centralized place to do so, add some using declarations for | Chris Lattner | 1 | -11/+11 |
2011-07-18 | de-constify llvm::Type, patch by David Blaikie! | Chris Lattner | 1 | -8/+8 |
2011-07-14 | Change intrinsic getter to take an ArrayRef, now that the underlying function... | Benjamin Kramer | 1 | -2/+2 |
2011-07-09 | clang side to match the LLVM IR type system rewrite patch. | Chris Lattner | 1 | -15/+15 |
2011-06-24 | Change the IR-generation of VLAs so that we capture bounds, | John McCall | 1 | -0/+4 |
2011-06-15 | Automatic Reference Counting. | John McCall | 1 | -3/+84 |
2011-06-14 | Move GlobalDecl to AST | Peter Collingbourne | 1 | -1/+1 |
2011-05-15 | Use arrays and SmallVectors instead of std::vectors when building function | John McCall | 1 | -1/+5 |
2011-05-05 | Preserve the full name of the file, so that '-c -o foo.pic.o' produces | Nick Lewycky | 1 | -2/+2 |
2011-05-04 | Record where the GCOV data files should be placed. | Nick Lewycky | 1 | -0/+4 |
2011-04-12 | After some discussion with Doug, we decided that it made a lot more sense | John McCall | 1 | -1/+0 |
2011-04-07 | Basic, untested implementation for an "unknown any" type requested by LLDB. | John McCall | 1 | -0/+2 |
2011-03-31 | After much contemplation, I've decided that we probably shouldn't "unique" | John McCall | 1 | -11/+29 |
2011-03-27 | We were emitting construction v-tables with internal linkage all the time. | John McCall | 1 | -0/+1 |
2011-03-23 | Update type cache when a type is completed. | Devang Patel | 1 | -4/+2 |
2011-03-18 | The Darwin kernel does not provide useful guard variable support. | John McCall | 1 | -0/+3 |
2011-03-09 | Fix three of the four places where I left breadcrumbs to avoid unnecessary | John McCall | 1 | -4/+6 |
2011-03-09 | Use the "undergoes default argument promotion" bit on parameters to | John McCall | 1 | -1/+2 |
2011-03-07 | DebugInfo can be enabled or disabled at function level (e.g. using an attribu... | Devang Patel | 1 | -8/+1 |
2011-03-07 | Do not emit stop point for CXXDefaultArgExpr. It results in suboptimial user ... | Devang Patel | 1 | -1/+9 |
2011-03-05 | StringRefify. | Benjamin Kramer | 1 | -1/+1 |
2011-02-26 | Pretty up the emission of field l-values and use volatile and TBAA when | John McCall | 1 | -0/+2 |
2011-02-22 | Emit the structure layout of the block literal parameter to a block | John McCall | 1 | -2/+2 |
2011-02-22 | Reorganize the emission of local variables. | John McCall | 1 | -1/+4 |
2011-02-15 | Assorted cleanup: | John McCall | 1 | -3/+30 |
2011-02-08 | Reorganize CodeGen{Function,Module} to eliminate the unfortunate | John McCall | 1 | -2/+38 |
2011-02-06 | Simplify thunks code. | Anders Carlsson | 1 | -2/+1 |
2011-02-05 | Pass a 'ForVTable' flag to GetAddrOfThunk and pass it along to GetOrCreateLLV... | Anders Carlsson | 1 | -1/+2 |
2011-02-05 | Re-land r124768, with a fix for PR9130. | Anders Carlsson | 1 | -2/+4 |
2011-02-03 | More capturing of 'this': implicit member expressions. Getting that | John McCall | 1 | -0/+2 |
2011-02-03 | Revert 124768. | Rafael Espindola | 1 | -4/+2 |
2011-02-03 | Don't try to mark virtual members referenced for classes where the key function | Anders Carlsson | 1 | -2/+4 |
2011-01-29 | Move GetLLVMVisibility to CodeGenModule. | Anders Carlsson | 1 | -0/+10 |
2011-01-29 | Change CodeGenModule::setTypeVisibility to take a TypeVisibilityKind enum ins... | Anders Carlsson | 1 | -1/+10 |
2011-01-29 | Get rid of an unneeded parameter from setGlobalVisibility. | Anders Carlsson | 1 | -2/+1 |