aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AsmParser/llvmAsmParser.y
Commit message (Expand)AuthorAgeFilesLines
* Fix bug caused by:Chris Lattner2001-10-211-2/+2
* Add support for And, XOR, and OrChris Lattner2001-10-201-2/+3
* It is valid to have unsigned arrays as constants... the linker may initialize...Chris Lattner2001-10-201-5/+0
* Simplify some codeChris Lattner2001-10-161-26/+27
* Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tire...Chris Lattner2001-10-151-5/+5
* * Add support for forward references of global variable addressesChris Lattner2001-10-131-110/+283
* 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-031-11/+20
* 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-031-28/+58
* Commit more code over to new cast styleChris Lattner2001-10-021-6/+5
* 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-301-19/+35
* 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-181-32/+50
* Update to use correct type castChris Lattner2001-09-101-2/+2
* Implement global variable supportChris Lattner2001-09-101-12/+20
* * Add support for forward referencing typesChris Lattner2001-09-071-369/+501
* * Enable the use of escaped literal stringsChris Lattner2001-07-281-40/+91
* Refactor some of the constant stuff so that we can return complex constantChris Lattner2001-07-261-69/+88
* Add support for extern varargs methods & varargs method callsChris Lattner2001-07-251-29/+37
* Remove dependence on command line library. Silly anyway.Chris Lattner2001-07-221-4/+3
* Add a comment.Chris Lattner2001-07-201-0/+2
* Implement forward/external declarations for methods. Also, emit an error if ...Chris Lattner2001-07-151-8/+35
* Add support to the parser to recognize floating point constantsChris Lattner2001-07-151-5/+23
* Added some comments, preparing to add global variables and method prototypesChris Lattner2001-07-141-4/+23
* Make sure that types go in the constant pool if they are used.Chris Lattner2001-07-091-20/+49
* Implementation of Store & GetElementPtrChris Lattner2001-07-081-4/+25
* Implemented shl, shl, & load instructionsChris Lattner2001-07-081-5/+29
* Moved Cast from being a Unary instruction to being an "Other" instructionChris Lattner2001-07-081-3/+3
* Neg instruction removed. Cast instruction implemented.Chris Lattner2001-07-081-10/+10
* Changed memory reference instructions to store the result as the implicitChris Lattner2001-07-071-14/+12
* Miscellaneous cleanups:Chris Lattner2001-06-271-7/+7
* Renamed get.*Operator to create seeing that it would have to be qualifiedChris Lattner2001-06-251-2/+2
* Updates to supportChris Lattner2001-06-111-5/+21
* Moved getBinaryOperator to the BinaryOperator class and the getUnaryOperatorChris Lattner2001-06-081-2/+2
* Initial revisionChris Lattner2001-06-061-0/+954