1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00
Go to file
Vikram S. Adve 34b17e8a37 1. Add a bottom-up pass on BURG trees that is used to fix constant operands.
Needs to be bottom up because constant values may be forward-substituted
   to their uses (i.e., into the parent in the BURG tree).
2. Move most of the constant-fixup code into machine-indepedent file
   InstrSelectionSupport.cpp.

llvm-svn: 859
2001-10-17 23:57:50 +00:00
docs Update todo's 2001-10-13 06:09:34 +00:00
include Remove extra assert in dyn_cast_or_null. 2001-10-17 22:39:50 +00:00
lib 1. Add a bottom-up pass on BURG trees that is used to fix constant operands. 2001-10-17 23:57:50 +00:00
support/lib/Support Add StringList support 2001-10-13 06:53:19 +00:00
test Disable codgen test for calltest.ll. 2001-10-17 20:14:34 +00:00
tools ConcretePass should not be a templated class! 2001-10-15 17:47:13 +00:00
utils
getsomesrcs.sh
getsrcs.sh
Makefile
Makefile.common Allow only extra Source files to be listed in a local Makefile. 2001-10-17 12:33:55 +00:00
Makefile.rules Allow only extra Source files to be listed in a local Makefile. 2001-10-17 12:33:55 +00:00