- Jul 19, 2010
-
-
Ted Kremenek authored
Put warnings in the 'Deprecated' group into a 'Deprecations' DiagCategory. Fixes <rdar://problem/8203182>. llvm-svn: 108743
-
Ted Kremenek authored
Add missing conversion specifier parsing for 'u', 'x', 'o', and 's'. Fixes <rdar://problem/8204052>. llvm-svn: 108742
-
Daniel Dunbar authored
llvm-svn: 108741
-
Owen Anderson authored
llvm-svn: 108740
-
Owen Anderson authored
llvm-svn: 108739
-
Owen Anderson authored
llvm-svn: 108738
-
Owen Anderson authored
llvm-svn: 108737
-
Owen Anderson authored
llvm-svn: 108736
-
Evan Cheng authored
Teach computeRegisterProperties() to compute "representative" register class for legal value types. A "representative" register class is the largest legal super-reg register class for a value type. e.g. On i386, GR32 is the rep register class for i8 / i16 / i32; on x86_64 it would be GR64. This property will be used by the register pressure tracking instruction scheduler. llvm-svn: 108735
-
Jakob Stoklund Olesen authored
non-const. llvm-svn: 108734
-
Dale Johannesen authored
llvm-svn: 108733
-
Devang Patel authored
Do not try to insert local variable info to a DIE used for function declaration. llvm-svn: 108731
-
Jim Grosbach authored
it should set the jump table encloding the EK_Inline. This prevents a second, unused, copy of the table from being emitted after the function body. PR6581. llvm-svn: 108730
-
Jim Grosbach authored
llvm-svn: 108727
-
Jim Grosbach authored
it should set the jump table encloding the EK_Inline. This prevents a second, unused, copy of the table from being emitted after the function body. PR7499. llvm-svn: 108722
-
Mikhail Glushenkov authored
llvm-svn: 108718
-
Mikhail Glushenkov authored
llvm-svn: 108714
-
Daniel Dunbar authored
llvm-svn: 108713
-
Daniel Dunbar authored
-mmacosx-version-min works inside a -Xarch_ flag. llvm-svn: 108712
-
Daniel Dunbar authored
llvm-svn: 108711
-
Douglas Gregor authored
llvm-svn: 108708
-
Fariborz Jahanian authored
and a minor cleanup. llvm-svn: 108707
-
Benjamin Kramer authored
llvm-svn: 108700
-
Duncan Sands authored
by Benjamin Saunders. llvm-svn: 108699
-
Lang Hames authored
pressure estimates and liveness alongside. Still experimental. llvm-svn: 108698
-
Rafael Espindola authored
there is no file named "file", keep the @file option unchanged. llvm-svn: 108697
-
Gabor Greif authored
llvm-svn: 108695
-
Zhongxing Xu authored
llvm-svn: 108694
-
Benjamin Kramer authored
Adjust test for float printing differences. Windows uses three digits for the exponent, everyone else two. llvm-svn: 108693
-
http://llvm.org/PR7660Argyrios Kyrtzidis authored
A ParmVarDecl instantiated from a FunctionProtoType may have Record as DeclContext, in which case isStaticDataMember() will erroneously return true. llvm-svn: 108692
-
Duncan Sands authored
llvm-svn: 108691
-
Duncan Sands authored
Patch by Benjamin Saunders. llvm-svn: 108690
-
Owen Anderson authored
llvm-svn: 108689
-
Owen Anderson authored
llvm-svn: 108688
-
Owen Anderson authored
llvm-svn: 108687
-
Daniel Dunbar authored
with @file.", it doesn't correctly handle cases where arguments starting with '@' are passed to other command line arguments. llvm-svn: 108686
-
Daniel Dunbar authored
llvm-svn: 108685
-
Daniel Dunbar authored
llvm-svn: 108684
-
Daniel Dunbar authored
llvm-svn: 108683
-
Michael J. Spencer authored
llvm-svn: 108682
-