aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-07-28tag for stable version of cli backend based on GCC 4.4st/tags/GCC4.4-cli-beAndrea 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
2009-07-20add missing dependencyAndrea Ornstein
2009-07-16bugfix emit of float complex typesAndrea Ornstein
2009-07-16emit_cil.c: simplify dump_type (use type_to_cil)Andrea Ornstein
2009-07-16emit_cil.c: simplify dump_vector_type and dump_complex_typeAndrea Ornstein
2009-07-16remove method cil_call_nargs_fullAndrea Ornstein
2009-07-16move recognition of options (simd type selection) to cil32.c Andrea Ornstein
2009-07-14merge from gcc trunk rev 132492:145122 2/2Gabriele Svelto
2009-07-13merge from trunk rev 132392:145122 1/2Andrea Ornstein
2009-07-10The volatile prefix can be added to LDOBJ/STOBJ instructions too.Gabriele Svelto
2009-07-10if the string passed to asm starts with '#' cosider it a commentAndrea Ornstein
2009-07-10add convenient function cil_call_nargs_full that returns the # of arguments i...Andrea Ornstein
2009-07-10move vector code out of scalar_to_cil (in new function vector_to_cil)Andrea Ornstein
2009-07-09get instruction names from .def fileAndrea Ornstein
2009-07-09use .def files to define CIL instruction (enum, argument type, ...)Andrea Ornstein
2009-07-09get CIL type definitions from .def fileAndrea Ornstein
2009-07-09get CIL instruction and type names from .def filesAndrea Ornstein
2009-07-09add 3 .def files with the definition of CIL intructions and typesAndrea Ornstein
2009-07-08Resolved a problem with string initializers, this also quiets a warning.Gabriele Svelto
2009-07-07Rewrote the way initializers and constructors are handled, this fixes a numberGabriele Svelto
2009-07-07Refactored the CIL lowering pass.Gabriele Svelto
2009-07-06Added a dummy NOP instruction to the machine description.Gabriele Svelto
2009-07-01Add support for COMPOUND_LITERAL_EXPR nodes sometimes found in initalizersGabriele Svelto
2009-07-01Print non-printable characters as escape sequences.Gabriele Svelto
2009-06-26fix typo, fix Copyright infoAndrea Ornstein
2009-06-25split gcc4net.cs in various filesAndrea Ornstein
2009-06-24Parallel compilation was broken due to a missing dependency, fixed.Gabriele Svelto
2009-06-19Fix email address.Erven Rohou
2009-06-19Added better support for vector types.Erven Rohou
2009-06-15The string length was sometimes wrong during emission of the initializationGabriele Svelto
2009-06-15The CIL emission functions now accept a pointer to a function and will print itGabriele Svelto
2009-05-05Honor the -fsyntax-only flag by not emitting any assembly code.Gabriele Svelto
2009-05-05Honor the -fsyntax-only flag by not emitting any assembly code.Gabriele Svelto
2009-05-05Fixed mismatch between function prototype and definition.Erven Rohou
2009-04-23The dummy return variables created for pre-C99 non-void return functions withGabriele Svelto
2009-04-22add definitions of STDIN_FILENO, STDOUT_FILENO and STDERR_FILENO to unistd.hAndrea Ornstein
2009-04-21update gcc_update script with dependencies of new librariesAndrea Ornstein
2009-04-20merge from trunk revisions 127002-132392, FINALGabriele Svelto
2009-04-20merge from trunk revisions 127002-132392, 11/NAndrea Ornstein
2009-04-20merge from trunk revisions 127002-132392, 10/NAndrea Ornstein
2009-04-20merge from trunk revisions 127002-132392, 9/NAndrea Ornstein
2009-04-20merge from trunk revisions 127002-132392, 8/NAndrea Ornstein