- Feb 22, 2013
-
-
Peter Collingbourne authored
llvm-svn: 175911
-
Peter Collingbourne authored
llvm-svn: 175910
-
Peter Collingbourne authored
llvm-svn: 175909
-
Benjamin Kramer authored
llvm-svn: 175908
-
Argyrios Kyrtzidis authored
its index in the preprocessed entities vector. This is because the order of the entities in the vector can change in some (uncommon) cases. llvm-svn: 175907
-
Benjamin Kramer authored
This may seem counter-intuitive but the POD-like optimization helps when the vectors grow into multimegabyte buffers. SmallVector calls realloc which knows how to twiddle virtual memory bits and avoids large copies. llvm-svn: 175906
-
Pete Cooper authored
llvm-svn: 175905
-
Shankar Easwaran authored
llvm-svn: 175904
-
Rafael Espindola authored
internal linkage. llvm-svn: 175903
-
David Blaikie authored
This may need to be fixed more intelligently - I don't have enough context to be sure what the appropriate fix is right now. llvm-svn: 175902
-
Shankar Easwaran authored
llvm-svn: 175901
-
Michael Han authored
Introduce a new AST Decl node "EmptyDecl" to model empty-declaration. Have attributes from attribute-declaration appertain to the EmptyDecl node by creating the AST representations of these attributes and attach them to the EmptyDecl node so these attributes can be sema checked just as attributes attached to "normal" declarations. llvm-svn: 175900
-
Renato Golin authored
llvm-svn: 175898
-
Benjamin Kramer authored
llvm-svn: 175897
-
Benjamin Kramer authored
llvm-svn: 175896
-
Benjamin Kramer authored
llvm-svn: 175895
-
Benjamin Kramer authored
llvm-svn: 175894
-
Reid Kleckner authored
Summary: The test sets up fake x86-style fp+retaddr frames, since that's all the unwinder works with. Reviewers: kcc CC: eugenis Differential Revision: http://llvm-reviews.chandlerc.com/D445 llvm-svn: 175893
-
Dmitri Gribenko authored
Add an ability to specify custom documentation block comment commands via a new class CommentOptions. The intention is that this class will hold future customizations for comment parsing, including defining documentation comments with specific numbers of parameters, etc. CommentOptions instance is a member of LangOptions. CommentOptions is controlled by a new command-line parameter -fcomment-block-commands=Foo,Bar,Baz. llvm-svn: 175892
-
Benjamin Kramer authored
llvm-svn: 175891
-
Timur Iskhodzhanov authored
Patch by Alexander Zinenko! llvm-svn: 175890
-
Benjamin Kramer authored
PR15329. llvm-svn: 175889
-
Pekka Jaaskelainen authored
should be unique for each loop. llvm-svn: 175888
-
Michel Danzer authored
16 more little piglits with radeonsi. NOTE: This is a candidate for the Mesa stable branch. Reviewed-by:
Tom Stellard <thomas.stellard@amd.com> llvm-svn: 175887
-
Michel Danzer authored
24 more little piglits with radeonsi. NOTE: This is a candidate for the Mesa stable branch. Reviewed-by:
Tom Stellard <thomas.stellard@amd.com> llvm-svn: 175886
-
Michel Danzer authored
9 more little piglits with radeonsi. NOTE: This is a candidate for the Mesa stable branch. Reviewed-by:
Tom Stellard <thomas.stellard@amd.com> llvm-svn: 175885
-
Kristof Beyls authored
The Printer will now print instructions with the correct alignment specifier syntax, like vld1.8 {d16}, [r0:64] llvm-svn: 175884
-
Evgeniy Stepanov authored
MSanDR is a DynamoRio-based tool that handles uninstrumented libraries and dynamically generated code for MSan. llvm-svn: 175883
-
Richard Smith authored
* Mark attributes as done in SVN. * Downgrade alignment support from 'Clang 3.0' to 'SVN', now that we actually implement the rules. * Upgrade 'Dynamic initialization with concurrency' from 'No' to 'Clang 2.9' -- all that is required here is the ABI-mandated locking for the initialization of static locals. llvm-svn: 175882
-
Bill Wendling authored
llvm-svn: 175881
-
Richard Smith authored
incomplete type. llvm-svn: 175880
-
Richard Smith authored
in C++98. llvm-svn: 175879
-
Bill Wendling authored
Update to use references to attribute groups instead of listing the attributes on the call/invoke instructions. llvm-svn: 175878
-
Bill Wendling authored
Listing all of the attributes for the callee of a call/invoke instruction is way too much and makes the IR unreadable. Use references to attributes instead. llvm-svn: 175877
-
Richard Smith authored
if it has declarators. We were missing the check for this in a couple of places. llvm-svn: 175876
-
Richard Smith authored
llvm-svn: 175875
-
Tobias Grosser authored
llvm-svn: 175874
-
Jason Molenda authored
llvm-svn: 175873
-
Tobias Grosser authored
llvm-svn: 175872
-
Kostya Serebryany authored
llvm-svn: 175871
-