Age | Commit message (Expand) | Author |
2004-11-19 | Fix grammar | Misha Brukman |
2004-11-19 | Add protoypes for 64-bit long/ulong div, mul, and rem functions | Misha Brukman |
2004-11-19 | Handle GhostLinkage case for completeness (should not be seen by the asm writer) | Misha Brukman |
2004-11-19 | Add VANext and VAArg stubs. | Brian Gaeke |
2004-11-19 | Implement va_start. | Brian Gaeke |
2004-11-19 | First part of varargs support: getting all varargs which could possibly | Brian Gaeke |
2004-11-19 | va_end can safely be codegen'd to nothing on v8. | Brian Gaeke |
2004-11-19 | A very sorry stub implementation of varargs intrinsics... | Brian Gaeke |
2004-11-19 | Update list of expected test failures. | Brian Gaeke |
2004-11-19 | Fix bug in casting to long/ulong. | Brian Gaeke |
2004-11-18 | Rewrite LoadArgumentsToVirtualRegs, making it match almost exactly how | Brian Gaeke |
2004-11-18 | Update current expected failures list - expand it to include all of | Brian Gaeke |
2004-11-18 | Allocate fewer registers and tighten up alignment restrictions. | Brian Gaeke |
2004-11-17 | Update to-do list. | Brian Gaeke |
2004-11-17 | Update list of failing SingleSource Benchmarks | Brian Gaeke |
2004-11-17 | We were (somehow) getting the wrong branch opcode for setcc float instrs. | Brian Gaeke |
2004-11-16 | Update list of failing benchmarks | Brian Gaeke |
2004-11-16 | Correct the implicit-defs information for indirect and direct calls. | Brian Gaeke |
2004-11-15 | Update list of failing Benchmarks. | Brian Gaeke |
2004-11-15 | Expand Defs to encompass all the possibly-call-clobbered regs. | Brian Gaeke |
2004-11-14 | Fix problem with insertion point for ADJCALLSTACKDOWN. | Brian Gaeke |
2004-11-14 | Update lists of failing unit tests. | Brian Gaeke |
2004-11-14 | Fix NotTest - round up extraStack to the nearest doubleword, if it is | Brian Gaeke |
2004-11-14 | Update failing Benchmarks; point out that I'm skipping Shootout-C++. | Brian Gaeke |
2004-11-14 | Update expected UnitTests failures. | Brian Gaeke |
2004-11-14 | Rewrite outgoing arg handling to handle more weird corner cases. | Brian Gaeke |
2004-11-14 | Support UndefValue emission. | Brian Gaeke |
2004-11-04 | Handle "call" operands of type long/ulong passed in registers. | Brian Gaeke |
2004-10-29 | Change name of target lib to conform to new naming scheme. | Brian Gaeke |
2004-10-29 | Remove dependency on MRegisterInfo::getRegClass | Brian Gaeke |
2004-10-22 | Adjust rules for building .inc files due to Reid's changes of Makefile.rules | Misha Brukman |
2004-10-19 | * Add baseline structural JIT code, but disable the JIT to allow llvm-gcc builds | Misha Brukman |
2004-10-17 | Add support for unreachable and undef | Chris Lattner |
2004-10-14 | The field is called `imm22', not simply `imm' | Misha Brukman |
2004-10-14 | Synthetic instructions RET and RETL need to have all 3 parameters specified | Misha Brukman |
2004-10-14 | Class F2_1 already inherits the imm22 field from class F2 | Misha Brukman |
2004-10-14 | Generate the SparcV8 code emitter from .td files | Misha Brukman |
2004-10-14 | * In the F3_1 class, default asi to 0 because it's not currently used | Misha Brukman |
2004-10-14 | Add FSTOI, FDTOI (fp to integer cast) instructions. | Brian Gaeke |
2004-10-14 | Rewrite emitCastOperation, refactoring parts of it into emitIntegerCast, and | Brian Gaeke |
2004-10-14 | Add list of libc procedures we'll use, at some point. | Brian Gaeke |
2004-10-10 | Fix assertion failure when calling or returning from a function which | Brian Gaeke |
2004-10-10 | Implement eliminateCallFramePseudoInstr(). | Brian Gaeke |
2004-10-10 | Model calls as *both* using *and* killing O0..O5, because callees use the | Brian Gaeke |
2004-10-10 | Fix whitespace and wrap some long lines. | Brian Gaeke |
2004-10-09 | update according to tonight's info | Brian Gaeke |
2004-10-09 | Implement getModuleMatchQuality and getJITMatchQuality so that v8 will be the | Brian Gaeke |
2004-09-30 | I think this will handle double args. | Brian Gaeke |
2004-09-30 | Mark the instructions that have delay slots with the hasDelaySlot flag. | Brian Gaeke |
2004-09-30 | Use TargetMachine::hasDelaySlot() instead of our old switch statement | Brian Gaeke |