aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Sparc
AgeCommit message (Expand)Author
2004-12-03This code rotted - change it to call abort() until someone wantsBrian Gaeke
2004-11-30Update list of failing benchmarks.Brian Gaeke
2004-11-30If we're about to emit something like:Brian Gaeke
2004-11-24Update list of failing benchmarks.Brian Gaeke
2004-11-24Fix bug in emitGEPOperation with large struct-member offsets.Brian Gaeke
2004-11-23Support shr long/ulong.Brian Gaeke
2004-11-23Support printing ConstantAggregateZeros.Brian Gaeke
2004-11-23Update failing SingleSource test-case list.Brian Gaeke
2004-11-23pseudocode for 64-bit lshr.Brian Gaeke
2004-11-23Add more known-failing tests.Brian Gaeke
2004-11-23Add the rest of the logical instructions.Brian Gaeke
2004-11-22Add stub method for long shift codegen.Brian Gaeke
2004-11-22Update to-do list.Brian Gaeke
2004-11-21Implement setcc on longs.Brian Gaeke
2004-11-21Add all the rest of the ADD and SUB variants, some of which are important forBrian Gaeke
2004-11-21Support add, sub, mul, div, rem on longs/ulongs (latter 3 by emitting libcalls).Brian Gaeke
2004-11-21Update to-do list.Brian Gaeke
2004-11-21Fix extraStack calculation -- I think in fact it might be getting a bit *too*Brian Gaeke
2004-11-21Update list of failing benchmarks & to-do list.Brian Gaeke
2004-11-20Support most cases of vaarg (except double).Brian Gaeke
2004-11-20Update failing test cases & to-do list.Brian Gaeke
2004-11-20Implement vacopy and vanext.Brian Gaeke
2004-11-20Revert the patch that adds Function* for each 64-bit libc div/mul/rem that weMisha Brukman
2004-11-19Fix grammarMisha Brukman
2004-11-19Add protoypes for 64-bit long/ulong div, mul, and rem functionsMisha Brukman
2004-11-19Handle GhostLinkage case for completeness (should not be seen by the asm writer)Misha Brukman
2004-11-19Add VANext and VAArg stubs.Brian Gaeke
2004-11-19Implement va_start.Brian Gaeke
2004-11-19First part of varargs support: getting all varargs which could possiblyBrian Gaeke
2004-11-19va_end can safely be codegen'd to nothing on v8.Brian Gaeke
2004-11-19A very sorry stub implementation of varargs intrinsics...Brian Gaeke
2004-11-19Update list of expected test failures.Brian Gaeke
2004-11-19Fix bug in casting to long/ulong.Brian Gaeke
2004-11-18Rewrite LoadArgumentsToVirtualRegs, making it match almost exactly howBrian Gaeke
2004-11-18Update current expected failures list - expand it to include all ofBrian Gaeke
2004-11-18Allocate fewer registers and tighten up alignment restrictions.Brian Gaeke
2004-11-17Update to-do list.Brian Gaeke
2004-11-17Update list of failing SingleSource BenchmarksBrian Gaeke
2004-11-17We were (somehow) getting the wrong branch opcode for setcc float instrs.Brian Gaeke
2004-11-16Update list of failing benchmarksBrian Gaeke
2004-11-16Correct the implicit-defs information for indirect and direct calls.Brian Gaeke
2004-11-15Update list of failing Benchmarks.Brian Gaeke
2004-11-15Expand Defs to encompass all the possibly-call-clobbered regs.Brian Gaeke
2004-11-14Fix problem with insertion point for ADJCALLSTACKDOWN.Brian Gaeke
2004-11-14Update lists of failing unit tests.Brian Gaeke
2004-11-14Fix NotTest - round up extraStack to the nearest doubleword, if it isBrian Gaeke
2004-11-14Update failing Benchmarks; point out that I'm skipping Shootout-C++.Brian Gaeke
2004-11-14Update expected UnitTests failures.Brian Gaeke
2004-11-14Rewrite outgoing arg handling to handle more weird corner cases.Brian Gaeke
2004-11-14Support UndefValue emission.Brian Gaeke