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
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
2001-10-01
Convert more code to use new style casts
Chris Lattner
2001-09-30
Implement constant pointers, and null specifically in the parser, bytecode wr...
Chris Lattner
2001-09-07
Add support for forward referencing types
Chris Lattner
2001-07-28
* Enable the use of escaped literal strings
Chris Lattner
2001-07-26
Refactor some of the constant stuff so that we can return complex constant
Chris Lattner
2001-07-23
Moved inline/llvm/Tools/* to include/llvm/Support/*
Chris Lattner
2001-07-22
Remove dependence on command line library. Silly anyway.
Chris Lattner
2001-07-15
Add support to the parser to recognize floating point constants
Chris Lattner
2001-07-07
Broad superficial changes:
Chris Lattner
2001-07-07
Changed memory reference instructions to store the result as the implicit
Chris Lattner
2001-06-06
Initial revision
Chris Lattner