llvm-6502/lib/Target
Vikram S. Adve d0451a9233 Major fix: extract ConstantExpr nodes and decompose them into symbolic
instructions so that (a) constant folding is done automatically before
code generation, and (b) selection does not have to deal with them.
Also, check for ConstantPointerRefs in additional to GlobalValues
when creating a GEP to load a global address.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4126 91177308-0d34-0410-b5e6-96231b3b80d8
2002-10-13 00:01:57 +00:00
..
CBackend Instead of adding stdlib we just prototype malloc correctly. 2002-10-11 21:40:44 +00:00
SparcV9 Major fix: extract ConstantExpr nodes and decompose them into symbolic 2002-10-13 00:01:57 +00:00
MachineFrameInfo.cpp * Removed extraneous #includes 2002-08-09 20:08:03 +00:00
Makefile *** empty log message *** 2002-07-23 17:52:38 +00:00
TargetData.cpp Convert TargetData to be an ImmutablePass 2002-09-25 23:46:55 +00:00
TargetMachine.cpp Disable reassociation pass in LLC until it is fixed. 2002-09-23 12:55:50 +00:00
TargetSchedInfo.cpp Add code that used to be inline in MachineSchedInfo.h 2002-02-04 05:56:30 +00:00