- Jul 16, 2002
-
-
Chris Lattner authored
llvm-svn: 2924
-
Chris Lattner authored
llvm-svn: 2923
-
Mehwish Nagda authored
llvm-svn: 2922
-
Chris Lattner authored
* The global variable cannot be internal or else we cannot use it! * Always add a function to the table, even if it only has a single basic block. llvm-svn: 2921
-
Chris Lattner authored
* Fix bug in LevelRaise.cpp, correcting this problem: test/Regression/Transforms/LevelRaise/2002-07-16-RaiseCrash.ll llvm-svn: 2920
-
Chris Lattner authored
llvm-svn: 2919
-
Chris Lattner authored
llvm-svn: 2918
-
Anand Shukla authored
llvm-svn: 2917
-
Anand Shukla authored
llvm-svn: 2916
-
Anand Shukla authored
llvm-svn: 2915
-
Anand Shukla authored
llvm-svn: 2914
-
Mehwish Nagda authored
llvm-svn: 2913
-
Mehwish Nagda authored
llvm-svn: 2912
-
Mehwish Nagda authored
llvm-svn: 2911
-
- Jul 15, 2002
-
-
Vikram S. Adve authored
llvm-svn: 2910
-
Vikram S. Adve authored
map of <opcode, operands> to ConstExpr. llvm-svn: 2909
-
Vikram S. Adve authored
llvm-svn: 2908
-
Chris Lattner authored
llvm-svn: 2907
-
Chris Lattner authored
llvm-svn: 2906
-
Chris Lattner authored
llvm-svn: 2905
-
Chris Lattner authored
llvm-svn: 2904
-
Vikram S. Adve authored
llvm-svn: 2903
-
Vikram S. Adve authored
Also, avoid asserting out when writing out an invalid tree since the assembly writer is used when debugging. llvm-svn: 2902
-
Vikram S. Adve authored
constants using operators such as cast, getelementptr, add, shl, etc. Note that a ConstantExpr can be of any type, so classof() in most other subclasses (that discriminate by type) have to check that it is also not a ConstantExpr. llvm-svn: 2901
-
Vikram S. Adve authored
can be invoked with only an opcode (i.e., without an instruction). Move all opCode->opCodeName translations there. llvm-svn: 2900
-
Vikram S. Adve authored
llvm-svn: 2899
-
Vikram S. Adve authored
may be constructed by expressions of other types (and so the contents of the primitive type planes must come after all types). Use a helper function outputConstantsInPlane in outputConstants to do this. llvm-svn: 2898
-
Vikram S. Adve authored
llvm-svn: 2897
-
Vikram S. Adve authored
Add class ConstantFwdRefs to resolve forward references to constants and to globals. (Hmm... this class could be renamed I guess.) llvm-svn: 2896
-
Vikram S. Adve authored
Add class ConstantFwdRefs to resolve forward references to constants and to globals (unified old code for globals into this). llvm-svn: 2895
-
Vikram S. Adve authored
(Major new non-terminal is ConstExpr.) Add YYERROR_VERBOSE and print additional information on errors. llvm-svn: 2894
-
Vikram S. Adve authored
llvm-svn: 2893
-
Vikram S. Adve authored
can be invoked with only an opcode (i.e., without an instruction). Move all opCode->opCodeName translations there. llvm-svn: 2892
-
Vikram S. Adve authored
constants using operators such as cast, getelementptr, add, shl, etc. Note that a ConstantExpr can be of any type, so classof() in most other subclasses (that discriminate by type) have to check that it is also not a ConstantExpr. This is why isConstantExpr() is needed. llvm-svn: 2891
-
Vikram S. Adve authored
Note that a ConstantExpr can be of any type, so classof() in most other subclasses (that discriminate by type) have to check that it is also not a ConstantExpr. This is why isConstantExpr() is needed. llvm-svn: 2890
-
Vikram S. Adve authored
llvm-svn: 2889
-
Chris Lattner authored
llvm-svn: 2888
-
Chris Lattner authored
llvm-svn: 2887
-
- Jul 12, 2002
-
-
Anand Shukla authored
llvm-svn: 2886
-
Anand Shukla authored
llvm-svn: 2885
-