| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Switch from bytes to bits for alignment for consistency | Chris Lattner | 2004-08-21 | 1 | -10/+5 |
* | Reduce uses of getRegClass | Chris Lattner | 2004-08-21 | 1 | -14/+11 |
* | Convert regclass alignment from bytes to bites | Chris Lattner | 2004-08-21 | 1 | -1/+1 |
* | Convert bytes to bits in alignment | Chris Lattner | 2004-08-21 | 2 | -6/+6 |
* | Register info alignment is in bits, frame object alignment is (currently) in | Chris Lattner | 2004-08-21 | 1 | -1/+1 |
* | Reduce uses of getRegClass | Chris Lattner | 2004-08-21 | 2 | -8/+6 |
* | Now that we have per-register spill size/alignment info, remove more uses | Chris Lattner | 2004-08-21 | 1 | -4/+5 |
* | Fix warning | Chris Lattner | 2004-08-21 | 2 | -2/+2 |
* | Examine the type code in the setcc class of instructions and if it | Reid Spencer | 2004-08-21 | 1 | -0/+4 |
* | Move XForm instructions over to the auto-generated asm writer | Nate Begeman | 2004-08-21 | 4 | -71/+139 |
* | Add two values | Chris Lattner | 2004-08-21 | 1 | -0/+11 |
* | Fix a nasty bug that Nate ran into. In particular, instead of emitting a 2+MB | Chris Lattner | 2004-08-21 | 2 | -12/+26 |
* | remove some things from the todo list. | Nate Begeman | 2004-08-20 | 1 | -6/+0 |
* | Do not register ppc64 yet, as it breaks the SparcV9 backend | Chris Lattner | 2004-08-20 | 1 | -0/+3 |
* | quish a warning | Chris Lattner | 2004-08-20 | 1 | -1/+1 |
* | Fix a bug found exposed by: Regression/Other/2004-08-20-PackedControlFlow.ll | Reid Spencer | 2004-08-20 | 1 | -1/+5 |
* | Implement code to convert SetCC into straight line code where appropriate. A... | Nate Begeman | 2004-08-20 | 2 | -22/+173 |
* | Packed types, brought to you by Brad Jones | Brian Gaeke | 2004-08-20 | 9 | -6/+336 |
* | If we are linking two global variables and they have the same size, do not | Chris Lattner | 2004-08-20 | 1 | -8/+9 |
* | Fix opcodes being printed in caps (the more general fix may be `AsmWriter') | Misha Brukman | 2004-08-19 | 1 | -1/+1 |
* | Stack space for argument passing is 32 regardless of 32- vs. 64-bit arch. | Misha Brukman | 2004-08-19 | 1 | -6/+6 |
* | LR needs to be saved at 16-byte offset on a 64-bit arch | Misha Brukman | 2004-08-19 | 2 | -6/+6 |
* | On 64-bit PowerPC, pointers are 8 bytes, so parameter area offset is 48, not 24 | Misha Brukman | 2004-08-19 | 1 | -7/+10 |
* | This PHI has 4 additional operands, not 2. | Misha Brukman | 2004-08-19 | 1 | -1/+1 |
* | Use the appropriate 64-bit register description file. | Misha Brukman | 2004-08-19 | 1 | -1/+1 |
* | Fix more remaining 32-bit vestiges of PowerPC | Misha Brukman | 2004-08-19 | 1 | -6/+2 |
* | Fix another vestige of the 32-bit PowerPC backend. | Misha Brukman | 2004-08-19 | 1 | -3/+1 |
* | Correct character prepended to global symbols ('.'), use Mangler consistently | Misha Brukman | 2004-08-19 | 1 | -2/+2 |
* | * Eliminate global base register, r2 is used for that on AIX/PowerPC | Misha Brukman | 2004-08-19 | 1 | -45/+6 |
* | Wrap long lines. | Misha Brukman | 2004-08-19 | 1 | -4/+5 |
* | Convert casts that will have no effect into move instructions. | Nate Begeman | 2004-08-19 | 1 | -4/+22 |
* | Clean up floating point instruction selection. | Nate Begeman | 2004-08-19 | 5 | -121/+44 |
* | M_DUMMY_PHI_FLAG is no longer used to distinguish V9::PHI. Get rid of it and | Brian Gaeke | 2004-08-18 | 1 | -2/+1 |
* | Instead of using isDummyPhiInstr, we just compare the opcode with V9::PHI. | Brian Gaeke | 2004-08-18 | 6 | -14/+12 |
* | Instead of using isDummyPhiInstr, we just compare the opcode with V9::PHI. | Brian Gaeke | 2004-08-18 | 2 | -6/+6 |
* | Convert to the new MachineFunctionInfo interface | Chris Lattner | 2004-08-18 | 10 | -43/+34 |
* | The SparcV9 target no longer uses any pseudoinstructions (SETSW, SETUW, | Brian Gaeke | 2004-08-18 | 3 | -18/+1 |
* | The Create*Const methods don't need to pass around a TargetMachine reference. | Brian Gaeke | 2004-08-18 | 1 | -20/+18 |
* | Doxygenify some comments. | Brian Gaeke | 2004-08-18 | 1 | -98/+88 |
* | Switch V9 over to using the AsmPrinter base class to do its constant printing | Chris Lattner | 2004-08-18 | 2 | -505/+91 |
* | Rename var | Chris Lattner | 2004-08-18 | 4 | -18/+18 |
* | Add support for targets without a .zero directive | Chris Lattner | 2004-08-17 | 1 | -4/+23 |
* | This file is no longer used. | Misha Brukman | 2004-08-17 | 1 | -30/+0 |
* | Start using alignment output routines from AsmPrinter. | Chris Lattner | 2004-08-17 | 2 | -24/+24 |
* | Start using alignment output routines from AsmPrinter. | Chris Lattner | 2004-08-17 | 1 | -10/+8 |
* | Add support for alignment | Chris Lattner | 2004-08-17 | 1 | -0/+6 |
* | Add a new helper method to get log2(type alignment) | Chris Lattner | 2004-08-17 | 1 | -0/+7 |
* | Check constant expression validity more strictly | Chris Lattner | 2004-08-17 | 1 | -0/+31 |
* | Work around PR424 for old c/c++ frontends. | Chris Lattner | 2004-08-17 | 1 | -3/+29 |
* | Print comments with ; | Chris Lattner | 2004-08-17 | 2 | -0/+2 |