fix "make bootstrap" with libfirm submodule
[cparser] / Makefile
2012-11-21 Matthias Braunfix "make bootstrap" with libfirm submodule
2012-11-12 Matthias BraunMakefile: cleanup, rewrite, add coverage variant
2012-10-30 Christoph MallonAdd jump_targets as general mechanism to avoid unnecess...
2012-10-30 Christoph MallonRemove -pedantic.
2012-09-07 Manuel MohrRemove object files instead of whole build dir when...
2012-09-06 Manuel MohrDon't make libfirm when cleaning cparser.
2012-07-26 Matthias BraunNew output mode to generate size (in bytes) of some...
2012-07-16 Matthias Braunadd missing file to Makefile
2012-07-16 Christoph MallonRename hashset.c to hashset.c.inl.
2012-06-20 Christoph MallonReplace the old lexer by the new preprocessor.
2012-06-14 Christoph MallonConsistently use get_string_len() to correct the size...
2011-12-22 Matthias Braundisable download from internet in makefile for now
2011-12-19 Andreas ZwinkauDo not link on every make invocation
2011-10-28 Andreas Zwinkaulinker flags to the end
2011-10-19 Matthias Braunall sources are dependent on config.h
2011-10-11 Christoph MallonConsistently use $(BUILDDIR) instead of build.
2011-10-11 Christoph Malloncparser.bootstrap2 depends on cparser.bootstrap.
2011-10-11 Christoph MallonRemove dubious/unnecessary dependencies.
2011-10-11 Christoph MallonList all phony targets in .PHONY.
2011-10-11 Christoph MallonUse $(CC) -MMD instead of makedepend for tracking heade...
2011-10-11 Christoph MallonCreate build directories more systematically.
2011-10-11 Christoph MallonProperly update revision.h.
2011-10-10 Christoph MallonUse $(FIRM_HOME) instead of hardcoding libfirm. Also...
2011-10-10 Christoph MallonBuild the debug version with -O0, not -O2.
2011-09-30 Andreas ZwinkauAdapt CFLAGS according to variant
2011-09-14 Andreas ZwinkauInclude adt/strutil.c within Makefile
2011-08-24 Andreas ZwinkauEnable the usage of different firm variants
2011-08-24 Andreas ZwinkauDownload libfirm release if no submodule present
2011-08-24 Andreas ZwinkauUse submodule for libfirm binding
2011-08-24 Andreas ZwinkauGenerate revision from git describe
2011-08-09 Matthias Braunremove support for compiler-builtin c-code (it was...
2011-06-24 Andreas ZwinkauMerge branch 'makefilefix'
2011-06-24 Andreas ZwinkauRemove firm_cmdline from Makefile
2011-04-15 Matthias Braunupdate Makefile
2011-04-08 Christoph MallonRemove stale stuff from Makefile.
2010-05-28 Matthias Braunfirm backend is not optional anymore
2010-05-08 Christoph MallonComplement r27480: Remove the removed files from the...
2010-04-15 Matthias Braunbetter packing of struct, updates for release
2010-02-15 Matthias Braunfix clean target
2010-02-14 Matthias Braunlet jam create gen_builtins.h
2010-01-04 Matthias Braunadd a printing abstraction layer so we can print type...
2010-01-02 Matthias Braunfix for last commit
2009-03-07 Matthias Braunrewrite of attribute handling
2009-01-20 Matthias Braunadd missing directories to Makefile
2008-12-16 Christoph MallonSort.
2008-12-10 Matthias Braunfirst revision of jna writer
2008-11-26 Christoph MallonLet make clean delete builtins.h, too.
2008-11-25 Matthias Braun- Introduce ENTITY_PARAMETER
2008-11-14 Matthias BraunMore work for C++ mode:
2008-11-02 Matthias Braunadd beginnings of preprocessor code (and ugly hack...
2008-11-01 Matthias Braundeclaration_t -> entity_t
2008-10-21 Christoph MallonImplement a statement walker.
2008-09-18 Matthias Braundepend on libfirm (if path is specified in config.mak)
2008-09-08 Michael Beckrerun builtins.h creation if script changed
2008-09-07 Matthias Braunbunch of mac fixes and improvements
2008-08-01 Matthias Braunimprove Makefile for release
2008-08-01 Moritz KrollFixed broken Makefile (oops...)
2008-07-31 Moritz KrollAdded VC8/9 project with ICC. No config.h in SVN, but...
2008-07-25 Matthias Braunmakefile fix
2008-07-25 Matthias Braunsupport for libc builtins
2008-07-14 Matthias Braunfix warnings, fix gasmode selection on linux
2008-07-11 Matthias Braunfix input from stdin
2008-06-06 Matthias Braunavoid enum constant folding problems in ast2firm
2008-06-04 Matthias Braunupdate hashset, try to identify all global function...
2008-03-06 Matthias Braundon't build in profile mode
2008-02-18 Matthias Braunmake sure dirs are constructed in makefile
2008-02-18 Matthias Braunfix bootstrap targets
2008-02-18 Matthias Braunfix bootstrap target in makefile, make_release.sh script
2008-02-17 Christoph MallonList to be created directory names in a variable.
2008-02-17 Matthias Braunwe can do make bootstrap2 now
2008-02-16 Matthias Brauncrude -g implementation
2008-02-16 Matthias Braunimprove bootstrap rule, align long long to 4 bytes
2008-02-15 Matthias Braunadd bootstrap target, don't set frame_type to fixed...
2008-02-14 Matthias Braunselfcheck target for the makefile
2008-02-14 Matthias Braunadd obstack to cparser sources
2008-02-08 Matthias Braunfix optimized build, add benchmark mode
2007-12-13 Christoph MallonImplement a new agile warning framework.
2007-12-11 Matthias Braunsupport for bitfields completed
2007-12-08 Matthias Braunstarted working on bitfields
2007-12-05 Christoph MallonAdd a (partial) format string checker for wide string...
2007-12-05 Christoph MallonPut some diagnostic functions into a separate file.
2007-12-05 Christoph MallonMake types globally visible, add more type(def)s.
2007-12-05 Michael Beckrevision seems to work now
2007-12-05 Christoph MallonBetter revision handling.
2007-12-05 Michael Beckadd --version
2007-12-04 Matthias Braunlong double alignment is 4, implement wide character...
2007-12-03 Michael BeckBugFix: entity allocation set for global/tls vars
2007-12-02 Matthias Braunfix a few segfaults
2007-11-30 Matthias Braunimplement builtin_isgreater and friends
2007-11-30 Matthias Braunupdated Makefiles
2007-11-30 Christoph MallonNext wchar_t step: Initialization with wide string...
2007-11-29 Matthias Braunrelated fix about unspecified parameters -> () on funct...
2007-11-29 Christoph MallonFirst iteration in adding wide string literal support...
2007-11-27 Matthias Braunfix compound returning functions
2007-11-27 Matthias Brauneliminate more casts, () in a function definition means...
2007-11-27 Matthias Braundo double compilation with gcc+icc in the Makefile
2007-11-21 Matthias Braunadd -lz to libs...
2007-11-19 Matthias Braunstarted working on correct initializer support (still...
2007-11-14 Matthias Braunsupport for pointer add/sub, no need for type_environme...
2007-11-12 Matthias Braunmore work on local variable support
next