Age | Commit message (Expand) | Author |
2012-03-22 | Source order scheduler should not preschedule nodes with multiple uses. rdar:... | Evan Cheng |
2012-03-22 | Assign node orders to target intrinsics which do not produce results. rdar://... | Evan Cheng |
2012-03-22 | In erroneous inline assembly we could mistakenly try to access the | Eric Christopher |
2012-03-22 | [fast-isel] Fold "urem x, pow2" -> "and x, pow2-1". This should fix the 271% | Chad Rosier |
2012-03-21 | Checking a build_vector for an all-ones value. | Jim Grosbach |
2012-03-21 | misched: fix LiveInterval update for bottom-up scheduling | Andrew Trick |
2012-03-21 | misched: trace LiveIntervals after scheduling. | Andrew Trick |
2012-03-21 | misched: obvious iterator update fixes for bottom-up. | Andrew Trick |
2012-03-21 | misched: cleanup main loop | Andrew Trick |
2012-03-21 | misched: fix LI update for bottom-up. | Andrew Trick |
2012-03-20 | It's possible to have a constant expression who's size is quite big (e.g., | Bill Wendling |
2012-03-20 | When combining (vextract shuffle (load ), <1,u,u,u>), 0) -> (load ), add user... | Craig Topper |
2012-03-20 | Do everything up to generating code to try to get a register for | Eric Christopher |
2012-03-20 | Untabify. | Eric Christopher |
2012-03-20 | Add another debugging statement here. | Eric Christopher |
2012-03-20 | Use lookUpRegForValue here instead of duplicating the code. | Eric Christopher |
2012-03-19 | f16 FDIV can now be legalized by promoting to f32 | Pete Cooper |
2012-03-19 | Add an option to the MI scheduler to cut off scheduling after a fixed number of | Lang Hames |
2012-03-19 | Fix DAG combine which creates illegal vector shuffles. Patch by Heikki Kultala. | Duncan Sands |
2012-03-17 | CriticalAntiDepBreaker: Replace a SmallSet of regs with a much denser BitVector. | Benjamin Kramer |
2012-03-17 | MachineInstr: Inline the fast path (non-bundle instruction) of hasProperty. | Benjamin Kramer |
2012-03-16 | ScheduleDAGInstrs: When adding uses we add them into a set that's empty at th... | Benjamin Kramer |
2012-03-16 | Limit the number of memory operands in MachineInstr to 2^16 and store the num... | Benjamin Kramer |
2012-03-16 | CriticalAntiDepBreaker: BasicBlock::size is an expensive operation, reuse the... | Benjamin Kramer |
2012-03-16 | misched: add DAG edges from vreg defs to ExitSU. | Andrew Trick |
2012-03-16 | Revert r152705, which reapplied r152486 as this appears to be causing failures | Chad Rosier |
2012-03-16 | Revert r152613 (and r152614), "Inline the d'tor and add an anchor instead." f... | NAKAMURA Takumi |
2012-03-15 | For types with a parent of the compile unit make sure and emit | Eric Christopher |
2012-03-15 | We actually handle AllocaInst via getRegForValue below just fine. | Eric Christopher |
2012-03-15 | Add some debugging output into fast isel as well. | Eric Christopher |
2012-03-15 | Add another debug statement. | Eric Christopher |
2012-03-15 | Tabs. | Eric Christopher |
2012-03-15 | Typo. | Eric Christopher |
2012-03-15 | When optimizing certain BUILD_VECTOR nodes into other BUILD_VECTOR nodes, add... | Nadav Rotem |
2012-03-15 | Revert the removal of DW_AT_MIPS_linkage_name when we aren't putting | Eric Christopher |
2012-03-15 | Add a xform to the DAG combiner. | Bill Wendling |
2012-03-14 | Silence operator precedence warnings. | Benjamin Kramer |
2012-03-14 | Reapply r152486 with a fix for the nightly testers. | Bill Wendling |
2012-03-14 | Insert the debugging instructions in one fell-swoop so that it doesn't call the | Bill Wendling |
2012-03-14 | misched: implemented a framework for top-down or bottom-up scheduling. | Andrew Trick |
2012-03-14 | misched comments | Andrew Trick |
2012-03-14 | Remove the DW_AT_MIPS_linkage name attribute when we don't need it | Eric Christopher |
2012-03-13 | Fortify r152675 a bit. Although I'm not able to come up with a test case that... | Evan Cheng |
2012-03-13 | DAG combine incorrectly optimize (i32 vextract (v4i16 load $addr), c) to | Evan Cheng |
2012-03-13 | s/SjLjEHPass/SjLjEHPrepare/ | Bill Wendling |
2012-03-13 | Add a return type. | Bill Wendling |
2012-03-13 | Inline the d'tor and add an anchor instead. | Bill Wendling |
2012-03-13 | Refactor the SelectionDAG's 'dump' methods into their own .cpp file. | Bill Wendling |
2012-03-13 | Fixed typo in comment. | Lang Hames |
2012-03-12 | Revert due to nightly test failures. | Bill Wendling |