sparc: mostly implement reg+reg address mode
[libfirm] / ir / be / sparc /
2010-08-19 Matthias Braunsparc: mostly implement reg+reg address mode
2010-08-19 Matthias Braunsparc: specifying ins in constructor variants makes...
2010-08-19 Matthias Braunonly construct Rotl if backend supports it
2010-08-19 Matthias Braunsparc: implement div instructions correctly
2010-08-19 Matthias Braunsparc: rewrite address mode matching, we now use offset...
2010-08-19 Matthias Braunsparc: remove entity_sign, gas/elf doesn't support...
2010-08-19 Matthias Braunsparc: no need for is_load_store attribute anymore
2010-08-19 Matthias Braunuse operands_are_normalized when permuting Not operatio...
2010-08-18 Matthias Braunbackend is responsible for defining what lowering opera...
2010-08-09 Matthias Braunsparc: redo and improve sparc immediate handling (low...
2010-08-09 Matthias Braunsparc: mark Mul nodes as rematerializable
2010-08-09 Matthias Braunuse sub_immediate in case of add a,0x1000
2010-08-09 Matthias Braunsparc: matching rules for andn and orn
2010-08-09 Matthias Braunsparc: pattern to match xnor
2010-08-09 Matthias Braunsparc: No need for Minus, Not, Nop nodes. Implement...
2010-08-09 Matthias Braunsparc: use %g0 for 0 constants
2010-08-09 Matthias Braunsparc: implement all floating point operations in singl...
2010-08-09 Matthias Braunsparc: remove old code which was only valid for old...
2010-08-06 Christoph MallonRemove redundant reg_req from SPARC nodes with construc...
2010-08-06 Christoph MallonCorrect and clean up gen_Abs() for SPARC: The Sub was...
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 Braunno unnecessary and cryptic abreviations: rename vrfy...
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 Braunbeflags: transform modifies_flags property into a callb...
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 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 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-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 Braunrefactoring: set_frame_entity is a special callbacks...
2010-07-13 Hannes Rapp- SPEC gzip laeuft
2010-07-09 Matthias Braunallow backend to do its own custom abi handling and...
2010-07-08 Matthias Braunchange betranshelp semantic to panic instead of duplica...
2010-07-05 Matthias Braunput stack_layout into beirg instead of be_abi datastruc...
2010-07-02 Matthias Braunconvert remaining APIs from be_irg_t* to ir_graph*
2010-06-25 Matthias Brauncleanup and rewrite dumper interface
2010-06-16 Hannes Rapp- restliche ops implementiert: div, mod, and, or etc
2010-05-19 Matthias Braunfix warning
2010-04-30 Matthias Braunmodernize TEMPLATE backend and simplify some backend...
2010-04-27 Hannes Rapp- added emit_section_sparc to begnuas
2010-04-24 Michael BeckC99 feature removed.
2010-04-13 Hannes Rapp- fixed: new_r_Proj/new_rd_Proj args changed
2010-04-13 Hannes Rapp- various updates to sparc backend
2010-03-16 Michael BeckSet svn:keywords property.
2010-03-16 Michael BeckFixed immediate range (hint: never use decimals for...
2010-03-10 Matthias Braun- fix most of the -Wunreachable-code and -Wlogical...
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
2010-03-07 Matthias Braun- cleanup and simplify inlining code
2010-03-01 Matthias Braun- remove block parameter from new_r_Proj and new_rd_Proj
2010-02-13 Christoph MallonPut a space after if/for/switch/while.
2010-02-13 Matthias Braunuse begnuas to emit block labels so we use the correct...
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2010-02-03 Matthias Braunbackend_marked was a buggy/wrong concept, removed it
2010-02-03 Matthias BraunRework linkage types in firm.
2010-02-01 Matthias Braunmake the character used for specifying elf types config...
2010-02-01 Hannes Rapp[r27015]
2010-02-01 Hannes Rapp- std function-prolog emitter eingebaut
2010-01-05 Matthias BraunPrimitive, Pointer, Array and Method types are anonymou...
2009-12-19 Michael BeckRemoved C99 features and fixed 2 wrong assertions.
2009-12-19 Michael BeckDeleted generated files from svn, there are (re-)create...
2009-12-15 Hannes Rappinitaler checkin SPARC backend