aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AsmParser/llvmAsmParser.y
Commit message (Expand)AuthorAgeFilesLines
* Implement full unescaping of escaped hex characters in all quoted identifiersReid Spencer2007-05-221-69/+71
* Make the %"..." syntax legal for local name. This just makes it symmetricReid Spencer2007-05-191-2/+3
* fix a bug where llvm-as couldn't assemble the .ll file for 252.eon.Chris Lattner2007-05-041-1/+1
* Implement protected visibility. This partly implements PR1363. LinkerAnton Korobeynikov2007-04-291-4/+5
* Revert the premature portion of the last commit.Reid Spencer2007-04-281-62/+76
* Fix a compilation error (jump to case label).Reid Spencer2007-04-281-77/+64
* Implement review feedback. Aliasees can be either GlobalValue's orAnton Korobeynikov2007-04-281-27/+53
* wrap long linesChris Lattner2007-04-261-10/+16
* Quiet a compiler warning about assignment in an if-then conditional.Bill Wendling2007-04-251-2/+1
* Add missed semicolon. Resotre compatibility with older bisonsAnton Korobeynikov2007-04-251-1/+1
* Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov2007-04-251-7/+45
* PR400 work phase 1. Add attributed load/store instructions for volatile/align...Christopher Lamb2007-04-221-4/+4
* For PR1146:Reid Spencer2007-04-221-40/+59
* Revert Christopher Lamb's load/store alignment changes.Reid Spencer2007-04-211-4/+4
* add support for alignment attributes on load/store instructionsChristopher Lamb2007-04-211-4/+4
* Okay, yes there *is* a getKeyLength method on ValueName. And, it should beReid Spencer2007-04-161-1/+1
* Check length of string before we walk off the end of it.Reid Spencer2007-04-161-3/+3
* Use a more optimal way to get the name of a function. Thanks, Chris.Reid Spencer2007-04-161-1/+2
* For PR1328:Reid Spencer2007-04-161-0/+8
* Implement the "thread_local" keyword.Lauro Ramos Venancio2007-04-121-13/+18
* For PR1146:Reid Spencer2007-04-111-22/+22
* For PR1146:Reid Spencer2007-04-091-43/+78
* Drop the implementation keyword.Reid Spencer2007-04-091-13/+1
* For PR1289:Reid Spencer2007-03-301-0/+32
* 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