aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/RegAlloc/LiveRangeInfo.cpp
AgeCommit message (Expand)Author
2001-12-04Renamed inst_const_iterator -> const_inst_iteratorChris Lattner
2001-11-10Coalesing bug fix - now checks for the same regType instead of the sameRuchira Sasanka
2001-10-19Corrected call interference bugRuchira Sasanka
2001-10-16Added support for caller savingRuchira Sasanka
2001-10-15Output to cerr rather than cout so that debug info doesn't mess up assembly g...Chris Lattner
2001-10-15updated suggesting/coloring of call & return args & implicit operands.Ruchira Sasanka
2001-10-12--corrected coalescing test: coalsed only if two are of the same reg classRuchira Sasanka
2001-09-30--added suggesting colors; call/ret arg handlingRuchira Sasanka
2001-09-19* REMOVE extraneous debug info if DEBUG_RA is not setChris Lattner
2001-09-18-- updated printingRuchira Sasanka
2001-09-15fixed printing messagesRuchira Sasanka
2001-09-14*** empty log message ***Ruchira Sasanka