summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/RegUsageInfoCollector.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move TargetFrameLowering.h to CodeGen where it's implementedDavid Blaikie2017-11-031-1/+1
* IPRA: Don't crash on null getCallPreservedMaskMatt Arsenault2017-08-051-3/+5
* [IPRA] Change algorithm for RegUsageInfoCollector.Marcello Maggioni2017-03-131-3/+21
* 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