| Commit message (Expand) | Author | Age | Files | Lines |
* | Move lower intrinsics before FP constant emission, in case | Chris Lattner | 2004-12-05 | 2 | -4/+14 |
* | Fix test/Regression/CodeGen/CBackend/2004-12-03-ExternStatics.ll and | Chris Lattner | 2004-12-03 | 2 | -2/+8 |
* | This code rotted - change it to call abort() until someone wants | Brian Gaeke | 2004-12-03 | 2 | -52/+4 |
* | When writing kernel, save the branches til the end. They are still put in the... | Tanya Lattner | 2004-12-03 | 1 | -5/+17 |
* | Fix a regression caused by the previous patch | Chris Lattner | 2004-12-03 | 1 | -2/+4 |
* | The stripping pass as we know it is about to disappear | Chris Lattner | 2004-12-02 | 1 | -9/+1 |
* | Reverting revision 1.209. | John Criswell | 2004-12-02 | 2 | -2/+2 |
* | Spill/restore X86 floating point stack registers with 64-bits of precision | Chris Lattner | 2004-12-02 | 2 | -6/+13 |
* | Consider 64-bit registers to be FP as well. | Chris Lattner | 2004-12-02 | 1 | -1/+3 |
* | Reworked branch adding in prologue. Added check for infinite loops which are ... | Tanya Lattner | 2004-12-02 | 3 | -39/+46 |
* | Reverting this patch: | Tanya Lattner | 2004-12-01 | 1 | -15/+36 |
* | Initial support for packed types, contributed by Morten Ofstad | Chris Lattner | 2004-12-01 | 1 | -0/+7 |
* | Do not let GCC emit a warning for INT64_MIN | Chris Lattner | 2004-11-30 | 2 | -4/+10 |
* | Sparcs behave better if we use <alloca.h> and avoid messing with __builtin_al... | Brian Gaeke | 2004-11-30 | 2 | -2/+2 |
* | Update list of failing benchmarks. | Brian Gaeke | 2004-11-30 | 2 | -2/+2 |
* | If we're about to emit something like: | Brian Gaeke | 2004-11-30 | 2 | -26/+50 |
* | 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 extraneous namespacification. In particular, don't define llvm::llvm:... | Chris Lattner | 2004-11-30 | 1 | -11/+9 |
* | Revamp long/ulong comparisons to use a much more efficient sequence (thanks | Chris Lattner | 2004-11-29 | 1 | -36/+15 |
* | Reworked branching so we don't handle BAs specially. It just updates the bran... | Tanya Lattner | 2004-11-29 | 2 | -139/+97 |
* | Fixed bug where instructions in the kernel were not ordered right to preserve... | Tanya Lattner | 2004-11-28 | 4 | -7/+32 |
* | The LLVM bool type shall have 1 byte alignment on PPC. | Chris Lattner | 2004-11-28 | 1 | -2/+2 |
* | Remove the ISel->AsmPrinter link via the TargetMachine that was put in | Nate Begeman | 2004-11-27 | 3 | -24/+2 |
* | There is no reason to store <x,x>, just store <x>. | Chris Lattner | 2004-11-26 | 1 | -5/+3 |
* | Enable optimization suggested by Chris Lattner to not emit reloc stubs for | Nate Begeman | 2004-11-25 | 3 | -21/+18 |
* | Fix the build on non ppc machines | Chris Lattner | 2004-11-25 | 1 | -0/+5 |
* | The JIT works enough | Chris Lattner | 2004-11-25 | 1 | -1/+0 |
* | Fix encoding of fsel, fixing olden/power, McCat/bisort and several others. | Chris Lattner | 2004-11-25 | 1 | -1/+1 |
* | Fix encoding of fneg instruction | Chris Lattner | 2004-11-25 | 1 | -1/+1 |
* | Fix encoding of swari, fixing several programs, including Olden/mst | Chris Lattner | 2004-11-25 | 1 | -1/+1 |
* | There is not a 1-1 mappign between llvm blocks and PPC blocks, do not use | Chris Lattner | 2004-11-25 | 1 | -5/+4 |
* | * Rename existing relocations to be more specific | Chris Lattner | 2004-11-24 | 3 | -18/+65 |
* | Add the same optimization that we do loading from fixed alloca slots to | Nate Begeman | 2004-11-24 | 1 | -0/+12 |
* | Write CompilationCallback as an explicit assembly stub to avoid getting GCC's | Chris Lattner | 2004-11-24 | 1 | -20/+35 |
* | When rewriting the original call instruction, make sure to rewrite it to | Chris Lattner | 2004-11-24 | 1 | -4/+5 |
* | Force the intregs ptr into R2 and the FPregs ptr into R3. This fixes a really | Chris Lattner | 2004-11-24 | 1 | -4/+8 |
* | Update list of failing benchmarks. | Brian Gaeke | 2004-11-24 | 2 | -2/+0 |
* | Fix bug in emitGEPOperation with large struct-member offsets. | Brian Gaeke | 2004-11-24 | 2 | -4/+24 |
* | Fix a few more tests by encoding the extsb and other XForm11 instructions | Chris Lattner | 2004-11-24 | 1 | -12/+19 |
* | Fix the encoding of ORi and other DForm4 instructions. This brings us to | Chris Lattner | 2004-11-24 | 1 | -1/+9 |
* | Loads are relocatable too | Chris Lattner | 2004-11-24 | 1 | -1/+2 |
* | Calls do not need a MovPCtoLR instruction | Chris Lattner | 2004-11-24 | 1 | -3/+6 |
* | Get constant pools working. This fixes even more programs, allowing us to | Chris Lattner | 2004-11-24 | 1 | -10/+10 |
* | Forced branches to be first to be scheduled. | Tanya Lattner | 2004-11-24 | 2 | -71/+105 |
* | Rewrite branches more closely to correct. This makes more stuff pass, and | Chris Lattner | 2004-11-24 | 1 | -20/+15 |
* | Branch instructions explicitly represent CRx in them. bEcause of this, encode | Chris Lattner | 2004-11-24 | 1 | -4/+6 |
* | Fix encoding of bctrl, and remove some unused instructions | Nate Begeman | 2004-11-24 | 1 | -5/+2 |