adapt to latest libfirm
[cparser] / main.c
2011-04-14 Matthias Braunfix target-triple handling
2011-04-14 Julius NeufferAdded .i file extension. Changed behaviour for .ii...
2011-04-08 Christoph MallonInline function, which consists of a single call, into...
2011-04-07 Matthias Braunfix for last commit
2011-04-07 Matthias Braunrefactor machine/os initialisation part so it can be...
2011-04-05 Matthias Braunavoid apple specific assembler invocation
2011-03-31 Christoph MallonSimplify/Clean up firm_option().
2011-03-31 Christoph MallonActivate fp-vrp at -O2.
2011-03-30 Matthias Braunadapt to simplified opt_funccall interface
2011-03-30 Matthias Braunremove a bunch of unimplemented/obsolete commandline...
2011-03-15 Matthias Braunremove broken/unused caml export
2011-03-14 Matthias Braundo not force -m32 by default but make -m32 work correctly
2011-03-14 Matthias Braunforward -static and -shared flag to linker (like gcc...
2011-03-09 Matthias Braunfix confusing error message when misspelling -mXXX...
2011-03-04 Matthias Brauncompound parameter lowering is done in lower_for_target now
2011-02-24 Christoph MallonFix another typo in the same comment.
2011-02-24 Christoph MallonFix typo in comment.
2011-02-18 Andreas ZwinkauSupport -pthread argument on Linux
2011-02-09 Andreas ZwinkauAdding some file extensions for detection
2011-02-06 Michael BeckTurn all exits inside main into returns, replace exit...
2010-12-03 Matthias Braunonly write out functions for the main file when generat...
2010-10-28 Michael BeckUse EXIT_SUCCESS and EXIT_FAILURE where appropriate.
2010-10-12 Matthias Braunfix bug on darwn introduced in the '-mtriple' commit
2010-10-06 Matthias Braunadd -mtriple= to specify target architecture; refactor...
2010-09-06 Matthias Braunnew bitfield struct layout code for big-endian (=sparc...
2010-08-18 Andreas ZwinkauCopy gcc behavior: unknown file extension means object...
2010-08-18 Andreas Zwinkaucparser ignores -fmessage-length now
2010-06-25 Matthias Braunadapt to new firm dumper interface
2010-06-23 Matthias Braunimplement a bare-bones cparser --help
2010-06-17 Matthias Braunremove unused dbg_printf function
2010-05-28 Matthias Braunfirm backend is not optional anymore
2010-04-14 Matthias Braunignore -fPIC
2010-04-06 Matthias Braunerror out when compiling multiple source files to firm...
2010-03-09 Matthias Braunimplement -W
2010-02-15 Matthias Braunfix missing skip_tpyeref; add some more gcc compatibili...
2010-02-15 Matthias Brauncleanup builtin handling and put it into an own file...
2010-02-15 Matthias Braunforgot to checkin changes builtin includename
2010-02-13 Matthias Braunfix warning, always use -m32 on mac assembler
2010-01-04 Matthias Braunadd a printing abstraction layer so we can print type...
2009-12-21 Matthias Braunadapt to timer changes
2009-12-16 Matthias Braunmost of the -fopt flags are handled now by looking...
2009-11-23 Christian HelmerOptions for loop optimization added.
2009-09-24 Matthias Braunallow overriding of assembler, linker, preprocessor...
2009-09-09 Matthias Braunwrite an error message if architecture is unknown
2009-08-29 Michael Beck- Bugfix: missing '\0' added
2009-08-07 Matthias Braunextend/fix timing stuff
2009-07-16 Matthias Braunit's called thread-jumps now
2009-07-14 Sebastian Buchwaldcondeval is called jump threading now
2009-06-25 Michael Beck- moved ansi alias to optimization level 2 (like gcc...
2009-06-19 Matthias Braunimprove/fix preprocessor flag handling for some cases...
2009-06-11 Matthias Braunimprove handling of multiple input files
2009-06-11 Matthias Braunredefine __VERSION__ preprocessor macro
2009-06-08 Matthias Braunsome more work towards (c++) namespace support
2009-04-07 Michael Beck- implement -mrtd
2009-02-06 Moritz KrollAdded --export-ir parameter and support for .ir input...
2009-01-29 Matthias Braunavoid obstack_printf for very large strings (it's cheat...
2008-12-27 Michael Beck- c_mode must be set before init_types()
2008-12-17 Christoph MallonPut { of function on separate line.
2008-12-16 Christoph MallonAdd (harmless) missing else.
2008-12-15 Christoph MallonRename --{,un}sigend-chars to -f{,un}signed-char and...
2008-12-15 Christoph MallonWhen automatically generating a target filename, place...
2008-12-15 Christoph MallonMake the input encoding selectable via −finput‐charset...
2008-12-10 Matthias Braunfirst revision of jna writer
2008-12-09 Matthias Braunadapt to latest firm changes
2008-12-09 Matthias Braunadapt for latest firm changes
2008-12-08 Christoph MallonMap a few more GCC builtin functions to libc equivalents.
2008-12-08 Christoph Mallon"Support" more GCC builtin functions, i.e. tell the...
2008-12-06 Christoph Mallon| needs to be escaped, too.
2008-12-03 Matthias Braunremove output in error case
2008-11-28 Matthias Braunnewer gcc need filetype for preprocessing .s apparently
2008-11-28 Christoph MallonEscape ;, too. Sort.
2008-11-28 Matthias Braunmore gcc compatibility flags
2008-11-28 Matthias Braunimplement -print-file-name
2008-11-28 Matthias Braunmore escaping needed
2008-11-28 Matthias Brauncrude implementation of -Wp
2008-11-19 Christoph MallonCounter-fix add_flag().
2008-11-19 Michael Beck- fixed Win32 version of add_flag again
2008-11-17 Christoph Mallons/puts("")/putchar(n)/.
2008-11-17 Christoph MallonImprove r23717, because it broke non-WIN32 (cpp is...
2008-11-17 Michael Beck- windows does not handle \_, use quotes
2008-11-14 Michael Beck- fixed a lot of 'enum type mixed with ...' warnings
2008-11-14 Matthias BraunMore work for C++ mode:
2008-11-14 Matthias Braundelete temp files
2008-11-14 Matthias Braunuse ushort wchar_t on mingw
2008-11-14 Matthias Braun- Try to move OS/target specific stuff to lang_features...
2008-11-03 Matthias Braunif(n)def implementation
2008-11-02 Matthias Braunadd beginnings of preprocessor code (and ugly hack...
2008-10-26 Christoph MallonAdd support for C++ in the compiler driver.
2008-10-26 Christoph MallonChange -w so that warnings can be activated again later on.
2008-10-20 Christoph MallonRemove a variable, which was found by the new, shiny...
2008-10-20 Christoph MallonResolve assertion, when using -fsyntax-only.
2008-10-07 Christoph MallonPrint AST and error/warning summary even in the presenc...
2008-09-23 Michael Beck- add missing initialization of have_const_functions
2008-09-23 Matthias Braundisable builtins by default
2008-09-22 Matthias Braunpossibility to disable builtin functions
2008-09-11 Michael Beckset the stack alignment to 2^4 on apple
2008-09-07 Matthias Braunbunch of mac fixes and improvements
2008-09-02 Matthias Braunfurther fixes for MMD handling
2008-09-02 Matthias Braunhack cparser to write output of -MMD to the correct...
2008-08-31 Christoph MallonHandle -fno-strength-reduce.
next