| Commit message (Expand) | Author | Age | Files | Lines |
* | tidy up | Chris Lattner | 2010-07-16 | 2 | -77/+88 |
* | Remove remaining calls to TII::isMoveInstr. | Jakob Stoklund Olesen | 2010-07-16 | 2 | -38/+1 |
* | Emit COPY instead of FMR/FMSD instructions for floating point conversion on | Jakob Stoklund Olesen | 2010-07-16 | 2 | -12/+9 |
* | eliminate unlockedRefineAbstractTypeTo, types are all per-llvmcontext, | Chris Lattner | 2010-07-16 | 3 | -14/+5 |
* | get the first few tags from a precomputed table (count can be increased if de... | Gabor Greif | 2010-07-16 | 1 | -0/+9 |
* | Add missing attributes to cpp backend. | Eli Friedman | 2010-07-16 | 1 | -1/+9 |
* | Accept registers with P modifier. PR 5314. | Dale Johannesen | 2010-07-16 | 1 | -0/+4 |
* | Teach PPCInstrInfo::storeRegToStackSlot and loadRegFromStackSlot to add memory | Jakob Stoklund Olesen | 2010-07-16 | 1 | -0/+19 |
* | Reorder the contents of various getAnalysisUsage functions, eliminating | Dan Gohman | 2010-07-16 | 4 | -20/+23 |
* | Revert r108369, sorting llvm.dbg.declare information by source position, | Dan Gohman | 2010-07-16 | 4 | -33/+34 |
* | Remove the X86::FP_REG_KILL pseudo-instruction and the X86FloatingPointRegKill | Jakob Stoklund Olesen | 2010-07-16 | 7 | -182/+1 |
* | Search for a free FP register instead of just assuming FP7 is not in use. | Jakob Stoklund Olesen | 2010-07-16 | 1 | -6/+12 |
* | Remove the rest of my instcombine changes. Back to the drawing board on this... | Owen Anderson | 2010-07-16 | 1 | -28/+0 |
* | Allow x87 FP registers to be alive globally in a function. | Jakob Stoklund Olesen | 2010-07-16 | 2 | -37/+389 |
* | eliminate CallInst::ArgOffset | Gabor Greif | 2010-07-16 | 6 | -27/+25 |
* | Get rid of a bunch of duplicated ELF enum values. | Eli Friedman | 2010-07-16 | 5 | -131/+41 |
* | Arrays and vectors with different numbers of elements are not equivalent. | Nick Lewycky | 2010-07-16 | 1 | -4/+10 |
* | LoopSimplify does not update domfrontier correctly. | Tobias Grosser | 2010-07-16 | 1 | -2/+2 |
* | Add dump() to DominanceFrontier | Tobias Grosser | 2010-07-16 | 1 | -0/+5 |
* | Remove many calls to TII::isMoveInstr. Targets should be producing COPY anyway. | Jakob Stoklund Olesen | 2010-07-16 | 13 | -227/+72 |
* | Use the source-order scheduler instead of the "fast" scheduler at -O0, | Dan Gohman | 2010-07-16 | 1 | -1/+1 |
* | Also revert 108422, it's causing some test failures. | Eric Christopher | 2010-07-16 | 1 | -19/+0 |
* | The SelectionDAGBuilder's handling of debug info, on rare | Dale Johannesen | 2010-07-16 | 2 | -12/+60 |
* | Revert. This isn't the correct way to go. | Bill Wendling | 2010-07-15 | 2 | -15/+1 |
* | Fix the order that SCEVExpander considers add operands in so that | Dan Gohman | 2010-07-15 | 1 | -2/+14 |
* | Handle code gen for the unreachable instruction if it's the only instruction in | Bill Wendling | 2010-07-15 | 2 | -1/+15 |
* | Split -enable-finite-only-fp-math to two options: | Evan Cheng | 2010-07-15 | 6 | -26/+22 |
* | fix the definitions of ConstTextCoalSection/ConstDataCoalSection | Chris Lattner | 2010-07-15 | 1 | -2/+3 |
* | fix indentation and 80 cols | Chris Lattner | 2010-07-15 | 1 | -2/+3 |
* | Don't merge uses when they are targetting fixup sites with | Dan Gohman | 2010-07-15 | 1 | -1/+20 |
* | fix the encoding of MMX_MOVFR642Qrr, it starts with 0xF2 not 0xF3, | Chris Lattner | 2010-07-15 | 1 | -1/+1 |
* | Use dbgs() instead of errs() in a DEBUG. | Dan Gohman | 2010-07-15 | 1 | -1/+1 |
* | Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister. | Bill Wendling | 2010-07-15 | 1 | -3/+3 |
* | Teach ScalarEvolution how to fold trunc(undef) and anyext(undef) to undef. | Dan Gohman | 2010-07-15 | 1 | -0/+14 |
* | Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister. | Bill Wendling | 2010-07-15 | 1 | -2/+3 |
* | Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister. This time | Bill Wendling | 2010-07-15 | 3 | -18/+24 |
* | Reserve a goodly amount of room for the vectors. | Bill Wendling | 2010-07-15 | 1 | -2/+4 |
* | Fix crash reported in PR7653. | Devang Patel | 2010-07-15 | 1 | -1/+1 |
* | Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister. | Bill Wendling | 2010-07-15 | 2 | -14/+14 |
* | Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister. | Bill Wendling | 2010-07-15 | 1 | -1/+1 |
* | Speculatively revert r108429 to fix the clang self-host. | Owen Anderson | 2010-07-15 | 2 | -19/+28 |
* | Per Chris' suggestion, get rid of the select canonicalization and just add | Owen Anderson | 2010-07-15 | 2 | -28/+19 |
* | Remove unneeded check, and correct style. | Owen Anderson | 2010-07-15 | 1 | -3/+2 |
* | Watch out for a constant offset cancelling out a base register, forming | Dan Gohman | 2010-07-15 | 1 | -2/+9 |
* | Reapply r108378, with bugfixes, testcase, and improved comment formatting. | Owen Anderson | 2010-07-15 | 2 | -0/+47 |
* | cache another dereferenced iterator | Gabor Greif | 2010-07-15 | 1 | -4/+6 |
* | revert bill's patches in an attempt to fix the buildbot. | Chris Lattner | 2010-07-15 | 4 | -27/+22 |
* | This is a full sentence. | Nick Lewycky | 2010-07-15 | 1 | -1/+1 |
* | Disable aliases on all platforms. | Nick Lewycky | 2010-07-15 | 1 | -0/+5 |
* | Fix PR7647, handling the case when 'To' ends up being | Chris Lattner | 2010-07-15 | 1 | -14/+34 |