| Commit message (Expand) | Author | Age | Files | Lines |
* | implement rdar://6653118 - fastisel should fold loads where possible. | Chris Lattner | 2010-09-05 | 1 | -0/+35 |
* | Fix x86 fast-isel's cmp+branch folding to avoid folding when the | Dan Gohman | 2010-08-21 | 1 | -2/+4 |
* | Make fast isel win64-aware w.r.t. call-clobbered regs | Nate Begeman | 2010-07-22 | 1 | -3/+14 |
* | Use MI.isCopy. | Jakob Stoklund Olesen | 2010-07-16 | 1 | -4/+2 |
* | Last COPY conversion. | Jakob Stoklund Olesen | 2010-07-14 | 1 | -3/+2 |
* | Don't propagate debug locations to instructions for materializing | Dan Gohman | 2010-07-14 | 1 | -1/+1 |
* | Don't fast-isel an x87 comparison opcode, as fast-isel doesn't | Dan Gohman | 2010-07-12 | 1 | -2/+2 |
* | Avoid SSE instructions in FastIsel when it is not available. | Jakob Stoklund Olesen | 2010-07-11 | 1 | -4/+4 |
* | Use COPY in X86FastISel::X86SelectRet. | Jakob Stoklund Olesen | 2010-07-11 | 1 | -6/+4 |
* | Use COPY in FastISel everywhere it is safe and trivial. | Jakob Stoklund Olesen | 2010-07-11 | 1 | -18/+8 |
* | Reapply bottom-up fast-isel, with several fixes for x86-32: | Dan Gohman | 2010-07-10 | 1 | -60/+218 |
* | --- Reverse-merging r107947 into '.': | Bob Wilson | 2010-07-09 | 1 | -199/+60 |
* | Re-apply bottom-up fast-isel, with fixes. Be very careful to avoid emitting | Dan Gohman | 2010-07-09 | 1 | -60/+199 |
* | Change LEA to have 5 operands for its memory operand, just | Chris Lattner | 2010-07-08 | 1 | -2/+2 |
* | Convert EXTRACT_SUBREG to COPY when emitting machine instrs. | Jakob Stoklund Olesen | 2010-07-08 | 1 | -4/+3 |
* | Revert 107840 107839 107813 107804 107800 107797 107791. | Dan Gohman | 2010-07-08 | 1 | -187/+59 |
* | Implement bottom-up fast-isel. This has the advantage of not requiring | Dan Gohman | 2010-07-07 | 1 | -22/+42 |
* | Add X86FastISel support for return statements. This entails refactoring | Dan Gohman | 2010-07-07 | 1 | -2/+72 |
* | Give FunctionLoweringInfo an MBB member, avoiding the need to pass it | Dan Gohman | 2010-07-07 | 1 | -57/+95 |
* | Simplify FastISel's constructor by giving it a FunctionLoweringInfo | Dan Gohman | 2010-07-07 | 1 | -38/+15 |
* | Enable on-demand fast-isel. | Dan Gohman | 2010-07-01 | 1 | -1/+1 |
* | Fix X86FastISel's add folding to actually work, and not fall back | Dan Gohman | 2010-07-01 | 1 | -4/+8 |
* | Teach X86FastISel to fold constant offsets and scaled indices in | Dan Gohman | 2010-07-01 | 1 | -14/+23 |
* | use ArgOperand API | Gabor Greif | 2010-06-26 | 1 | -6/+6 |
* | Teach regular and fast isel to set dead flags on unused implicit defs | Dan Gohman | 2010-06-18 | 1 | -0/+6 |
* | Make this comment less specific. | Dan Gohman | 2010-06-18 | 1 | -1/+2 |
* | Fix X86FastISel's address-mode folding to stay within the | Dan Gohman | 2010-06-18 | 1 | -0/+6 |
* | Eliminate unnecessary uses of getZExtValue(). | Dan Gohman | 2010-06-18 | 1 | -1/+1 |
* | Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). This | Stuart Hastings | 2010-06-17 | 1 | -3/+3 |
* | fix fastisel to handle GS and FS relative pointers. Patch by | Chris Lattner | 2010-06-15 | 1 | -0/+5 |
* | Fix the allocation of shadow space for the Win64 calling convention | Dan Gohman | 2010-06-01 | 1 | -0/+6 |
* | FastISel doesn't yet handle callee-pop functions. | Dan Gohman | 2010-05-27 | 1 | -0/+4 |
* | Rename X86 subregister indices to something shorter. | Jakob Stoklund Olesen | 2010-05-24 | 1 | -2/+2 |
* | - Change MachineInstr::findRegisterDefOperandIdx so it can also look for defs | Evan Cheng | 2010-05-21 | 1 | -1/+1 |
* | Add support for thiscall calling convention. | Anton Korobeynikov | 2010-05-16 | 1 | -0/+2 |
* | Add initial kill flag support to FastISel. | Dan Gohman | 2010-05-11 | 1 | -5/+7 |
* | Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it | Dan Gohman | 2010-05-06 | 1 | -4/+5 |
* | Move HandlePHINodesInSuccessorBlocks functions out of SelectionDAGISel | Dan Gohman | 2010-04-22 | 1 | -4/+6 |
* | Use const qualifiers with TargetLowering. This eliminates several | Dan Gohman | 2010-04-17 | 1 | -1/+0 |
* | Revert 101465, it broke internal OpenGL testing. | Eric Christopher | 2010-04-16 | 1 | -6/+6 |
* | reapply r101434 | Gabor Greif | 2010-04-16 | 1 | -6/+6 |
* | back out r101423 and r101397, they break llvm-gcc self-host on darwin10 | Gabor Greif | 2010-04-16 | 1 | -6/+6 |
* | reapply r101364, which has been backed out in r101368 | Gabor Greif | 2010-04-15 | 1 | -6/+6 |
* | back out r101364, as it trips the linux nightlybot on some clang C++ tests | Gabor Greif | 2010-04-15 | 1 | -6/+6 |
* | rotate CallInst operands, i.e. move callee to the back | Gabor Greif | 2010-04-15 | 1 | -6/+6 |
* | Add const qualifiers to CodeGen's use of LLVM IR constructs. | Dan Gohman | 2010-04-15 | 1 | -82/+84 |
* | Factor out EH landing pad code into a separate function, and constify | Dan Gohman | 2010-04-14 | 1 | -2/+2 |
* | Fix a number of clang -Wsign-compare warnings that didn't have an obvious | John McCall | 2010-04-06 | 1 | -1/+1 |
* | unthread MMI from FastISel | Chris Lattner | 2010-04-05 | 1 | -4/+2 |
* | fastisel doesn't need DwarfWriter, remove some tendricles. | Chris Lattner | 2010-04-05 | 1 | -4/+2 |