Age | Commit message (Expand) | Author |
2004-10-10 | Added debug information. Fixed several bugs in the reconstruct loop function. | Tanya Lattner |
2004-10-10 | Remove the InstrSched directory (moved to SparcV9) | Reid Spencer |
2004-10-10 | Directory no long exists (moved to Targets/SparcV9). | Reid Spencer |
2004-10-10 | Initial version of automake Makefile.am file. | Reid Spencer |
2004-10-08 | Hyphenate target-(in)dependent for more tasty grammar goodness (tm) | Misha Brukman |
2004-10-08 | InstrSched has been moved to lib/Target/SparcV9 | Misha Brukman |
2004-10-08 | InstrSched is SparcV9-specific and so has been moved to lib/Target/SparcV9/ | Misha Brukman |
2004-10-08 | Single-space instead of double-spacing in the Makefile | Misha Brukman |
2004-10-01 | Do not repeat the map lookup | Chris Lattner |
2004-10-01 | When a virtual register is folded into an instruction, keep track of whether | Chris Lattner |
2004-10-01 | Add a simple little improvement to the local spiller to keep track of stores | Chris Lattner |
2004-10-01 | Substantially revamp the local spiller, causing it to actually improve the | Chris Lattner |
2004-10-01 | Pretty print a bit nicer :) | Chris Lattner |
2004-10-01 | Document this class a bit :-) | Alkis Evlogimenos |
2004-09-30 | Use more efficient map operations. Fix a bug that would affect hypothetical | Chris Lattner |
2004-09-30 | There is no need to call MachineInstr::print directly, just send the MI& to a... | Chris Lattner |
2004-09-30 | * Wrap some comments to 80 cols | Chris Lattner |
2004-09-30 | Simplify the logic in the simple spiller and capitalize some variables | Chris Lattner |
2004-09-30 | Switch from defaulting to the 'local' spiller to the 'simple' spiller. The | Chris Lattner |
2004-09-30 | Don't use a densemap for keeping track of which vregs are already loaded, just | Chris Lattner |
2004-09-30 | Use longer and more explicit names for instance vars (particularly important | Chris Lattner |
2004-09-30 | Free the VirtRegMap at the end of MachineFunction processing instead of at | Chris Lattner |
2004-09-30 | Reindent code, improve comments, move huge nested methods out of classes, | Chris Lattner |
2004-09-28 | Add includes and use std:: for standard library calls to make code | Alkis Evlogimenos |
2004-09-28 | Fix includes. Patch contributed by Paolo Invernizzi! | Alkis Evlogimenos |
2004-09-09 | Grow the map on entry so that we don't crash if joinIntervals never | Alkis Evlogimenos |
2004-09-08 | Use a DenseMap for mapping reg->reg. This improves the LiveInterval | Alkis Evlogimenos |
2004-09-05 | Indent to 2 spaces and cleanup excess whitespace. | Alkis Evlogimenos |
2004-09-05 | Indent to 2 spaces. | Alkis Evlogimenos |
2004-09-03 | Order #includes alphabetically, local .h files first. | Misha Brukman |
2004-09-03 | Fixes to make LLVM compile with vc7.1. | Alkis Evlogimenos |
2004-09-02 | Change the way we choose a free register: instead of picking the first | Alkis Evlogimenos |
2004-09-02 | Change the way we choose a free register: instead of picking the first | Alkis Evlogimenos |
2004-09-02 | We don't need to sort the added vector as unhandled intervals are | Alkis Evlogimenos |
2004-09-01 | Changes For Bug 352 | Reid Spencer |
2004-09-01 | Be a bit more efficient when processing the active and inactive | Alkis Evlogimenos |
2004-09-01 | Give a better assertion if we see a use before a def. | Alkis Evlogimenos |
2004-08-31 | Minor code clarity changes. | Alkis Evlogimenos |
2004-08-29 | Put this change back in after testing from Reid proved its innocence. getSpi... | Nate Begeman |
2004-08-28 | Remove dead code. | Alkis Evlogimenos |
2004-08-27 | Now that LiveIntervals::addIntervalsForSpills is fixed, do not require | Alkis Evlogimenos |
2004-08-27 | Only update LiveVariables if it is available. addIntervalsForSpills | Alkis Evlogimenos |
2004-08-27 | Back out this change as it broke the build last night. This should be | Alkis Evlogimenos |
2004-08-27 | Back out change to divide getSpillSize by 8 until I figure out why it breaks ... | Nate Begeman |
2004-08-27 | The linear scan variants do not require the LiveVariables analysis. | Alkis Evlogimenos |
2004-08-27 | Register sizes are in bits, not bytes | Nate Begeman |
2004-08-26 | Use newly added API in MRegisterInfo and don't expose the allocatable | Alkis Evlogimenos |
2004-08-26 | Use newly added API in MRegisterInfo. | Alkis Evlogimenos |
2004-08-24 | Fix a bug in a previous checkin of mine, correcting | Chris Lattner |
2004-08-24 | Do not use .xword and friends to emit zeros on V9. Apparently there are issues | Chris Lattner |