Age | Commit message (Expand) | Author |
2004-12-02 | Reworked branch adding in prologue. Added check for infinite loops which are ... | Tanya Lattner |
2004-12-01 | Reverting this patch: | Tanya Lattner |
2004-12-01 | Initial support for packed types, contributed by Morten Ofstad | Chris Lattner |
2004-11-30 | Do not let GCC emit a warning for INT64_MIN | Chris Lattner |
2004-11-30 | Sparcs behave better if we use <alloca.h> and avoid messing with __builtin_al... | Brian Gaeke |
2004-11-30 | Update list of failing benchmarks. | Brian Gaeke |
2004-11-30 | If we're about to emit something like: | Brian Gaeke |
2004-11-30 | Fix several bugs in 'op x, imm' handling. Foremost is that we now emit | Chris Lattner |
2004-11-30 | Fix CodeGen/PowerPC/2004-11-30-shr-var-crash.ll | Chris Lattner |
2004-11-30 | Fix test/Regression/CodeGen/PowerPC/2004-11-29-ShrCrash.ll | Chris Lattner |
2004-11-30 | Fix test/Regression/CodeGen/PowerPC/2004-11-30-shift-crash.ll | Chris Lattner |
2004-11-30 | Remove extraneous namespacification. In particular, don't define llvm::llvm:... | Chris Lattner |
2004-11-29 | Revamp long/ulong comparisons to use a much more efficient sequence (thanks | Chris Lattner |
2004-11-29 | Reworked branching so we don't handle BAs specially. It just updates the bran... | Tanya Lattner |
2004-11-28 | Fixed bug where instructions in the kernel were not ordered right to preserve... | Tanya Lattner |
2004-11-28 | The LLVM bool type shall have 1 byte alignment on PPC. | Chris Lattner |
2004-11-27 | Remove the ISel->AsmPrinter link via the TargetMachine that was put in | Nate Begeman |
2004-11-26 | There is no reason to store <x,x>, just store <x>. | Chris Lattner |
2004-11-25 | Enable optimization suggested by Chris Lattner to not emit reloc stubs for | Nate Begeman |
2004-11-25 | Fix the build on non ppc machines | Chris Lattner |
2004-11-25 | The JIT works enough | Chris Lattner |
2004-11-25 | Fix encoding of fsel, fixing olden/power, McCat/bisort and several others. | Chris Lattner |
2004-11-25 | Fix encoding of fneg instruction | Chris Lattner |
2004-11-25 | Fix encoding of swari, fixing several programs, including Olden/mst | Chris Lattner |
2004-11-25 | There is not a 1-1 mappign between llvm blocks and PPC blocks, do not use | Chris Lattner |
2004-11-24 | * Rename existing relocations to be more specific | Chris Lattner |
2004-11-24 | Add the same optimization that we do loading from fixed alloca slots to | Nate Begeman |
2004-11-24 | Write CompilationCallback as an explicit assembly stub to avoid getting GCC's | Chris Lattner |
2004-11-24 | When rewriting the original call instruction, make sure to rewrite it to | Chris Lattner |
2004-11-24 | Force the intregs ptr into R2 and the FPregs ptr into R3. This fixes a really | Chris Lattner |
2004-11-24 | Update list of failing benchmarks. | Brian Gaeke |
2004-11-24 | Fix bug in emitGEPOperation with large struct-member offsets. | Brian Gaeke |
2004-11-24 | Fix a few more tests by encoding the extsb and other XForm11 instructions | Chris Lattner |
2004-11-24 | Fix the encoding of ORi and other DForm4 instructions. This brings us to | Chris Lattner |
2004-11-24 | Loads are relocatable too | Chris Lattner |
2004-11-24 | Calls do not need a MovPCtoLR instruction | Chris Lattner |
2004-11-24 | Get constant pools working. This fixes even more programs, allowing us to | Chris Lattner |
2004-11-24 | Forced branches to be first to be scheduled. | Tanya Lattner |
2004-11-24 | Rewrite branches more closely to correct. This makes more stuff pass, and | Chris Lattner |
2004-11-24 | Branch instructions explicitly represent CRx in them. bEcause of this, encode | Chris Lattner |
2004-11-24 | Fix encoding of bctrl, and remove some unused instructions | Nate Begeman |
2004-11-23 | Fix encoding of blr and bctr | Chris Lattner |
2004-11-23 | Use the correct register class as a constaint to gcc's inline assembly, so | Nate Begeman |
2004-11-23 | Save/Restore arg regs and nonvolatile regs the compiler might use during | Nate Begeman |
2004-11-23 | Fix the encoding of OR, AND and many other instructions | Chris Lattner |
2004-11-23 | Support shr long/ulong. | Brian Gaeke |
2004-11-23 | Support printing ConstantAggregateZeros. | Brian Gaeke |
2004-11-23 | Update failing SingleSource test-case list. | Brian Gaeke |
2004-11-23 | Remove argtype and argcount magic, which was used by the old asmprinter. | Chris Lattner |
2004-11-23 | Get rid of flags that are dead | Chris Lattner |