| Commit message (Expand) | Author | Age | Files | Lines |
| * | When MachineLICM is hoisting a physical register after regalloc, make sure the | Jakob Stoklund Olesen | 2010-04-20 | 1 | -4/+17 |
| * | For t2LDRT, t2LDRBT, t2LDRHT, t2LDRSBT, and t2LDRSHT, if Rn(Inst{19-16})=='11... | Johnny Chen | 2010-04-20 | 1 | -5/+5 |
| * | Typo. | Evan Cheng | 2010-04-20 | 1 | -1/+1 |
| * | Sink the CopyToExportRegsIfNeeded calls out of SelectionDAGISel | Dan Gohman | 2010-04-20 | 2 | -6/+3 |
| * | Don't send PHI nodes down to SelectionDAGBuilder of FastISel, since | Dan Gohman | 2010-04-20 | 4 | -6/+10 |
| * | Sink this use_empty() check into isUsedOutsideOfDefiningBlock. | Dan Gohman | 2010-04-20 | 1 | -1/+2 |
| * | If a PHI node somehow has debug info, propogate it to the MachineInstr PHI. | Dan Gohman | 2010-04-20 | 1 | -1/+1 |
| * | Don't iterate through the whole block just to find the PHI nodes. | Dan Gohman | 2010-04-20 | 1 | -6/+3 |
| * | use abstract accessors to CallInst | Gabor Greif | 2010-04-20 | 5 | -7/+7 |
| * | PR6880: Don't dereference CallsExternalNode if it's NULL. | Benjamin Kramer | 2010-04-20 | 1 | -3/+5 |
| * | Bill's change in r95336 broke empty aggregates embedded | Chris Lattner | 2010-04-20 | 1 | -24/+42 |
| * | teach cellspu how to return i8 and i16 from calls, | Chris Lattner | 2010-04-20 | 1 | -12/+2 |
| * | remove a bunch of ad-hoc code to simplify instructions from | Chris Lattner | 2010-04-20 | 1 | -43/+12 |
| * | move some select simplifications out out instcombine into | Chris Lattner | 2010-04-20 | 2 | -31/+45 |
| * | RewriteLoopBodyWithConditionConstant can end up rewriting the | Chris Lattner | 2010-04-20 | 1 | -5/+14 |
| * | reapply 'reject forward references to functions whose type don't match' | Chris Lattner | 2010-04-20 | 1 | -0/+4 |
| * | Delete a redundant return statement. | Dan Gohman | 2010-04-20 | 1 | -1/+0 |
| * | The visitXOR method can return the same SDNode. If so, we don't want to delete | Bill Wendling | 2010-04-20 | 1 | -1/+1 |
| * | disable optimizations in this directory for MSVC9. This avoids | Chris Lattner | 2010-04-20 | 1 | -0/+7 |
| * | Better error-handling for DisassembleThumb2DPModImm() with 2-reg operands where | Johnny Chen | 2010-04-20 | 1 | -1/+4 |
| * | Remove the palignr intrinsics now that we lower them to vector shuffles, | Eric Christopher | 2010-04-20 | 2 | -19/+121 |
| * | Remove this debug output; it isn't that useful, and it's incomplete | Dan Gohman | 2010-04-20 | 1 | -2/+0 |
| * | Sink DebugLoc handling out of SelectionDAGISel into FastISel and | Dan Gohman | 2010-04-20 | 4 | -39/+15 |
| * | make CallGraphNode dtor abort if a node is deleted when there are still | Chris Lattner | 2010-04-20 | 1 | -0/+9 |
| * | make the inliner do less work for leaf functions. | Chris Lattner | 2010-04-20 | 1 | -0/+4 |
| * | Fix rdar://7879828 - crash in CallGraph, a self host issue. | Chris Lattner | 2010-04-20 | 1 | -3/+9 |
| * | Remove MachineFunction's DefaultDebugLoc member, and make DwarfDebug.cpp | Dan Gohman | 2010-04-20 | 2 | -6/+16 |
| * | Reapply the removal of SelectionDAGISel's BB, with a fix for the case | Dan Gohman | 2010-04-20 | 1 | -17/+21 |
| * | More IT instruction error-handling improvements from fuzzing. | Johnny Chen | 2010-04-20 | 1 | -3/+17 |
| * | Revert 101825, which is causing trouble. | Dan Gohman | 2010-04-19 | 1 | -15/+14 |
| * | Make BreakAntiDependencies' SUnits argument const, and make the Begin | Dan Gohman | 2010-04-19 | 5 | -41/+42 |
| * | Better error handling of invalid IT mask '0000', instead of just asserting. | Johnny Chen | 2010-04-19 | 3 | -5/+11 |
| * | Eliminate SelectionDAGISel's "current block" member. Just pass it as | Dan Gohman | 2010-04-19 | 1 | -14/+15 |
| * | Delete an unnecessary reference to SelectionDAGISel::BB. | Dan Gohman | 2010-04-19 | 1 | -1/+0 |
| * | Eliminate the CurMBB member from SelectionDAGBuilder. For places that | Dan Gohman | 2010-04-19 | 3 | -84/+106 |
| * | Remove the Expr member from IVUsers. Instead of remembering the expression, | Dan Gohman | 2010-04-19 | 2 | -35/+32 |
| * | According to A8.6.16 B (Encoding T3) and A8.3 Conditional execution -- A8.3.1 | Johnny Chen | 2010-04-19 | 1 | -8/+13 |
| * | Fix typo. add a test case. | Devang Patel | 2010-04-19 | 1 | -1/+1 |
| * | More progress on promoting i16 operations to i32 for x86. Work in progress. | Evan Cheng | 2010-04-19 | 2 | -17/+153 |
| * | Give SelectionDAG a TargetMachine too, rather than having it | Dan Gohman | 2010-04-19 | 2 | -7/+3 |
| * | More 80 col violation. | Evan Cheng | 2010-04-19 | 1 | -2/+4 |
| * | Add DW_AT_APPLE_omit_frame_ptr to encode -fomit-frame-pointer flag. | Devang Patel | 2010-04-19 | 2 | -1/+7 |
| * | Code that needs a TargetMachine should have access to one directly, rather | Dan Gohman | 2010-04-19 | 6 | -20/+22 |
| * | Move isInTailCallPosition out of SelectionDAGBuilder, as it isn't | Dan Gohman | 2010-04-19 | 3 | -86/+95 |
| * | This doesn't need SmallVector.h anymore. | Dan Gohman | 2010-04-19 | 1 | -1/+0 |
| * | Better error-handling for DisassembleThumb2DPSoReg() where the 3-reg operand | Johnny Chen | 2010-04-19 | 1 | -3/+6 |
| * | Fix this for std::vectors which don't have .data(). | Dan Gohman | 2010-04-19 | 1 | -1/+1 |
| * | ARM disassembler did not react to recent changes to the NEON instruction table. | Johnny Chen | 2010-04-19 | 1 | -10/+22 |
| * | Don't write into MemoryBuffers. | Benjamin Kramer | 2010-04-19 | 4 | -18/+13 |
| * | Fix -Wcast-qual warnings. | Dan Gohman | 2010-04-19 | 1 | -6/+10 |