aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-12-01GIMPLE coversions for ArrayIndexExpr and Arrays with valuesPhilip Herron6-6/+143
2020-12-01Mark this as a FIXME memory leakPhilip Herron1-0/+1
2020-12-01Ensure the array index is of integer type.Philip Herron1-1/+9
2020-12-01Resolve the type from an ArrayIndexExpressionPhilip Herron3-9/+290
2020-12-01Add Type resolution to Array expressionsPhilip Herron3-14/+180
2020-11-30Linemap and Backend are both singletonsPhilip Herron1-3/+7
2020-11-28No need to declare Type as inferedType when it is already definedPhilip Herron1-7/+0
2020-11-28Use ifdef guards instead of pragma oncePhilip Herron1-1/+4
2020-11-28Fix formatting in MakefilePhilip Herron1-41/+42
2020-11-28Initial TestSuite setup for make check-rustPhilip Herron9-1/+832
2020-11-28Remove unused and add FIXMEPhilip Herron2-18/+4
2020-11-28Added skeleton for macro expansion and added way to convert MetaItems back to...SimplyTheOther9-193/+209
2020-11-28Improved parsing of MatchExpr (and AST structure)SimplyTheOther15-113/+231
2020-11-28Testing some more algorithmic changesSimplyTheOther2-102/+389
2020-11-28Test even more generic algorithm for parsing in for lifetimesSimplyTheOther2-19/+9
2020-11-28Added more error_at formatting fixesSimplyTheOther4-184/+190
2020-11-28Attempt to significantly reduce warning count by modifying error message formatSimplyTheOther3-428/+457
2020-11-28Working on consolidating some other parsing functionsSimplyTheOther2-138/+241
2020-11-28Attempt to consolidate CompoundAssignmentExpr parsingSimplyTheOther2-20/+116
2020-11-28Attempt consolidation of ArithmeticOrLogicalExpr parsingSimplyTheOther2-32/+127
2020-11-28Attempt to fix the ExprWithoutBlock in ExprStmtWithoutBlock issueSimplyTheOther4-126/+191
2020-11-28Converted Parser to template in preparation for macro expansionSimplyTheOther7-14106/+14220
2020-11-28Potential modifications to buffered_queue to move when resizing instead of co...SimplyTheOther3-115/+60
2020-11-28Attempt to modify buffered_queue to take ownership of a source rather than re...SimplyTheOther17-5658/+3934
2020-11-28Massive lexer cleanup and refactoring - moved lots of stuff out of main methodSimplyTheOther2-2267/+2225
2020-11-28Attempted to solve string escape vs null character location issuesSimplyTheOther2-59/+27
2020-11-28Lexer cleanupSimplyTheOther6-405/+426
2020-11-28Miscellaneous improvements to various target hooksSimplyTheOther8-549/+638
2020-11-28i386 build fix against latest gccPhilip Herron1-14/+14
2020-11-28Improvements to aarch64 target hookSimplyTheOther2-96/+117
2020-11-28Improved and tidied up ARM target hookSimplyTheOther1-191/+153
2020-11-28Enhancements to x86 target hook, should be feature complete with llvm to the ...SimplyTheOther1-138/+406
2020-11-28Added Xtensa target hook (or provisional one at least)SimplyTheOther1-0/+14
2020-11-28Added Visium target hook (or at least provisional one)SimplyTheOther1-0/+24
2020-11-28Added VAX target hook (or provisional one at least)SimplyTheOther1-0/+17
2020-11-28Added NEC V850 target hook (or provisional one at least)SimplyTheOther6-1/+94
2020-11-28Added TILEPro target hookSimplyTheOther1-0/+8
2020-11-28Added TILE-Gx target hookSimplyTheOther1-0/+15
2020-11-28Compile AST::StructExprStructFields into a constructor tree.Philip Herron3-12/+113
2020-11-28Added provisional SPARC target hookSimplyTheOther5-0/+75
2020-11-28Added target hook for Renesas SH (or provisional one at least)SimplyTheOther5-0/+173
2020-11-28Added extremely provisional S/390 and zSeries target hookSimplyTheOther6-1/+69
2020-11-28Added Renesas RX target hook (or at least provisional one)SimplyTheOther5-0/+86
2020-11-28Added RL78 target hook (or at least provisional one)SimplyTheOther1-0/+24
2020-11-28Added RISC-V target hook (or at least provisional one)SimplyTheOther5-0/+73
2020-11-28Added PRU target hook (or provisional one at least)SimplyTheOther1-0/+15
2020-11-28Added PDP-11 target hook (or provisional one at least)SimplyTheOther5-0/+68
2020-11-28Added HPPA target hook (or provisional one at least)SimplyTheOther5-0/+97
2020-11-28Added OpenRISC target hook (or at least provisional one)SimplyTheOther5-0/+68
2020-11-28Minor Nios II tweaks based on new information foundSimplyTheOther1-1/+3