- Jul 19, 2010
-
-
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
-
Daniel Dunbar authored
llvm-svn: 108658
-
Chandler Carruth authored
fixed return types. llvm-svn: 108657
-
Eli Friedman authored
linkage specification. Not sure if this is the ideal fix, but I'm reasonably sure it's correct vs. gcc. llvm-svn: 108656
-
Daniel Dunbar authored
sequences, not just strings. llvm-svn: 108655
-
Daniel Dunbar authored
llvm-svn: 108654
-
Daniel Dunbar authored
llvm-svn: 108653
-
Daniel Dunbar authored
llvm-svn: 108652
-
Chris Lattner authored
is a very reasonable position on life! llvm-svn: 108651
-
Chris Lattner authored
is a very reasonable position on life! llvm-svn: 108650
-
Daniel Dunbar authored
support macros. llvm-svn: 108649
-
Daniel Dunbar authored
llvm-svn: 108648
-
Daniel Dunbar authored
llvm-svn: 108647
-
Daniel Dunbar authored
llvm-svn: 108646
-
Daniel Dunbar authored
llvm-svn: 108645
-
Daniel Dunbar authored
llvm-svn: 108644
-
Peter Collingbourne authored
The rationale is that we are copying the entire definition including parameter names which may differ between the declaration and the definition. This is particularly important if any parameters are unnamed in the declaration, as a DeclRef to an unnamed ParmVarDecl would cause the pretty printer to produce invalid output. llvm-svn: 108643
-
Douglas Gregor authored
llvm-svn: 108642
-
Douglas Gregor authored
llvm-svn: 108641
-
Owen Anderson authored
llvm-svn: 108640
-