| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Debug Info: Fix a problem that resulted in missing DW_AT_specifications | Adrian Prantl | 2013-05-09 | 1 | -0/+1 |
* | Forward #pragma comment(lib/linker) through as flags metadata | Reid Kleckner | 2013-05-08 | 1 | -0/+9 |
* | Allow targets to define minimum alignment for global variables | Ulrich Weigand | 2013-05-06 | 1 | -2/+2 |
* | Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr... | Dmitri Gribenko | 2013-05-05 | 1 | -2/+1 |
* | Revert r180739 and r180748: they broke C++11 thread_local on non-Darwin syste... | Richard Smith | 2013-04-30 | 1 | -11/+0 |
* | Emit the TLS intialization functions into a list. | Bill Wendling | 2013-04-29 | 1 | -0/+11 |
* | Implement CodeGen for C++11 thread_local, following the Itanium ABI specifica... | Richard Smith | 2013-04-19 | 1 | -0/+11 |
* | Don't propagate around TargetOptions in IR-gen; we don't use it. | John McCall | 2013-04-16 | 1 | -3/+2 |
* | Standardize accesses to the TargetInfo in IR-gen. | John McCall | 2013-04-16 | 1 | -21/+27 |
* | Objective-C IRGen. Use llvm::WeakVH | Fariborz Jahanian | 2013-04-16 | 1 | -2/+2 |
* | Use MapVector rather than simulating it. | Richard Smith | 2013-04-13 | 1 | -3/+2 |
* | Struct-path aware TBAA: uniformize scalar tag and path tag. | Manman Ren | 2013-04-11 | 1 | -2/+7 |
* | Remove nondeterminism introduced in r178950. | Richard Smith | 2013-04-06 | 1 | -0/+1 |
* | When an internal-linkage function or variable is declared within an extern "C" | Richard Smith | 2013-04-06 | 1 | -0/+16 |
* | Initial support for struct-path aware TBAA. | Manman Ren | 2013-04-04 | 1 | -0/+5 |
* | revert r178784 since it does not have a commit message | Manman Ren | 2013-04-04 | 1 | -5/+0 |
* | Index: include/clang/Driver/CC1Options.td | Manman Ren | 2013-04-04 | 1 | -0/+5 |
* | Make clang to mark static stack allocations with lifetime markers to enable a... | Nadav Rotem | 2013-03-23 | 1 | -0/+9 |
* | Under ARC, when we're passing the address of a strong variable | John McCall | 2013-03-23 | 1 | -0/+3 |
* | Promote atomic type sizes up to a power of two, capped by | John McCall | 2013-03-07 | 1 | -0/+4 |
* | Use the actual ABI-determined C calling convention for runtime | John McCall | 2013-02-28 | 1 | -0/+6 |
* | Apply the 'nobuiltin' attribute to call sites when the user specifies `-fno-b... | Bill Wendling | 2013-02-22 | 1 | -1/+2 |
* | Pass the target options through to code generation. | Bill Wendling | 2013-02-14 | 1 | -2/+4 |
* | Make sure that the Attribute object represents one attribute only. | Bill Wendling | 2013-01-31 | 1 | -4/+4 |
* | The standard ARM C++ ABI dictates that inline functions are | John McCall | 2013-01-25 | 1 | -2/+11 |
* | [ubsan] Add support for -fsanitize-blacklist | Will Dietz | 2013-01-18 | 1 | -2/+13 |
* | Topologically sort the link options generated for modules based on | Douglas Gregor | 2013-01-14 | 1 | -0/+3 |
* | Switch autolinking metadata format over to actual linker options, e.g., | Douglas Gregor | 2013-01-14 | 1 | -6/+0 |
* | Implement parsing, AST, (de-)serialization, and placeholder global | Douglas Gregor | 2013-01-14 | 1 | -0/+12 |
* | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko | 2013-01-12 | 1 | -1/+1 |
* | Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to | Chandler Carruth | 2013-01-02 | 1 | -1/+1 |
* | Rename llvm::Attributes to llvm::Attribute. | Bill Wendling | 2012-12-20 | 1 | -4/+4 |
* | Revert r170500. It over-zealously converted *ALL* things named Attributes, wh... | Bill Wendling | 2012-12-20 | 1 | -4/+4 |
* | Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl... | Bill Wendling | 2012-12-19 | 1 | -4/+4 |
* | 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 |