- Nov 29, 2010
-
-
Kalle Raiskila authored
shiftamount > 7. llvm-svn: 120288
-
Kalle Raiskila authored
This speeds up selected test cases with up to 5% - no slowdowns observed. llvm-svn: 120286
-
Kalle Raiskila authored
-return a sensible value for register pressure -add pattern to 'ila' instrucion llvm-svn: 120285
-
Kalle Raiskila authored
llvm-svn: 120284
-
Chandler Carruth authored
uninitialized. The warning is terrible, has incorrect source locations, and has a huge false positive rate such as *all* of these. If anyone has a better solution, please let me know. Alternatively, I'll happily add -Wno-uninitialized to the -Werror build mode. Maybe I can even do it *only* when building with GCC instead of Clang. llvm-svn: 120281
-
Bill Wendling authored
llvm-svn: 120279
-
Bill Wendling authored
llvm-svn: 120278
-
Bill Wendling authored
llvm-svn: 120277
-
Bill Wendling authored
llvm-svn: 120272
-
Rafael Espindola authored
llvm-svn: 120271
-
Rafael Espindola authored
llvm-svn: 120270
-
Rafael Espindola authored
llvm-svn: 120269
-
- Nov 28, 2010
-
-
Rafael Espindola authored
llvm-svn: 120263
-
Jay Foad authored
static methods that return a new APInt. llvm-svn: 120261
-
Chris Lattner authored
instructions. I choose to handle this with an asmparser hack, though it could be handled by changing all the instruction definitions to allow be "setneb" instead of "setne". The asm parser hack is better in this case, because we want the disassembler to produce setne, not setneb. llvm-svn: 120260
-
Chris Lattner authored
by Eric Dobson! llvm-svn: 120259
-
Nicolas Geoffray authored
initializers of global variables used in the function. Also make sure to emit the operands of a constant. llvm-svn: 120253
-
Rafael Espindola authored
Factor some duplicated code into MCObjectStreamer::EmitLabel. llvm-svn: 120248
-
Rafael Espindola authored
llvm-svn: 120246
-
Rafael Espindola authored
llvm-svn: 120245
-
Rafael Espindola authored
llvm-svn: 120243
-
Rafael Espindola authored
llvm-svn: 120241
-
Rafael Espindola authored
and at least the 4 byte one will be needed to implement the .cfi_* directives. llvm-svn: 120240
-
Bob Wilson authored
llvm-svn: 120236
-
Bob Wilson authored
llvm-svn: 120235
-
Bob Wilson authored
The op11_8 field is the same for all of them so put it in the instruction classes instead of specifying it separately for each instruction. llvm-svn: 120234
-
Bob Wilson authored
llvm-svn: 120233
-
Anton Korobeynikov authored
llvm-svn: 120229
-
Anton Korobeynikov authored
llvm-svn: 120228
-
- Nov 27, 2010
-
-
Rafael Espindola authored
llvm-svn: 120225
-
Rafael Espindola authored
llvm-svn: 120224
-
Benjamin Kramer authored
llvm-svn: 120223
-
Daniel Dunbar authored
llvm-svn: 120219
-
Daniel Dunbar authored
llvm-svn: 120218
-
Daniel Dunbar authored
llvm-svn: 120217
-
Daniel Dunbar authored
llvm-svn: 120216
-
Daniel Dunbar authored
llvm-svn: 120215
-
Daniel Dunbar authored
llvm-svn: 120214
-
Benjamin Kramer authored
llvm-svn: 120205
-
Daniel Dunbar authored
llvm-svn: 120204
-