aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AsmParser
Commit message (Expand)AuthorAgeFilesLines
* Generated files for previous patch.Dale Johannesen2007-09-124-12/+12
* Revise previous patch per review comments.Dale Johannesen2007-09-122-7/+7
* Generated files for previous patch.Dale Johannesen2007-09-114-979/+1109
* Add APInt interfaces to APFloat (allows directlyDale Johannesen2007-09-112-9/+64
* regenerateChris Lattner2007-09-102-266/+308
* Fix PR1645 by resolving forward alias references.Chris Lattner2007-09-101-0/+21
* Apply feedback from previous patch.Dale Johannesen2007-09-074-3786/+2823
* 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