aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AsmParser/ParserInternals.h
Commit message (Expand)AuthorAgeFilesLines
* Give the asmparser the ability to parse strings. Patch contributed byChris Lattner2005-05-201-1/+11
* * Remove trailing whitespaceMisha Brukman2005-04-211-7/+7
* Parse undef and unreachableChris Lattner2004-10-161-1/+7
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* Merge i*.h headers into Instructions.h as part of bug403.Alkis Evlogimenos2004-07-291-2/+2
* Eliminate some mega-cruft here. There is no reason to DERIVE FROM IR CLASSESChris Lattner2004-07-131-54/+0
* Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()Chris Lattner2004-06-171-2/+2
* Minor cleanups, plug a minor memory leakChris Lattner2003-12-231-2/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-4/+10
* Added LLVM copyright header.John Criswell2003-10-211-0/+7
* Eliminate unused classChris Lattner2003-10-191-5/+0
* Regularize header file commentsChris Lattner2003-10-131-1/+1
* Add new linkage types to support a real frontendChris Lattner2003-04-161-1/+1
* include/llvm/DataTypes.h includes this #define so we don't need it anymoreChris Lattner2002-09-131-2/+0
* - Remove unused STRING token from lexer & parserChris Lattner2002-08-161-1/+12
* Declare globals llvmAsmtext and llvmAsmleng for use in the parser.Vikram S. Adve2002-07-141-0/+2
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-291-3/+0
* Remove dead codeChris Lattner2002-04-281-10/+3
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-281-1/+1
* isLabelType is obsoleteChris Lattner2002-04-081-1/+1
* s/MethodType/FunctionTypeChris Lattner2002-04-041-6/+6
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-9/+10
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-041-4/+4
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-1/+1
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-1/+1
* Implement support for internal methodsChris Lattner2001-11-261-1/+2
* Remove ugly subclass of Opaque typeChris Lattner2001-10-221-10/+0
* Simplify some codeChris Lattner2001-10-161-3/+0
* Add operator< to ValID's so that they can be put in map'sChris Lattner2001-10-131-0/+14
* * Both Method & GlobalVariable now subclass GlobalValueChris Lattner2001-10-031-2/+12
* Convert more code to use new style castsChris Lattner2001-10-011-4/+1
* Implement constant pointers, and null specifically in the parser, bytecode wr...Chris Lattner2001-09-301-16/+28
* Add support for forward referencing typesChris Lattner2001-09-071-3/+13
* * Enable the use of escaped literal stringsChris Lattner2001-07-281-17/+37
* Refactor some of the constant stuff so that we can return complex constantChris Lattner2001-07-261-1/+1
* Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner2001-07-231-1/+1
* Remove dependence on command line library. Silly anyway.Chris Lattner2001-07-221-4/+3
* Add support to the parser to recognize floating point constantsChris Lattner2001-07-151-1/+8
* Broad superficial changes:Chris Lattner2001-07-071-1/+1
* Changed memory reference instructions to store the result as the implicitChris Lattner2001-07-071-8/+0
* Initial revisionChris Lattner2001-06-061-0/+159