- Jun 15, 2010
-
-
Ted Kremenek authored
llvm-svn: 105987
-
Dale Johannesen authored
containing the target address, an input, into an output. I don't think this actually broke anything on x86 (it does on ARM), but it's wrong. llvm-svn: 105986
-
Alexis Hunt authored
won't define it unless specifically requested via the use of __need_wint_t. llvm-svn: 105985
-
Ted Kremenek authored
llvm-svn: 105984
-
Jim Grosbach authored
the combined load/store instruction. rdar://7797940 llvm-svn: 105982
-
Chris Lattner authored
source code location instead of on the note. Previously we generated: <inline asm>:1:2: error: unrecognized instruction barf ^ t.c:4:8: note: generated from here asm ("barf"); ^ Now we generate: t.c:4:8: error: unrecognized instruction asm ("barf"); ^ <inline asm>:1:2: note: instantated into assembly here barf ^ llvm-svn: 105978
-
Douglas Gregor authored
handle visibility properly. Fixes <rdar://problem/8091955>. llvm-svn: 105977
-
Douglas Gregor authored
mangling for types, where the <source-name> is ASxxx (xxx is the address-space number). llvm-svn: 105975
-
Alexis Hunt authored
llvm-svn: 105971
-
Chris Lattner authored
llvm-svn: 105970
-
Bob Wilson authored
immediate" operands. These functions have so far only been used for VMOV but they also apply to other NEON instructions with modified immediate operands. No functional changes. llvm-svn: 105969
-
Douglas Gregor authored
non-dependent type or template name, respectively, in C++98/03. Fixes PR7111 and <rdar://problem/8002682>. llvm-svn: 105968
-
- Jun 14, 2010
-
-
Daniel Dunbar authored
llvm-svn: 105966
-
Jim Grosbach authored
Make sure to skip the dbg_value instructions when moving dups out of the diamond. rdar://7797940 llvm-svn: 105965
-
Daniel Dunbar authored
collect2 option that is passed by some projects (notably WebKit). llvm-svn: 105964
-
Daniel Dunbar authored
Also, fix a memory leak. llvm-svn: 105963
-
Rafael Espindola authored
llvm-svn: 105962
-
Douglas Gregor authored
initializations into their own warning group, initializer-overrides, which is part of -Wextra. Patch by william@25thandClement.com, fixes PR6934! llvm-svn: 105961
-
Evan Cheng authored
- Rename ExactHazardRecognizer to PostRAHazardRecognizer and move its header to include to allow targets to extend it. llvm-svn: 105959
-
Daniel Dunbar authored
llvm-svn: 105958
-
Daniel Dunbar authored
llvm-svn: 105957
-
Chris Lattner authored
llvm-svn: 105956
-
Evan Cheng authored
llvm-svn: 105955
-
Chris Lattner authored
symbols as declarations in the X86 backend. This would manifest on darwin x86-32 as errors like this with -fvisibility=hidden: symbol '__ZNSbIcED1Ev' can not be undefined in a subtraction expression This fixes PR7353. llvm-svn: 105954
-
Chris Lattner authored
llvm-svn: 105953
-
Chris Lattner authored
llvm-svn: 105952
-
Douglas Gregor authored
from Peter Collingbourne! llvm-svn: 105951
-
Chris Lattner authored
fixes PR7356. llvm-svn: 105950
-
Stuart Hastings authored
llvm-svn: 105949
-
Chris Lattner authored
Decl.cpp:716:28: warning: initialization of pointer of type 'clang::VarDecl *' from literal 'false' [-Wbool-conversions] VarDecl *LastTentative = false; ^ RewriteRope.cpp:535:12: warning: initialization of pointer of type '<anonymous>::RopePieceBTreeNode *' from literal 'false' [-Wbool-conversions] return false; ^ llvm-svn: 105946
-
Bob Wilson authored
llvm-svn: 105944
-
Chris Lattner authored
llvm-svn: 105943
-
Chris Lattner authored
llvm-svn: 105942
-
Bob Wilson authored
Radar 7894069. llvm-svn: 105938
-
Benjamin Kramer authored
llvm-svn: 105937
-
Benjamin Kramer authored
llvm-svn: 105936
-
Eli Friedman authored
more clear what exactly is missing. llvm-svn: 105934
-
Eric Christopher authored
llvm-svn: 105933
-
Eric Christopher authored
Patch by Patrick Flannery! llvm-svn: 105932
-
Charles Davis authored
- Mangle qualifiers. - Start mangling variables' types into the name. A variable declared with a builtin type should now mangle properly. llvm-svn: 105931
-