| Age | Commit message (Expand) | Author |
| 2010-09-23 | Moved the PBQP allocator class out of the header and back in to the cpp file ... | Lang Hames |
| 2010-09-22 | A select between a constant and zero, when fed by a bit test, can be efficiently | Owen Anderson |
| 2010-09-22 | Use DW_OP_fbreg when offset is based on frame register. | Devang Patel |
| 2010-09-21 | Build the complement interval dupli after the split intervals instead of | Jakob Stoklund Olesen |
| 2010-09-21 | Fixed pr20314-2.c failure, added E, F, p constraint letters. | John Thompson |
| 2010-09-21 | Rework passing parent pointers into complexpatterns, I forgot | Chris Lattner |
| 2010-09-21 | If only user of a vreg is an copy instruction to export copy of vreg out of c... | Devang Patel |
| 2010-09-21 | correct this logic. | Chris Lattner |
| 2010-09-21 | Reimplement r114460 in target-independent DAGCombine rather than target-depen... | Owen Anderson |
| 2010-09-21 | just like they can opt into getting the root of the pattern being | Chris Lattner |
| 2010-09-21 | Refix MSVC9 and upper_bound. It actually needs a fully symmetric comparator. | Jakob Stoklund Olesen |
| 2010-09-21 | finish pushing MachinePointerInfo through selectiondags. At this point, | Chris Lattner |
| 2010-09-21 | convert a couple more places to use the new getStore() | Chris Lattner |
| 2010-09-21 | update a bunch of code to use the MachinePointerInfo version of getStore. | Chris Lattner |
| 2010-09-21 | Don't pollute the global namespace. | Jakob Stoklund Olesen |
| 2010-09-21 | MSVC9 does not support upper_bound with an asymmetric comparator. | Jakob Stoklund Olesen |
| 2010-09-21 | Define the TargetLowering::getTgtMemIntrinsic hook for ARM so that NEON load | Bob Wilson |
| 2010-09-21 | eliminate an old SelectionDAG::getTruncStore method, propagating | Chris Lattner |
| 2010-09-21 | eliminate last SelectionDAG::getLoad old entrypoint, on to stores. | Chris Lattner |
| 2010-09-21 | fix the code that infers SV info to be correct when dealing | Chris Lattner |
| 2010-09-21 | Add LiveInterval::find and use it for most LiveRange searching operations | Jakob Stoklund Olesen |
| 2010-09-21 | Remove dead method. | Jakob Stoklund Olesen |
| 2010-09-21 | propagate MachinePointerInfo through various uses of the old | Chris Lattner |
| 2010-09-21 | continue MachinePointerInfo'izing, eliminating use of one of the old | Chris Lattner |
| 2010-09-21 | convert dagcombine off the old form of getLoad. This fixes several bugs | Chris Lattner |
| 2010-09-21 | simplify DAGCombiner::SimplifySelectOps step #2/2. | Chris Lattner |
| 2010-09-21 | substantially reduce indentation and simplify DAGCombiner::SimplifySelectOps. | Chris Lattner |
| 2010-09-21 | Fixed ambiguous call. | Lang Hames |
| 2010-09-21 | Added an additional PBQP problem builder which adds coalescing costs (both be... | Lang Hames |
| 2010-09-21 | Move the search for the appropriate AND instruction | Gabor Greif |
| 2010-09-21 | a few more trivial updates. This fixes PerformInsertVectorEltInMemory to not | Chris Lattner |
| 2010-09-21 | add some accessors | Chris Lattner |
| 2010-09-21 | it's more elegant to put the "getConstantPool" and | Chris Lattner |
| 2010-09-21 | reimplement memcpy/memmove/memset lowering to use MachinePointerInfo | Chris Lattner |
| 2010-09-21 | add some helpful accessors. | Chris Lattner |
| 2010-09-21 | add overloads for SelectionDAG::getLoad, getStore, getTruncStore that take a | Chris Lattner |
| 2010-09-21 | simplify interface to SelectionDAG::getMemIntrinsicNode, making it take a Mac... | Chris Lattner |
| 2010-09-21 | chagne interface to SelectionDAG::getAtomic to take a MachinePointerInfo, | Chris Lattner |
| 2010-09-21 | don't implicitly drop the offset of a machinememoperand when legalizing atomics. | Chris Lattner |
| 2010-09-21 | force clients of MachineFunction::getMachineMemOperand to provide a | Chris Lattner |
| 2010-09-21 | start pushing MachinePointerInfo out through the MachineMemOperand interface | Chris Lattner |
| 2010-09-21 | refactor the Value*/offset pair from MachineMemOperand out to a new | Chris Lattner |
| 2010-09-20 | Enable machine sinking critical edge splitting. e.g. | Evan Cheng |
| 2010-09-20 | When TCO is turned on, it is possible to end up with aliasing FrameIndex's. ... | Owen Anderson |
| 2010-09-20 | Avoid splitting critical edge twice for a set of PHI uses. | Evan Cheng |
| 2010-09-19 | Revert r114312 while I sort out some issues. | Owen Anderson |
| 2010-09-19 | Tentatively enabled DAGCombiner Alias Analysis by default. As far as I know, | Owen Anderson |
| 2010-09-18 | Unbreak msvc build. | Benjamin Kramer |
| 2010-09-18 | Fixed non-const iterator error. | Lang Hames |
| 2010-09-18 | Added a separate class (PBQPBuilder) for PBQP Problem construction. This clas... | Lang Hames |