aboutsummaryrefslogtreecommitdiff
path: root/lib/AsmParser
AgeCommit message (Expand)Author
2007-09-12Generated files for previous patch.Dale Johannesen
2007-09-12Revise previous patch per review comments.Dale Johannesen
2007-09-11Generated files for previous patch.Dale Johannesen
2007-09-11Add APInt interfaces to APFloat (allows directlyDale Johannesen
2007-09-10regenerateChris Lattner
2007-09-10Fix PR1645 by resolving forward alias references.Chris Lattner
2007-09-07Apply feedback from previous patch.Dale Johannesen
2007-09-06Next round of APFloat changes.Dale Johannesen
2007-09-04Update generated files.David Greene
2007-09-04Update GEP constructors to use an iterator interface to fixDavid Greene
2007-08-29update theseChris Lattner
2007-08-27Update InvokeInst to work like CallInstDavid Greene
2007-08-06regenerateChris Lattner
2007-08-06Fix PR1577, a crash on invalid bug.Chris Lattner
2007-08-04Regenerating.Chandler Carruth
2007-08-04This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth
2007-08-03Long double, part 1 of N. Support in IR.Dale Johannesen
2007-08-01Update generated files.David Greene
2007-08-01New CallInst interface to address GLIBCXX_DEBUG errors caused byDavid Greene
2007-07-31Regenerate.Reid Spencer
2007-07-31After a discussion with Anton, it turns out that the InReg attribute is notReid Spencer
2007-07-31Regenerate.Reid Spencer
2007-07-31Allow the INREG parameter attribute to be added to functions. This permits theReid Spencer
2007-07-31Regenerate (again).Reid Spencer
2007-07-31Don't include newlines in the whitespace before newline (WSNL) rule.Reid Spencer
2007-07-31Regenerate.Reid Spencer
2007-07-31For PR1553:Reid Spencer
2007-07-27Support for trampolines, except for X86 codegen which isDuncan Sands
2007-07-19For PR1553:Reid Spencer
2007-07-06Add the byval attributeRafael Espindola
2007-07-05update the .cvs filesChris Lattner
2007-06-29Convert .cvsignore filesJohn Criswell
2007-06-05Commit first round work of PR1373. "noalias" is now fully supported inZhou Sheng
2007-05-22Regenerate.Reid Spencer
2007-05-22Don't allow the UnEscape code to read or write beyond the end of yytext.Reid Spencer
2007-05-22Regenerate.Reid Spencer
2007-05-22Implement full unescaping of escaped hex characters in all quoted identifiersReid Spencer
2007-05-22update commentChris Lattner
2007-05-22regenerateChris Lattner
2007-05-22simplify codeChris Lattner
2007-05-19RegenerateReid Spencer
2007-05-19Make the %"..." syntax legal for local name. This just makes it symmetricReid Spencer
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