aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AsmParser/ParserInternals.h
Commit message (Expand)AuthorAgeFilesLines
* Next round of APFloat changes.Dale Johannesen2007-09-061-7/+9
* Implement full unescaping of escaped hex characters in all quoted identifiersReid Spencer2007-05-221-23/+17
* For PR1146:Reid Spencer2007-04-091-3/+4
* Add and Operator== method to ValID so equality can be done properly forReid Spencer2007-03-191-0/+20
* For PR645:Reid Spencer2007-01-261-14/+24
* For PR1043:Zhou Sheng2007-01-111-2/+2
* For PR950:Reid Spencer2006-12-311-0/+23
* Remove backwards compatibility goop. Now implemented in llvm-upgrade.Reid Spencer2006-12-031-52/+0
* Implement signedness caching for values, value lists, constants andReid Spencer2006-11-281-7/+16
* For PR950:Reid Spencer2006-11-271-4/+5
* For PR950:Reid Spencer2006-11-191-0/+26
* For PR950:Reid Spencer2006-10-261-0/+16
* Eliminate ConstantBool::True and ConstantBool::False. Instead, provideChris Lattner2006-09-281-2/+2
* For PR797:Reid Spencer2006-08-181-9/+5
* Parse inline asm objectsChris Lattner2006-01-251-2/+25
* Implement Regression/Assembler/2005-12-21-ZeroInitVector.llChris Lattner2005-12-211-1/+7
* 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