| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
| |
Nothing real here yet.
llvm-svn: 96575
|
|
|
|
|
|
| |
relationship, this is a linear list relationship.
llvm-svn: 96561
|
|
|
|
|
|
| |
field to MatcherNode.
llvm-svn: 96560
|
|
|
|
| |
llvm-svn: 96464
|
|
|
|
|
|
|
| |
I'd like to eventually rip it out, but for now producing the
same selections as the old matcher is more important.
llvm-svn: 96458
|
|
|
|
| |
llvm-svn: 96433
|
|
|
|
| |
llvm-svn: 96422
|
|
|
|
|
|
|
| |
for evaluating complex patterns. Some cleanup has to happen before
this can be used though.
llvm-svn: 96419
|
|
|
|
|
|
|
|
|
| |
use and only call IsProfitableToFold/IsLegalToFold on the load
being folded, like the old dagiselemitter does. This
substantially simplifies the code and improves opportunities for
sharing.
llvm-svn: 96368
|
|
|
|
|
|
|
| |
build if enabled, it will fail with constness issues. I'll resolve
these next.
llvm-svn: 96336
|
|
|
|
| |
llvm-svn: 96334
|
|
|
|
|
|
| |
(isprofitable|islegal)tofold checks.
llvm-svn: 96331
|
|
produce a table based matcher instead of gobs of C++ Code.
Though it's not done yet, the shrinkage seems promising,
the table for the X86 ISel is 75K and still has a lot of
optimization to come (compare to the ~1.5M of .o generated
the old way, much of which will go away).
The code is currently disabled by default (the #if 0 in
DAGISelEmitter.cpp). When enabled it generates a dead
SelectCode2 function in the DAGISel Header which will
eventually replace SelectCode.
There is still a lot of stuff left to do, which are
documented with a trail of FIXMEs.
llvm-svn: 96215
|