aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AsmParser
Commit message (Expand)AuthorAgeFilesLines
* Improve some debugging codeChris Lattner2001-11-021-6/+9
* Support floating point numbers in expodential form so that small numbers don'...Chris Lattner2001-11-011-1/+1
* Negative FP constants... whodathunkit.Chris Lattner2001-10-231-1/+1
* Remove ugly subclass of Opaque typeChris Lattner2001-10-222-16/+4
* Fix bug withChris Lattner2001-10-221-24/+57
* Two changes:Chris Lattner2001-10-211-19/+2
* Fix bug caused by:Chris Lattner2001-10-211-2/+2
* Add support for And, XOR, and OrChris Lattner2001-10-202-2/+6
* It is valid to have unsigned arrays as constants... the linker may initialize...Chris Lattner2001-10-201-5/+0
* Simplify some codeChris Lattner2001-10-162-29/+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 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