| Commit message (Expand) | Author | Age | Files | Lines |
* | Support shr long/ulong. | Brian Gaeke | 2004-11-23 | 1 | -51/+117 |
* | Support printing ConstantAggregateZeros. | Brian Gaeke | 2004-11-23 | 1 | -0/+5 |
* | Update failing SingleSource test-case list. | Brian Gaeke | 2004-11-23 | 1 | -10/+5 |
* | pseudocode for 64-bit lshr. | Brian Gaeke | 2004-11-23 | 1 | -1/+52 |
* | Add more known-failing tests. | Brian Gaeke | 2004-11-23 | 1 | -0/+6 |
* | Add the rest of the logical instructions. | Brian Gaeke | 2004-11-23 | 1 | -6/+24 |
* | Add stub method for long shift codegen. | Brian Gaeke | 2004-11-22 | 1 | -0/+21 |
* | Update to-do list. | Brian Gaeke | 2004-11-22 | 1 | -1/+0 |
* | Implement setcc on longs. | Brian Gaeke | 2004-11-21 | 1 | -21/+36 |
* | Add all the rest of the ADD and SUB variants, some of which are important for | Brian Gaeke | 2004-11-21 | 1 | -2/+13 |
* | Support add, sub, mul, div, rem on longs/ulongs (latter 3 by emitting libcalls). | Brian Gaeke | 2004-11-21 | 1 | -2/+65 |
* | Update to-do list. | Brian Gaeke | 2004-11-21 | 1 | -3/+2 |
* | Fix extraStack calculation -- I think in fact it might be getting a bit *too* | Brian Gaeke | 2004-11-21 | 1 | -9/+22 |
* | Update list of failing benchmarks & to-do list. | Brian Gaeke | 2004-11-21 | 1 | -6/+1 |
* | Support most cases of vaarg (except double). | Brian Gaeke | 2004-11-20 | 1 | -1/+28 |
* | Update failing test cases & to-do list. | Brian Gaeke | 2004-11-20 | 1 | -4/+3 |
* | Implement vacopy and vanext. | Brian Gaeke | 2004-11-20 | 1 | -3/+12 |
* | Revert the patch that adds Function* for each 64-bit libc div/mul/rem that we | Misha Brukman | 2004-11-20 | 1 | -23/+0 |
* | Fix grammar | Misha Brukman | 2004-11-19 | 1 | -1/+1 |
* | Add protoypes for 64-bit long/ulong div, mul, and rem functions | Misha Brukman | 2004-11-19 | 1 | -0/+23 |
* | Handle GhostLinkage case for completeness (should not be seen by the asm writer) | Misha Brukman | 2004-11-19 | 1 | -0/+3 |
* | Add VANext and VAArg stubs. | Brian Gaeke | 2004-11-19 | 1 | -1/+10 |
* | Implement va_start. | Brian Gaeke | 2004-11-19 | 1 | -2/+16 |
* | First part of varargs support: getting all varargs which could possibly | Brian Gaeke | 2004-11-19 | 1 | -1/+21 |
* | va_end can safely be codegen'd to nothing on v8. | Brian Gaeke | 2004-11-19 | 1 | -1/+2 |
* | A very sorry stub implementation of varargs intrinsics... | Brian Gaeke | 2004-11-19 | 1 | -2/+11 |
* | Update list of expected test failures. | Brian Gaeke | 2004-11-19 | 1 | -1/+0 |
* | Fix bug in casting to long/ulong. | Brian Gaeke | 2004-11-19 | 1 | -11/+27 |
* | Rewrite LoadArgumentsToVirtualRegs, making it match almost exactly how | Brian Gaeke | 2004-11-18 | 1 | -70/+90 |
* | Update current expected failures list - expand it to include all of | Brian Gaeke | 2004-11-18 | 1 | -10/+22 |
* | Allocate fewer registers and tighten up alignment restrictions. | Brian Gaeke | 2004-11-18 | 2 | -5/+12 |
* | Update to-do list. | Brian Gaeke | 2004-11-17 | 1 | -1/+0 |
* | Update list of failing SingleSource Benchmarks | Brian Gaeke | 2004-11-17 | 1 | -1/+1 |
* | We were (somehow) getting the wrong branch opcode for setcc float instrs. | Brian Gaeke | 2004-11-17 | 1 | -2/+2 |
* | Update list of failing benchmarks | Brian Gaeke | 2004-11-16 | 1 | -1/+1 |
* | Correct the implicit-defs information for indirect and direct calls. | Brian Gaeke | 2004-11-16 | 1 | -4/+10 |
* | Update list of failing Benchmarks. | Brian Gaeke | 2004-11-15 | 1 | -1/+1 |
* | Expand Defs to encompass all the possibly-call-clobbered regs. | Brian Gaeke | 2004-11-15 | 1 | -1/+2 |
* | Fix problem with insertion point for ADJCALLSTACKDOWN. | Brian Gaeke | 2004-11-14 | 1 | -2/+1 |
* | Update lists of failing unit tests. | Brian Gaeke | 2004-11-14 | 1 | -4/+5 |
* | Fix NotTest - round up extraStack to the nearest doubleword, if it is | Brian Gaeke | 2004-11-14 | 2 | -1/+3 |
* | Update failing Benchmarks; point out that I'm skipping Shootout-C++. | Brian Gaeke | 2004-11-14 | 1 | -2/+2 |
* | Update expected UnitTests failures. | Brian Gaeke | 2004-11-14 | 1 | -6/+2 |
* | Rewrite outgoing arg handling to handle more weird corner cases. | Brian Gaeke | 2004-11-14 | 1 | -40/+67 |
* | Support UndefValue emission. | Brian Gaeke | 2004-11-14 | 1 | -1/+5 |
* | Handle "call" operands of type long/ulong passed in registers. | Brian Gaeke | 2004-11-04 | 1 | -5/+11 |
* | Change name of target lib to conform to new naming scheme. | Brian Gaeke | 2004-10-29 | 1 | -1/+1 |
* | Remove dependency on MRegisterInfo::getRegClass | Brian Gaeke | 2004-10-29 | 1 | -2/+15 |
* | Adjust rules for building .inc files due to Reid's changes of Makefile.rules | Misha Brukman | 2004-10-22 | 1 | -32/+5 |
* | * Add baseline structural JIT code, but disable the JIT to allow llvm-gcc builds | Misha Brukman | 2004-10-19 | 1 | -8/+175 |