- Jul 16, 2002
-
-
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
-
Anand Shukla authored
llvm-svn: 2884
-
Anand Shukla authored
llvm-svn: 2883
-
Anand Shukla authored
llvm-svn: 2882
-
Anand Shukla authored
llvm-svn: 2881
-
- Jul 11, 2002
-
-
Chris Lattner authored
* Print the globals list in the node * Print the scalars in the scalar node * Eliminate Scalar "label" edges in the graph * Print fake edges lighter instead of dotted llvm-svn: 2880
-
Chris Lattner authored
llvm-svn: 2879
-
Chris Lattner authored
* Only dead-node-eliminate nodes with no flags * Don't merge scalars, only merge what they point to. llvm-svn: 2878
-
Chris Lattner authored
llvm-svn: 2877
-
Anand Shukla authored
llvm-svn: 2875
-
Anand Shukla authored
llvm-svn: 2874
-
Chris Lattner authored
llvm-svn: 2873
-