Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-10-22Bug 293097 - update UPC parser in 5.0 branchMike Kucera43-6037/+6203
2008-05-26Bug 231381, fix for LPG backtracking parser performance problemMike Kucera4-12/+20
2008-05-26Bug 233310, support for ambiguous template arguments for LR parserMike Kucera5-1307/+1309
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-04-24fix UPC sizeof expressionsMike Kucera13-105/+234
2008-04-23fixed macro content assistMike Kucera1-9/+8
2008-04-09fixed problems in UPC test suiteMike Kucera1-2/+2
2008-04-09added disambiguation parsers for UPCMike Kucera13-37/+9091
2008-04-08working on porting the UPC pluginMike Kucera5-2945/+2810
2008-04-08removed unused importsMike Kucera3-13/+1
2008-04-07adapting the UPC plugin to the new LR parser (work in progress)Mike Kucera28-2170/+574
2007-12-10Fix for bug 212417Jason Montojo1-0/+5
2007-11-06fix for renamed field nameMike Kucera1-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 t...Mike Kucera1-30/+42
2007-08-09cleaned up the C99 grammar file, fixed a minor bug in the preprocessor, added...Mike Kucera3-1923/+1832
2007-07-25Changes to C99 parser (in anticipation of adding C++ support): simplified the...Mike Kucera4-79/+79
2007-07-13Bug 189792 - [UPC Parser] template proposals for upc_forallMike Kucera1-1/+1
2007-07-10Refactored the C99 preprocessor to use IPPTokenComparator, removes dependancy...Mike Kucera5-57/+75
2007-07-09fix for bug #194459, the UPC parser now has its own lexer, also fixes bug #19...Mike Kucera12-105/+1528
2007-06-22Fix for memory leakMike Kucera1-3/+4
2007-06-12cleaned up c99 parser test suites a bit, added C99GCCTestsMike Kucera1-2/+12
2007-06-12fix bug 192009, support for implicit int in C99 parserMike Kucera3-1440/+1483
2007-06-11added preprocessor configurations, gcc attributes now supported as macrosMike Kucera1-2/+7
2007-06-07bug #191121, fix perfomance problems in C99 parser by making the parser objec...Mike Kucera1-5/+30
2007-06-04Fixes to the C99/UPC parsers. Fix NPE in C99ParserAction. Fix CCE in UPC pars...Mike Kucera3-954/+942
2007-04-27RESOLVED - bug 184442: UPCLanguage has typo in PLUGIN_IDChris Recoskie1-1/+1
2007-04-27RESOLVED - bug 183848: add parser for Unified Parallel CChris Recoskie29-0/+5772

    Back to the top