aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AsmParser/llvmAsmParser.y
Commit message (Expand)AuthorAgeFilesLines
* - Fix bug: Assembler/2002-10-15-NameClash.llChris Lattner2002-10-151-42/+42
* This loop executed exactly one time, turn it into straightline codeChris Lattner2002-10-141-8/+6
* - Change Function's so that their argument list is populated when they areChris Lattner2002-10-131-31/+36
* Minor, non-functionality changing, formatting fixChris Lattner2002-10-091-6/+6
* The parser now accepts "external" global variables, in addition to the backwardsChris Lattner2002-10-061-3/+3
* Change the MallocInst & AllocaInst ctors to take the allocated type, not theChris Lattner2002-09-131-7/+4
* Recently changed getelementptr to use 'long' indexes for sequential typesChris Lattner2002-09-111-0/+10
* Use explicit ctorChris Lattner2002-09-101-1/+2
* Tighten up error checking in parser, disallowing instructions that f.e.,Chris Lattner2002-09-101-3/+23
* Load & StoreInst no longer derive from MemAccessInst, so we don't haveChris Lattner2002-08-221-2/+2
* - Fix asmparser and bytecode reader to not generate loads/stores with idxsChris Lattner2002-08-211-3/+36
* - Remove unused STRING token from lexer & parserChris Lattner2002-08-161-45/+38
* Parse const expr cast instruction the same way the instruction is formedChris Lattner2002-08-151-2/+5
* Move ConstExpr production to unify ConstVal stuffChris Lattner2002-08-151-20/+20
* Fix bug: test/Regression/Assembler/2002-08-15-UnresolvedGlobalReference.llChris Lattner2002-08-151-1/+13
* Remove support for Not ConstantExpr. This simplifies the unary case to onlyChris Lattner2002-08-141-1/+1
* AsmParser turns 'not' instructions into 'xor' instructions now.Chris Lattner2002-08-141-20/+14
* Cleanup ConstantExpr handling:Chris Lattner2002-07-301-13/+30
* Add check to fix bug:Chris Lattner2002-07-251-0/+5
* GCC 3.1 changesChris Lattner2002-07-251-1/+1
* * 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