aboutsummaryrefslogtreecommitdiff
path: root/lib/AsmParser/ParserInternals.h
AgeCommit message (Expand)Author
2008-02-19Forgot a file, goes with 47342.Dale Johannesen
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-11-18Replace the original flex lexer with a hand writen one. This Chris Lattner
2007-11-05Make labels work in asm blocks; allow labels asDale Johannesen
2007-09-06Next round of APFloat changes.Dale Johannesen
2007-05-22Implement full unescaping of escaped hex characters in all quoted identifiersReid Spencer
2007-04-09For PR1146:Reid Spencer
2007-03-19Add and Operator== method to ValID so equality can be done properly forReid Spencer
2007-01-26For PR645:Reid Spencer
2007-01-11For PR1043:Zhou Sheng
2006-12-31For PR950:Reid Spencer
2006-12-03Remove backwards compatibility goop. Now implemented in llvm-upgrade.Reid Spencer
2006-11-28Implement signedness caching for values, value lists, constants andReid Spencer
2006-11-27For PR950:Reid Spencer
2006-11-19For PR950:Reid Spencer
2006-10-26For PR950:Reid Spencer
2006-09-28Eliminate ConstantBool::True and ConstantBool::False. Instead, provideChris Lattner
2006-08-18For PR797:Reid Spencer
2006-01-25Parse inline asm objectsChris Lattner
2005-12-21Implement Regression/Assembler/2005-12-21-ZeroInitVector.llChris Lattner
2005-05-20Give the asmparser the ability to parse strings. Patch contributed byChris Lattner
2005-04-21* Remove trailing whitespaceMisha Brukman
2004-10-16Parse undef and unreachableChris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2004-07-29Merge i*.h headers into Instructions.h as part of bug403.Alkis Evlogimenos
2004-07-13Eliminate some mega-cruft here. There is no reason to DERIVE FROM IR CLASSESChris Lattner
2004-06-17Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()Chris Lattner
2003-12-23Minor cleanups, plug a minor memory leakChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
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