| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bug in casting to long/ulong. | Brian Gaeke | 2004-11-19 | 2 | -22/+54 |
* | 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 |
* | Fixed to fit in 80 columns. | Tanya Lattner | 2004-11-18 | 1 | -1/+2 |
* | Adding option to llc for ModuloScheduling. By default it is turned off. | Tanya Lattner | 2004-11-18 | 1 | -2/+13 |
* | Rewrite LoadArgumentsToVirtualRegs, making it match almost exactly how | Brian Gaeke | 2004-11-18 | 2 | -140/+180 |
* | Update current expected failures list - expand it to include all of | Brian Gaeke | 2004-11-18 | 2 | -20/+44 |
* | 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 |
* | Allocate fewer registers and tighten up alignment restrictions. | Brian Gaeke | 2004-11-18 | 4 | -10/+24 |
* | Update to-do list. | Brian Gaeke | 2004-11-17 | 2 | -2/+0 |
* | Update list of failing SingleSource Benchmarks | Brian Gaeke | 2004-11-17 | 2 | -2/+2 |
* | We were (somehow) getting the wrong branch opcode for setcc float instrs. | Brian Gaeke | 2004-11-17 | 2 | -4/+4 |
* | Added my own defMap. Only saving values that are not loop invariant. Fixed a ... | Tanya Lattner | 2004-11-16 | 2 | -44/+63 |
* | Fix a major bug in the signed shr code, which apparently only breaks 134.perl! | Chris Lattner | 2004-11-16 | 2 | -2/+3 |
* | Update list of failing benchmarks | Brian Gaeke | 2004-11-16 | 2 | -2/+2 |
* | Correct the implicit-defs information for indirect and direct calls. | Brian Gaeke | 2004-11-16 | 2 | -8/+20 |
* | Simplify namespaces | Chris Lattner | 2004-11-16 | 2 | -8/+2 |
* | Remove a dead function, which died when we got GAS emission working (phwew, | Chris Lattner | 2004-11-16 | 2 | -16/+0 |
* | Implement a simple FIXME: if we are emitting a basic block address that has | Chris Lattner | 2004-11-16 | 1 | -3/+13 |
* | * Merge some win32 ifdefs together | Chris Lattner | 2004-11-16 | 1 | -22/+17 |
* | Add debug-only=jit printout, so we see when lazily resolved symbols are | Chris Lattner | 2004-11-15 | 1 | -0/+2 |
* | Simplify and rearrange long shift code | Chris Lattner | 2004-11-15 | 1 | -12/+17 |
* | Add BCTR and LWZU instruction opcodes | Misha Brukman | 2004-11-15 | 1 | -2/+7 |
* | Update list of failing Benchmarks. | Brian Gaeke | 2004-11-15 | 2 | -2/+2 |
* | Expand Defs to encompass all the possibly-call-clobbered regs. | Brian Gaeke | 2004-11-15 | 2 | -2/+4 |
* | GhostLinkage should not reach asm printing stage | Misha Brukman | 2004-11-14 | 1 | -0/+3 |
* | Handle GhostLinkage (should not ever reach the assembly printing stage!) | Misha Brukman | 2004-11-14 | 1 | -0/+3 |
* | Fix build on Linux/PowerPC64 using SuSE GCC (#undef PPC) | Misha Brukman | 2004-11-14 | 1 | -0/+3 |
* | Fix problem with insertion point for ADJCALLSTACKDOWN. | Brian Gaeke | 2004-11-14 | 2 | -4/+2 |
* | Update lists of failing unit tests. | Brian Gaeke | 2004-11-14 | 2 | -8/+10 |
* | Fix NotTest - round up extraStack to the nearest doubleword, if it is | Brian Gaeke | 2004-11-14 | 4 | -2/+6 |
* | Update failing Benchmarks; point out that I'm skipping Shootout-C++. | Brian Gaeke | 2004-11-14 | 2 | -4/+4 |
* | Update expected UnitTests failures. | Brian Gaeke | 2004-11-14 | 2 | -12/+4 |
* | Rewrite outgoing arg handling to handle more weird corner cases. | Brian Gaeke | 2004-11-14 | 2 | -80/+134 |
* | Support UndefValue emission. | Brian Gaeke | 2004-11-14 | 2 | -2/+10 |
* | Don't print unneeded labels | Chris Lattner | 2004-11-13 | 1 | -5/+7 |
* | Hack around stupidity in GCC, fixing Burg with the CBE and | Chris Lattner | 2004-11-13 | 2 | -18/+112 |
* | shld is a very high latency operation. Instead of emitting it for shifts of | Chris Lattner | 2004-11-13 | 1 | -14/+52 |
* | Add missing check | Chris Lattner | 2004-11-13 | 1 | -1/+1 |
* | Compile: | Chris Lattner | 2004-11-13 | 1 | -4/+14 |
* | Correct the name of stosd for the AT&T syntax: | John Criswell | 2004-11-10 | 1 | -1/+1 |
* | Allow hbd to be bugpointable on darwin by fixing common and linkonce codegen | Nate Begeman | 2004-11-09 | 1 | -3/+4 |
* | Put int the getReg cast optimization from x86 so that we generate fewer | Nate Begeman | 2004-11-08 | 2 | -0/+10 |
* | Disable bogus cast elimination when the cast is used by a setcc instruction. | Nate Begeman | 2004-11-07 | 1 | -4/+4 |
* | Decompose* is V9 specific, make it internal | Chris Lattner | 2004-11-07 | 2 | -1/+15 |
* | Move this file from lib/Transforms/Scalar | Chris Lattner | 2004-11-07 | 1 | -0/+136 |
* | Fix compilation problem; make the cast and the LHS be the same type. | John Criswell | 2004-11-05 | 1 | -1/+1 |
* | Quiet VC++ warnings | Chris Lattner | 2004-11-05 | 1 | -2/+2 |