llvm-6502/lib/Transforms
Chris Lattner 69da5cf261 - Change Function's so that their argument list is populated when they are
constructed.  Before, external functions would have an empty argument list,
    now a Function ALWAYS has a populated argument list.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4149 91177308-0d34-0410-b5e6-96231b3b80d8
2002-10-13 20:57:00 +00:00
..
Hello Initial checkin of the "Hello World" Pass. 2002-08-08 20:10:38 +00:00
Instrumentation - Rename Instruction::First*Op to *OpsBegin, and Num*Ops to *OpsEnd to 2002-10-13 19:39:16 +00:00
IPO - Change Function's so that their argument list is populated when they are 2002-10-13 20:57:00 +00:00
Scalar - Fix bug: cee/2002-10-07-NoImmediateDominator.ll 2002-10-08 21:53:51 +00:00
Utils - Change Function's so that their argument list is populated when they are 2002-10-13 20:57:00 +00:00
ExprTypeConvert.cpp - Rename MTy to FTy (no methods exist anymore) 2002-10-09 00:16:00 +00:00
LevelRaise.cpp - Fix bug: LevelRaise/2002-10-08-VarArgCall.ll 2002-10-08 22:19:25 +00:00
Makefile Convert DIRS to PARALLEL_DIRS. They can be built independently. 2002-09-29 11:52:14 +00:00
TransformInternals.cpp Fix bug: 2002-10-02-SignExtensionProblem.ll 2002-10-02 18:53:14 +00:00
TransformInternals.h Fix: test/Regression/LLC/badidx.c problem 2002-09-16 18:32:33 +00:00