| Commit message (Expand) | Author | Age | Files | Lines |
| * | [RegAllocGreedy]: Allow recoloring of done register if it's non-tied | Mikael Holmen | 2017-09-28 | 1 | -2/+14 |
| * | [RegAllocGreedy] Fix spelling error, "inteference" -> "interference", NFC | Mikael Holmen | 2017-09-27 | 1 | -3/+3 |
| * | Recommit "[RegAlloc] Make sure live-ranges reflect the state of the IR when | Jonas Paulsson | 2017-09-15 | 1 | -1/+4 |
| * | Revert "[RegAlloc] Make sure live-ranges reflect the state of the IR when rem... | Jonas Paulsson | 2017-09-07 | 1 | -4/+1 |
| * | [RegAlloc] Make sure live-ranges reflect the state of the IR when removing them | Quentin Colombet | 2017-08-21 | 1 | -1/+4 |
| * | fix typos in comments and error messages; NFC | Hiroshi Inoue | 2017-07-10 | 1 | -1/+1 |
| * | fix trivial typo, NFC | Hiroshi Inoue | 2017-06-29 | 1 | -1/+1 |
| * | [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa... | Eugene Zelenko | 2017-06-06 | 1 | -37/+59 |
| * | BitVector: add iterators for set bits | Francis Visoiu Mistrih | 2017-05-17 | 1 | -7/+4 |
| * | RegAllocGreedy: Follow-up to r296722 | Matthias Braun | 2017-03-03 | 1 | -1/+5 |
| * | LIU:::Query: Query LiveRange instead of LiveInterval; NFC | Matthias Braun | 2017-03-01 | 1 | -1/+1 |
| * | New OptimizationRemarkEmitter pass for MIR | Adam Nemet | 2017-01-25 | 1 | -0/+84 |
| * | Timer: Track name and description. | Matthias Braun | 2016-11-18 | 1 | -4/+8 |
| * | [RegAllocGreedy] Record missed hint for late recoloring. | Quentin Colombet | 2016-11-16 | 1 | -0/+3 |
| * | RegAllocGreedy: Properly initialize this pass, so that -run-pass will work | Tom Stellard | 2016-11-14 | 1 | -13/+18 |
| * | [RegAllocGreedy] Another fix about NewVRegs for last chance recoloring after ... | Wei Mi | 2016-11-08 | 1 | -8/+5 |
| * | [RAGreedy] Empty live-ranges always succeed in last chance recoloring. | Quentin Colombet | 2016-10-13 | 1 | -1/+12 |
| * | [RegAllocGreedy] Attempt to split unspillable live intervals | Dylan McKay | 2016-10-11 | 1 | -6/+8 |
| * | Turn cl::values() (for enum) from a vararg function to using C++ variadic tem... | Mehdi Amini | 2016-10-08 | 1 | -2/+1 |
| * | Use StringRef in Pass/PassManager APIs (NFC) | Mehdi Amini | 2016-10-01 | 1 | -3/+1 |
| * | Revert "[RegAllocGreedy] Attempt to split unspillable live intervals" | Dylan McKay | 2016-09-30 | 1 | -8/+6 |
| * | [RegAllocGreedy] Attempt to split unspillable live intervals | Dylan McKay | 2016-09-30 | 1 | -6/+8 |
| * | [RegAllocGreedy] Fix the list of NewVRegs for last chance recoloring. | Quentin Colombet | 2016-09-16 | 1 | -2/+22 |
| * | [RegAllocGreedy] Fix an assertion and condition when last chance recoloring i... | Quentin Colombet | 2016-09-16 | 1 | -2/+3 |
| * | MachineFunction: Introduce NoPHIs property | Matthias Braun | 2016-08-23 | 1 | -0/+5 |
| * | Allow dead insts to be kept in DeadRemat only when they are rematerializable. | Wei Mi | 2016-07-08 | 1 | -1/+3 |
| * | Recommit r265547, and r265610,r265639,r265657 on top of it, plus | Wei Mi | 2016-04-13 | 1 | -14/+17 |
| * | Revert r265547 "Recommit r265309 after fixed an invalid memory reference bug ... | Hans Wennborg | 2016-04-08 | 1 | -17/+14 |
| * | Recommit r265309 after fixed an invalid memory reference bug happened | Wei Mi | 2016-04-06 | 1 | -14/+17 |
| * | Revert r265309 and r265312 because they caused some errors I need to investig... | Wei Mi | 2016-04-04 | 1 | -17/+14 |
| * | Replace analyzeSiblingValues with new algorithm to fix its compile | Wei Mi | 2016-04-04 | 1 | -14/+17 |
| * | Add MachineVerifier check for AllVRegsAllocated MachineFunctionProperty | Derek Schuff | 2016-03-29 | 1 | -4/+0 |
| * | Introduce MachineFunctionProperties and the AllVRegsAllocated property | Derek Schuff | 2016-03-28 | 1 | -0/+4 |
| * | Remove uses of builtin comma operator. | Richard Trieu | 2016-02-18 | 1 | -12/+20 |
| * | [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible | Chandler Carruth | 2015-09-09 | 1 | -2/+2 |
| * | Trace copies when checking for rematerializability in spill weight calculation | Robert Lougher | 2015-08-10 | 1 | -1/+1 |
| * | [RAGreedy] Add an experimental deferred spilling feature. | Quentin Colombet | 2015-07-17 | 1 | -6/+37 |
| * | TargetRegisterInfo: Provide a way to check assigned registers in getRegAlloca... | Matthias Braun | 2015-07-15 | 1 | -2/+2 |
| * | RAGreedy: Keep track of allocated PhysRegs internally | Matthias Braun | 2015-07-14 | 1 | -18/+24 |
| * | RegAllocGreedy: Allow target to specify register class ordering. | Matthias Braun | 2015-03-31 | 1 | -3/+4 |
| * | RegAllocGreedy: Improve live interval order in ReverseLocal mode | Matthias Braun | 2015-03-31 | 1 | -1/+1 |
| * | Have TargetRegisterInfo::getLargestLegalSuperClass take a | Eric Christopher | 2015-03-10 | 1 | -1/+2 |
| * | [RegAllocGreedy] Introduce a late pass to repair broken hints. | Quentin Colombet | 2015-01-08 | 1 | -2/+207 |
| * | Move register class name strings to a single array in MCRegisterInfo to reduc... | Craig Topper | 2014-11-17 | 1 | -1/+1 |
| * | [PBQP] Tweak spill costs and coalescing benefits | Arnaud A. de Grandmaison | 2014-11-04 | 1 | -3/+5 |
| * | Grab the subtarget and subtarget dependent variables off of | Eric Christopher | 2014-10-14 | 1 | -4/+4 |
| * | Revert 202433 - Provide a target override for the latest regalloc heuristic | Renato Golin | 2014-10-03 | 1 | -1/+1 |
| * | Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just... | Craig Topper | 2014-08-27 | 1 | -5/+3 |
| * | Remove the TargetMachine forwards for TargetSubtargetInfo based | Eric Christopher | 2014-08-04 | 1 | -2/+2 |
| * | Remove uses of the redundant ".reset(nullptr)" of unique_ptr, in favor of ".r... | David Blaikie | 2014-07-19 | 1 | -1/+1 |