aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AsmParser
Commit message (Expand)AuthorAgeFilesLines
* Next round of APFloat changes.Dale Johannesen2007-09-067-30/+54
* Update generated files.David Greene2007-09-043-2812/+3786
* Update GEP constructors to use an iterator interface to fixDavid Greene2007-09-041-3/+3
* update theseChris Lattner2007-08-292-2/+2
* Update InvokeInst to work like CallInstDavid Greene2007-08-271-1/+1
* regenerateChris Lattner2007-08-063-4748/+3438
* Fix PR1577, a crash on invalid bug.Chris Lattner2007-08-061-0/+1
* Regenerating.Chandler Carruth2007-08-043-3437/+4761
* This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth2007-08-041-0/+6
* Long double, part 1 of N. Support in IR.Dale Johannesen2007-08-037-4495/+3613
* Update generated files.David Greene2007-08-014-1393/+1220
* New CallInst interface to address GLIBCXX_DEBUG errors caused byDavid Greene2007-08-011-1/+1
* Regenerate.Reid Spencer2007-07-312-954/+954
* After a discussion with Anton, it turns out that the InReg attribute is notReid Spencer2007-07-311-1/+0
* Regenerate.Reid Spencer2007-07-312-954/+954
* Allow the INREG parameter attribute to be added to functions. This permits theReid Spencer2007-07-311-0/+1
* Regenerate (again).Reid Spencer2007-07-312-148/+146
* Don't include newlines in the whitespace before newline (WSNL) rule.Reid Spencer2007-07-311-2/+2
* Regenerate.Reid Spencer2007-07-315-4074/+5321
* For PR1553:Reid Spencer2007-07-312-0/+8
* Support for trampolines, except for X86 codegen which isDuncan Sands2007-07-272-2/+4
* For PR1553:Reid Spencer2007-07-192-4/+7
* Add the byval attributeRafael Espindola2007-07-062-1/+3
* update the .cvs filesChris Lattner2007-07-055-5128/+4012
* Convert .cvsignore filesJohn Criswell2007-06-291-4/+0
* Commit first round work of PR1373. "noalias" is now fully supported inZhou Sheng2007-06-052-5/+7
* Regenerate.Reid Spencer2007-05-222-167/+185
* Don't allow the UnEscape code to read or write beyond the end of yytext.Reid Spencer2007-05-221-11/+20
* Regenerate.Reid Spencer2007-05-225-660/+646
* Implement full unescaping of escaped hex characters in all quoted identifiersReid Spencer2007-05-223-136/+121
* update commentChris Lattner2007-05-223-3/+3
* regenerateChris Lattner2007-05-222-184/+161
* simplify codeChris Lattner2007-05-221-11/+2
* RegenerateReid Spencer2007-05-195-4833/+5824
* Make the %"..." syntax legal for local name. This just makes it symmetricReid Spencer2007-05-192-2/+9
* 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