index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
AsmParser
/
ParserInternals.h
Age
Commit message (
Expand
)
Author
2008-02-19
Forgot a file, goes with 47342.
Dale Johannesen
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-11-18
Replace the original flex lexer with a hand writen one. This
Chris Lattner
2007-11-05
Make labels work in asm blocks; allow labels as
Dale Johannesen
2007-09-06
Next round of APFloat changes.
Dale Johannesen
2007-05-22
Implement full unescaping of escaped hex characters in all quoted identifiers
Reid Spencer
2007-04-09
For PR1146:
Reid Spencer
2007-03-19
Add and Operator== method to ValID so equality can be done properly for
Reid Spencer
2007-01-26
For PR645:
Reid Spencer
2007-01-11
For PR1043:
Zhou Sheng
2006-12-31
For PR950:
Reid Spencer
2006-12-03
Remove backwards compatibility goop. Now implemented in llvm-upgrade.
Reid Spencer
2006-11-28
Implement signedness caching for values, value lists, constants and
Reid Spencer
2006-11-27
For PR950:
Reid Spencer
2006-11-19
For PR950:
Reid Spencer
2006-10-26
For PR950:
Reid Spencer
2006-09-28
Eliminate ConstantBool::True and ConstantBool::False. Instead, provide
Chris Lattner
2006-08-18
For PR797:
Reid Spencer
2006-01-25
Parse inline asm objects
Chris Lattner
2005-12-21
Implement Regression/Assembler/2005-12-21-ZeroInitVector.ll
Chris Lattner
2005-05-20
Give the asmparser the ability to parse strings. Patch contributed by
Chris Lattner
2005-04-21
* Remove trailing whitespace
Misha Brukman
2004-10-16
Parse undef and unreachable
Chris Lattner
2004-09-01
Changes For Bug 352
Reid Spencer
2004-07-29
Merge i*.h headers into Instructions.h as part of bug403.
Alkis Evlogimenos
2004-07-13
Eliminate some mega-cruft here. There is no reason to DERIVE FROM IR CLASSES
Chris Lattner
2004-06-17
Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()
Chris Lattner
2003-12-23
Minor cleanups, plug a minor memory leak
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-21
Added LLVM copyright header.
John Criswell
2003-10-19
Eliminate unused class
Chris Lattner
2003-10-13
Regularize header file comments
Chris Lattner
2003-04-16
Add new linkage types to support a real frontend
Chris Lattner
2002-09-13
include/llvm/DataTypes.h includes this #define so we don't need it anymore
Chris Lattner
2002-08-16
- Remove unused STRING token from lexer & parser
Chris Lattner
2002-07-14
Declare globals llvmAsmtext and llvmAsmleng for use in the parser.
Vikram S. Adve
2002-04-29
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-28
Remove dead code
Chris Lattner
2002-04-28
Split ConstantVals.h into Constant.h and Constants.h
Chris Lattner
2002-04-08
isLabelType is obsolete
Chris Lattner
2002-04-04
s/MethodType/FunctionType
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-12-04
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-12-03
Rename ConstPoolVal -> Constant
Chris Lattner
2001-11-27
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-26
Implement support for internal methods
Chris Lattner
2001-10-22
Remove ugly subclass of Opaque type
Chris Lattner
2001-10-16
Simplify some code
Chris Lattner
2001-10-13
Add operator< to ValID's so that they can be put in map's
Chris Lattner
2001-10-03
* Both Method & GlobalVariable now subclass GlobalValue
Chris Lattner
[next]