Age | Commit message (Expand) | Author |
2004-11-23 | Simplify code a bit | Chris Lattner |
2004-11-23 | LA is really addi. Be consistent with operand ordering to avoid confusing th... | Chris Lattner |
2004-11-21 | Fix Shootout-C++/wc, which was broken by my recent changes to emit fewer | Nate Begeman |
2004-11-19 | Eliminate another 6k register copies that the register allocator would just | Nate Begeman |
2004-11-19 | Generate fewer reg-reg copies for the register allocator to deal with. | Nate Begeman |
2004-11-18 | Eliminate another common source of moves that the register allocator | Nate Begeman |
2004-11-18 | When accessing the base register for global variables, use the register | Nate Begeman |
2004-11-18 | Clean up and fix cast codegen by removing cases that are handled elsewhere, | Nate Begeman |
2004-11-08 | Put int the getReg cast optimization from x86 so that we generate fewer | Nate Begeman |
2004-11-07 | Disable bogus cast elimination when the cast is used by a setcc instruction. | Nate Begeman |
2004-11-04 | Thanks to sabre for pointing out that we were incorrectly codegen'ing | Nate Begeman |
2004-10-26 | Fix treecc. Also fix a latent bug in emitBinaryConstOperation that would | Nate Begeman |
2004-10-24 | Implement more complete and correct codegen for bitfield inserts, as tested | Nate Begeman |
2004-10-23 | Kill casts from integer types to unsigned byte, when the cast was only used | Nate Begeman |
2004-10-22 | Adjust to changes in Makefile.rules | Reid Spencer |
2004-10-20 | Don't clear or sign extend bool->int. This fires a few dozen times on the te... | Nate Begeman |
2004-10-17 | Implement bitfield insert by recognizing the following pattern: | Nate Begeman |
2004-10-16 | Finally fix one of the oldest FIXMEs in the PowerPC backend: correctly | Nate Begeman |
2004-10-16 | ADd support for undef and unreachable | Chris Lattner |
2004-10-15 | Better codegen of binary integer ops with 32 bit immediate operands. | Nate Begeman |
2004-10-08 | Implement logical and with an immediate that consists of a contiguous block | Nate Begeman |
2004-10-07 | Several fixes and enhancements to the PPC32 backend. | Nate Begeman |
2004-10-06 | Correct some typeos | Chris Lattner |
2004-10-06 | Turning on fsel code gen now that we can do so would be good. | Nate Begeman |
2004-10-06 | Implement floating point select for lt, gt, le, ge using the powerpc fsel | Nate Begeman |
2004-09-29 | Generate better code by being far less clever when it comes to the select ins... | Nate Begeman |
2004-09-29 | improve Type::BoolTy codegen by eliminating unnecessary clears and sign extends | Nate Begeman |
2004-09-29 | To go along with sabre's improved InstCombining, improve recognition of | Nate Begeman |
2004-09-27 | Correct some BuildMI arguments for the upcoming simple scheduler | Nate Begeman |
2004-09-23 | Fix the last of the major PPC GEP folding deficiencies. This will allow | Nate Begeman |
2004-09-22 | add optimized code sequences for setcc x, 0 | Nate Begeman |
2004-09-21 | s/ISel/PPC32ISel/ to have unique class names for debugging via gdb because the | Misha Brukman |
2004-09-04 | All PPC instructions are now auto-printed | Nate Begeman |
2004-09-02 | Convert remaining X-Form and Pseudo instructions over to asm writer | Nate Begeman |
2004-09-01 | Changes For Bug 352 | Reid Spencer |
2004-08-29 | Implement the following missing functionality in the PPC backend: | Nate Begeman |
2004-08-22 | Kill a majority of unnecessary sign extensions for byte loads | Nate Begeman |
2004-08-21 | Back out branchless SetCC code. While it helped a lot in some cases, it | Nate Begeman |
2004-08-20 | Implement code to convert SetCC into straight line code where appropriate. A... | Nate Begeman |
2004-08-19 | This PHI has 4 additional operands, not 2. | Misha Brukman |
2004-08-19 | Convert casts that will have no effect into move instructions. | Nate Begeman |
2004-08-19 | Clean up floating point instruction selection. | Nate Begeman |
2004-08-17 | Re-fix hiding the Frame Pointer from the register allocator in functions | Nate Begeman |
2004-08-17 | PowerPC 32-/64-bit split: Part I, PPC32* bit files, adapted from former PowerPC* | Misha Brukman |
2004-08-16 | Fix mismatched adjust down/up of SP in functions that contain variable | Nate Begeman |
2004-08-15 | Fix float to int codepath by always allocating 8 bytes for the target of a do... | Nate Begeman |
2004-08-14 | Fix handling of FP constants with single precision, and loading of internal l... | Nate Begeman |
2004-08-13 | Fix siod by switching BoolTy to byte rather than int until CFE changes for | Nate Begeman |
2004-08-13 | Fix 177.mesa compilation, don't use floating point regs for base addresses! | Nate Begeman |
2004-08-13 | Fix llc crasher compiling siod by giving BuildMI the correct number of arguments | Nate Begeman |