summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-09-30Uniformize.Alain Frisch
2014-09-30Get rid of warning attribute.Alain Frisch
2014-09-30Inline inner DSL module.Alain Frisch
2014-09-30Get rid of End directive (hard-code in masm backend).Alain Frisch
2014-09-30ascii -> bytesAlain Frisch
2014-09-30llabel -> labelAlain Frisch
2014-09-30Adapt 32-bit backend as well.Alain Frisch
2014-09-30Move directive emitters into a sub-module (64-bit).Alain Frisch
2014-09-30Fix.Alain Frisch
2014-09-30Merge DSL32 and DSL64.Alain Frisch
2014-09-30Cleanup.Alain Frisch
2014-09-30Cleanup.Alain Frisch
2014-09-30Getting rid of instruction suffixes. Finish, merge INS, INS32, INS64, get rid...Alain Frisch
2014-09-30Getting rid of instruction suffixes: step 3, using pure Intel mnemonics for t...Alain Frisch
2014-09-30Sort.Alain Frisch
2014-09-30Getting rid of instruction suffixes: step 2, using pure Intel mnemonics for t...Alain Frisch
2014-09-30Getting rid of instruction suffixes: step 1, get rid of internal checks.Alain Frisch
2014-09-30Synchronize with trunk.Alain Frisch
2014-09-30Bootstrap.Alain Frisch
2014-09-30Get rif of multiple exceptions with the same name in the same module.Alain Frisch
2014-09-30Fix.Alain Frisch
2014-09-30Do not resolve Tpackage path with find_type (to be checked).Alain Frisch
2014-09-30Print inlined record type with a bang.Alain Frisch
2014-09-30Cleanup.Alain Frisch
2014-09-30Reduce diff with trunk.Alain Frisch
2014-09-30Cleanup.Alain Frisch
2014-09-30No need to track extension path in record_representation, infer it from the r...Alain Frisch
2014-09-30Re-enable rebinding of extension constructors with inlined records.Alain Frisch
2014-09-30Support for inlined records in extension constructors.Alain Frisch
2014-09-30Cleanup.Alain Frisch
2014-09-30Cleanup.Alain Frisch
2014-09-30Towards sugar-less encoding of constructor types.Alain Frisch
2014-09-29Towards getting rid of the internal syntactic sugar.Alain Frisch
2014-09-29Yet another branch for inlined records, trying to get rid of the internal syn...Alain Frisch
2014-09-29Immediate are not explicitly typed in Intel_ast. Use the unsuffixed form e.g...Alain Frisch
2014-09-29Cleanup.Alain Frisch
2014-09-29Fix.Alain Frisch
2014-09-29Avoid duplication in register names.Alain Frisch
2014-09-29Get rid of RIP register, introduce a specific operand for rip-based addressing.Alain Frisch
2014-09-26PR#4099: Bug in Makefile.nt: won't stop on errorDamien Doligez
2014-09-26Get rid of type-qualifed constructor paths for extensible types.Alain Frisch
2014-09-26Rename NO -> NONE.Alain Frisch
2014-09-26Disallow multiple declaration of extension constructors with the same name in...Alain Frisch
2014-09-26Cleanup.Alain Frisch
2014-09-26Merge with trunk.Alain Frisch
2014-09-26Fix merge problem.Alain Frisch
2014-09-26testsuite: add empty file to prevent svn merge from adding incompatible tests...Damien Doligez
2014-09-26Remove warning attributes.Alain Frisch
2014-09-26More explicit datatype checks.Alain Frisch
2014-09-26Adding in mli file for Intel_dsl.Alain Frisch