aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AsmParser/ParserInternals.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor some of the constant stuff so that we can return complex constantChris Lattner2001-07-261-1/+1
* Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner2001-07-231-1/+1
* Remove dependence on command line library. Silly anyway.Chris Lattner2001-07-221-4/+3
* Add support to the parser to recognize floating point constantsChris Lattner2001-07-151-1/+8
* Broad superficial changes:Chris Lattner2001-07-071-1/+1
* Changed memory reference instructions to store the result as the implicitChris Lattner2001-07-071-8/+0
* Initial revisionChris Lattner2001-06-061-0/+159