summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/PreAllocSplitting.cpp
Commit message (Expand)AuthorAgeFilesLines
* If val# def is ~0U, meaning it's defined by a PHI, and it's previously split,...Evan Cheng2008-10-251-9/+11
* Fix a pasto.Evan Cheng2008-10-241-1/+1
* Fix a end() dereference; remove an abort() that wasn't meant to be left in.Evan Cheng2008-10-241-5/+4
* Avoid splitting an interval multiple times; avoid splitting re-materializable...Evan Cheng2008-10-241-51/+106
* Committing a good chunk of the pre-register allocation live interval splittin...Evan Cheng2008-10-231-12/+571
* Add skeleton for the pre-register allocation live interval splitting pass.Evan Cheng2008-10-201-0/+81
OpenPOWER on IntegriCloud