llvm-6502/lib/Transforms
Misha Brukman 520eaff91a Following Chris's advice, I'm pruning some unnecessary .h includes that I'm
noticing. Since Module includes Function, and eventually, BasicBlock and
GlobalVariable, the last three are unnecessary to be included directly.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3713 91177308-0d34-0410-b5e6-96231b3b80d8
2002-09-14 02:06:53 +00:00
..
Hello Initial checkin of the "Hello World" Pass. 2002-08-08 20:10:38 +00:00
Instrumentation - Change getelementptr instruction to use long indexes instead of uint 2002-09-11 01:21:29 +00:00
IPO Following Chris's advice, I'm pruning some unnecessary .h includes that I'm 2002-09-14 02:06:53 +00:00
Scalar - Change getelementptr instruction to use long indexes instead of uint 2002-09-11 01:21:33 +00:00
Utils Fix bug I introduced with one of my previous changes. 2002-09-12 19:00:43 +00:00
ExprTypeConvert.cpp Change the MallocInst & AllocaInst ctors to take the allocated type, not the 2002-09-13 22:28:45 +00:00
LevelRaise.cpp - Change getelementptr instruction to use long indexes instead of uint 2002-09-11 01:21:29 +00:00
Makefile *** empty log message *** 2002-07-23 17:52:38 +00:00
TransformInternals.cpp - Change getelementptr instruction to use long indexes instead of uint 2002-09-11 01:21:29 +00:00
TransformInternals.h * Remove dead code from ExprTypeConvert.cpp 2002-07-17 17:11:33 +00:00