Added missing API docu, improved existing API docu
[libfirm] / include / libfirm / be.h
2011-12-14 Matthias BraunAdded missing API docu, improved existing API docu
2011-12-09 Matthias BraunRework API documentation
2011-11-10 Matthias Braunremove be_opt_register from public API (ir_init calls...
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-08-10 Matthias Braunlet backends specify the complete long double type
2011-06-24 Andreas ZwinkauMerge Fix: Spills have ProjMs now
2011-06-17 Matthias Braunlet backends report their machine_size and the size...
2011-04-08 Andreas Zwinkaumerge kaps
2010-12-01 Matthias Brauncallback typedef not needed anymore
2010-12-01 Matthias Braunbe_lower_for_target is now a simple function in the...
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-09-22 Matthias Braunmove typedefs from public header to private header
2010-09-06 Matthias Braunallow backend to specify endianess, rewrite bitfield...
2010-08-19 Matthias Braunonly construct Rotl if backend supports it
2010-08-18 Matthias Braunbackend is responsible for defining what lowering opera...
2010-08-18 Matthias Braunmake if-conversion and archdep optimisations get their...
2010-05-21 Michael BeckFixed Win32 DLL support.
2010-05-20 Matthias Braunproperly mark symbols in the public API to be exported...
2010-01-02 Matthias Braunbe consistent and only add extern C in the firm.h heade...
2009-01-02 Michael Beck- add alignment of stack parameter to be parameters set
2008-12-13 Matthias Braunbackend can report back float point arithmetic mode
2008-12-08 Michael Beck- removed unused immediate fp mode
2008-11-28 Matthias Braunremove archop stuff which wasn't really used anyway
2008-08-05 Michael Beck- removed C99 stdbool.h from the "official" interface...
2008-07-31 Moritz KrollAdded Beck's VC obstack version. Updated VC project
2008-07-29 Matthias Brauncleanups/fixes for ASM handling
2008-07-28 Matthias Braunpublic API for asm constraints
2008-05-30 Michael Beck- no more be_init(): backend is initialised in init_firm
2008-05-30 Michael Beckadd extra info for immediate float mode
2008-03-30 Matthias Brauncleanups
2008-02-13 Matthias Braundon't mention LIBCORE in public headers
2008-01-02 Michael Beckupdate copyright message
2007-11-19 Michael Beckmoved be_retrieve_dbg_info() into middleend and rename...
2007-11-11 Matthias Braunno need to include iroptimize.h in be.h
2007-07-06 Michael Beckrenamed structures containing settings to ir_settings_...
2007-07-06 Michael Beckmoved get_*_dbg_info() and set_*_dbg_info() to logical...
2007-06-18 Michael Beckremoved prefer fastcall: backends can now decide how...
2007-06-06 Michael Beckremoved the get_register_from_name() callback
2007-06-01 Michael Beckmoved all lower_* header into new lowering.h
2007-06-01 Matthias Braunmoved external headers into include dir