- Sep 28, 2011
-
-
Jakob Stoklund Olesen authored
No functional change intended. llvm-svn: 140664
-
Jakob Stoklund Olesen authored
I'll clean up the source in the next commit. llvm-svn: 140663
-
Akira Hatanaka authored
llvm-svn: 140661
-
Jakob Stoklund Olesen authored
This also enables domain swizzling for AVX code which required a few trivial test changes. The pass will be moved to lib/CodeGen shortly. llvm-svn: 140659
-
Ted Kremenek authored
llvm-svn: 140655
-
Jakob Stoklund Olesen authored
llvm-svn: 140653
-
Jakob Stoklund Olesen authored
I am going to unify the SSEDomainFix and NEONMoveFix passes into a single target independent pass. They are essentially doing the same thing. llvm-svn: 140652
-
Jim Grosbach authored
Add inst alias to handle these assembly forms. Add tests, too. rdar://10178799 llvm-svn: 140647
-
Bill Wendling authored
current IR-level pass. The old SjLj EH pass has some problems, especially with the new EH model. Most significantly, it violates some of the new restrictions the new model has. For instance, the 'dispatch' table wants to jump to the landing pad, but we cannot allow that because only an invoke's unwind edge can jump to a landing pad. This requires us to mangle the code something awful. In addition, we need to keep the now dead landingpad instructions around instead of CSE'ing them because the DWARF emitter uses that information (they are dead because no control flow edge will execute them - the control flow edge from an invoke's unwind is superceded by the edge coming from the dispatch). Basically, this pass belongs not at the IR level where SSA is king, but at the code-gen level, where we have more flexibility. llvm-svn: 140646
-
Akira Hatanaka authored
of the instruction definitions using Pat<>. llvm-svn: 140644
-
- Sep 27, 2011
-
-
Cameron Zwarich authored
a suboptimal schedule. llvm-svn: 140643
-
NAKAMURA Takumi authored
test/CMakeLists.txt: Depend on llvm-objdump. "make check" is expected to resolve test-dependent targets on CMake build. llvm-svn: 140641
-
Jim Grosbach authored
Naming conventions consistency. No functional change. llvm-svn: 140636
-
Benjamin Kramer authored
Stop emitting instructions with the name "tmp" they eat up memory and have to be uniqued, without any benefit. If someone prefers %tmp42 to %42, run instnamer. llvm-svn: 140634
-
Bill Wendling authored
llvm-svn: 140631
-
Chad Rosier authored
require special case handling. rdar://10117377 llvm-svn: 140629
-
Michael J. Spencer authored
llvm-svn: 140627
-
Michael J. Spencer authored
llvm-svn: 140626
-
Duncan Sands authored
llvm-svn: 140625
-
Justin Holewinski authored
llvm-svn: 140624
-
Michael J. Spencer authored
llvm-svn: 140622
-
Bill Wendling authored
llvm-svn: 140619
-
Justin Holewinski authored
a couple of outstanding issues with frame objects occuring as instruction operands. llvm-svn: 140616
-
Jakob Stoklund Olesen authored
llvm-svn: 140615
-
Akira Hatanaka authored
Return numbers of 64-bit registers. llvm-svn: 140609
-
Akira Hatanaka authored
llvm-svn: 140607
-
Duncan Sands authored
llvm-svn: 140606
-
Nadav Rotem authored
Add a new method: getAnyExtOrTrunc and use it to replace the manual check. llvm-svn: 140603
-
Nadav Rotem authored
while the decision is to bit-pack small values. llvm-svn: 140601
-
Bill Wendling authored
llvm-svn: 140600
-
Akira Hatanaka authored
llvm-svn: 140598
-
Justin Holewinski authored
llvm-svn: 140593
-
Bill Wendling authored
split landingpad instructions into a PHI node. PR11016 llvm-svn: 140592
-
Andrew Trick authored
Disabling aggressive LSR saves compilation time, and with the new indvars behavior usually improves performance. llvm-svn: 140590
-
Eli Friedman authored
llvm-svn: 140585
-
Andrew Trick authored
llvm-svn: 140583
-
Eli Friedman authored
llvm-svn: 140582
-
Owen Anderson authored
llvm-svn: 140581
-
Andrew Trick authored
The minor bug heuristic was noticed by inspection. I added the isLoser/isValid helpers because they will become more important with subsequent checkins. llvm-svn: 140580
-
Owen Anderson authored
llvm-svn: 140579
-