libfirm
2009-11-27 Thomas BerschInitial Version
2009-11-27 Thomas BerschInitial Version of pbqp coloring algorithm
2009-11-27 Matthias Braunchange style of braces
2009-11-26 Thomas BerschInterference matrix is now initialized faster
2009-11-25 Matthias Braunvfnodes supporting addressmode did not keep to res...
2009-11-25 Matthias Braunnon 32-bit divisions need upconvs
2009-11-25 Thomas Bersch1. Now only one dump for each pbqp instance
2009-11-23 Christian HelmerLoop peeling refactored.
2009-11-20 Christian HelmerInitial version of loop peeling
2009-11-19 Matthias Braunmemset is needed by some macros and defined in string.h
2009-11-17 Matthias Braunthis test is only needed for interprocedural view
2009-11-09 Matthias Brauncleanup beabi so it doesn't need its own obstack anymore
2009-11-09 Matthias Braunbe robust against anchor in outedges in skip_barrier...
2009-11-06 Matthias Braunsmall cleanup
2009-11-06 Matthias Brauncleanup beabi a bit and use module constructor/global...
2009-11-06 Matthias Braunmore robust detection of start nodes in listsched;...
2009-11-06 Matthias Braunfix warning
2009-11-05 Thomas Berschpmap which contains all used ir_nodes not longer needed
2009-11-05 Thomas Berschpmap which contains all used ir_nodes not longer needed
2009-11-04 Matthias Braundocument the algorithm a bit
2009-11-04 Matthias Brauna first implementation of an algorithm to determine...
2009-11-03 Michael BeckAdd a tail_call attribute the Call nodes to mark possib...
2009-11-03 Michael Beck- removed C99 features
2009-11-02 Thomas BerschPBQP Matrices are copied now
2009-10-12 Sebastian Buchwaldtypos
2009-10-12 Thomas BerschTimer for time measurement added
2009-10-01 Matthias Braun- refactoring of backend generator scripts: You can...
2009-10-01 Thomas BerschRestricted nodes are now correctly inserted before...
2009-10-01 Thomas Berschproperty name in _pbqp_co_t structure changed
2009-09-29 Christoph MallonCorrect binary emission of TLS entities.
2009-09-29 Christoph MallonSimplify relative binary emission of entities.
2009-09-29 Thomas BerschNew ordering in reverse perfect elimination order
2009-09-29 Thomas BerschBitset added to pbqp_co_t data structure.
2009-09-29 Christoph MallonImplement binary emitter for Minus64Bit.
2009-09-29 Christoph Mallonget_mode_size_bits() returns the size in bits, not...
2009-09-29 Christoph MallonImplement semi-binary emitter for SwitchJmp.
2009-09-29 Christoph MallonCorrect typo in comment.
2009-09-25 Christoph MallonCorrect error in bemit_ldtls(): the register index...
2009-09-24 Matthias Braun- bring arm backend back to shape: cleanup and fix...
2009-09-24 Matthias Braunjumps have a special irn flag now so beirgmod can ident...
2009-09-24 Matthias Braun.word has different size on different architecutres...
2009-09-24 Matthias Braunspill preparation needs liveness
2009-09-24 Matthias Braunfix register constraints for MemPerm nodes
2009-09-23 Christoph MallonRemove one unnecessary malloc() when emitting switches.
2009-09-23 Christoph MallonImplement binary emitter for fabs.
2009-09-23 Christoph MallonImplement binary emitter for Leave.
2009-09-23 Christoph MallonImplement binary emitters for Fucomi and Fucomip.
2009-09-23 Christoph Mallonbemit_cmp() must handle 16bit compares.
2009-09-23 Christoph MallonImplement binary emitter for Test8Bit.
2009-09-23 Christoph MallonConsistently use the source AM form for register-regist...
2009-09-23 Christoph MallonImplement binary emitter for CMov.
2009-09-23 Sebastian BuchwaldFixed r26620.
2009-09-23 Christoph MallonImplement binary emitters for ShlD and ShrD.
2009-09-23 Christoph MallonImplement binary emitter for LdTls.
2009-09-23 Christoph MallonCorrect typo in bemit_fist().
2009-09-23 Christoph MallonImplement binary emitter for fdivr.
2009-09-23 Christoph MallonImplement binary emitter for fsubrp.
2009-09-23 Christoph MallonImplement binary emitter for fsub.
2009-09-23 Christoph MallonImplement binary emitter for fpush.
2009-09-23 Christoph MallonImplement binary emitters for fdiv, fdivp and fdivrp.
2009-09-23 Christoph MallonImplement binary emitter for fist.
2009-09-23 Christoph MallonImplement binary emitters for FldCW, FnstCW and fistp.
2009-09-23 Christoph MallonImplement binary emitters for FucompFnstsw and fild...
2009-09-23 Christoph MallonImplement binary emitters for FucomFnstsw, fchs and...
2009-09-23 Christoph MallonImplmenent binary emitters for unordered conditional...
2009-09-22 Matthias Braunfix verifier crash in case of no register assigned...
2009-09-22 Matthias Brauncleanup template backend a bit
2009-09-22 Christoph MallonImplement binary emitter for CopyBi.
2009-09-22 Christoph MallonImplement binary emitter for SubSP.
2009-09-22 Christoph Mallon8bit immediates of Push are signed.
2009-09-22 Christoph MallonSimplify and correct bemit_binop_2(): test with sourceA...
2009-09-22 Christoph MallonEmit only 2 byte immediates for BinOpMem with 16bit...
2009-09-22 Christoph MallonHandle 8Bit and 16bit locations for DecMem, IncMem...
2009-09-22 Christoph MallonHandle 8Bit locations for RolMem, RorMem, SarMem, ShlMe...
2009-09-22 Christoph MallonImplement binary emitters for RolMem, RorMem, SarMem...
2009-09-22 Christoph MallonHandle 16bit memory locations for xxxMem.
2009-09-22 Christoph MallonImplement binary emitters for AddMem8Bit, AndMem8Bit...
2009-09-22 Christoph MallonImplement binary emitters for AddMem, AndMem, OrMem...
2009-09-22 Christoph MallonOnly read the in-reg of a Cmp8Bit, if there is a register.
2009-09-22 Christoph MallonCorrectly implement binary emitter for Cmp8Bit.
2009-09-22 Christoph MallonThe eax special case for load/store can of course handl...
2009-09-22 Christoph MallonMake bemit_store() work for 8 and 16 bit, too.
2009-09-22 Christoph MallonImplement binary emitter for Cmp8Bit.
2009-09-22 Christoph MallonImplement binary emitter for DecMem, IncMem, NegMem...
2009-09-22 Thomas Berschsome unnecessary comments removed
2009-09-22 Christoph MallonImplement binary emitter for Perm.
2009-09-22 Thomas BerschOrder Proj's in reverse perfect elimination order by...
2009-09-22 Thomas BerschIFG Data-Structure to PBQP CopyOpt Data-Structure added
2009-09-22 Christoph MallonFix the binary emitter for Set: The pnc must be massage...
2009-09-22 Christoph MallonImplement binary emitter for Set.
2009-09-22 Christoph MallonImplement binary emitter for Store8Bit.
2009-09-22 Christoph MallonIn bemit_mod_am() we must check for the ebp special...
2009-09-22 Christoph MallonImplement binary emitter for IMul.
2009-09-22 Christoph MallonImplement binary emitter for Cwtl.
2009-09-22 Christoph MallonImplement binary emitter for Conv_I2I{,8Bit}.
2009-09-22 Christoph MallonUse bemit_unop() to implement bemit_call().
2009-09-22 Christoph MallonCorrect AM test in bemit_unop().
2009-09-22 Christoph Mallonia32_IJmp needs the no-out-requirements hack, too.
2009-09-22 Christoph MallonRewrite ModR/M+SIB generation in bemit_mod_am(). This...
2009-09-21 Matthias Braunfix modam with base=ebp and index - MergeSort and Quick...
next