aboutsummaryrefslogtreecommitdiff
path: root/lib/AsmParser
AgeCommit message (Expand)Author
2007-05-04regenerateChris Lattner
2007-05-04fix a bug where llvm-as couldn't assemble the .ll file for 252.eon.Chris Lattner
2007-04-29RegenerateAnton Korobeynikov
2007-04-29Implement protected visibility. This partly implements PR1363. LinkerAnton Korobeynikov
2007-04-29Fix MemoryBuffer breakage correctly.Jeff Cohen
2007-04-28Regenerate.Reid Spencer
2007-04-28Revert the premature portion of the last commit.Reid Spencer
2007-04-28Fix a compilation error (jump to case label).Reid Spencer
2007-04-28RegenerateAnton Korobeynikov
2007-04-28Implement review feedback. Aliasees can be either GlobalValue's orAnton Korobeynikov
2007-04-26regenChris Lattner
2007-04-26wrap long linesChris Lattner
2007-04-25Quiet a compiler warning about assignment in an if-then conditional.Bill Wendling
2007-04-25Add missed semicolon. Resotre compatibility with older bisonsAnton Korobeynikov
2007-04-25RegenerateAnton Korobeynikov
2007-04-25Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov
2007-04-22RegeneratedChristopher Lamb
2007-04-22PR400 work phase 1. Add attributed load/store instructions for volatile/align...Christopher Lamb
2007-04-22For PR1146:Reid Spencer
2007-04-21Revert Christopher Lamb's load/store alignment changes.Reid Spencer
2007-04-21add support for alignment attributes on load/store instructionsChristopher Lamb
2007-04-16RegenerateReid Spencer
2007-04-16Okay, yes there *is* a getKeyLength method on ValueName. And, it should beReid Spencer
2007-04-16Regenerate.Reid Spencer
2007-04-16Check length of string before we walk off the end of it.Reid Spencer
2007-04-16Regenerate.Reid Spencer
2007-04-16Use a more optimal way to get the name of a function. Thanks, Chris.Reid Spencer
2007-04-16Regenerate.Reid Spencer
2007-04-16For PR1328:Reid Spencer
2007-04-12Implement the "thread_local" keyword.Lauro Ramos Venancio
2007-04-11For PR1146:Reid Spencer
2007-04-09For PR1146:Reid Spencer
2007-04-09RegenerateReid Spencer
2007-04-09RegenerateReid Spencer
2007-04-09Drop the implementation keyword.Reid Spencer
2007-03-30For PR1289: RegenerateReid Spencer
2007-03-30For PR1289:Reid Spencer
2007-03-29Regenerate.Reid Spencer
2007-03-29Give users a grace period on the implementation keyword. This *will* getReid Spencer
2007-03-28Regenerate.Reid Spencer
2007-03-28Replace the "implementation" keyword with "checkpoint". This more accuratelyReid Spencer
2007-03-22Regenerate.Reid Spencer
2007-03-22Add support for the noreturn and nounwind function attributes.Reid Spencer
2007-03-20Regenerate.Reid Spencer
2007-03-20Don't delete things before their last use (avoids bad reads).Reid Spencer
2007-03-20Regenerate.Reid Spencer
2007-03-20Plug some PATypeHolder memory leaks.Reid Spencer
2007-03-19Regenerate.Reid Spencer
2007-03-19Fix test/Assembler/2007-03-19-NegValue.ll by using the new "isSigned"Reid Spencer
2007-03-19Regenerate.Reid Spencer