- Oct 26, 2010
-
-
Bob Wilson authored
do not double-count the duplicate instructions by counting once from the beginning and again from the end. Keep track of where the duplicates from the beginning ended and don't go past that point when counting duplicates at the end. Radar 8589805. This change causes one of the MC/ARM/simple-fp-encoding tests to produce different (better!) code without the vmovne instruction being tested. I changed the test to produce vmovne and vmoveq instructions but moving between register files in the opposite direction. That's not quite the same but predicated versions of those instructions weren't being tested before, so at least the test coverage is not any worse, just different. llvm-svn: 117333
-
Bob Wilson authored
instructions separately from the count of non-predicated instructions. The instruction count is used in places to determine how many instructions to copy, predicate, etc. and things get confused if that count includes the extra cost for microcoded ops. llvm-svn: 117332
-
Bob Wilson authored
llvm-svn: 117331
-
Evan Cheng authored
llvm-svn: 117329
-
Owen Anderson authored
llvm-svn: 117327
-
Owen Anderson authored
llvm-svn: 117326
-
Rafael Espindola authored
the existing streamer methods that are endian safe. llvm-svn: 117323
-
Dale Johannesen authored
cannot use tailcall. PR 8461. llvm-svn: 117322
-
- Oct 25, 2010
-
-
Dan Gohman authored
llvm-svn: 117317
-
Devang Patel authored
Do not count use of sdisel for single call instruction. llvm-svn: 117316
-
Owen Anderson authored
llvm-svn: 117315
-
Dan Gohman authored
llvm-svn: 117314
-
Devang Patel authored
llvm-svn: 117312
-
Devang Patel authored
Add counters to count how many basic blocks are entirely selected by fastisel. llvm-svn: 117310
-
Owen Anderson authored
llvm-svn: 117309
-
Devang Patel authored
Add simple counter to count no. of basic blocks without any line number information. At -O0, these basic block coule cause less than optimial debugging experience. llvm-svn: 117307
-
Owen Anderson authored
llvm-svn: 117303
-
Owen Anderson authored
llvm-svn: 117302
-
Dan Gohman authored
bits open for future uses. llvm-svn: 117301
-
Daniel Dunbar authored
llvm-svn: 117299
-
Daniel Dunbar authored
llvm-svn: 117298
-
Daniel Dunbar authored
llvm-svn: 117297
-
Daniel Dunbar authored
llvm-svn: 117296
-
Daniel Dunbar authored
now that we have macros and friends. Uncovered a bug in macro expansion... llvm-svn: 117295
-
Owen Anderson authored
Attempt to provide correct encodings for NEON vbit and vbif, even though we can't test them at the moment. llvm-svn: 117294
-
Owen Anderson authored
llvm-svn: 117293
-
Jim Grosbach authored
llvm-svn: 117291
-
Dan Gohman authored
llvm-svn: 117288
-
Charles Davis authored
Michael Spencer. llvm-svn: 117286
-
Owen Anderson authored
llvm-svn: 117282
-
Rafael Espindola authored
llvm-svn: 117280
-
Owen Anderson authored
llvm-svn: 117279
-
Owen Anderson authored
llvm-svn: 117277
-
Owen Anderson authored
llvm-svn: 117276
-
Rafael Espindola authored
llvm-svn: 117275
-
Owen Anderson authored
llvm-svn: 117274
-
Owen Anderson authored
llvm-svn: 117273
-
Jakob Stoklund Olesen authored
llvm-svn: 117272
-
Owen Anderson authored
llvm-svn: 117270
-
Owen Anderson authored
llvm-svn: 117269
-