aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AsmParser
Commit message (Expand)AuthorAgeFilesLines
* regenerateChris Lattner2007-05-043-4626/+3338
* fix a bug where llvm-as couldn't assemble the .ll file for 252.eon.Chris Lattner2007-05-041-1/+1
* RegenerateAnton Korobeynikov2007-04-293-3809/+4382
* Implement protected visibility. This partly implements PR1363. LinkerAnton Korobeynikov2007-04-294-8/+12
* Fix MemoryBuffer breakage correctly.Jeff Cohen2007-04-292-1625/+1402
* Regenerate.Reid Spencer2007-04-284-2365/+2021
* 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
* RegenerateAnton Korobeynikov2007-04-283-3352/+4719
* Implement review feedback. Aliasees can be either GlobalValue's orAnton Korobeynikov2007-04-281-27/+53
* regenChris Lattner2007-04-263-4616/+3346
* 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
* RegenerateAnton Korobeynikov2007-04-255-3904/+5282
* Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov2007-04-252-7/+46
* RegeneratedChristopher Lamb2007-04-223-4385/+3361
* 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-214-3259/+4321
* add support for alignment attributes on load/store instructionsChristopher Lamb2007-04-214-4321/+3259
* RegenerateReid Spencer2007-04-162-2/+2
* Okay, yes there *is* a getKeyLength method on ValueName. And, it should beReid Spencer2007-04-161-1/+1
* Regenerate.Reid Spencer2007-04-162-6/+6
* Check length of string before we walk off the end of it.Reid Spencer2007-04-161-3/+3
* Regenerate.Reid Spencer2007-04-162-17/+19
* Use a more optimal way to get the name of a function. Thanks, Chris.Reid Spencer2007-04-161-1/+2
* Regenerate.Reid Spencer2007-04-163-1207/+1049
* For PR1328:Reid Spencer2007-04-161-0/+8
* Implement the "thread_local" keyword.Lauro Ramos Venancio2007-04-127-3630/+3995
* For PR1146:Reid Spencer2007-04-113-66/+66
* For PR1146:Reid Spencer2007-04-092-46/+82
* RegenerateReid Spencer2007-04-094-498/+568
* RegenerateReid Spencer2007-04-095-2173/+2127
* Drop the implementation keyword.Reid Spencer2007-04-092-14/+1
* For PR1289: RegenerateReid Spencer2007-03-302-0/+64
* For PR1289:Reid Spencer2007-03-301-0/+32
* Regenerate.Reid Spencer2007-03-295-448/+451
* Give users a grace period on the implementation keyword. This *will* getReid Spencer2007-03-292-3/+3
* Regenerate.Reid Spencer2007-03-285-451/+448
* Replace the "implementation" keyword with "checkpoint". This more accuratelyReid Spencer2007-03-282-3/+3
* Regenerate.Reid Spencer2007-03-225-1546/+1580
* Add support for the noreturn and nounwind function attributes.Reid Spencer2007-03-222-1/+4
* Regenerate.Reid Spencer2007-03-202-176/+172
* Don't delete things before their last use (avoids bad reads).Reid Spencer2007-03-201-2/+0
* Regenerate.Reid Spencer2007-03-203-282/+320
* Plug some PATypeHolder memory leaks.Reid Spencer2007-03-201-6/+25
* Regenerate.Reid Spencer2007-03-192-156/+146
* Fix test/Assembler/2007-03-19-NegValue.ll by using the new "isSigned"Reid Spencer2007-03-191-9/+4
* Regenerate.Reid Spencer2007-03-193-579/+607