summaryrefslogtreecommitdiffhomepage
path: root/ir/be/bemodule.c
Commit message (Expand)AuthorAge
* riscv: support soft-float and the -march and -mabi switchesJohannes Bucher2019-11-29
* Rework target initialization and queryMatthias Braun2017-02-20
* Reorganize include directivesMatthias Braun2017-02-17
* mips: Initial work on MIPS.Christoph Mallon2017-01-12
* be: Add a helper to handle 2-address code constraints.Christoph Mallon2016-04-01
* adt: Add and use 'streq()'.Christoph Mallon2015-12-07
* be: Introduce a constraint for memory outputs.Christoph Mallon2015-07-27
* Remove unused copy statistics.Christoph Mallon2015-07-19
* Just pass the argument string instead of a decoded variadic argument to optio...Christoph Mallon2015-07-14
* Remove the unnecessary parameter 'type' from option callbacks.Christoph Mallon2015-07-14
* Remove the unused parameter 'name' from option callbacks.Christoph Mallon2015-07-14
* Remove the unnecessary parameter 'type' from option dumpers.Christoph Mallon2015-07-14
* Remove the unused parameter 'type' from option value dumpers.Christoph Mallon2015-07-14
* Remove the unused parameter 'name' from option value dumpers.Christoph Mallon2015-07-14
* Remove the unused parameter 'name' from option dumpers.Christoph Mallon2015-07-14
* Remove the unused parameter 'len' from option dumpers.Christoph Mallon2015-07-14
* Remove the unused parameter 'len' from option value dumpers.Christoph Mallon2015-07-14
* Rework setting some OS detailsMatthias Braun2015-05-07
* Sort module initializersMatthias Braun2015-05-07
* be: remove beabiMatthias Braun2014-10-02
* remove regpress and trace schedulersMatthias Braun2014-09-15
* move private struct into C fileMatthias Braun2014-08-21
* remove copyheur + copyheur2Matthias Braun2014-08-21
* merge beirgmod.* into beutil.*Matthias Braun2014-08-21
* cleanup, use C99Matthias Braun2014-07-22
* fix 'never read' warningsMatthias Braun2014-03-25
* do not include config.h anymoreMatthias Braun2013-05-04
* libcore: remove unused parts, cleanup, use C99Matthias Braun2013-04-23
* bemodule: Remove (hopefully really last) remnants of the STA backend.Christoph Mallon2012-12-19
* remove license stuff from filesMatthias Braun2012-12-12
* remove (last) mentioning of STA backendMatthias Braun2012-12-04
* bedbgout, stabs: remove obsolete debug modulesMatthias Braun2012-04-25
* remove $Id$, it doesn't work with git anywayMatthias Braun2011-11-10
* Initial support for dwarf debug infoMatthias Braun2011-10-27
* fix more cparser warnings, cleanup some libcore codeMatthias Braun2011-06-21
* remove remaining WITH_ILP uses, fix bug introduced when adapting lppMatthias Braun2011-06-16
* fix cparser warningsMatthias Braun2011-04-15
* Remove ifdef FIRM_KAPSAndreas Zwinkau2011-04-08
* rework schedulers to register similar like regallocators/spillersMatthias Braun2011-03-04
* remove support for schedule preparation steps (both are unmaintained and broken)Matthias Braun2011-03-04
* remove unmaintained/broken bespillbelady2Matthias Braun2011-03-04
* make firm compilable with a c++ compilerMatthias Braun2010-11-04
* remove ilp scheduler; simplify listsched interfaceMatthias Braun2010-09-22
* be_init_copypbqp() removed in bemodule.c!Thomas Bersch2010-07-21
* remove unmaintained mips backendMatthias Braun2010-07-06
* remove old/unused codeMatthias Braun2010-07-02
* remove the ppc32 backend (it's in a very broken state and not maintained)Matthias Braun2010-06-25
* remove general ifg interface and always use ifg_std, this considerably simpli...Matthias Braun2010-06-23
* added amd64 backend code (which doesn't do much yet).Robin Redeker2010-04-29
* - various updates to sparc backendHannes Rapp2010-04-13