Jakob Stoklund Olesen
|
be97e906e0
Teach TargetRegisterInfo how to cram stack slot indexes in with the virtual and
|
14 年之前 |
Jeffrey Yasskin
|
8e68c38735
Change all self assignments X=X to (void)X, so that we can turn on a
|
14 年之前 |
Owen Anderson
|
081c34b725
Get rid of static constructors for pass registration. Instead, every pass exposes an initializeMyPassFunction(), which
|
15 年之前 |
Owen Anderson
|
2ab36d3502
Begin adding static dependence information to passes, which will allow us to
|
15 年之前 |
Owen Anderson
|
ce665bd2e2
Now with fewer extraneous semicolons!
|
15 年之前 |
Chris Lattner
|
5f8a87dd76
remove dead proto
|
15 年之前 |
Owen Anderson
|
90c579de5a
Reapply r110396, with fixes to appease the Linux buildbot gods.
|
15 年之前 |
Owen Anderson
|
1f74590e9d
Revert r110396 to fix buildbots.
|
15 年之前 |
Owen Anderson
|
9ccaf53ada
Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static
|
15 年之前 |
Owen Anderson
|
d13db2c59c
Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
|
15 年之前 |
Jakob Stoklund Olesen
|
1e1098c6f3
Replace copyRegToReg with COPY everywhere in lib/CodeGen except for FastISel.
|
15 年之前 |
Jakob Stoklund Olesen
|
0bc25f4040
Convert EXTRACT_SUBREG to COPY when emitting machine instrs.
|
15 年之前 |
Jakob Stoklund Olesen
|
5c00e07795
Remove references to INSERT_SUBREG after de-SSA.
|
15 年之前 |
Jakob Stoklund Olesen
|
4b76ffc1ff
Revert "Remove references to INSERT_SUBREG after de-SSA" r107725.
|
15 年之前 |
Jakob Stoklund Olesen
|
d3b376b448
Remove references to INSERT_SUBREG after de-SSA
|
15 年之前 |
Bill Wendling
|
9af7e9a1b5
Move the check for "calls setjmp" to SelectionDAGISel so that it can be used by
|
15 年之前 |
Eric Christopher
|
174e597d46
Temporarily revert r104655 as it's breaking the bots.
|
15 年之前 |
Bill Wendling
|
be22683202
Dale and Evan suggested putting the "check for setjmp" much earlier in the
|
15 年之前 |
Bill Wendling
|
f10bc81b4e
Constify function.
|
15 年之前 |
Bill Wendling
|
5edfbdc963
Okay, bear with me here...
|
15 年之前 |
Bill Wendling
|
ef473bfc44
Print out the name of the function during SSC.
|
15 年之前 |
Dan Gohman
|
34dcc6fadc
Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it
|
15 年之前 |
Dale Johannesen
|
e576f51e66
Fix a bug where debug info affected stack slot coloring.
|
15 年之前 |
Chris Lattner
|
518bb53485
move target-independent opcodes out of TargetInstrInfo
|
15 年之前 |
David Greene
|
4c3235595f
Change errs() to dbgs().
|
15 年之前 |
Chris Lattner
|
7896c9f436
improve portability to avoid conflicting with std::next in c++'0x.
|
15 年之前 |
Lang Hames
|
233a60ec40
The Indexes Patch.
|
16 年之前 |
Nick Lewycky
|
f5a86f45e7
Remove includes of Support/Compiler.h that are no longer needed after the
|
16 年之前 |
Nick Lewycky
|
6726b6d75a
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
|
16 年之前 |
Evan Cheng
|
ff89dcb06f
-Revert parts of 84326 and 84411. Distinquishing between fixed and non-fixed
|
16 年之前 |