Age | Commit message (Expand) | Author | Files | Lines |
2013-01-31 | Make sure that the Attribute object represents one attribute only. | Bill Wendling | 1 | -4/+4 |
2013-01-25 | The standard ARM C++ ABI dictates that inline functions are | John McCall | 1 | -2/+11 |
2013-01-18 | [ubsan] Add support for -fsanitize-blacklist | Will Dietz | 1 | -2/+13 |
2013-01-14 | Topologically sort the link options generated for modules based on | Douglas Gregor | 1 | -0/+3 |
2013-01-14 | Switch autolinking metadata format over to actual linker options, e.g., | Douglas Gregor | 1 | -6/+0 |
2013-01-14 | Implement parsing, AST, (de-)serialization, and placeholder global | Douglas Gregor | 1 | -0/+12 |
2013-01-12 | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko | 1 | -1/+1 |
2013-01-02 | Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to | Chandler Carruth | 1 | -1/+1 |
2012-12-20 | Rename llvm::Attributes to llvm::Attribute. | Bill Wendling | 1 | -4/+4 |
2012-12-20 | Revert r170500. It over-zealously converted *ALL* things named Attributes, wh... | Bill Wendling | 1 | -4/+4 |
2012-12-19 | Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl... | Bill Wendling | 1 | -4/+4 |
2012-12-04 | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 1 | -6/+6 |
2012-11-15 | Use empty parens for empty function parameter list instead of '(void)'. | Dmitri Gribenko | 1 | -2/+2 |
2012-11-06 | Implement codegen for init_priority attribute properly - make sure it | Anton Korobeynikov | 1 | -3/+10 |
2012-10-11 | Add codegen support for __uuidof(). | Nico Weber | 1 | -0/+6 |
2012-10-10 | Remove the final bits of Attributes being declared in the Attribute | Bill Wendling | 1 | -2/+2 |
2012-10-08 | Move TargetData to DataLayout. | Micah Villmow | 1 | -4/+4 |
2012-09-28 | Add basic support for adding !tbaa.struct metadata on llvm.memcpy calls for | Dan Gohman | 1 | -0/+1 |
2012-09-27 | Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S... | Sylvestre Ledru | 1 | -4/+4 |
2012-09-27 | Fix a typo 'iff' => 'if' | Sylvestre Ledru | 1 | -4/+4 |
2012-09-15 | Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments. | Dmitri Gribenko | 1 | -2/+2 |
2012-06-28 | Add -ftls-model command-line flag. | Hans Wennborg | 1 | -9/+4 |
2012-06-26 | block literal irgen: several improvements on naming block | Fariborz Jahanian | 1 | -1/+3 |
2012-06-23 | Support the tls_model attribute (PR9788) | Hans Wennborg | 1 | -0/+9 |
2012-05-20 | CUDA: add CodeGen support for global variable address spaces. | Peter Collingbourne | 1 | -0/+6 |
2012-05-01 | Refactor the C++ ABI code a little bit to take advantage of | John McCall | 1 | -0/+1 |
2012-03-30 | Make sure we unique static-local decls across multiple emissions of | John McCall | 1 | -0/+9 |
2012-03-30 | Revert r153723, and its follow-ups r153728 and r153733. | Chandler Carruth | 1 | -1/+1 |
2012-03-30 | Do the static-locals thing properly in the face of unions and | John McCall | 1 | -1/+1 |
2012-03-26 | add tbaa metadata to vtable pointer loads/stores | Kostya Serebryany | 1 | -0/+1 |
2012-03-11 | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 1 | -3/+3 |
2012-03-09 | Make sure we update the static local decl address map when we are forced to r... | Eli Friedman | 1 | -5/+5 |
2012-03-08 | Replace MarkVarRequired with a more generic | Rafael Espindola | 1 | -4/+3 |
2012-03-05 | Fix a small difference in sema and codegen views of what needs to be output. | Rafael Espindola | 1 | -0/+5 |
2012-03-02 | Reinstate r151879, r151880, reverted in r151922, along with a bugfix for | Richard Smith | 1 | -2/+8 |
2012-02-25 | CodeGen support for global variables of type std::initializer_list<X>. | Sebastian Redl | 1 | -0/+3 |
2012-02-17 | Bug fix: do not emit static const local variables with mutable members | Richard Smith | 1 | -0/+2 |
2012-02-16 | Teach clang to add metadata tags to calls and invokes in ObjC with | Dan Gohman | 1 | -0/+9 |
2012-02-13 | Deal with a horrible C++11 special case. If a non-literal type has a constexpr | Richard Smith | 1 | -1/+4 |
2012-02-07 | simplify a bunch of code to use the well-known LLVM IR types computed by Code... | Chris Lattner | 1 | -2/+4 |
2012-02-06 | use cheaper llvm APIs for various bits of IR generation. | Chris Lattner | 1 | -5/+0 |
2012-01-20 | More dead code removal (using -Wunreachable-code) | David Blaikie | 1 | -1/+0 |
2012-01-14 | constexpr irgen: Add irgen support for APValue::Struct, APValue::Union, | Richard Smith | 1 | -0/+10 |
2012-01-08 | objc++: more atomic property api code for | Fariborz Jahanian | 1 | -5/+14 |
2012-01-06 | objc++: more code gen stuff for atomic property api, | Fariborz Jahanian | 1 | -0/+10 |
2011-12-19 | Extend the fix for PR9614 to handle inline asm in the outer decl and | Rafael Espindola | 1 | -1/+1 |
2011-11-22 | Use static storage duration for file-scope compound literals, even when they | Richard Smith | 1 | -0/+4 |
2011-11-09 | Remove unnecessary include. | Devang Patel | 1 | -1/+0 |
2011-11-01 | Fix the representation of wide strings in the AST and IR so that it uses the ... | Eli Friedman | 1 | -0/+4 |
2011-10-31 | In x86_64, when calling an Objective-C method that returns a _Complex long do... | Anders Carlsson | 1 | -2/+6 |