1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 02:33:06 +01:00
Go to file
Chris Lattner 8131335c27 Made the following changes:
* ValueHolder became a 3 argument template.  This allows for BasicBlock to
  use the value holder arg as a typesafe parent pointer.
* SymTabValue no longer inherits from Value
* Method does not inherit from only SymTabValue.  Now it inherits from both
  STV & Value.
* Module does not inherit from only SymTabValue.  Now it inherits from both
  STV & Value.
* Updated the SymTabValue.h file to reference SymTabValue instead of STDef
  in several places
* Added isArraySelector & isStructSelector to GetElementPtr instruction

llvm-svn: 177
2001-07-14 06:07:58 +00:00
docs Added more todo's. Don't I ever accomplish anything? 2001-07-14 06:04:27 +00:00
include/llvm Made the following changes: 2001-07-14 06:07:58 +00:00
lib Made the following changes: 2001-07-14 06:07:58 +00:00
test add coverage of newly implemented instructions. 2001-07-08 23:23:30 +00:00
tools Add better support for post dominator information. 2001-07-06 16:59:10 +00:00
utils Initial revision 2001-06-06 20:29:01 +00:00
getsomesrcs.sh Filter out some more stuff 2001-06-27 23:24:22 +00:00
getsrcs.sh Initial revision 2001-06-06 20:29:01 +00:00
Makefile Initial revision 2001-06-06 20:29:01 +00:00
Makefile.common Fixed the obnoxious problem that caused an entire directory to rebuild 2001-06-29 05:20:16 +00:00
Makefile.rules Fixed the obnoxious problem that caused an entire directory to rebuild 2001-06-29 05:20:16 +00:00