Age | Commit message (Expand) | Author |
2013-04-04 | Index: include/clang/Driver/CC1Options.td | Manman Ren |
2013-04-03 | Add 178663 back. | Rafael Espindola |
2013-04-03 | Revert 178663. | Rafael Espindola |
2013-04-03 | Don't compute a patched/semantic storage class. | Rafael Espindola |
2013-03-23 | Make clang to mark static stack allocations with lifetime markers to enable a... | Nadav Rotem |
2013-03-19 | Don't try to set attributes in alias, they have none. | Rafael Espindola |
2013-03-06 | [Sanitize] Don't emit function attribute sanitize_address/thread/memory if th... | Alexey Samsonov |
2013-02-28 | Use the actual ABI-determined C calling convention for runtime | John McCall |
2013-02-27 | Rename methods to comply with the LLVM Coding Standards. | Rafael Espindola |
2013-02-27 | Move LinkageInfo out of NamedDecl so that it can be used in Type.h. | Rafael Espindola |
2013-02-26 | Unify clang/llvm attributes for asan/tsan/msan (Clang part) | Kostya Serebryany |
2013-02-24 | In Sema::InstantiateStaticDataMemberDefinition, pass the var decl to the cons... | Argyrios Kyrtzidis |
2013-02-22 | [Sema] Semantic analysis for empty-declaration and attribute-declaration. | Michael Han |
2013-02-22 | Apply the 'nobuiltin' attribute to call sites when the user specifies `-fno-b... | Bill Wendling |
2013-02-20 | Add a new 'type_visibility' attribute to allow users to | John McCall |
2013-02-14 | Pass the target options through to code generation. | Bill Wendling |
2013-02-08 | Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h. | Jordan Rose |
2013-01-31 | Add support for AArch64 target. | Tim Northover |
2013-01-31 | Make sure that the Attribute object represents one attribute only. | Bill Wendling |
2013-01-30 | Move UTF conversion routines from clang/lib/Basic to llvm/lib/Support | Dmitri Gribenko |
2013-01-27 | Use the AttributeSet instead of AttributeWithIndex. | Bill Wendling |
2013-01-25 | Move the decision about the kind of CGCXXABI to make inside | John McCall |
2013-01-25 | The standard ARM C++ ABI dictates that inline functions are | John McCall |
2013-01-25 | First pass at abstracting out a class for the target C++ ABI. | John McCall |
2013-01-23 | Remove the last of uses that use the Attribute object as a collection of attr... | Bill Wendling |
2013-01-23 | Use the AttributeSet when adding multiple attributes and an Attribute::AttrKind | Bill Wendling |
2013-01-21 | Have AttributeSet::getRetAttributes() return an AttributeSet instead of Attri... | Bill Wendling |
2013-01-21 | Make AttributeSet::getFnAttributes() return an AttributeSet instead of an Att... | Bill Wendling |
2013-01-18 | Use the AttributeSet query method instead of the Attribute method. | Bill Wendling |
2013-01-18 | [ubsan] Add support for -fsanitize-blacklist | Will Dietz |
2013-01-17 | [IRgen] Update modules autolink metadata to use module flags (as now specified | Daniel Dunbar |
2013-01-16 | Add -fmodules-autolink/-fno-modules-autolink (defaults to on) so that | Douglas Gregor |
2013-01-15 | Fix Const Cast | David Greene |
2013-01-14 | Topologically sort the link options generated for modules based on | Douglas Gregor |
2013-01-14 | When forming the link options for an imported module, also include the | Douglas Gregor |
2013-01-14 | Switch autolinking metadata format over to actual linker options, e.g., | Douglas Gregor |
2013-01-14 | Implement parsing, AST, (de-)serialization, and placeholder global | Douglas Gregor |
2013-01-12 | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko |
2013-01-02 | Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to | Chandler Carruth |
2012-12-30 | Remove the Function::getFnAttributes method in favor of using the AttributeSet | Bill Wendling |
2012-12-20 | Rename llvm::Attributes to llvm::Attribute. | Bill Wendling |
2012-12-20 | Revert r170500. It over-zealously converted *ALL* things named Attributes, wh... | Bill Wendling |
2012-12-19 | Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl... | Bill Wendling |
2012-12-12 | Rewrite calls to bitcast unprototyped functions when emitting a definition. | John McCall |
2012-12-07 | s/AttrListPtr/AttributeSet/g to better label what this class is going to be i... | Bill Wendling |
2012-12-04 | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth |
2012-12-03 | Fix PR14474: don't emit debug info for interface types in -gline-tables-only ... | Alexey Samsonov |
2012-11-20 | Update method calls to the new interface re r168354. | Bill Wendling |
2012-11-05 | Rename LangOptions members for address sanitizer and thread sanitizer from | Richard Smith |
2012-11-01 | Update the front end to use minsize attribute | Quentin Colombet |