summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/RegUsageInfoCollector.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini2016-10-011-1/+1
* IPRA: Fix RegMask calculation for alias registersMatthias Braun2016-07-211-12/+1
* [IPRA] Set callee saved registers to none for local function when IPRA is ena...Mehdi Amini2016-07-131-6/+19
* [IPRA] Properly compute register usage at call sites.Chad Rosier2016-07-111-2/+3
* 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