Age | Commit message (Expand) | Author |
2008-06-28 | Really fix the bootstrap failure. | Chris Lattner |
2008-06-28 | Add back the capability to include nul characters in strings with | Chris Lattner |
2008-06-28 | When folding a bitcast into a load or store, preserve the alignment | Dan Gohman |
2008-06-27 | Looks like this condition is inverted. | Evan Cheng |
2008-06-27 | Reduce number of times .size() is called on a vector. Rename some variables to | Bill Wendling |
2008-06-27 | Use a SmallSet when we can to reduce memory allocations. | Owen Anderson |
2008-06-27 | simplify this check, GetConstantStringInfo validates that a | Chris Lattner |
2008-06-27 | Cruft left from patch revert...sorry. :-( | Bill Wendling |
2008-06-27 | Reverting broken patch r52803. | Bill Wendling |
2008-06-27 | Don't perform expensive queries checking for super and sub registers when we ... | Owen Anderson |
2008-06-27 | - Remove a use of std::vector. | Bill Wendling |
2008-06-27 | Refactor the DebugInfoDesc stuff out of the MachineModuleInfo file. Clean up | Bill Wendling |
2008-06-26 | duncan points out that isOperationLegal includes a check for | Chris Lattner |
2008-06-26 | Don't create a whole new string just to copy the elements into it. | Owen Anderson |
2008-06-26 | Fixes the last x86-64 test failure in compat.exp: | Dale Johannesen |
2008-06-26 | Move GetConstantStringInfo to lib/Analysis. Remove | Eric Christopher |
2008-06-26 | when we know the signbit of an input to uint_to_fp is zero, | Chris Lattner |
2008-06-25 | Remember which MachineOperand we were processing, so we don't have to scan th... | Owen Anderson |
2008-06-25 | Fix the text in an assert string. | Dan Gohman |
2008-06-25 | - Fix a x86 vector isel bug: illegal transformation of a vector_shuffle into a | Evan Cheng |
2008-06-25 | Add support for expanding PPC 128 bit floats. | Duncan Sands |
2008-06-25 | Add/complete support for integer and float | Duncan Sands |
2008-06-25 | Remove the OrigVT member from AtomicSDNode, as it is redundant with | Dan Gohman |
2008-06-25 | Added MemOperands to Atomic operations since Atomics touches memory. | Mon P Wang |
2008-06-25 | Enable two-address remat by default. | Evan Cheng |
2008-06-24 | Use SmallVector instead of std::vector for a minor compile time improvement. | Owen Anderson |
2008-06-23 | A brief survey of priority_queue usage in the tree turned this up | Dan Gohman |
2008-06-23 | This situation can occur: | Bill Wendling |
2008-06-23 | Use the new PriorityQueue in ScheduleDAGList too, which also | Dan Gohman |
2008-06-23 | Use getMBBEndIdx rather than assuming that the end is right after the last in... | Owen Anderson |
2008-06-23 | Remove option used to debug stack coloring bugs. It's no longer needed since ... | Evan Cheng |
2008-06-23 | Move a DenseMap's declaration outside of a loop, and just call | Dan Gohman |
2008-06-23 | Instead of adding an isSS field to LiveInterval to denote stack slot. Use top... | Evan Cheng |
2008-06-23 | Duncan pointed out this code could be tidied. | Dan Gohman |
2008-06-23 | Port some integer multiplication fixes from LegalizeDAG. | Duncan Sands |
2008-06-23 | Support for expanding the result of EXTRACT_ELEMENT. | Duncan Sands |
2008-06-23 | Cleanup up LegalizeTypes handling of loads and | Duncan Sands |
2008-06-22 | Make custom lowering of ADD work correctly. This | Duncan Sands |
2008-06-21 | Simplify some getNode calls. | Dan Gohman |
2008-06-21 | canClobberPhysRegDefs shouldn't called without checking hasPhysRegDefs; | Dan Gohman |
2008-06-21 | Use clear() to zero an existing APInt. | Dan Gohman |
2008-06-21 | Use back() instead of [size()-1]. | Dan Gohman |
2008-06-21 | Remove a redundant return. | Dan Gohman |
2008-06-21 | Remove ScheduleDAG's SUnitMap altogether. Instead, use SDNode's NodeId | Dan Gohman |
2008-06-21 | Add a priority queue class, which is a wrapper around std::priority_queue | Dan Gohman |
2008-06-21 | Support for load/store of expanded float types. I | Duncan Sands |
2008-06-21 | Change ScheduleDAG's SUnitMap from DenseMap<SDNode*, vector<SUnit*> > | Dan Gohman |
2008-06-21 | Undo spill weight tweak. Need to investigate the performance regressions. | Evan Cheng |
2008-06-21 | Simplify some template parameterization. | Dan Gohman |
2008-06-20 | Enhanced heuristic to determine the *best* register to spill. Instead of pick... | Evan Cheng |