|  | Commit message (Expand) | Author | Age | Files | Lines | 
|---|
| * | Fix Regression/CodeGen/PowerPC/2005-01-14-UndefLong.ll | Chris Lattner | 2005-01-14 | 1 | -0/+2 | 
| * | Fix: Regression/CodeGen/PowerPC/2005-01-14-SetSelectCrash.ll | Chris Lattner | 2005-01-14 | 1 | -1/+2 | 
| * | This hunk: | Chris Lattner | 2005-01-02 | 1 | -2/+2 | 
| * | Fix a FIXME: Select instructions on longs were miscompiled. | Chris Lattner | 2005-01-01 | 1 | -19/+9 | 
| * | Fix several bugs in 'op x, imm' handling.  Foremost is that we now emit | Chris Lattner | 2004-11-30 | 1 | -14/+10 | 
| * | Fix CodeGen/PowerPC/2004-11-30-shr-var-crash.ll | Chris Lattner | 2004-11-30 | 1 | -1/+1 | 
| * | Fix test/Regression/CodeGen/PowerPC/2004-11-29-ShrCrash.ll | Chris Lattner | 2004-11-30 | 1 | -1/+3 | 
| * | Fix test/Regression/CodeGen/PowerPC/2004-11-30-shift-crash.ll | Chris Lattner | 2004-11-30 | 1 | -1/+6 | 
| * | Remove the ISel->AsmPrinter link via the TargetMachine that was put in | Nate Begeman | 2004-11-27 | 1 | -15/+0 | 
| * | Enable optimization suggested by Chris Lattner to not emit reloc stubs for | Nate Begeman | 2004-11-25 | 1 | -1/+1 | 
| * | Add the same optimization that we do loading from fixed alloca slots to | Nate Begeman | 2004-11-24 | 1 | -0/+12 | 
| * | Simplify code a bit | Chris Lattner | 2004-11-23 | 1 | -1/+1 | 
| * | LA is really addi.  Be consistent with operand ordering to avoid confusing th... | Chris Lattner | 2004-11-23 | 1 | -4/+6 | 
| * | Fix Shootout-C++/wc, which was broken by my recent changes to emit fewer | Nate Begeman | 2004-11-21 | 1 | -5/+6 | 
| * | Eliminate another 6k register copies that the register allocator would just | Nate Begeman | 2004-11-19 | 1 | -8/+14 | 
| * | Generate fewer reg-reg copies for the register allocator to deal with. | Nate Begeman | 2004-11-19 | 1 | -64/+39 | 
| * | Eliminate another common source of moves that the register allocator | Nate Begeman | 2004-11-18 | 1 | -5/+4 | 
| * | When accessing the base register for global variables, use the register | Nate Begeman | 2004-11-18 | 1 | -19/+13 | 
| * | Clean up and fix cast codegen by removing cases that are handled elsewhere, | Nate Begeman | 2004-11-18 | 1 | -19/+8 | 
| * | Put int the getReg cast optimization from x86 so that we generate fewer | Nate Begeman | 2004-11-08 | 1 | -0/+8 | 
| * | Disable bogus cast elimination when the cast is used by a setcc instruction. | Nate Begeman | 2004-11-07 | 1 | -4/+4 | 
| * | Thanks to sabre for pointing out that we were incorrectly codegen'ing | Nate Begeman | 2004-11-04 | 1 | -1/+4 | 
| * | Fix treecc.  Also fix a latent bug in emitBinaryConstOperation that would | Nate Begeman | 2004-10-26 | 1 | -64/+46 | 
| * | Implement more complete and correct codegen for bitfield inserts, as tested | Nate Begeman | 2004-10-24 | 1 | -89/+236 | 
| * | Kill casts from integer types to unsigned byte, when the cast was only used | Nate Begeman | 2004-10-23 | 1 | -0/+13 | 
| * | Adjust to changes in Makefile.rules | Reid Spencer | 2004-10-22 | 1 | -1/+1 | 
| * | Don't clear or sign extend bool->int.  This fires a few dozen times on the te... | Nate Begeman | 2004-10-20 | 1 | -0/+17 | 
| * | Implement bitfield insert by recognizing the following pattern: | Nate Begeman | 2004-10-17 | 1 | -5/+111 | 
| * | Finally fix one of the oldest FIXMEs in the PowerPC backend: correctly | Nate Begeman | 2004-10-16 | 1 | -10/+8 | 
| * | ADd support for undef and unreachable | Chris Lattner | 2004-10-16 | 1 | -4/+8 | 
| * | Better codegen of binary integer ops with 32 bit immediate operands. | Nate Begeman | 2004-10-15 | 1 | -2/+22 | 
| * | Implement logical and with an immediate that consists of a contiguous block | Nate Begeman | 2004-10-08 | 1 | -5/+69 | 
| * | Several fixes and enhancements to the PPC32 backend. | Nate Begeman | 2004-10-07 | 1 | -143/+127 | 
| * | Correct some typeos | Chris Lattner | 2004-10-06 | 1 | -3/+3 | 
| * | Turning on fsel code gen now that we can do so would be good. | Nate Begeman | 2004-10-06 | 1 | -11/+10 | 
| * | Implement floating point select for lt, gt, le, ge using the powerpc fsel | Nate Begeman | 2004-10-06 | 1 | -25/+113 | 
| * | Generate better code by being far less clever when it comes to the select ins... | Nate Begeman | 2004-09-29 | 1 | -7/+17 | 
| * | improve Type::BoolTy codegen by eliminating unnecessary clears and sign extends | Nate Begeman | 2004-09-29 | 1 | -1/+8 | 
| * | To go along with sabre's improved InstCombining, improve recognition of | Nate Begeman | 2004-09-29 | 1 | -21/+9 | 
| * | Correct some BuildMI arguments for the upcoming simple scheduler | Nate Begeman | 2004-09-27 | 1 | -1/+1 | 
| * | Fix the last of the major PPC GEP folding deficiencies.  This will allow | Nate Begeman | 2004-09-23 | 1 | -178/+163 | 
| * | add optimized code sequences for setcc x, 0 | Nate Begeman | 2004-09-22 | 1 | -5/+92 | 
| * | s/ISel/PPC32ISel/ to have unique class names for debugging via gdb because the | Misha Brukman | 2004-09-21 | 1 | -87/+90 | 
| * | All PPC instructions are now auto-printed | Nate Begeman | 2004-09-04 | 1 | -3/+4 | 
| * | Convert remaining X-Form and Pseudo instructions over to asm writer | Nate Begeman | 2004-09-02 | 1 | -2/+2 | 
| * | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -2/+2 | 
| * | Implement the following missing functionality in the PPC backend: | Nate Begeman | 2004-08-29 | 1 | -44/+135 | 
| * | Kill a majority of unnecessary sign extensions for byte loads | Nate Begeman | 2004-08-22 | 1 | -12/+30 | 
| * | Back out branchless SetCC code.  While it helped a lot in some cases, it | Nate Begeman | 2004-08-21 | 1 | -188/+25 | 
| * | Implement code to convert SetCC into straight line code where appropriate.  A... | Nate Begeman | 2004-08-20 | 1 | -22/+169 |