| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Don't decrement the BB remap when we don't need to. | Owen Anderson | 2008-07-29 | 1 | -8/+4 |
| * | Fold the useful features of alist and alist_node into ilist, and | Dan Gohman | 2008-07-28 | 1 | -1/+1 |
| * | Fix a typo in a comment. | Dan Gohman | 2008-07-28 | 1 | -1/+1 |
| * | Revert my previous patch. In retrospect, this is completely the wrong way to... | Owen Anderson | 2008-07-25 | 1 | -66/+15 |
| * | Special cases are needed in renumbering when dealing with renumbering after a... | Owen Anderson | 2008-07-25 | 1 | -15/+66 |
| * | Properly remap live ranges whose end indices are the end of the function. | Owen Anderson | 2008-07-25 | 1 | -4/+13 |
| * | Make the remapping of interval indices (particularly ending indices) more rob... | Owen Anderson | 2008-07-25 | 1 | -10/+15 |
| * | Disable the new aggressive remat logic introduced in 54000; it causes some | Dan Gohman | 2008-07-25 | 1 | -0/+4 |
| * | Enable rematerialization of constants using AliasAnalysis::pointsToConstantMe... | Dan Gohman | 2008-07-25 | 1 | -15/+89 |
| * | Enable the insertion of empty indices into LiveInterals, thereby making renum... | Owen Anderson | 2008-07-23 | 1 | -70/+80 |
| * | Fix a compile-time regression introduced by my heuristic-changing patch. I f... | Owen Anderson | 2008-07-23 | 1 | -1/+1 |
| * | Change the heuristics used in the coalescer, register allocator, and within | Owen Anderson | 2008-07-22 | 1 | -1/+5 |
| * | Fix a memory leak in LiveIntervalAnalysis. | Evan Cheng | 2008-07-19 | 1 | -4/+8 |
| * | Re-introduce LeakDetector support for MachineInstrs and MachineBasicBlocks. | Dan Gohman | 2008-07-17 | 1 | -3/+3 |
| * | Typos. | Evan Cheng | 2008-07-12 | 1 | -2/+2 |
| * | Fix PR2536: a nasty spiller bug. If a two-address instruction uses a register... | Evan Cheng | 2008-07-12 | 1 | -0/+23 |
| * | - Change the horrible N^2 isRegReDefinedByTwoAddr. Now callers must supply th... | Evan Cheng | 2008-07-10 | 1 | -4/+6 |
| * | Pool-allocation for MachineInstrs, MachineBasicBlocks, and | Dan Gohman | 2008-07-07 | 1 | -2/+2 |
| * | - Remove calls to copyKillDeadInfo which is an N^2 function. Instead, propaga... | Evan Cheng | 2008-07-03 | 1 | -8/+0 |
| * | Remember which MachineOperand we were processing, so we don't have to scan th... | Owen Anderson | 2008-06-25 | 1 | -11/+15 |
| * | Undo spill weight tweak. Need to investigate the performance regressions. | Evan Cheng | 2008-06-21 | 1 | -8/+4 |
| * | Revert my last patch, which was causing regression test failures. | Owen Anderson | 2008-06-19 | 1 | -78/+69 |
| * | Minor spiller tweak to unfavor reload into load/store instructions. | Evan Cheng | 2008-06-19 | 1 | -4/+8 |
| * | Insert empty slots into the instruction numbering in live intervals, so that ... | Owen Anderson | 2008-06-19 | 1 | -69/+78 |
| * | Live-through live interval is [mbb start, mbb end+1]. | Evan Cheng | 2008-06-17 | 1 | -1/+1 |
| * | Remove special case handling of empty MBBs now that we assign indices to them. | Owen Anderson | 2008-06-16 | 1 | -8/+5 |
| * | Re-enable empty block indexing by default, since it doesn't seem to have any | Owen Anderson | 2008-06-16 | 1 | -21/+9 |
| * | Make indexing empty basic blocks an option for the moment. | Owen Anderson | 2008-06-16 | 1 | -9/+21 |
| * | Assign indices to empty basic blocks. This will be necessary for StrongPHIEl... | Owen Anderson | 2008-06-16 | 1 | -4/+9 |
| * | Refine stack slot interval weight computation. | Evan Cheng | 2008-06-06 | 1 | -15/+45 |
| * | Add a helper for constructing new live ranges that ended from an instruction ... | Owen Anderson | 2008-06-05 | 1 | -0/+15 |
| * | Add a stack slot coloring pass. Not yet enabled. | Evan Cheng | 2008-06-04 | 1 | -14/+4 |
| * | Correctly handle removed instructions at the beginning of MBBs when renumbering. | Owen Anderson | 2008-06-02 | 1 | -12/+8 |
| * | Make the renumbering correct in the face of deleted instructions that have be... | Owen Anderson | 2008-05-29 | 1 | -7/+73 |
| * | Remove <iostream>. | Bill Wendling | 2008-05-29 | 1 | -2/+0 |
| * | Revert part of my last patch that I didn't intend to commit yet. | Owen Anderson | 2008-05-29 | 1 | -0/+2 |
| * | Renumbering needs to account for instruction slot offsets when performing loo... | Owen Anderson | 2008-05-29 | 1 | -7/+20 |
| * | Remap VNInfo data as well when doing renumbering. | Owen Anderson | 2008-05-28 | 1 | -0/+6 |
| * | Factor the numbering computation into a separate method, and add the slightes... | Owen Anderson | 2008-05-28 | 1 | -11/+29 |
| * | Revert 51440 as it breaks a bunch of PIC tests. | Evan Cheng | 2008-05-23 | 1 | -3/+1 |
| * | When rewriting defs and uses after spilling, don't set the weight of a | David Greene | 2008-05-22 | 1 | -1/+3 |
| * | Don't spill dead def. | Evan Cheng | 2008-05-20 | 1 | -1/+3 |
| * | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman | 2008-05-13 | 1 | -27/+25 |
| * | Make several variable declarations static. | Dan Gohman | 2008-05-06 | 1 | -6/+6 |
| * | Empty basic block should have an empty range. | Evan Cheng | 2008-04-16 | 1 | -1/+3 |
| * | Use of implicit_def is not part of live interval. Create empty intervals for ... | Evan Cheng | 2008-04-11 | 1 | -12/+30 |
| * | - More aggressively coalescing away copies whose source is defined by an impl... | Evan Cheng | 2008-04-09 | 1 | -2/+9 |
| * | - Treat a live range defined by an implicit_def as a zero-sized one. | Evan Cheng | 2008-04-03 | 1 | -2/+28 |
| * | Re-materialization is for uses only. | Evan Cheng | 2008-04-01 | 1 | -4/+4 |
| * | It's not safe to fold a load from GV stub or constantpool into a two-address ... | Evan Cheng | 2008-03-31 | 1 | -2/+3 |