| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Clean up some crappy code which deals with coalescing of copies which look at | Evan Cheng | 2010-04-21 | 7 | -59/+88 |
| * | Revert r101471. For tight recursive functions which have multiple | Dan Gohman | 2010-04-21 | 2 | -36/+0 |
| * | Handle a displacement location in 64-bit as an RIP-relative displacement. It | Bill Wendling | 2010-04-21 | 1 | -1/+11 |
| * | Rewrite machine cse to avoid recursion. | Evan Cheng | 2010-04-21 | 1 | -11/+85 |
| * | Add another variant of this test which found a place where | Dan Gohman | 2010-04-21 | 2 | -1/+45 |
| * | teach the x86 address matching stuff to handle | Chris Lattner | 2010-04-20 | 2 | -7/+69 |
| * | Because of the EMMS problem, right now we have to support | Dale Johannesen | 2010-04-20 | 3 | -7/+21 |
| * | Rename ValueMapTy as ValueToValueMapTy to clearly indicate that this has no r... | Devang Patel | 2010-04-20 | 3 | -9/+9 |
| * | There is no need to install ValueMapper.h header. | Devang Patel | 2010-04-20 | 4 | -3/+3 |
| * | Better error-handling of getBitFieldInvMask() where msb < lsb (encoding error), | Johnny Chen | 2010-04-20 | 1 | -6/+14 |
| * | I plan to release a version of dragonegg based on llvm-2.7 shortly | Duncan Sands | 2010-04-20 | 1 | -3/+2 |
| * | When MachineLICM is hoisting a physical register after regalloc, make sure the | Jakob Stoklund Olesen | 2010-04-20 | 1 | -4/+17 |
| * | When doing Thumb disassembly, there's no need to consider t2ADDrSPi12/t2SUBrS... | Johnny Chen | 2010-04-20 | 2 | -3/+9 |
| * | Move CodeGen/X86/2010-04-19-DAGCombineCrash.ll into CodeGen/X86/crash.ll. Also | Bill Wendling | 2010-04-20 | 2 | -58/+21 |
| * | For t2LDRT, t2LDRBT, t2LDRHT, t2LDRSBT, and t2LDRSHT, if Rn(Inst{19-16})=='11... | Johnny Chen | 2010-04-20 | 2 | -5/+8 |
| * | Typo. | Evan Cheng | 2010-04-20 | 1 | -1/+1 |
| * | Add RUN: | Devang Patel | 2010-04-20 | 1 | -2/+2 |
| * | 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 |
| * | Document that TargetRegisterInfo::contains does not cover virtual registers. | Dan Gohman | 2010-04-20 | 1 | -1/+1 |
| * | 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 |
| * | Fix -Wcast-qual warning. | Benjamin Kramer | 2010-04-20 | 1 | -2/+1 |
| * | stop computing InstImpInputs, it is dead | Chris Lattner | 2010-04-20 | 2 | -17/+8 |
| * | DAGInstruction::ImpOperands is dead after my recent tblgen work, zap it. | Chris Lattner | 2010-04-20 | 2 | -15/+4 |
| * | Bill's change in r95336 broke empty aggregates embedded | Chris Lattner | 2010-04-20 | 2 | -25/+52 |
| * | teach cellspu how to return i8 and i16 from calls, | Chris Lattner | 2010-04-20 | 2 | -12/+10 |
| * | 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 | 3 | -31/+49 |
| * | RewriteLoopBodyWithConditionConstant can end up rewriting the | Chris Lattner | 2010-04-20 | 2 | -5/+33 |
| * | reapply 'reject forward references to functions whose type don't match' | Chris Lattner | 2010-04-20 | 2 | -1/+5 |
| * | 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 | 2 | -1/+59 |
| * | 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 | 5 | -29/+122 |
| * | 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 | 5 | -44/+15 |
| * | make CallGraphNode dtor abort if a node is deleted when there are still | Chris Lattner | 2010-04-20 | 2 | -0/+17 |
| * | 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 | 2 | -3/+47 |
| * | Remove MachineFunction's DefaultDebugLoc member, and make DwarfDebug.cpp | Dan Gohman | 2010-04-20 | 3 | -23/+16 |
| * | Reapply the removal of SelectionDAGISel's BB, with a fix for the case | Dan Gohman | 2010-04-20 | 2 | -24/+28 |
| * | Fix tests for Neon load/store intrinsics to match the i8* types expected by | Bob Wilson | 2010-04-20 | 10 | -94/+188 |
| * | 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 | 2 | -19/+18 |
| * | Make BreakAntiDependencies' SUnits argument const, and make the Begin | Dan Gohman | 2010-04-19 | 5 | -41/+42 |