summaryrefslogtreecommitdiffstats
path: root/llvm/lib/AsmParser/ParserInternals.h
Commit message (Expand)AuthorAgeFilesLines
* Reimplement the old and horrible bison parser for .ll files with a niceChris Lattner2009-01-021-260/+0
* fix leakage of APFloats in getExistingVal()Nuno Lopes2008-11-041-0/+2
* s/ParameterAttributes/Attributes/gDevang Patel2008-09-231-4/+4
* Rework the routines that convert AP[S]Int into a string. Now, instead ofChris Lattner2008-08-171-1/+1
* Align comments, colons and cases. Remove trailingDuncan Sands2008-07-111-17/+17
* Implement PR2538Chris Lattner2008-07-111-24/+40
* Forgot a file, goes with 47342.Dale Johannesen2008-02-191-3/+3
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Replace the original flex lexer with a hand writen one. This Chris Lattner2007-11-181-21/+9
* Make labels work in asm blocks; allow labels asDale Johannesen2007-11-051-2/+2
* 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
OpenPOWER on IntegriCloud