- Jul 19, 2010
-
-
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
-
Daniel Dunbar authored
assembling; remove crufty custom cleanup code. llvm-svn: 108681
-
Daniel Dunbar authored
llvm-svn: 108680
-
Daniel Dunbar authored
llvm-svn: 108679
-
Michael J. Spencer authored
into MCObjectStreamer. Origonal Windows COFF implementation by Nathan Jedffords. llvm-svn: 108678
-
Daniel Dunbar authored
TblGen/AsmMatcher: Add support for honoring instruction Requires<[]> attributes as part of the matcher. - Currently includes a hack to limit ourselves to "In32BitMode" and "In64BitMode", because we don't have the other infrastructure to properly deal with setting SSE, etc. features on X86. llvm-svn: 108677
-
Chris Lattner authored
llvm-svn: 108676
-
Bill Wendling authored
llvm-svn: 108675
-
Eli Friedman authored
llvm-svn: 108674
-
Mikhail Glushenkov authored
llvm-svn: 108673
-
Rafael Espindola authored
llvm-svn: 108672
-
Zhongxing Xu authored
llvm-svn: 108671
-
Zhongxing Xu authored
llvm-svn: 108670
-
Zhongxing Xu authored
llvm-svn: 108669
-
Zhongxing Xu authored
llvm-svn: 108668
-
Daniel Dunbar authored
taking it in pieces. - Fixes a problem where the Clang executable path was not initialized properly on Win32, because sys::Path::getBasename() doesn't do what I always think it does. Imagine that, a sys::Path interface that is confusing! llvm-svn: 108667
-
Daniel Dunbar authored
llvm-svn: 108666
-
Daniel Dunbar authored
llvm-svn: 108665
-
Daniel Dunbar authored
- Unfortunate, but necessary for now to handle subtarget instruction matching. Eventually we should factor out the lower level target machine information so we don't need to do this. llvm-svn: 108664
-
Daniel Dunbar authored
llvm-svn: 108663
-
Michael J. Spencer authored
llvm-svn: 108662
-
Daniel Dunbar authored
portable enough. - Downside is we now double dispatch through a stub function, but this isn't performance critical. llvm-svn: 108661
-
Rafael Espindola authored
StringPointers vector will also be used in the normal case to handle @file arguments. llvm-svn: 108660
-
- Jul 18, 2010
-
-
Daniel Dunbar authored
llvm-svn: 108659
-