- Aug 28, 2009
-
-
Daniel Dunbar authored
llvm-svn: 80305
-
Gabor Greif authored
llvm-svn: 80304
-
Daniel Dunbar authored
llvm-svn: 80303
-
- Aug 27, 2009
-
-
Bruno Cardoso Lopes authored
llvm-svn: 80280
-
Bruno Cardoso Lopes authored
Add MO flags to simplify the printing of relocations. Remove the support for printing large code model relocs (which aren't supported anyway). llvm-svn: 80278
-
Dan Gohman authored
llvm-svn: 80271
-
Dan Gohman authored
tolerant of blocks that end with "unreachable". llvm-svn: 80270
-
Eric Christopher authored
llvm-svn: 80269
-
Eric Christopher authored
llvm-svn: 80268
-
Dan Gohman authored
llvm-svn: 80267
-
Dan Gohman authored
llvm-svn: 80266
-
Dan Gohman authored
llvm-svn: 80265
-
Dan Gohman authored
llvm-svn: 80264
-
Dan Gohman authored
llvm-svn: 80263
-
Dan Gohman authored
llvm-svn: 80262
-
Dan Gohman authored
llvm-svn: 80259
-
Gabor Greif authored
llvm-svn: 80254
-
Anton Korobeynikov authored
scalar_to_vector is fully legal now llvm-svn: 80251
-
Anton Korobeynikov authored
llvm-svn: 80250
-
Anton Korobeynikov authored
llvm-svn: 80249
-
Devang Patel authored
llvm-svn: 80247
-
Anton Korobeynikov authored
Add a testcase. llvm-svn: 80246
-
Anton Korobeynikov authored
No idea whether this is profitable or not. llvm-svn: 80245
-
Misha Brukman authored
See http://llvm.org/PR4687 for more info and links. llvm-svn: 80244
-
Benjamin Kramer authored
llvm-svn: 80240
-
Sanjiv Gupta authored
llvm-svn: 80239
-
Daniel Dunbar authored
- No relocations yet, of course. llvm-svn: 80235
-
Daniel Dunbar authored
- Note, this is a gigantic hack, with the sole purpose of unblocking further work on the assembler (its also possible to test the mathcer more completely now). - Despite being a hack, its actually good enough to work over all of 403.gcc (although some encodings are probably incorrect). This is a testament to the beauty of X86's MachineInstr, no doubt! ;) llvm-svn: 80234
-
Daniel Dunbar authored
printer. llvm-svn: 80233
-
Daniel Dunbar authored
llvm-svn: 80232
-
Daniel Dunbar authored
llvm-svn: 80231
-
Daniel Dunbar authored
llvm-svn: 80230
-
Gabor Greif authored
llvm-svn: 80227
-
Gabor Greif authored
Clean up the minor mess I caused with removing iterator.h. I shall take care of 80-col violations and the FIXME later. (Thanks goodness that I live in another continent, so the monkeypox did not strike me :-) llvm-svn: 80224
-
Chris Lattner authored
calls into a function and if the calls bring in arrays, try to merge them together to reduce stack size. For example, in the testcase we'd previously end up with 4 allocas, now we end up with 2 allocas. As described in the comments, this is not really the ideal solution to this problem, but it is surprisingly effective. For example, on 176.gcc, we end up eliminating 67 arrays at "gccas" time and another 24 at "llvm-ld" time. One piece of concern that I didn't look into: at -O0 -g with forced inlining this will almost certainly result in worse debug info. I think this is acceptable though given that this is a case of "debugging optimized code", and we don't want debug info to prevent the optimizer from doing things anyway. llvm-svn: 80215
-
Chris Lattner authored
llvm-svn: 80214
-
Daniel Dunbar authored
llvm-svn: 80213
-
Bill Wendling authored
llvm-svn: 80210
-
Bill Wendling authored
llvm-svn: 80208
-
Chris Lattner authored
llvm-svn: 80205
-