Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/upc
AgeCommit message (Collapse)AuthorFilesLines
2009-02-04cleaning up the architecture of the LR parsersMike Kucera15-4641/+4694
2009-02-03added support for IBuiltinBindingsProvider to LR parsersMike Kucera1-2/+6
2009-02-03improved several interfaces in LR parserMike Kucera7-115/+122
2009-02-02support for GNU declaration specifiers (typeof) for LR parsersMike Kucera16-4634/+4637
2009-01-30added support to LR parsers for GNU extensions typeof and alignof, added ↵Mike Kucera12-74/+109
ISecondaryParserFactory
2009-01-27bug 262591 - adding LR & UPC parser SDKsVivian Kong18-0/+1278
2009-01-15added ability to "mix-in" grammar extensions and actions, support for ↵Mike Kucera5-46/+59
extended gnu asm syntax
2009-01-13started adding support for GNU extensions to LR parsersMike Kucera29-4923/+4796
2009-01-09update version numbers to align with featureVivian Kong1-1/+1
2009-01-09bug 259308 - fixing version numbers to enable upgrade from 5.0.2 to 6.0.0Vivian Kong2-2/+2
2009-01-02Added ability to pass ILanguage options to LR parser, refactored ↵Mike Kucera12-3971/+4127
ParseHelper, partial fix for bug 253690
2008-12-30fix for bug 240567 for the LR parsersMike Kucera1-1/+1
2008-12-19bug 259318, provide reusable implementation of ICLanguageKeywordsMike Kucera3-19/+70
2008-12-17update update site URLsVivian Kong1-1/+1
2008-12-17bug 258345, implementation of IASTNode.copy()Mike Kucera23-11/+140
2008-12-04bug 256125 - Introduce factories for AST nodes. Freeze the AST returned by ↵Mike Kucera7-14/+26
the parser.
2008-10-31fixed compiler errors in UPC plugin due to changed APIMike Kucera2-4/+4
2008-05-26Bug 231381, fix for LPG backtracking parser performance problemMike Kucera9-16/+25
2008-05-26Bug 233310, support for ambiguous template arguments for LR parserMike Kucera8-1316/+1318
2008-05-23fix for 233739Vivian Kong1-2/+2
2008-05-23fix for bug 233738Vivian Kong1-2/+3
2008-05-22bug 233561, NPE when instantiating UPCLanguageMike Kucera1-18/+0
2008-05-22bug 233307, LR parser should use its own scanner extension configuration for nowMike Kucera1-7/+15
2008-05-22update upc feature.xml to include the LR parserVivian Kong1-3/+3
2008-04-29renamed a lot of the LR parser testsMike Kucera23-220/+218
2008-04-25fixed some warningsMike Kucera6-7/+18
2008-04-24fix UPC sizeof expressionsMike Kucera15-190/+341
2008-04-23fixed macro content assistMike Kucera2-10/+9
2008-04-09fixed problems in UPC test suiteMike Kucera3-12/+10
2008-04-09added disambiguation parsers for UPCMike Kucera37-297/+9432
2008-04-08working on porting the UPC pluginMike Kucera8-3020/+2956
2008-04-08removed unused importsMike Kucera5-13/+121
2008-04-07adapting the UPC plugin to the new LR parser (work in progress)Mike Kucera48-1969/+629
2007-12-10Fix for bug 212417Jason Montojo1-0/+5
2007-11-06fix for renamed field nameMike Kucera1-1/+1
2007-11-01upversion features to 5.0.0Vivian Kong1-1/+1
2007-10-15C99 preprocessor is now generic and can be used with any lexerMike Kucera5-13/+136
2007-10-03optimizations to C99 preprocessor, new token classes, changed the interface ↵Mike Kucera1-30/+42
to the token comparator, some code has been ported to java 5
2007-08-09cleaned up the C99 grammar file, fixed a minor bug in the preprocessor, ↵Mike Kucera3-1923/+1832
added IParserAction interface
2007-07-25Changes to C99 parser (in anticipation of adding C++ support): simplified ↵Mike Kucera4-79/+79
the keyword maps, extracted a base class for the parser actions, created a better way to map tokens.
2007-07-24Update changed plugins to 4.0.1.Doug Schaefer2-2/+2
2007-07-13Bug 189792 - [UPC Parser] template proposals for upc_forallMike Kucera4-2/+64
2007-07-10Refactored the C99 preprocessor to use IPPTokenComparator, removes ↵Mike Kucera5-57/+75
dependancy on the C99 parser token types
2007-07-09fix for bug #194459, the UPC parser now has its own lexer, also fixes bug ↵Mike Kucera12-105/+1528
#195610
2007-06-22Fix for memory leakMike Kucera1-3/+4
2007-06-20Fix up feature dependencies.Doug Schaefer1-0/+7
2007-06-20fixes for bugs #193541 and #192676Mike Kucera1-4/+4
2007-06-18fix bug #192693Mike Kucera1-1/+7
2007-06-18NEW - bug 192972: About information missing from c99, upc, and xlc featuresChris Recoskie5-1/+63
https://bugs.eclipse.org/bugs/show_bug.cgi?id=192972
2007-06-14Fix up copyrights.Doug Schaefer5-0/+50

Back to the top