| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Fix argument size for SHL, SHR, SAR, SHLD and SHRD families of | Alkis Evlogimenos | 2004-02-27 | 1 | -34/+34 |
| * | Fix encoding of ADD and SUB family of instructions. Also rearrange | Alkis Evlogimenos | 2004-02-27 | 1 | -22/+24 |
| * | Rename MRMS[0-7]{r,m} to MRM[0-7]{r,m}. | Alkis Evlogimenos | 2004-02-27 | 5 | -223/+223 |
| * | Add memory operand folding support for the SETcc family of | Alkis Evlogimenos | 2004-02-27 | 2 | -0/+25 |
| * | Add memory operand folding support for SHLD and SHRD instructions. | Alkis Evlogimenos | 2004-02-27 | 2 | -0/+15 |
| * | Add memory operand folding support for SHL, SHR and SAR, SHLD instructions. | Alkis Evlogimenos | 2004-02-27 | 2 | -0/+39 |
| * | Rename SHL, SHR, SAR, SHLD and SHLR instructions to make them | Alkis Evlogimenos | 2004-02-27 | 3 | -37/+40 |
| * | Fixes for PR258 and PR259. | John Criswell | 2004-02-26 | 2 | -6/+6 |
| * | Uncomment assertions that register# != 0 on calls to | Alkis Evlogimenos | 2004-02-26 | 2 | -8/+10 |
| * | Use a map instead of annotations | Chris Lattner | 2004-02-26 | 1 | -23/+36 |
| * | Fix some warnings, some of which were spurious, and some of which were real | Chris Lattner | 2004-02-26 | 2 | -12/+12 |
| * | Instructions to call and return from functions. | Misha Brukman | 2004-02-26 | 2 | -2/+50 |
| * | Great sparc renaming fallout IV: Sparc --> SparcV9. | Brian Gaeke | 2004-02-25 | 2 | -2/+2 |
| * | SparcV8 regs are really 32-bit, not 64! Thanks, Chris. | Misha Brukman | 2004-02-25 | 2 | -2/+2 |
| * | Clean up the tablegen descriptions for SparcV8. | Misha Brukman | 2004-02-25 | 4 | -70/+44 |
| * | Fix the SparcV8 register definitions that were imported from PPC template. | Misha Brukman | 2004-02-25 | 2 | -130/+50 |
| * | SparcV8 has different types of instructions, but F1 is only used for CALL. | Misha Brukman | 2004-02-25 | 4 | -0/+210 |
| * | Fix failures in 099.go due to the cfgsimplify pass creating switch instructions | Chris Lattner | 2004-02-25 | 1 | -5/+6 |
| * | SparcV8 skeleton | Brian Gaeke | 2004-02-25 | 28 | -0/+1472 |
| * | Great renaming part II: Sparc --> SparcV9 (also includes command-line options... | Brian Gaeke | 2004-02-25 | 2 | -2/+2 |
| * | Great renaming: Sparc --> SparcV9 | Brian Gaeke | 2004-02-25 | 34 | -375/+375 |
| * | Teach the instruction selector how to transform 'array' GEP computations into... | Chris Lattner | 2004-02-25 | 2 | -48/+46 |
| * | * Make the previous patch more efficient by not allocating a temporary Machin... | Chris Lattner | 2004-02-25 | 2 | -112/+368 |
| * | Add a helper to create an addressing mode given all of the pieces. | Chris Lattner | 2004-02-25 | 1 | -0/+8 |
| * | add an inefficient way of folding structure and constant array indexes together | Chris Lattner | 2004-02-25 | 2 | -44/+180 |
| * | Implement special case for storing an immediate into memory so that we don't ... | Chris Lattner | 2004-02-25 | 2 | -26/+58 |
| * | FunctionLiveVarInfo.h moved: include/llvm/CodeGen -> lib/Target/Sparc/LiveVar | Brian Gaeke | 2004-02-24 | 6 | -5/+116 |
| * | Fix some unexpected fallout from the config.h changes. Because the CBE no | Chris Lattner | 2004-02-24 | 2 | -0/+2 |
| * | Refactor rewinding code for finding the first terminator of a basic | Alkis Evlogimenos | 2004-02-23 | 2 | -12/+2 |
| * | Simplify code a bit, don't go off the end of the block, now that the current | Chris Lattner | 2004-02-23 | 2 | -22/+18 |
| * | We were forgetting to add FP_REG_KILL instructions to basic blocks which will | Chris Lattner | 2004-02-23 | 2 | -30/+54 |
| * | Work around a gas bug. Print '-9223372036854775808' as unsigned. | Chris Lattner | 2004-02-23 | 2 | -2/+8 |
| * | Implement cast fp -> bool | Chris Lattner | 2004-02-23 | 2 | -4/+8 |
| * | Stop passing iterators around by reference now that we have ilists! | Chris Lattner | 2004-02-23 | 2 | -48/+108 |
| * | Add a new cmove instruction | Chris Lattner | 2004-02-23 | 1 | -0/+1 |
| * | Only insert FP_REG_KILL instructions in MachineBasicBlocks that actually | Chris Lattner | 2004-02-22 | 2 | -96/+196 |
| * | Move MOTy::UseType enum into MachineOperand. This eliminates the | Alkis Evlogimenos | 2004-02-22 | 10 | -67/+82 |
| * | Reduce the number of pointless copies inserted due to constant pointer refs. | Chris Lattner | 2004-02-22 | 2 | -12/+24 |
| * | Fix bug in previous checkout: leave the iterator at the first instruction | Chris Lattner | 2004-02-22 | 2 | -8/+6 |
| * | Completely rewrite how getelementptr instructions are expanded. This has two | Chris Lattner | 2004-02-22 | 2 | -84/+140 |
| * | When folding memory operands in machine instructions be careful to | Alkis Evlogimenos | 2004-02-22 | 1 | -2/+4 |
| * | Wow this is out of date. When we have _real_ code generator documentation, | Chris Lattner | 2004-02-22 | 1 | -42/+31 |
| * | The two address pass cannot handle two addr instructions where one incoming | Chris Lattner | 2004-02-22 | 2 | -18/+32 |
| * | It is totally unacceptable to print out (literally) millions of zeros when | Chris Lattner | 2004-02-20 | 2 | -4/+26 |
| * | Eliminate operator[] is deprecated warnings | Chris Lattner | 2004-02-18 | 1 | -16/+21 |
| * | Fix deprecated operator[] warnings | Chris Lattner | 2004-02-18 | 1 | -15/+17 |
| * | Fix argument size for MOVSX and MOVZX instructions. | Alkis Evlogimenos | 2004-02-18 | 1 | -4/+4 |
| * | Add support for GlobalAddress's for alkis | Chris Lattner | 2004-02-17 | 2 | -3/+14 |
| * | These store to memory too. | Alkis Evlogimenos | 2004-02-17 | 1 | -5/+5 |
| * | These store to memory, not read from it. | Chris Lattner | 2004-02-17 | 1 | -5/+5 |