- Oct 26, 2010
-
-
Devang Patel authored
s/endScope/endInstruction/g llvm-svn: 117376
-
Owen Anderson authored
llvm-svn: 117374
-
Jakob Stoklund Olesen authored
Magic is happening that we don't understand. llvm-svn: 117370
-
Rafael Espindola authored
on RIP relative relocations looks artificial, but this is a superset of what we were able to do before. llvm-svn: 117364
-
Duncan Sands authored
llvm-svn: 117362
-
Kalle Raiskila authored
The SPU ABI does not mention v64, and all examples in C suggest v128 are treated similarily to arrays, we use array alignment for v64 too. This makes the alignment of e.g. [2 x <2 x i32>] behave "intuitively" and similar to as if the elements were e.g. i32s. This also makes an "unaligned store" test to be aligned, with different (but functionally equivalent) code generated. llvm-svn: 117360
-
NAKAMURA Takumi authored
Mingw does not have the header <dbghelp.h>. Thanks to Daniel Newton, testing it on mingw. llvm-svn: 117352
-
Evan Cheng authored
llvm-svn: 117348
-
Evan Cheng authored
llvm-svn: 117347
-
Nick Lewycky authored
declarations in !NDEBUG to avoid -Wunused-variable warnings. Patch by Matt Beaumont-Gay! llvm-svn: 117345
-
Jakob Stoklund Olesen authored
llvm-svn: 117338
-
Jakob Stoklund Olesen authored
llvm-svn: 117337
-
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
-