Old fork of llvm-mirror, used on older RPCS3 builds
Go to file
Chris Lattner 4ce42a776a * Move information about Implicit Defs/Uses into X86InstrInfo.def.
* Expose information about implicit defs/uses of register through the
  MachineInstrInfo.h file.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4877 91177308-0d34-0410-b5e6-96231b3b80d8
2002-12-03 05:42:53 +00:00
docs - Eliminated the deferred symbol table stuff in Module & Function, it really 2002-11-20 18:36:02 +00:00
include Add entries to track information about implicit uses and definitions of 2002-12-03 05:41:32 +00:00
lib * Move information about Implicit Defs/Uses into X86InstrInfo.def. 2002-12-03 05:42:53 +00:00
runtime
support Ignore generated files gram.tab.c and gram.tab.h 2002-12-02 21:15:37 +00:00
test Make testcase more interesting 2002-11-21 23:30:08 +00:00
tools Add initial support for machine code emission 2002-12-02 21:22:04 +00:00
utils Continued support for field intitializers 2002-12-02 17:53:54 +00:00
Makefile Make sure to build lib/Support before the utilities, then use the new 2002-12-02 01:23:26 +00:00
Makefile.common
Makefile.config
Makefile.Linux
Makefile.rules
Makefile.SunOS