index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
Sparc
Age
Commit message (
Expand
)
Author
2004-12-03
This code rotted - change it to call abort() until someone wants
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-24
Update list of failing benchmarks.
Brian Gaeke
2004-11-24
Fix bug in emitGEPOperation with large struct-member offsets.
Brian Gaeke
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
pseudocode for 64-bit lshr.
Brian Gaeke
2004-11-23
Add more known-failing tests.
Brian Gaeke
2004-11-23
Add the rest of the logical instructions.
Brian Gaeke
2004-11-22
Add stub method for long shift codegen.
Brian Gaeke
2004-11-22
Update to-do list.
Brian Gaeke
2004-11-21
Implement setcc on longs.
Brian Gaeke
2004-11-21
Add all the rest of the ADD and SUB variants, some of which are important for
Brian Gaeke
2004-11-21
Support add, sub, mul, div, rem on longs/ulongs (latter 3 by emitting libcalls).
Brian Gaeke
2004-11-21
Update to-do list.
Brian Gaeke
2004-11-21
Fix extraStack calculation -- I think in fact it might be getting a bit *too*
Brian Gaeke
2004-11-21
Update list of failing benchmarks & to-do list.
Brian Gaeke
2004-11-20
Support most cases of vaarg (except double).
Brian Gaeke
2004-11-20
Update failing test cases & to-do list.
Brian Gaeke
2004-11-20
Implement vacopy and vanext.
Brian Gaeke
2004-11-20
Revert the patch that adds Function* for each 64-bit libc div/mul/rem that we
Misha Brukman
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
[prev]
[next]