Age | Commit message (Expand) | Author |
2012-03-05 | Fix a small difference in sema and codegen views of what needs to be output. | Rafael Espindola |
2012-03-02 | Reinstate r151879, r151880, reverted in r151922, along with a bugfix for | Richard Smith |
2012-02-25 | CodeGen support for global variables of type std::initializer_list<X>. | Sebastian Redl |
2012-02-17 | Bug fix: do not emit static const local variables with mutable members | Richard Smith |
2012-02-16 | Teach clang to add metadata tags to calls and invokes in ObjC with | Dan Gohman |
2012-02-13 | Deal with a horrible C++11 special case. If a non-literal type has a constexpr | Richard Smith |
2012-02-07 | simplify a bunch of code to use the well-known LLVM IR types computed by Code... | Chris Lattner |
2012-02-06 | use cheaper llvm APIs for various bits of IR generation. | Chris Lattner |
2012-01-20 | More dead code removal (using -Wunreachable-code) | David Blaikie |
2012-01-14 | constexpr irgen: Add irgen support for APValue::Struct, APValue::Union, | Richard Smith |
2012-01-08 | objc++: more atomic property api code for | Fariborz Jahanian |
2012-01-06 | objc++: more code gen stuff for atomic property api, | Fariborz Jahanian |
2011-12-19 | Extend the fix for PR9614 to handle inline asm in the outer decl and | Rafael Espindola |
2011-11-22 | Use static storage duration for file-scope compound literals, even when they | Richard Smith |
2011-11-09 | Remove unnecessary include. | Devang Patel |
2011-11-01 | Fix the representation of wide strings in the AST and IR so that it uses the ... | Eli Friedman |
2011-10-31 | In x86_64, when calling an Objective-C method that returns a _Complex long do... | Anders Carlsson |
2011-10-26 | Fix pr9614 by not emitting an available_externally function when it calls | Rafael Espindola |
2011-10-14 | PR11124: Don't overwrite memory outside of a base class when performing zero-... | Eli Friedman |
2011-10-06 | CUDA: IR generation support for kernel call expressions | Peter Collingbourne |
2011-09-26 | Create a VTableContext class and start moving CodeGenVTables methods to it | Peter Collingbourne |
2011-09-25 | Rename Diagnostic to DiagnosticsEngine as per issue 5397 | David Blaikie |
2011-09-19 | OpenCL: introduce support for function scope __local variables | Peter Collingbourne |
2011-09-10 | Simplify the generation of Objective-C setters, at least a little. | John McCall |
2011-09-09 | Bring llvm.annotation* intrinsics support back to where it was in llvm-gcc: can | Julien Lerouge |
2011-09-09 | Do a lookup for the blocks runtime globals to see if they were declared, | Argyrios Kyrtzidis |
2011-09-02 | Extend the ASTContext constructor to delay the initialization of | Douglas Gregor |
2011-08-09 | Move the creation of the record type for the state of Objective-C fast | Douglas Gregor |
2011-08-09 | Move the construction of the RecordDecl representing the runtime | Douglas Gregor |
2011-08-04 | Emit wide string literals with the appropriate alignment. | John McCall |
2011-07-27 | CodeGen: rename CodeGenModule::Runtime to ObjCRuntime | Peter Collingbourne |
2011-07-23 | Move ArrayRef to LLVM.h and eliminate now-redundant qualifiers, patch by Jon ... | Chris Lattner |
2011-07-20 | now that we have a centralized place to do so, add some using declarations for | Chris Lattner |
2011-07-18 | de-constify llvm::Type, patch by David Blaikie! | Chris Lattner |
2011-07-14 | Change intrinsic getter to take an ArrayRef, now that the underlying function... | Benjamin Kramer |
2011-07-09 | clang side to match the LLVM IR type system rewrite patch. | Chris Lattner |
2011-06-24 | Change the IR-generation of VLAs so that we capture bounds, | John McCall |
2011-06-15 | Automatic Reference Counting. | John McCall |
2011-06-14 | Move GlobalDecl to AST | Peter Collingbourne |
2011-05-15 | Use arrays and SmallVectors instead of std::vectors when building function | John McCall |
2011-05-05 | Preserve the full name of the file, so that '-c -o foo.pic.o' produces | Nick Lewycky |
2011-05-04 | Record where the GCOV data files should be placed. | Nick Lewycky |
2011-04-12 | After some discussion with Doug, we decided that it made a lot more sense | John McCall |
2011-04-07 | Basic, untested implementation for an "unknown any" type requested by LLDB. | John McCall |
2011-03-31 | After much contemplation, I've decided that we probably shouldn't "unique" | John McCall |
2011-03-27 | We were emitting construction v-tables with internal linkage all the time. | John McCall |
2011-03-23 | Update type cache when a type is completed. | Devang Patel |
2011-03-18 | The Darwin kernel does not provide useful guard variable support. | John McCall |
2011-03-09 | Fix three of the four places where I left breadcrumbs to avoid unnecessary | John McCall |
2011-03-09 | Use the "undergoes default argument promotion" bit on parameters to | John McCall |