aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-07-28tag for stable version of cli backend based on GCC 4.4st/tags/GCC4.4-cli-beandreao
2009-07-27remove dependency to current function in implementation of cil_stack_after_st...andreao
2009-07-23Removed an unused dependency.gsvelto
2009-07-23rewrite code using tree_last and list_lengthandreao
2009-07-23add method emit_function_attributesandreao
2009-07-21better error recovery of call to methods without prototype (discard extra arg...andreao
2009-07-21early errors on not supported SIMDS when using mono library andreao
2009-07-21add to cil-types.def supported complex types, void and argiteratorandreao
2009-07-20use names defined in cil-types.def when emitting cilandreao
2009-07-20add missing dependencyandreao
2009-07-16bugfix emit of float complex typesandreao
2009-07-16emit_cil.c: simplify dump_type (use type_to_cil)andreao
2009-07-16emit_cil.c: simplify dump_vector_type and dump_complex_typeandreao
2009-07-16remove method cil_call_nargs_fullandreao
2009-07-16move recognition of options (simd type selection) to cil32.c andreao
2009-07-14merge from gcc trunk rev 132492:145122 2/2gsvelto
2009-07-13merge from trunk rev 132392:145122 1/2andreao
2009-07-10The volatile prefix can be added to LDOBJ/STOBJ instructions too.gsvelto
2009-07-10if the string passed to asm starts with '#' cosider it a commentandreao
2009-07-10add convenient function cil_call_nargs_full that returns the # of arguments i...andreao
2009-07-10move vector code out of scalar_to_cil (in new function vector_to_cil)andreao
2009-07-09get instruction names from .def fileandreao
2009-07-09use .def files to define CIL instruction (enum, argument type, ...)andreao
2009-07-09get CIL type definitions from .def fileandreao
2009-07-09get CIL instruction and type names from .def filesandreao
2009-07-09add 3 .def files with the definition of CIL intructions and typesandreao
2009-07-08Resolved a problem with string initializers, this also quiets a warning.gsvelto
2009-07-07Rewrote the way initializers and constructors are handled, this fixes a numbergsvelto
2009-07-07Refactored the CIL lowering pass.gsvelto
2009-07-06Added a dummy NOP instruction to the machine description.gsvelto
2009-07-01Add support for COMPOUND_LITERAL_EXPR nodes sometimes found in initalizersgsvelto
2009-07-01Print non-printable characters as escape sequences.gsvelto
2009-06-26fix typo, fix Copyright infoandreao
2009-06-25split gcc4net.cs in various filesandreao
2009-06-24Parallel compilation was broken due to a missing dependency, fixed.gsvelto
2009-06-19Fix email address.erven
2009-06-19Added better support for vector types.erven
2009-06-15The string length was sometimes wrong during emission of the initializationgsvelto
2009-06-15The CIL emission functions now accept a pointer to a function and will print itgsvelto
2009-05-05Honor the -fsyntax-only flag by not emitting any assembly code.gsvelto
2009-05-05Honor the -fsyntax-only flag by not emitting any assembly code.gsvelto
2009-05-05Fixed mismatch between function prototype and definition.erven
2009-04-23The dummy return variables created for pre-C99 non-void return functions withgsvelto
2009-04-22add definitions of STDIN_FILENO, STDOUT_FILENO and STDERR_FILENO to unistd.handreao
2009-04-21update gcc_update script with dependencies of new librariesandreao
2009-04-20merge from trunk revisions 127002-132392, FINALgsvelto
2009-04-20merge from trunk revisions 127002-132392, 11/Nandreao
2009-04-20merge from trunk revisions 127002-132392, 10/Nandreao
2009-04-20merge from trunk revisions 127002-132392, 9/Nandreao
2009-04-20merge from trunk revisions 127002-132392, 8/Nandreao