summary refs log tree commit diff
AgeCommit message (Expand)Author
2016-02-28More standard/better error message formatting.Ori Bernstein
2016-02-28support -o optionQuentin Carbonneaux
2016-02-27simplify a little more limit2()Quentin Carbonneaux
2016-02-27leave only the most important free todosQuentin Carbonneaux
2016-02-27remove BITS constantQuentin Carbonneaux
2016-02-27use a new bits type for bitmapsQuentin Carbonneaux
2016-02-26oops, fix wrong bitset allocationQuentin Carbonneaux
2016-02-26make the comment greppableQuentin Carbonneaux
2016-02-26use memset to zero a bitsetQuentin Carbonneaux
2016-02-26get rid of BitsQuentin Carbonneaux
2016-02-26also catch stderrQuentin Carbonneaux
2016-02-26add regression testing scriptQuentin Carbonneaux
2016-02-26bug in liveout()Quentin Carbonneaux
2016-02-26dirty fix bogus bsiter()Quentin Carbonneaux
2016-02-26compile everythingQuentin Carbonneaux
2016-02-26use bitset in rega.c (broken)Quentin Carbonneaux
2016-02-26add cheapo static assertQuentin Carbonneaux
2016-02-26use bitset in spill.cQuentin Carbonneaux
2016-02-26convert ssa.c to bitsetsQuentin Carbonneaux
2016-02-26move dumpts() into util, add bsequal()Quentin Carbonneaux
2016-02-26start conversion to dynamic bitsetsQuentin Carbonneaux
2016-02-25a little code compactionQuentin Carbonneaux
2016-02-25add some bitset functionsQuentin Carbonneaux
2016-02-25remove FP notesQuentin Carbonneaux
2016-02-24add details in the abi docQuentin Carbonneaux
2016-02-24create new doc directoryQuentin Carbonneaux
2016-02-24fix tight assertion in MEM()Quentin Carbonneaux
2016-02-24tentative big args supportQuentin Carbonneaux
2016-02-24use default use/def counts in newtmp()Quentin Carbonneaux
2016-02-24do not print null offsetsQuentin Carbonneaux
2016-02-24fix swapped operands on emitcopy() callQuentin Carbonneaux
2016-02-24prepare for big structs passing codeQuentin Carbonneaux
2016-02-24support memory class arguemntsQuentin Carbonneaux
2016-02-24oh oh, subs are not folded!Quentin Carbonneaux
2016-02-24simply use memset to 0 stuffQuentin Carbonneaux
2016-02-24oops, phi nodes rewrite for fast locals was trashedQuentin Carbonneaux
2016-02-23add fun example, does not compile yetQuentin Carbonneaux
2016-02-23cosmetics in isel.cQuentin Carbonneaux
2016-02-23print new jump instructionsQuentin Carbonneaux
2016-02-23fix uninitialized variable in selpar()Quentin Carbonneaux
2016-02-23patch return, might not workQuentin Carbonneaux
2016-02-22fix buggy name changes in iselQuentin Carbonneaux
2016-02-22simplify emit tableQuentin Carbonneaux
2016-02-22cosmeticsQuentin Carbonneaux
2016-02-22use isstore() in parserQuentin Carbonneaux
2016-02-21do not spill dead phisQuentin Carbonneaux
2016-02-21complete fp support for small structsQuentin Carbonneaux
2016-02-21genius or idiot?Quentin Carbonneaux
2016-02-19add lexing sugar for backward compatibilityQuentin Carbonneaux
2016-02-18stop using OXxx1 and use new OLoadQuentin Carbonneaux