aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-06-07Added src/getpid.cst/cli-beDavid Yuste
2011-05-31getpid() implemented and open files limit increased up to 32David Yuste
2011-05-27COND_EXPR can also operate with pointers. They are handled as integersDavid Yuste
2011-05-26Warn only once because of libstd not implemented featuresDavid Yuste
2011-05-18Added type mismatch detection at calls with fixed prototypesDavid Yuste
2011-05-18Libstd: signals and getcwd implementedDavid Yuste
2011-05-06Fixing missing prototypes (when they are visible at file scope)David Yuste
2011-02-25Added stdlib:flienoDavid Yuste
2011-02-25provided POSIX users abstraction in libstd (new functions: getuid, geteuid, g...David Yuste
2011-02-24Added sysconf.c (I forgot to do it the last time)David Yuste
2011-02-24Fixed broken references to function-static variables found in specialized fun...David Yuste
2011-02-24In libstd, added EINTR errno codeDavid Yuste
2011-02-23Added libstd:sysconf. Also some small changes in MSCorelibWrapper.cs:gettimesDavid Yuste
2011-02-22The values returned by 'times' in MSCorelibWrapper has been fixed to match th...David Yuste
2011-02-21Implemented 'times' (units differ from .NET and native, pending to fix it)David Yuste
2011-02-21Added unlink.cDavid Yuste
2011-02-17Added file (previously forgotten)David Yuste
2011-02-15Implemented unlink in libstdDavid Yuste
2011-02-14Extended stdlib::stat() functionality. New fields in 'struct stat'. New core ...David Yuste
2010-11-06Add round and roundf to libstd.Erven Rohou
2010-06-18Add dump functions for CLI passes.Erven Rohou
2010-04-12* gcc/config/cil32/emit-cil.c: if -g is enabled, add .line directives before ...Thierry LAFAGE
2010-03-26 * ChangeLog: fixed typos.Thierry LAFAGE
2010-03-22Add preliminary support for setjmp.Erven Rohou
2010-03-19 * gcc/config/cil32/simp-cond.c: added condition inversion for brtrueThierry LAFAGE
2010-03-10 * gcc/testsuite/gcc.dg/pr19340.c: skip test for cil32-*-* (schedulerThierry LAFAGE
2010-02-28Do not emit #line directives in assembly files (not supported by as)Andrea Ornstein
2010-02-12Fix incorrect builtin parameter type.Erven Rohou
2010-02-09Fix incorrect Vector8 names.Erven Rohou
2010-02-09Bug fix for 64-bit machines.Erven Rohou
2010-01-29Add support for vector multiply.Erven Rohou
2010-01-22 * gcc/testsuite/gcc.dg/20020312-2.c: added case for __cil32__Thierry LAFAGE
2010-01-18 * gcc/config/cil32/source-location.h: new file defining utilitiesThierry LAFAGE
2010-01-18 * MAINTAINERS: reindented my entry with tabs instead of spaces.Thierry Lafage
2010-01-15 * MAINTAINERS (Write After Approval): Add myself.Thierry Lafage
2009-09-15Add short form of vector constructor for uniform vectors.Erven Rohou
2009-08-06All indirect loads and stores of scalar values were flagged as volatile, fixed.Gabriele Svelto
2009-08-06typoAndrea Ornstein
2009-08-06automatically generate configuration file for DejagnuAndrea Ornstein
2009-08-06add missing includeAndrea Ornstein
2009-07-28fix svn:mergeinfo propertiesAndrea Ornstein
2009-07-28fix svn:mergeinfo propertiesAndrea Ornstein
2009-07-27remove dependency to current function in implementation of cil_stack_after_st...Andrea Ornstein
2009-07-23Removed an unused dependency.Gabriele Svelto
2009-07-23rewrite code using tree_last and list_lengthAndrea Ornstein
2009-07-23add method emit_function_attributesAndrea Ornstein
2009-07-21better error recovery of call to methods without prototype (discard extra arg...Andrea Ornstein
2009-07-21early errors on not supported SIMDS when using mono library Andrea Ornstein
2009-07-21add to cil-types.def supported complex types, void and argiteratorAndrea Ornstein
2009-07-20use names defined in cil-types.def when emitting cilAndrea Ornstein