1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-27 22:12:47 +01:00
Go to file
Vikram S. Adve 9d7346bbf9 More important fixes:
-- FP argument to a function with no prototype going on stack
   was not being copied to the stack in colorCallArgs().
-- Put caller-saving code *before* argument copying code so that
   we don't trash a register before saving it!
-- Two other minor fixes.

llvm-svn: 2855
2002-07-10 21:36:00 +00:00
docs Cleanup 2002-06-28 22:06:39 +00:00
include Put caller-saving code *before* argument copying code! 2002-07-10 21:30:17 +00:00
lib More important fixes: 2002-07-10 21:36:00 +00:00
runtime Allow libraries to specify other libraries to link to 2002-05-20 21:45:44 +00:00
support/lib/Support changes to make it compatible with 64bit gcc 2002-06-25 20:55:50 +00:00
test Add a new testcase. It actually is not infinite looping. It just takes 2002-07-09 19:58:06 +00:00
tools Disabling reassociate pass until it is fixed. 2002-07-09 19:53:09 +00:00
utils Change script to not even look in test/ directory, significantly speeding it up 2002-05-07 18:42:09 +00:00
cvsupdate Merge Chris's script with the one already checked in 2002-04-29 19:11:01 +00:00
getsomesrcs.sh Filter out noncore stuff 2001-07-25 22:46:22 +00:00
getsrcs.sh Change script to not even look in test/ directory, significantly speeding it up 2002-05-07 18:42:09 +00:00
Makefile Initial revision 2001-06-06 20:29:01 +00:00
Makefile.common Add makefile-mode flag for emacs. 2002-07-09 12:04:21 +00:00
Makefile.rules Add makefile-mode flag for emacs. 2002-07-09 12:04:21 +00:00