aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AsmParser/llvmAsmParser.y
Commit message (Expand)AuthorAgeFilesLines
* * Code cleanupsChris Lattner2002-07-181-20/+16
* ConstExpr::getelementptr now takes a vector of Constants not ValuesChris Lattner2002-07-181-1/+11
* Fix bug: test/Regression/Assembler/2002-07-14-InternalLossage.llxChris Lattner2002-07-151-0/+5
* Added support for parsing expressions constructed from constant values.Vikram S. Adve2002-07-141-20/+62
* MEGAPATCH checkin.Chris Lattner2002-06-251-28/+27
* * Be more typesafe: cast<x> now no longer discards constnessChris Lattner2002-06-041-61/+61
* Support function declarations with either %XXX or "XXX" style for nowChris Lattner2002-05-221-2/+4
* Replace all usages of Type::isPointerType with isa<PointerType>Chris Lattner2002-05-061-5/+5
* Remove dead codeChris Lattner2002-05-061-6/+0
* Allow open/closing curly braces instead of begin/end to define the body of a ...Chris Lattner2002-05-031-2/+6
* * Fix a bug (test/Regression/Assembler/2002-05-02-InvalidForwardRef.ll)Chris Lattner2002-05-021-2/+3
* The "implementation" is now allowed but not required by the parser. All typeChris Lattner2002-05-021-30/+32
* Fix bug: test/Regression/Other/2002-04-29-NameBinding.llChris Lattner2002-04-291-12/+1
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-291-5/+0
* Remove dead codeChris Lattner2002-04-281-5/+0
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-091-18/+18
* * Make PATypeHolder not take a type argumentChris Lattner2002-04-041-47/+37
* * Fix nondeleted type handle which could cause type pool corruption (andChris Lattner2002-03-311-1/+4
* Change references from Method to FunctionChris Lattner2002-03-261-80/+82
* Implement TODO for better diagnostic outputChris Lattner2002-03-111-4/+8
* Fix bug: test/Regression/2002-03-08-NameCollision2.llChris Lattner2002-03-081-4/+9
* Fix minor memory leakChris Lattner2002-03-081-0/+6
* Fix for: test/Regression/Assembler/2002-03-08-NameCollision.llChris Lattner2002-03-081-14/+23
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-27/+20
* * Fix cases where we were calling Type->getName() instead of Type->getDescrip...Chris Lattner2001-12-141-21/+12
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-041-3/+4
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-39/+39
* Split the PHINode class out from the iOther.h file into the iPHINode.h fileChris Lattner2001-12-031-6/+1
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-2/+2
* Implement support for internal methodsChris Lattner2001-11-261-26/+28
* Implement array indexing with uintsChris Lattner2001-11-261-16/+17
* Improve some debugging codeChris Lattner2001-11-021-6/+9
* Remove ugly subclass of Opaque typeChris Lattner2001-10-221-6/+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-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