summaryrefslogtreecommitdiff
path: root/lib/CodeGen/VirtRegMap.cpp
Commit message (Expand)AuthorAge
* MI keeps a ptr of TargetInstrDescriptor, use it.Evan Cheng2006-12-07
* getOperandConstraint returns -1 if the operand does have the specific constra...Evan Cheng2006-12-07
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-06
* Match TargetInstrInfo changes.Evan Cheng2006-12-01
* More removal of std::cerr and DEBUG, replacing with DOUT instead.Bill Wendling2006-11-17
* Fixed some spiller bugs exposed by the recent two-address code changes. NowEvan Cheng2006-11-04
* RenameEvan Cheng2006-11-01
* Two-address instructions no longer have to be A := A op C. Now any pair of de...Evan Cheng2006-11-01
* restore my previous patch, now that the X86 backend bug has been fixed:Chris Lattner2006-10-12
* Backing out Chris' last commit. It's breaking llvm-gcc bootstrapping.Evan Cheng2006-10-12
* If we see a load from a stack slot into a physreg, consider it as providingChris Lattner2006-10-12
* Fix a long-standing wart in the code generator: two-address instruction loweringChris Lattner2006-09-05
* s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|Chris Lattner2006-08-27
* Take advantage of the recent improvements to the liveintervals set (trackingChris Lattner2006-08-24
* Added a check so that if we have two machine instructions in this formBill Wendling2006-08-21
* Eliminate data relocations by using NULL instead of global empty list.Jim Laskey2006-07-21
* Reduce number of exported symbolsAndrew Lenharth2006-07-20
* Shave another 27K off libllvmgcc.dylib with visibility hiddenChris Lattner2006-06-28
* Move some methods out of MachineInstr into MachineOperandChris Lattner2006-05-04
* Fix a latent bug that my spiller patch last week exposed: we were leavingChris Lattner2006-05-01
* When promoting a load to a reg-reg copy, where the load was a previousChris Lattner2006-05-01
* Remove previous patch, which wasn't quite right.Chris Lattner2006-05-01
* Remove temp. option -spiller-check-liveout, it didn't cause any failure nor p...Evan Cheng2006-05-01
* Local spiller kills a store if the folded restore is turned into a copy.Evan Cheng2006-04-30
* Mapping of physregs can make it so that the designated and input physregs areChris Lattner2006-04-28
* When we have a two-address instruction where the input cannot be clobberedChris Lattner2006-04-28
* Fix a bug that Evan exposed with some changes he's making, and that wasChris Lattner2006-02-25
* Remove debugging printout :)Chris Lattner2006-02-25
* Refactor some code from being inline to being out in a new class with methods.Chris Lattner2006-02-25
* Fix VC++ warning.Jeff Cohen2006-02-04
* Handle another case exposed on X86.Chris Lattner2006-02-03
* Fix a nasty problem on two-address machines in the following situation:Chris Lattner2006-02-03
* significantly simplify the VirtRegMap code by pulling the SpillSlotsAvailableChris Lattner2006-02-03
* Fix VC++ compilation error caused by using a std::map iterator variable to re...Jeff Cohen2006-02-03
* Remove move copies and dead stuff by not clobbering the result reg of a noop ...Chris Lattner2006-02-03
* Simplify some codeChris Lattner2006-02-03
* Add code that checks for noop copies, which triggers when either:Chris Lattner2006-02-03
* Physregs may hold multiple stack slot values at the same time. Keep trackChris Lattner2006-02-03
* Fix a deficiency in the spiller that Evan noticed. In particular, considerChris Lattner2006-02-02
* Move isLoadFrom/StoreToStackSlot from MRegisterInfo to TargetInstrInfo,a far ...Chris Lattner2006-02-02
* Add explicit #includes of <iostream>Chris Lattner2006-01-22
* Add an assertion, update DefInst even though no one uses it (dangling pointersChris Lattner2006-01-04
* Fix the LLC regressions on X86 last night. In particular, when undoingChris Lattner2005-10-06
* Fix a bug in the local spiller, where we could take code like this:Chris Lattner2005-10-05
* Change this code ot pass register classes into the stack slot spiller/reloaderChris Lattner2005-09-30
* Teach the local spiller to turn stack slot loads into register-register copiesChris Lattner2005-09-19
* Use continue in the use-processing loop to make it clear what the early exitsChris Lattner2005-09-09
* Remove trailing whitespaceMisha Brukman2005-04-21
* Make sure to notice that explicit physregs are used in the functionChris Lattner2005-04-04
* Update these register allocators to set the PhysRegUsed info in MachineFunction.Chris Lattner2005-01-23