| Commit message (Expand) | Author | Age | Files | Lines |
* | Excise the ill-advised RLCOMP compression algorithm and simply leave the | Reid Spencer | 2004-10-04 | 1 | -159/+20 |
* | Add a context for the callback so different compression scenarios can be | Reid Spencer | 2004-10-04 | 1 | -18/+18 |
* | Fix build if not HAVE_BZIP2 | Chris Lattner | 2004-10-04 | 1 | -1/+1 |
* | First version of the MappedFile abstraction for operating system idependent | Reid Spencer | 2004-10-04 | 12 | -0/+506 |
* | First version of a support utility to provide generalized compression in | Reid Spencer | 2004-10-04 | 1 | -0/+526 |
* | * Prune #includes | Chris Lattner | 2004-10-04 | 1 | -101/+27 |
* | Add support for emitting AT&T style .s files, and make it the default. Users | Chris Lattner | 2004-10-04 | 1 | -128/+307 |
* | Convert some missed patterns to support AT&T style | Chris Lattner | 2004-10-04 | 1 | -8/+8 |
* | Apparently the GNU assembler has a HUGE hack to be compatible with really | Chris Lattner | 2004-10-04 | 1 | -9/+12 |
* | Fix incorrect suffix | Chris Lattner | 2004-10-04 | 1 | -1/+1 |
* | Fix some more missed suffixes and swapped operands | Chris Lattner | 2004-10-04 | 1 | -34/+40 |
* | Add missing suffixes to FP instructions for AT&T mode | Chris Lattner | 2004-10-04 | 1 | -38/+33 |
* | Add support for the -x86-asm-syntax flag, which can be used to choose between | Chris Lattner | 2004-10-03 | 3 | -14/+48 |
* | Add support to the instruction patterns for AT&T style output, which will | Chris Lattner | 2004-10-03 | 1 | -569/+963 |
* | Add initial support for variants | Chris Lattner | 2004-10-03 | 1 | -2/+10 |
* | Do not repeat the map lookup | Chris Lattner | 2004-10-01 | 1 | -1/+1 |
* | When a virtual register is folded into an instruction, keep track of whether | Chris Lattner | 2004-10-01 | 3 | -27/+52 |
* | Add a simple little improvement to the local spiller to keep track of stores | Chris Lattner | 2004-10-01 | 1 | -0/+26 |
* | Substantially revamp the local spiller, causing it to actually improve the | Chris Lattner | 2004-10-01 | 1 | -164/+301 |
* | Pretty print a bit nicer :) | Chris Lattner | 2004-10-01 | 1 | -2/+1 |
* | Document this class a bit :-) | Alkis Evlogimenos | 2004-10-01 | 1 | -0/+34 |
* | Make EmitMappingInfo into an "external location" option, so that it can be set | Brian Gaeke | 2004-09-30 | 1 | -1/+7 |
* | Add accessor function. | Brian Gaeke | 2004-09-30 | 2 | -0/+8 |
* | Correct type of accessor functions. | Brian Gaeke | 2004-09-30 | 1 | -4/+4 |
* | Namespacify. Add accessor function. | Brian Gaeke | 2004-09-30 | 1 | -0/+8 |
* | I think this will handle double args. | Brian Gaeke | 2004-09-30 | 2 | -4/+30 |
* | That should actually be __MING, not __MINGW. | Misha Brukman | 2004-09-30 | 2 | -2/+2 |
* | Check for __MINGW define instead of __MINGW_H, patch by Henrik Bach. | Misha Brukman | 2004-09-30 | 2 | -2/+2 |
* | Use more efficient map operations. Fix a bug that would affect hypothetical | Chris Lattner | 2004-09-30 | 1 | -6/+8 |
* | There is no need to call MachineInstr::print directly, just send the MI& to a... | Chris Lattner | 2004-09-30 | 2 | -18/+18 |
* | * Wrap some comments to 80 cols | Chris Lattner | 2004-09-30 | 2 | -31/+38 |
* | Mark the instructions that have delay slots with the hasDelaySlot flag. | Brian Gaeke | 2004-09-30 | 2 | -18/+34 |
* | Use TargetMachine::hasDelaySlot() instead of our old switch statement | Brian Gaeke | 2004-09-30 | 2 | -90/+12 |
* | Simplify the logic in the simple spiller and capitalize some variables | Chris Lattner | 2004-09-30 | 1 | -86/+90 |
* | Switch from defaulting to the 'local' spiller to the 'simple' spiller. The | Chris Lattner | 2004-09-30 | 1 | -2/+2 |
* | Don't use a densemap for keeping track of which vregs are already loaded, just | Chris Lattner | 2004-09-30 | 1 | -6/+10 |
* | Use longer and more explicit names for instance vars (particularly important | Chris Lattner | 2004-09-30 | 2 | -50/+46 |
* | Free the VirtRegMap at the end of MachineFunction processing instead of at | Chris Lattner | 2004-09-30 | 1 | -1/+1 |
* | Reindent code, improve comments, move huge nested methods out of classes, | Chris Lattner | 2004-09-30 | 2 | -407/+417 |
* | Disable the 'WARNING: Found global types that are not compatible' warning | Chris Lattner | 2004-09-30 | 1 | -1/+1 |
* | Change the #ifdefs to allow compilation with a V8 compiler, but the JIT still | Misha Brukman | 2004-09-29 | 2 | -6/+6 |
* | Hrm, debugging printouts do not need to be in here | Chris Lattner | 2004-09-29 | 1 | -2/+0 |
* | Make sure to check select instructions for generic instruction properties | Chris Lattner | 2004-09-29 | 1 | -0/+1 |
* | Update list of shootout programs that should be working. | Brian Gaeke | 2004-09-29 | 2 | -4/+4 |
* | Tell the target description that calls clobber registers O0...O5. | Brian Gaeke | 2004-09-29 | 2 | -20/+18 |
* | Don't use DominatorSet::dominates for intra-block instruction dom checks. | Chris Lattner | 2004-09-29 | 1 | -1/+11 |
* | FITOD is spelled "fitod", not "fitos". Ouch. | Brian Gaeke | 2004-09-29 | 2 | -2/+2 |
* | Don't use .quad to output double constants. The assembler must have a bug or | Brian Gaeke | 2004-09-29 | 2 | -2/+4 |
* | * Pull range optimization code out into new InsertRangeTest function. | Chris Lattner | 2004-09-29 | 1 | -80/+219 |
* | Recognize FpMOVD as a move. | Brian Gaeke | 2004-09-29 | 2 | -2/+2 |