libfirm
2010-08-05 Matthias Braunfix lower_mode_b relying on current_ir_graph being...
2010-08-04 Thomas BerschNow bipartite matching can be used for pre-coloring...
2010-08-02 Matthias Braunfix some cases where doubleword lowering didn't use...
2010-08-02 Christoph MallonDuplicate GetEIP when transforming.
2010-08-02 Matthias Braunsimplify doubleword lowering: we have a type for each...
2010-08-02 Matthias Braunremove odd mode->index, index->mode API for statistics...
2010-07-30 Sebastian BuchwaldDisable timer.
2010-07-30 Sebastian BuchwaldUnify output format.
2010-07-30 Matthias Braunbring back Carry and Borrow (firm_decomp apparently...
2010-07-29 Sebastian Buchwaldcan not -> cannot.
2010-07-29 Matthias Braunallow nodes with more inputs in prefallocator (some...
2010-07-29 Matthias Braunuse new double wide register requirements; implement...
2010-07-29 Matthias Braunsparc: remove uninterpreted (and often wrongly used...
2010-07-28 Matthias Braunavoid unnecessary #define in public headers
2010-07-28 Matthias Braunno unnecessary and cryptic abreviations: rename vrfy...
2010-07-28 Matthias Braunfix doxygen warnings
2010-07-28 Matthias Braunautomatically generate most declarations for node gette...
2010-07-28 Matthias Braunreplace is_no_Block() with !is_Block()
2010-07-28 Matthias Braunautomatically generate code to allocate the 'frag_arr...
2010-07-28 Matthias Braunremove unused/unsupported Carry and Borrow nodes
2010-07-28 Matthias Braunautomatically generate opcode declarations from ir_spec
2010-07-28 Matthias Braunarm: we don't use the generic be_Call anymore, no need...
2010-07-27 Matthias Braundraft for register width specifications
2010-07-27 Matthias Braunimplement floatingpoint compares
2010-07-27 Matthias Braunsparc: cleanup register classes, remove some unused...
2010-07-27 Matthias Braunfirst implementation of floatingpoint arithmetic operations
2010-07-27 Matthias Braunuse custom spillslot coalescer so int->float and float...
2010-07-27 Matthias Braunfix Ldf/Stf emitter
2010-07-27 Matthias Braunfix warnings
2010-07-27 Matthias Braunbeflags: transform modifies_flags property into a callb...
2010-07-27 Matthias Braunreplace psets with arrays to make the compiler more...
2010-07-27 Matthias Braunno need to pass environment stuff aroudn that can be...
2010-07-27 Matthias Braunbeflags: move be_Keep logic out of is_modify_flags...
2010-07-26 Matthias Braunarm: remove unused code, using tst to avoid cmp,0 not...
2010-07-26 Matthias Brauncleanup/refactor bipartite matching with hungarian...
2010-07-26 Matthias Braunverify that start black has no predecessors
2010-07-26 Matthias Braunautomatically generated pn_ numbers from the spec file
2010-07-24 Michael BeckExplicitly initialize the is_load_store attribute.
2010-07-24 Michael BeckAdd preliminary support for Clz instruction.
2010-07-24 Michael Becksmall simplification.
2010-07-24 Michael BeckImplemented RSB support.
2010-07-24 Michael BeckImproved MVN support.
2010-07-24 Michael BeckImplemented Bic support.
2010-07-23 Michael BeckImprove barrel shifter usage.
2010-07-23 Michael BeckBugFix: return an empty type name if retrieve_type_dbg...
2010-07-23 Michael BeckVarious small changes.
2010-07-23 Michael Beckadd doxygen comment
2010-07-23 Michael BeckUpdated doxygen comment.
2010-07-23 Matthias Braunmake add_missing_keeps more robust in case of SwitchJumps
2010-07-23 Matthias Braunsparc: fix MemPerm emitter as far as possible
2010-07-23 Matthias Braunoutput all sparc specific attributes in dumper
2010-07-22 Matthias Braunperform custom abi construction in sparc as well to...
2010-07-22 Matthias Braunimplement sparc floatingpoint constants
2010-07-22 Matthias Braunsparc: fix unsigned compares and cleanup cmp attributes
2010-07-22 Matthias Braunimprove assert in abihelper register value getter
2010-07-22 Matthias Braunfix sparc stack offset, stack must be 8byte aligned...
2010-07-22 Matthias Braunfix sparc stack offset emitter
2010-07-22 Matthias Braunname sparc_transform functions after the firm-nodes...
2010-07-22 Matthias Brauncleanup sparc attribute getters+setters
2010-07-22 Matthias Braunrefactor sparc nodes to have the same name as their...
2010-07-22 Matthias Braunno need for pointless comments
2010-07-22 Matthias Braunremove more leftovers from interprocedural view
2010-07-21 Julian OppermannImplement a way to guess the mode of a local variable...
2010-07-21 Sebastian BuchwaldRemoved declaration of non-existent functions.
2010-07-21 Thomas Berschbe_init_copypbqp() removed in bemodule.c!
2010-07-21 Sebastian BuchwaldAlso print number of (possible) RM applications.
2010-07-21 Sebastian BuchwaldDo not use late decisions as default.
2010-07-19 Matthias Braunremove unused/broken interprocedural view
2010-07-18 Sebastian BuchwaldAdapt to r27653.
2010-07-16 Matthias Braunavoid code duplication: use be_add_missing_keeps in...
2010-07-16 Matthias Braunsome cleanups in arm+sparc backends
2010-07-16 Christoph MallonReduce code duplication, improve readability.
2010-07-16 Christoph MallonDeMorgan to the rescue!
2010-07-15 Matthias Braunavoid unnecessary passing around of arch_env_t* in...
2010-07-15 Matthias Braunredo reverted changes to new set_transformer interface...
2010-07-15 Matthias Brauncleanup sparc spec
2010-07-15 Matthias Braunremove outdated/wrong comments from backend specs
2010-07-15 Matthias Braunchange backend node specification to use whole words...
2010-07-15 Matthias Braunfix a few whitespace errors and remove spec cruft
2010-07-15 Matthias Braunremove the unused/strange concept of a pseudo-irg
2010-07-14 Michael BeckFixed imm13 range inside assertion.
2010-07-14 Matthias Braunimplement some int to float conversions
2010-07-14 Matthias Braunarm: implement calling conventions for float and double...
2010-07-14 Matthias Braunrefactoring: set_frame_entity is a special callbacks...
2010-07-14 Matthias Braunremove unused have_fp_insn
2010-07-13 Hannes Rapp- SPEC gzip laeuft
2010-07-10 Matthias Braunremove now unnecessary beabi stuff from bearch_arm
2010-07-10 Matthias Braunreorganize beabi - save wether we are using omit_fp...
2010-07-10 Michael Beck- replaced an if condition that should never happen...
2010-07-09 Michael Becksvn:keywords added
2010-07-09 Michael Beck- add some doxygen docu
2010-07-09 Michael Beckadd some doxygen docu.
2010-07-09 Michael BeckC99 feature removed.
2010-07-09 Matthias Braunhandle arm ABI in arm transform phase
2010-07-09 Matthias Braunallow backend to do its own custom abi handling and...
2010-07-09 Matthias Braunhelper functions for doing custom abi construction...
2010-07-09 Matthias Braunmake API for creating single register constraints public
2010-07-09 Matthias Braunemit arm symconsts as .LC%u instead of .L%u to avoid...
2010-07-09 Matthias Braunsymconst symbols are part of an arm function
2010-07-09 Matthias Braunduplicate more be nodes by default
next