2008-01-01 |
Owen Anderson | Move some more instruction creation methods from Regist... |
blob | commitdiff | raw |
2007-12-31 |
Owen Anderson | Move copyRegToReg from MRegisterInfo to TargetInstrInfo... |
blob | commitdiff | raw | diff to current |
2007-12-31 |
Chris Lattner | Rename SSARegMap -> MachineRegisterInfo in keeping... |
blob | commitdiff | raw | diff to current |
2007-12-30 |
Chris Lattner | More cleanups for MachineOperand: |
blob | commitdiff | raw | diff to current |
2007-12-29 |
Chris Lattner | Remove attribution from file headers, per discussion... |
blob | commitdiff | raw | diff to current |
2007-12-11 |
Evan Cheng | If deleting a reload instruction due to reuse (value... |
blob | commitdiff | raw | diff to current |
2007-12-05 |
Evan Cheng | MachineInstr can change. Store indexes instead. |
blob | commitdiff | raw | diff to current |
2007-12-05 |
Evan Cheng | If a split live interval is spilled again, remove the... |
blob | commitdiff | raw | diff to current |
2007-12-05 |
Evan Cheng | Fix kill info for split intervals. |
blob | commitdiff | raw | diff to current |
2007-12-05 |
Evan Cheng | - Mark last use of a split interval as kill instead... |
blob | commitdiff | raw | diff to current |
2007-12-05 |
Evan Cheng | Add a argument to storeRegToStackSlot and storeRegToAdd... |
blob | commitdiff | raw | diff to current |
2007-12-04 |
Evan Cheng | Remove a unsafe optimization. This fixes 401.bzip2. |
blob | commitdiff | raw | diff to current |
2007-12-04 |
Evan Cheng | Spiller unfold optimization bug: do not clobber a reusa... |
blob | commitdiff | raw | diff to current |
2007-12-03 |
Evan Cheng | Bug fixes. |
blob | commitdiff | raw | diff to current |
2007-12-03 |
Evan Cheng | Update kill info for uses of split intervals. |
blob | commitdiff | raw | diff to current |
2007-12-02 |
Evan Cheng | Remove redundant foldMemoryOperand variants and other... |
blob | commitdiff | raw | diff to current |
2007-11-29 |
Evan Cheng | Fixed various live interval splitting bugs / compile... |
blob | commitdiff | raw | diff to current |
2007-11-28 |
Evan Cheng | Recover compile time regression. |
blob | commitdiff | raw | diff to current |
2007-11-17 |
Evan Cheng | Live interval splitting: |
blob | commitdiff | raw | diff to current |
2007-11-14 |
Evan Cheng | Clean up sub-register implementation by moving subReg... |
blob | commitdiff | raw | diff to current |
2007-11-02 |
Evan Cheng | One more extract_subreg coalescing bug. |
blob | commitdiff | raw | diff to current |
2007-10-22 |
Evan Cheng | - Only perform the unfolding optimization when the... |
blob | commitdiff | raw | diff to current |
2007-10-19 |
Evan Cheng | Local spiller optimization: |
blob | commitdiff | raw | diff to current |
2007-10-13 |
Evan Cheng | Local spiller optimization: |
blob | commitdiff | raw | diff to current |
2007-10-12 |
Evan Cheng | EXTRACT_SUBREG coalescing support. The coalescer now... |
blob | commitdiff | raw | diff to current |
2007-09-26 |
Evan Cheng | Allow copyRegToReg to emit cross register classes copies. |
blob | commitdiff | raw | diff to current |
2007-09-14 |
Dan Gohman | Remove isReg, isImm, and isMBB, and change all their... |
blob | commitdiff | raw | diff to current |
2007-09-06 |
David Greene | Add instruction dump output. This helps find bugs. |
blob | commitdiff | raw | diff to current |
2007-08-15 |
Evan Cheng | If the source of a move is in spill slot, the reload... |
blob | commitdiff | raw | diff to current |
2007-08-14 |
Evan Cheng | - If a def is dead, do not spill it. |
blob | commitdiff | raw | diff to current |
2007-08-14 |
Evan Cheng | If a MI's def is remat as well as spilled, and the... |
blob | commitdiff | raw | diff to current |
2007-08-14 |
Evan Cheng | If a spilled value is being reused and the use is a... |
blob | commitdiff | raw | diff to current |
2007-08-14 |
Evan Cheng | If a rematerializable def is not deleted, i.e. it is... |
blob | commitdiff | raw | diff to current |
2007-08-13 |
Evan Cheng | Re-implement trivial rematerialization. This allows... |
blob | commitdiff | raw | diff to current |
2007-07-11 |
Evan Cheng | Missed a couple of places where new instructions are... |
blob | commitdiff | raw | diff to current |
2007-07-11 |
Evan Cheng | No longer need to track last def / use. |
blob | commitdiff | raw | diff to current |
2007-07-11 |
Evan Cheng | Fix for PR1545: Revamp code that update kill informatio... |
blob | commitdiff | raw | diff to current |
2007-06-19 |
Dan Gohman | Replace M_REMATERIALIZIBLE and the newly-added isOtherR... |
blob | commitdiff | raw | diff to current |
2007-06-14 |
Dan Gohman | Add a target hook to allow loads from constant pools... |
blob | commitdiff | raw | diff to current |
2007-04-26 |
Evan Cheng | Rename findRegisterUseOperand to findRegisterUseOperand... |
blob | commitdiff | raw | diff to current |
2007-04-25 |
Evan Cheng | Match MachineFunction::UsedPhysRegs changes. |
blob | commitdiff | raw | diff to current |
2007-04-04 |
Evan Cheng | Re-materialize all loads from fixed stack slots. |
blob | commitdiff | raw | diff to current |
2007-03-30 |
Evan Cheng | Don't add the same MI to register reuse "last def/use... |
blob | commitdiff | raw | diff to current |
2007-03-27 |
Evan Cheng | Don't call getOperandConstraint() if operand index... |
blob | commitdiff | raw | diff to current |
2007-03-26 |
Evan Cheng | Fix for PR1266. Don't mark a two address operand IsKill. |
blob | commitdiff | raw | diff to current |
2007-03-20 |
Evan Cheng | First cut trivial re-materialization support. |
blob | commitdiff | raw | diff to current |
2007-03-03 |
Evan Cheng | Only propagate IsKill if the last use is a kill. |
blob | commitdiff | raw | diff to current |
2007-03-02 |
Evan Cheng | - Keep track all def and uses of stack slot available... |
blob | commitdiff | raw | diff to current |
2007-03-02 |
Evan Cheng | Invalidate last use of a reused register if the use... |
blob | commitdiff | raw | diff to current |
2007-03-01 |
Evan Cheng | A restore is promoted to copy (or deleted entirely... |
blob | commitdiff | raw | diff to current |
2007-02-25 |
Evan Cheng | A couple of more places where a register liveness has... |
blob | commitdiff | raw | diff to current |
2007-02-23 |
Evan Cheng | Reuse extends the liveness of a register. Transfer... |
blob | commitdiff | raw | diff to current |
2007-02-23 |
Evan Cheng | A spill kills the register being stored. But it is... |
blob | commitdiff | raw | diff to current |
2007-02-21 |
Evan Cheng | Use BitVector instead. No functionality change. |
blob | commitdiff | raw | diff to current |
2007-02-20 |
Evan Cheng | Dead code. |
blob | commitdiff | raw | diff to current |
2007-02-08 |
Evan Cheng | Fixed a long standing spiller bug that's exposed by... |
blob | commitdiff | raw | diff to current |
2007-01-23 |
Chris Lattner | Switch this to use SmallSet to avoid mallocs in the... |
blob | commitdiff | raw | diff to current |
2007-01-19 |
Evan Cheng | GetRegForReload() now keeps track which registers have... |
blob | commitdiff | raw | diff to current |
2006-12-19 |
Chris Lattner | Eliminate static ctors from Statistics |
blob | commitdiff | raw | diff to current |
2006-12-17 |
Bill Wendling | Added an automatic cast to "std::ostream*" etc. from... |
blob | commitdiff | raw | diff to current |
2006-12-15 |
Evan Cheng | Minor clean up. |
blob | commitdiff | raw | diff to current |
2006-12-14 |
Evan Cheng | Fix a long-standing spiller bug: |
blob | commitdiff | raw | diff to current |
2006-12-08 |
Evan Cheng | Move findTiedToSrcOperand to TargetInstrDescriptor. |
blob | commitdiff | raw | diff to current |
2006-12-08 |
Evan Cheng | Proper fix for PR1037: to determine is a VR is a modref... |
blob | commitdiff | raw | diff to current |
2006-12-07 |
Reid Spencer | Revision 1.83 causes PR1037. |
blob | commitdiff | raw | diff to current |
2006-12-07 |
Bill Wendling | Changed llvm_ostream et all to OStream. llvm_cerr,... |
blob | commitdiff | raw | diff to current |
2006-12-07 |
Evan Cheng | MI keeps a ptr of TargetInstrDescriptor, use it. |
blob | commitdiff | raw | diff to current |
2006-12-07 |
Evan Cheng | getOperandConstraint returns -1 if the operand does... |
blob | commitdiff | raw | diff to current |
2006-12-06 |
Chris Lattner | Detemplatize the Statistic class. The only type it... |
blob | commitdiff | raw | diff to current |
2006-12-01 |
Evan Cheng | Match TargetInstrInfo changes. |
blob | commitdiff | raw | diff to current |
2006-11-17 |
Bill Wendling | More removal of std::cerr and DEBUG, replacing with... |
blob | commitdiff | raw | diff to current |
2006-11-04 |
Evan Cheng | Fixed some spiller bugs exposed by the recent two-addre... |
blob | commitdiff | raw | diff to current |
2006-11-01 |
Evan Cheng | Rename |
blob | commitdiff | raw | diff to current |
2006-11-01 |
Evan Cheng | Two-address instructions no longer have to be A :=... |
blob | commitdiff | raw | diff to current |
2006-10-12 |
Chris Lattner | restore my previous patch, now that the X86 backend... |
blob | commitdiff | raw | diff to current |
2006-10-12 |
Evan Cheng | Backing out Chris' last commit. It's breaking llvm... |
blob | commitdiff | raw | diff to current |
2006-10-12 |
Chris Lattner | If we see a load from a stack slot into a physreg,... |
blob | commitdiff | raw | diff to current |
2006-09-05 |
Chris Lattner | Fix a long-standing wart in the code generator: two... |
blob | commitdiff | raw | diff to current |
2006-08-27 |
Chris Lattner | s|llvm/Support/Visibility.h|llvm/Support/Compiler.h| |
blob | commitdiff | raw | diff to current |
2006-08-24 |
Chris Lattner | Take advantage of the recent improvements to the livein... |
blob | commitdiff | raw | diff to current |
2006-08-21 |
Bill Wendling | Added a check so that if we have two machine instructio... |
blob | commitdiff | raw | diff to current |
2006-07-21 |
Jim Laskey | Eliminate data relocations by using NULL instead of... |
blob | commitdiff | raw | diff to current |
2006-07-20 |
Andrew Lenharth | Reduce number of exported symbols |
blob | commitdiff | raw | diff to current |
2006-06-28 |
Chris Lattner | Shave another 27K off libllvmgcc.dylib with visibility... |
blob | commitdiff | raw | diff to current |
2006-05-04 |
Chris Lattner | Move some methods out of MachineInstr into MachineOperand |
blob | commitdiff | raw | diff to current |
2006-05-01 |
Chris Lattner | Fix a latent bug that my spiller patch last week expose... |
blob | commitdiff | raw | diff to current |
2006-05-01 |
Chris Lattner | When promoting a load to a reg-reg copy, where the... |
blob | commitdiff | raw | diff to current |
2006-05-01 |
Chris Lattner | Remove previous patch, which wasn't quite right. |
blob | commitdiff | raw | diff to current |
2006-05-01 |
Evan Cheng | Remove temp. option -spiller-check-liveout, it didn... |
blob | commitdiff | raw | diff to current |
2006-04-30 |
Evan Cheng | Local spiller kills a store if the folded restore is... |
blob | commitdiff | raw | diff to current |
2006-04-28 |
Chris Lattner | Mapping of physregs can make it so that the designated... |
blob | commitdiff | raw | diff to current |
2006-04-28 |
Chris Lattner | When we have a two-address instruction where the input... |
blob | commitdiff | raw | diff to current |
2006-02-25 |
Chris Lattner | Fix a bug that Evan exposed with some changes he's... |
blob | commitdiff | raw | diff to current |
2006-02-25 |
Chris Lattner | Remove debugging printout :) |
blob | commitdiff | raw | diff to current |
2006-02-25 |
Chris Lattner | Refactor some code from being inline to being out in... |
blob | commitdiff | raw | diff to current |
2006-02-04 |
Jeff Cohen | Fix VC++ warning. |
blob | commitdiff | raw | diff to current |
2006-02-03 |
Chris Lattner | Handle another case exposed on X86. |
blob | commitdiff | raw | diff to current |
2006-02-03 |
Chris Lattner | Fix a nasty problem on two-address machines in the... |
blob | commitdiff | raw | diff to current |
2006-02-03 |
Chris Lattner | significantly simplify the VirtRegMap code by pulling... |
blob | commitdiff | raw | diff to current |
2006-02-03 |
Jeff Cohen | Fix VC++ compilation error caused by using a std::map... |
blob | commitdiff | raw | diff to current |
next |