Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move TargetFrameLowering.h to CodeGen where it's implemented | David Blaikie | 2017-11-03 | 1 | -1/+1 |
* | IPRA: Don't crash on null getCallPreservedMask | Matt Arsenault | 2017-08-05 | 1 | -3/+5 |
* | [IPRA] Change algorithm for RegUsageInfoCollector. | Marcello Maggioni | 2017-03-13 | 1 | -3/+21 |
* | Use StringRef in Pass/PassManager APIs (NFC) | Mehdi Amini | 2016-10-01 | 1 | -1/+1 |
* | IPRA: Fix RegMask calculation for alias registers | Matthias Braun | 2016-07-21 | 1 | -12/+1 |
* | [IPRA] Set callee saved registers to none for local function when IPRA is ena... | Mehdi Amini | 2016-07-13 | 1 | -6/+19 |
* | [IPRA] Properly compute register usage at call sites. | Chad Rosier | 2016-07-11 | 1 | -2/+3 |
* | Address a few coding style issues. NFC. | Chad Rosier | 2016-06-15 | 1 | -9/+7 |
* | [RegUsageInfoCollector] Drop unneccesary const_cast. NFC. | Benjamin Kramer | 2016-06-12 | 1 | -2/+1 |
* | Use const_cast to cast away constness. This silences a warning. | Chandler Carruth | 2016-06-11 | 1 | -1/+1 |
* | Interprocedural Register Allocation (IPRA) Analysis | Mehdi Amini | 2016-06-10 | 1 | -0/+131 |