aboutsummaryrefslogtreecommitdiff
path: root/lib/AsmParser/ParserInternals.h
AgeCommit message (Expand)Author
2003-10-21Added LLVM copyright header.John Criswell
2003-10-19Eliminate unused classChris Lattner
2003-10-13Regularize header file commentsChris Lattner
2003-04-16Add new linkage types to support a real frontendChris Lattner
2002-09-13include/llvm/DataTypes.h includes this #define so we don't need it anymoreChris Lattner
2002-08-16 - Remove unused STRING token from lexer & parserChris Lattner
2002-07-14Declare globals llvmAsmtext and llvmAsmleng for use in the parser.Vikram S. Adve
2002-04-29Eliminate duplicate or unneccesary #include'sChris Lattner
2002-04-28Remove dead codeChris Lattner
2002-04-28Split ConstantVals.h into Constant.h and Constants.hChris Lattner
2002-04-08isLabelType is obsoleteChris Lattner
2002-04-04s/MethodType/FunctionTypeChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-04Renamed inst_const_iterator -> const_inst_iteratorChris Lattner
2001-12-03Rename ConstPoolVal -> ConstantChris Lattner
2001-11-27Create a new #include "Support/..." directory structure to move thingsChris Lattner
2001-11-26Implement support for internal methodsChris Lattner
2001-10-22Remove ugly subclass of Opaque typeChris Lattner
2001-10-16Simplify some codeChris Lattner
2001-10-13Add operator< to ValID's so that they can be put in map'sChris Lattner
2001-10-03* Both Method & GlobalVariable now subclass GlobalValueChris Lattner
2001-10-01Convert more code to use new style castsChris Lattner
2001-09-30Implement constant pointers, and null specifically in the parser, bytecode wr...Chris Lattner
2001-09-07Add support for forward referencing typesChris Lattner
2001-07-28* Enable the use of escaped literal stringsChris Lattner
2001-07-26Refactor some of the constant stuff so that we can return complex constantChris Lattner
2001-07-23Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner
2001-07-22Remove dependence on command line library. Silly anyway.Chris Lattner
2001-07-15Add support to the parser to recognize floating point constantsChris Lattner
2001-07-07Broad superficial changes:Chris Lattner
2001-07-07Changed memory reference instructions to store the result as the implicitChris Lattner
2001-06-06Initial revisionChris Lattner