summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/RegUsageInfoCollector.cpp
Commit message (Expand)AuthorAgeFilesLines
* Address a few coding style issues. NFC.Chad Rosier2016-06-151-9/+7
* [RegUsageInfoCollector] Drop unneccesary const_cast. NFC.Benjamin Kramer2016-06-121-2/+1
* Use const_cast to cast away constness. This silences a warning.Chandler Carruth2016-06-111-1/+1
* Interprocedural Register Allocation (IPRA) AnalysisMehdi Amini2016-06-101-0/+131
OpenPOWER on IntegriCloud