| Commit message (Expand) | Author | Age | Files | Lines |
* | Checking a build_vector for an all-ones value. | Jim Grosbach | 2012-03-21 | 1 | -5/+14 |
* | misched: fix LiveInterval update for bottom-up scheduling | Andrew Trick | 2012-03-21 | 1 | -3/+13 |
* | misched: trace LiveIntervals after scheduling. | Andrew Trick | 2012-03-21 | 1 | -0/+1 |
* | misched: obvious iterator update fixes for bottom-up. | Andrew Trick | 2012-03-21 | 1 | -0/+6 |
* | misched: cleanup main loop | Andrew Trick | 2012-03-21 | 1 | -10/+14 |
* | misched: fix LI update for bottom-up. | Andrew Trick | 2012-03-21 | 1 | -1/+7 |
* | It's possible to have a constant expression who's size is quite big (e.g., | Bill Wendling | 2012-03-20 | 1 | -11/+17 |
* | When combining (vextract shuffle (load ), <1,u,u,u>), 0) -> (load ), add user... | Craig Topper | 2012-03-20 | 1 | -0/+1 |
* | Do everything up to generating code to try to get a register for | Eric Christopher | 2012-03-20 | 1 | -1/+6 |
* | Untabify. | Eric Christopher | 2012-03-20 | 1 | -2/+2 |
* | Add another debugging statement here. | Eric Christopher | 2012-03-20 | 1 | -0/+4 |
* | Use lookUpRegForValue here instead of duplicating the code. | Eric Christopher | 2012-03-20 | 1 | -9/+2 |
* | f16 FDIV can now be legalized by promoting to f32 | Pete Cooper | 2012-03-19 | 1 | -1/+2 |
* | Add an option to the MI scheduler to cut off scheduling after a fixed number of | Lang Hames | 2012-03-19 | 1 | -1/+19 |
* | Fix DAG combine which creates illegal vector shuffles. Patch by Heikki Kultala. | Duncan Sands | 2012-03-19 | 1 | -0/+6 |
* | CriticalAntiDepBreaker: Replace a SmallSet of regs with a much denser BitVector. | Benjamin Kramer | 2012-03-17 | 2 | -11/+12 |
* | MachineInstr: Inline the fast path (non-bundle instruction) of hasProperty. | Benjamin Kramer | 2012-03-17 | 1 | -6/+2 |
* | ScheduleDAGInstrs: When adding uses we add them into a set that's empty at th... | Benjamin Kramer | 2012-03-16 | 1 | -2/+2 |
* | Limit the number of memory operands in MachineInstr to 2^16 and store the num... | Benjamin Kramer | 2012-03-16 | 1 | -11/+10 |
* | CriticalAntiDepBreaker: BasicBlock::size is an expensive operation, reuse the... | Benjamin Kramer | 2012-03-16 | 1 | -7/+7 |
* | misched: add DAG edges from vreg defs to ExitSU. | Andrew Trick | 2012-03-16 | 1 | -1/+3 |
* | Revert r152705, which reapplied r152486 as this appears to be causing failures | Chad Rosier | 2012-03-16 | 1 | -128/+34 |
* | Revert r152613 (and r152614), "Inline the d'tor and add an anchor instead." f... | NAKAMURA Takumi | 2012-03-16 | 1 | -1/+1 |
* | For types with a parent of the compile unit make sure and emit | Eric Christopher | 2012-03-15 | 1 | -5/+4 |
* | We actually handle AllocaInst via getRegForValue below just fine. | Eric Christopher | 2012-03-15 | 1 | -1/+1 |
* | Add some debugging output into fast isel as well. | Eric Christopher | 2012-03-15 | 1 | -2/+6 |
* | Add another debug statement. | Eric Christopher | 2012-03-15 | 1 | -1/+3 |
* | Tabs. | Eric Christopher | 2012-03-15 | 1 | -3/+3 |
* | Typo. | Eric Christopher | 2012-03-15 | 1 | -1/+1 |
* | When optimizing certain BUILD_VECTOR nodes into other BUILD_VECTOR nodes, add... | Nadav Rotem | 2012-03-15 | 1 | -0/+4 |
* | Revert the removal of DW_AT_MIPS_linkage_name when we aren't putting | Eric Christopher | 2012-03-15 | 1 | -5/+8 |
* | Add a xform to the DAG combiner. | Bill Wendling | 2012-03-15 | 1 | -0/+17 |
* | Silence operator precedence warnings. | Benjamin Kramer | 2012-03-14 | 1 | -3/+3 |
* | Reapply r152486 with a fix for the nightly testers. | Bill Wendling | 2012-03-14 | 1 | -34/+128 |
* | Insert the debugging instructions in one fell-swoop so that it doesn't call the | Bill Wendling | 2012-03-14 | 1 | -7/+8 |
* | misched: implemented a framework for top-down or bottom-up scheduling. | Andrew Trick | 2012-03-14 | 3 | -103/+275 |
* | misched comments | Andrew Trick | 2012-03-14 | 1 | -0/+15 |
* | Remove the DW_AT_MIPS_linkage name attribute when we don't need it | Eric Christopher | 2012-03-14 | 1 | -5/+5 |
* | Fortify r152675 a bit. Although I'm not able to come up with a test case that... | Evan Cheng | 2012-03-13 | 1 | -3/+11 |
* | DAG combine incorrectly optimize (i32 vextract (v4i16 load $addr), c) to | Evan Cheng | 2012-03-13 | 1 | -4/+19 |
* | s/SjLjEHPass/SjLjEHPrepare/ | Bill Wendling | 2012-03-13 | 2 | -18/+18 |
* | Add a return type. | Bill Wendling | 2012-03-13 | 1 | -1/+1 |
* | Inline the d'tor and add an anchor instead. | Bill Wendling | 2012-03-13 | 1 | -1/+1 |
* | Refactor the SelectionDAG's 'dump' methods into their own .cpp file. | Bill Wendling | 2012-03-13 | 3 | -633/+632 |
* | Fixed typo in comment. | Lang Hames | 2012-03-13 | 1 | -1/+1 |
* | Revert due to nightly test failures. | Bill Wendling | 2012-03-12 | 1 | -82/+32 |
* | DwarfDebug: Store the filename/dirname pair as a zero-separated string in a s... | Benjamin Kramer | 2012-03-11 | 2 | -15/+13 |
* | llvm::SwitchInst | Stepan Dyatkovskiy | 2012-03-11 | 1 | -1/+1 |
* | Microoptimize getVRegDef. def_begin isn't free, don't compute it twice. | Benjamin Kramer | 2012-03-10 | 1 | -3/+2 |
* | Implement a more intelligent way of spilling uses across an invoke boundary. | Bill Wendling | 2012-03-10 | 1 | -32/+82 |