| Commit message (Expand) | Author | Age | Files | Lines |
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -6/+6 |
* | Use empty parens for empty function parameter list instead of '(void)'. | Dmitri Gribenko | 2012-11-15 | 1 | -2/+2 |
* | Implement codegen for init_priority attribute properly - make sure it | Anton Korobeynikov | 2012-11-06 | 1 | -3/+10 |
* | Add codegen support for __uuidof(). | Nico Weber | 2012-10-11 | 1 | -0/+6 |
* | Remove the final bits of Attributes being declared in the Attribute | Bill Wendling | 2012-10-10 | 1 | -2/+2 |
* | Move TargetData to DataLayout. | Micah Villmow | 2012-10-08 | 1 | -4/+4 |
* | Add basic support for adding !tbaa.struct metadata on llvm.memcpy calls for | Dan Gohman | 2012-09-28 | 1 | -0/+1 |
* | Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S... | Sylvestre Ledru | 2012-09-27 | 1 | -4/+4 |
* | Fix a typo 'iff' => 'if' | Sylvestre Ledru | 2012-09-27 | 1 | -4/+4 |
* | Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments. | Dmitri Gribenko | 2012-09-15 | 1 | -2/+2 |
* | Add -ftls-model command-line flag. | Hans Wennborg | 2012-06-28 | 1 | -9/+4 |
* | block literal irgen: several improvements on naming block | Fariborz Jahanian | 2012-06-26 | 1 | -1/+3 |
* | Support the tls_model attribute (PR9788) | Hans Wennborg | 2012-06-23 | 1 | -0/+9 |
* | CUDA: add CodeGen support for global variable address spaces. | Peter Collingbourne | 2012-05-20 | 1 | -0/+6 |
* | Refactor the C++ ABI code a little bit to take advantage of | John McCall | 2012-05-01 | 1 | -0/+1 |
* | Make sure we unique static-local decls across multiple emissions of | John McCall | 2012-03-30 | 1 | -0/+9 |
* | Revert r153723, and its follow-ups r153728 and r153733. | Chandler Carruth | 2012-03-30 | 1 | -1/+1 |
* | Do the static-locals thing properly in the face of unions and | John McCall | 2012-03-30 | 1 | -1/+1 |
* | add tbaa metadata to vtable pointer loads/stores | Kostya Serebryany | 2012-03-26 | 1 | -0/+1 |
* | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 2012-03-11 | 1 | -3/+3 |
* | Make sure we update the static local decl address map when we are forced to r... | Eli Friedman | 2012-03-09 | 1 | -5/+5 |
* | Replace MarkVarRequired with a more generic | Rafael Espindola | 2012-03-08 | 1 | -4/+3 |
* | Fix a small difference in sema and codegen views of what needs to be output. | Rafael Espindola | 2012-03-05 | 1 | -0/+5 |
* | Reinstate r151879, r151880, reverted in r151922, along with a bugfix for | Richard Smith | 2012-03-02 | 1 | -2/+8 |
* | CodeGen support for global variables of type std::initializer_list<X>. | Sebastian Redl | 2012-02-25 | 1 | -0/+3 |
* | Bug fix: do not emit static const local variables with mutable members | Richard Smith | 2012-02-17 | 1 | -0/+2 |
* | Teach clang to add metadata tags to calls and invokes in ObjC with | Dan Gohman | 2012-02-16 | 1 | -0/+9 |
* | Deal with a horrible C++11 special case. If a non-literal type has a constexpr | Richard Smith | 2012-02-13 | 1 | -1/+4 |
* | simplify a bunch of code to use the well-known LLVM IR types computed by Code... | Chris Lattner | 2012-02-07 | 1 | -2/+4 |
* | use cheaper llvm APIs for various bits of IR generation. | Chris Lattner | 2012-02-06 | 1 | -5/+0 |
* | More dead code removal (using -Wunreachable-code) | David Blaikie | 2012-01-20 | 1 | -1/+0 |
* | constexpr irgen: Add irgen support for APValue::Struct, APValue::Union, | Richard Smith | 2012-01-14 | 1 | -0/+10 |
* | objc++: more atomic property api code for | Fariborz Jahanian | 2012-01-08 | 1 | -5/+14 |
* | objc++: more code gen stuff for atomic property api, | Fariborz Jahanian | 2012-01-06 | 1 | -0/+10 |
* | Extend the fix for PR9614 to handle inline asm in the outer decl and | Rafael Espindola | 2011-12-19 | 1 | -1/+1 |
* | Use static storage duration for file-scope compound literals, even when they | Richard Smith | 2011-11-22 | 1 | -0/+4 |
* | Remove unnecessary include. | Devang Patel | 2011-11-09 | 1 | -1/+0 |
* | Fix the representation of wide strings in the AST and IR so that it uses the ... | Eli Friedman | 2011-11-01 | 1 | -0/+4 |
* | In x86_64, when calling an Objective-C method that returns a _Complex long do... | Anders Carlsson | 2011-10-31 | 1 | -2/+6 |
* | Fix pr9614 by not emitting an available_externally function when it calls | Rafael Espindola | 2011-10-26 | 1 | -0/+2 |
* | PR11124: Don't overwrite memory outside of a base class when performing zero-... | Eli Friedman | 2011-10-14 | 1 | -0/+5 |
* | CUDA: IR generation support for kernel call expressions | Peter Collingbourne | 2011-10-06 | 1 | -1/+10 |
* | Create a VTableContext class and start moving CodeGenVTables methods to it | Peter Collingbourne | 2011-09-26 | 1 | -0/+1 |
* | Rename Diagnostic to DiagnosticsEngine as per issue 5397 | David Blaikie | 2011-09-25 | 1 | -4/+5 |
* | OpenCL: introduce support for function scope __local variables | Peter Collingbourne | 2011-09-19 | 1 | -0/+10 |
* | Simplify the generation of Objective-C setters, at least a little. | John McCall | 2011-09-10 | 1 | -2/+6 |
* | Bring llvm.annotation* intrinsics support back to where it was in llvm-gcc: can | Julien Lerouge | 2011-09-09 | 1 | -7/+31 |
* | Do a lookup for the blocks runtime globals to see if they were declared, | Argyrios Kyrtzidis | 2011-09-09 | 1 | -4/+0 |
* | Extend the ASTContext constructor to delay the initialization of | Douglas Gregor | 2011-09-02 | 1 | -1/+1 |
* | Move the creation of the record type for the state of Objective-C fast | Douglas Gregor | 2011-08-09 | 1 | -0/+8 |