- Oct 16, 2010
-
-
Evan Cheng authored
More machine LICM work. It now tracks register pressure for path from preheader to current BB and use the information determine whether hoisting is worthwhile. llvm-svn: 116654
-
Eric Christopher authored
llvm-svn: 116653
-
Bill Wendling authored
ARMCodeEmitter::emitMiscInstruction! llvm-svn: 116644
-
Eric Christopher authored
llvm-svn: 116640
-
Owen Anderson authored
forwarding is implemented with a load/store pair rather than a memcpy. llvm-svn: 116637
-
Eric Christopher authored
llvm-svn: 116635
-
Daniel Dunbar authored
spaces gives tests fits and shell escaping is an art best left to jabberwockies. llvm-svn: 116632
-
Eric Christopher authored
llvm-svn: 116628
-
- Oct 15, 2010
-
-
Bill Wendling authored
llvm-svn: 116625
-
Eric Christopher authored
llvm-svn: 116622
-
Jim Grosbach authored
llvm-svn: 116612
-
Mikhail Glushenkov authored
llvm-svn: 116611
-
Jim Grosbach authored
llvm-svn: 116604
-
Jim Grosbach authored
scheduler may reorder loads from them before the stores and other such badness. PR8347. Patch by David Meyer llvm-svn: 116602
-
Bob Wilson authored
llvm-svn: 116601
-
Rafael Espindola authored
llvm-svn: 116600
-
Michael J. Spencer authored
KillTheDoctor: Fix 2008 build. I'm actually surprised 2010 defines all of these, many are non-standard posix/unix extensions. llvm-svn: 116597
-
Eric Christopher authored
llvm-svn: 116594
-
Jakob Stoklund Olesen authored
A CHECK-NOT pattern without a following CHECK pattern simply checks that the pattern doesn't match before the end of the input file. You can even have only CHECK-NOT patterns to check that strings appear nowhere in the input file. llvm-svn: 116592
-
Jim Grosbach authored
an explicit def. Make sure to capture that properly. rdar://8556556 llvm-svn: 116591
-
Jim Grosbach authored
llvm-svn: 116588
-
Jakob Stoklund Olesen authored
llvm-svn: 116581
-
Jakob Stoklund Olesen authored
llvm-svn: 116580
-
Rafael Espindola authored
map. llvm-svn: 116579
-
Bob Wilson authored
llvm-svn: 116566
-
Bob Wilson authored
have been printed with the "S" modifier after the predicate. With ARM's unified syntax, they are supposed to go in the other order. We fixed this for Thumb when we switched to unified syntax but missed changing it for ARM. Apparently we don't generate these instructions often because no one noticed until now. Thanks to Bill Wendling for the testcase! llvm-svn: 116563
-
Jim Grosbach authored
llvm-svn: 116560
-
Jim Grosbach authored
llvm-svn: 116557
-
Rafael Espindola authored
llvm-svn: 116550
-
Jakob Stoklund Olesen authored
llvm-svn: 116547
-
Jakob Stoklund Olesen authored
All registers created during splitting or spilling are assigned to the same stack slot as the parent register. When splitting or rematting, we may not spill at all. In that case the stack slot is still assigned, but it will be dead. llvm-svn: 116546
-
Jakob Stoklund Olesen authored
splitting or spillling, and to help with rematerialization. Use LiveRangeEdit in InlineSpiller and SplitKit. This will eventually make it possible to share remat code between InlineSpiller and SplitKit. llvm-svn: 116543
-
Jim Grosbach authored
llvm-svn: 116540
-
Jim Grosbach authored
are just forms of that instruction). llvm-svn: 116538
-
Jim Grosbach authored
llvm-svn: 116537
-
Jim Grosbach authored
and let the ARMExpandPseudoInsts pass fix them up into the real (MOVs) instruction form. llvm-svn: 116534
-
Dan Gohman authored
llvm-svn: 116533
-
- Oct 14, 2010
-
-
Oscar Fuentes authored
llvm-svn: 116516
-
Jim Grosbach authored
pseudonym. llvm-svn: 116512
-
Francois Pichet authored
Always use binary mode for output stream. This is important to prevent unwanted end of line conversion on Windows. Should not affect Unix where O_BINARY is not defined. This fix /clang/test/lexer/preamble.c XFAIL on WIN32. llvm-svn: 116509
-