summaryrefslogtreecommitdiffstats
path: root/lib/AsmParser/llvmAsmParser.y
Commit message (Expand)AuthorAgeFilesLines
* Give users a grace period on the implementation keyword. This *will* getReid Spencer2007-03-291-2/+2
* Replace the "implementation" keyword with "checkpoint". This more accuratelyReid Spencer2007-03-281-2/+2
* Add support for the noreturn and nounwind function attributes.Reid Spencer2007-03-221-1/+2
* Don't delete things before their last use (avoids bad reads).Reid Spencer2007-03-201-2/+0
* Plug some PATypeHolder memory leaks.Reid Spencer2007-03-201-6/+25
* Fix test/Assembler/2007-03-19-NegValue.ll by using the new "isSigned"Reid Spencer2007-03-191-9/+4
* For PR1248:Reid Spencer2007-03-191-155/+169
* Use a simpler constructor when constructing ConstantInt. Also, replaceReid Spencer2007-03-011-16/+9
* Implement support for aribrary precision integers by creating two newReid Spencer2007-02-281-2/+41
* For PR1195:Reid Spencer2007-02-151-8/+10
* For PR1195:Reid Spencer2007-02-151-15/+15
* eliminate use of vector ctorsChris Lattner2007-02-131-2/+2
* eliminate use of methods that take vectors as argsChris Lattner2007-02-131-3/+4
* add #includeChris Lattner2007-02-111-0/+1
* For PR411:Reid Spencer2007-02-051-48/+67
* ! removal was a little over zealous. Put the ! back in asserts.Reid Spencer2007-02-051-9/+9
* There is nothing exclamatory about an error message. No other compilerReid Spencer2007-02-051-102/+102
* Changes to support making the shift instructions be true BinaryOperators.Reid Spencer2007-02-021-24/+7
* eliminate a temporary vectorChris Lattner2007-01-311-2/+3
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-301-2/+2
* Propagate changes from my local tree. This patch includes:Anton Korobeynikov2007-01-281-6/+6
* For PR645:Reid Spencer2007-01-261-117/+116
* Fix this error:Jeff Cohen2007-01-211-1/+1
* For PR1117:Reid Spencer2007-01-171-15/+12
* rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.Chris Lattner2007-01-151-8/+8
* allow i1 to operators like shift and add.Chris Lattner2007-01-151-4/+4
* Bye bye bool. AsmWriter doesn't generate it any more so AsmParser shouldn'tReid Spencer2007-01-131-5/+8
* * PIC codegen for X86/Linux has been implementedAnton Korobeynikov2007-01-121-16/+36
* This production is dead, the lexer can never return 'NOT'Chris Lattner2007-01-121-14/+1
* For PR1064:Reid Spencer2007-01-121-7/+7
* Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer2007-01-111-3/+3
* For PR1043:Zhou Sheng2007-01-111-5/+5
* Make packed structs use packed initialiers for consistencyAndrew Lenharth2007-01-081-0/+52
* For PR411:Reid Spencer2007-01-061-4/+4
* For PR1077:Reid Spencer2007-01-051-26/+7
* Change the syntax for parameter attributes:Reid Spencer2007-01-051-45/+52
* Disallow packed types in icmp/fcmp instructions. The code generator isReid Spencer2007-01-041-0/+4
* Permit icmp and fcmp to have packed operands.Reid Spencer2007-01-041-5/+2
* Implement checking for unresolved types in the argument types and resultReid Spencer2007-01-021-0/+59
* Remove an extra semi-colon.Reid Spencer2006-12-311-1/+1
* Add a missing colon. Noticed by Jeff Cohen.Reid Spencer2006-12-311-0/+1
* For PR950:Reid Spencer2006-12-311-245/+409
* For PR950:Reid Spencer2006-12-291-76/+78
* For PR950:Reid Spencer2006-12-231-23/+1
* Allow negative constants for unsigned integers and unsigned constantsReid Spencer2006-12-201-11/+13
* Packed StructuresAndrew Lenharth2006-12-081-0/+14
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-071-3/+3
* Remove dead var NewVarArgs.Reid Spencer2006-12-051-3/+0
* Dump the old va_arg and va_next upgrade support. No need to keep track ofReid Spencer2006-12-051-156/+2
* Remove various old upgrade hacks that are no longer needed.Reid Spencer2006-12-051-41/+1