- Oct 05, 2008
-
-
Chris Lattner authored
in tblgen. This is PR2827, thanks to Waldemar Knorr for tracking this down. llvm-svn: 57124
-
Chris Lattner authored
llvm-svn: 57123
-
Chris Lattner authored
and actually work. We can now read the llvm 2.3 bc file from PR2849 llvm-svn: 57122
-
Anders Carlsson authored
llvm-svn: 57121
-
Anders Carlsson authored
llvm-svn: 57120
-
Chris Lattner authored
llvm-svn: 57119
-
Anders Carlsson authored
llvm-svn: 57118
-
Chris Lattner authored
llvm-svn: 57116
-
Argyrios Kyrtzidis authored
No functionality change. llvm-svn: 57115
-
Nuno Lopes authored
llvm-svn: 57114
-
Nuno Lopes authored
llvm-svn: 57113
-
Argyrios Kyrtzidis authored
Disambiguate between a declaration or an expression, in the 'for-init-statement' part of a 'for' statement. llvm-svn: 57112
-
Argyrios Kyrtzidis authored
llvm-svn: 57111
-
Anton Korobeynikov authored
Patch by Robert G. Jakabosky! llvm-svn: 57110
-
Argyrios Kyrtzidis authored
Disambiguate between a declaration or expression for the 'condition' part of a if/switch/while/for statement. llvm-svn: 57109
-
Argyrios Kyrtzidis authored
llvm-svn: 57108
-
Zhongxing Xu authored
llvm-svn: 57107
-
Anton Korobeynikov authored
llvm-svn: 57106
-
Daniel Dunbar authored
llvm-svn: 57104
-
Daniel Dunbar authored
llvm-svn: 57103
-
Daniel Dunbar authored
llvm-svn: 57102
-
Daniel Dunbar authored
llvm-svn: 57101
-
Daniel Dunbar authored
- Print size as number of elements times "sizeof(elt type)", not perfect but better than just printing the completely wrong type. llvm-svn: 57100
-
Daniel Dunbar authored
- vec_set_v4hi had "v4s" in place of "V4s" llvm-svn: 57099
-
Daniel Dunbar authored
- cmp instructions return int - storedqu had bad const qualifier - pmuldq128 used invalid type code llvm-svn: 57098
-
Chris Lattner authored
llvm-svn: 57096
-
Chris Lattner authored
shifting and masking inside a bswap expr. This allows it to handle the cases from PR2842, which involve the intermediate 'or' expressions being shifted, not just the input value. llvm-svn: 57095
-
Daniel Dunbar authored
llvm-svn: 57094
-
Daniel Dunbar authored
llvm-svn: 57093
-
Daniel Dunbar authored
- This pushes us over 80% coverage of executable LOC. llvm-svn: 57092
-
Steve Naroff authored
llvm-svn: 57091
-
Steve Naroff authored
llvm-svn: 57090
-
Chris Lattner authored
ashr. It should only apply to lshr. llvm-svn: 57089
-
Daniel Dunbar authored
- Hit debug info generation. - Hit both ObjC runtimes. llvm-svn: 57088
-
Daniel Dunbar authored
llvm-svn: 57087
-
Steve Naroff authored
llvm-svn: 57086
-
Argyrios Kyrtzidis authored
llvm-svn: 57085
-
Argyrios Kyrtzidis authored
'ParseTentative.cpp' implements the functionality needed to resolve ambiguous C++ statements, to either a declaration or an expression, by "tentatively parsing" them. llvm-svn: 57084
-
Steve Naroff authored
Create a function, eliminating some redundancy between SynthesizeBlockInitExpr() and SynthesizeBlockLiterals(). llvm-svn: 57083
-
Steve Naroff authored
llvm-svn: 57082
-