aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AsmParser
Commit message (Expand)AuthorAgeFilesLines
...
* Add operator< to ValID's so that they can be put in map'sChris Lattner2001-10-131-0/+14
* Remove exception specificationChris Lattner2001-10-131-1/+1
* Support the new Invoke instructionChris Lattner2001-10-131-1/+3
* Add commentChris Lattner2001-10-031-0/+6
* Support multiple global's definitionsChris Lattner2001-10-031-23/+13
* Allow duplicate constant values as long as they are compatible.Chris Lattner2001-10-031-36/+62
* Add check to make sure that we dont reference MEthodType's directlyChris Lattner2001-10-031-0/+3
* * Both Method & GlobalVariable now subclass GlobalValueChris Lattner2001-10-032-13/+32
* First try at a horrible global value reference wrapperChris Lattner2001-10-031-19/+40
* Clean up parser, fix a bug that prevented this from working:Chris Lattner2001-10-031-66/+52
* * Add support for null as a constantChris Lattner2001-10-032-28/+59
* Commit more code over to new cast styleChris Lattner2001-10-021-6/+5
* Convert more code to use new style castsChris Lattner2001-10-011-4/+1
* Add more support for new style castsChris Lattner2001-10-011-14/+10
* Add support for new style castsChris Lattner2001-10-011-13/+19
* Implement constant pointers, and null specifically in the parser, bytecode wr...Chris Lattner2001-09-303-35/+64
* Pull iterators out of CFG.h and CFGdecls and put them in Support directoryChris Lattner2001-09-281-2/+2
* Remove the unsized array constraintChris Lattner2001-09-181-5/+0
* Add support for global constants, and for initializers for constantsChris Lattner2001-09-182-32/+52
* Update to use correct type castChris Lattner2001-09-101-2/+2
* Implement global variable supportChris Lattner2001-09-102-12/+21
* * Add support for forward referencing typesChris Lattner2001-09-071-369/+501
* Add support for forward referencing typesChris Lattner2001-09-071-3/+13
* Add support for an opaque typeChris Lattner2001-09-071-19/+22
* * Enable the use of escaped literal stringsChris Lattner2001-07-283-63/+174
* Refactor some of the constant stuff so that we can return complex constantChris Lattner2001-07-262-70/+89
* Add support for extern varargs methods & varargs method callsChris Lattner2001-07-254-2185/+38
* 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-224-2441/+19
* Add a comment.Chris Lattner2001-07-202-107/+111
* Implement forward/external declarations for methods. Also, emit an error if ...Chris Lattner2001-07-154-696/+755
* Add support to the parser to recognize floating point constantsChris Lattner2001-07-156-810/+890
* Added some comments, preparing to add global variables and method prototypesChris Lattner2001-07-142-98/+117
* Make sure that types go in the constant pool if they are used.Chris Lattner2001-07-092-141/+199
* Implementation of Store & GetElementPtrChris Lattner2001-07-085-427/+463
* Implemented shl, shl, & load instructionsChris Lattner2001-07-085-681/+769
* Moved Cast from being a Unary instruction to being an "Other" instructionChris Lattner2001-07-085-94/+94
* Neg instruction removed. Cast instruction implemented.Chris Lattner2001-07-085-673/+682
* Broad superficial changes:Chris Lattner2001-07-071-1/+1
* Changed memory reference instructions to store the result as the implicitChris Lattner2001-07-073-41/+29
* Miscellaneous cleanups:Chris Lattner2001-06-272-14/+14
* Renamed get.*Operator to create seeing that it would have to be qualifiedChris Lattner2001-06-252-4/+4
* Updates to supportChris Lattner2001-06-113-258/+305
* Moved getBinaryOperator to the BinaryOperator class and the getUnaryOperatorChris Lattner2001-06-082-4/+4
* Initial revisionChris Lattner2001-06-068-0/+5735