jumps have a special irn flag now so beirgmod can identify them
[libfirm] / ir /
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...
2009-09-21 Matthias Braunfix emitting jne, now queens works :)
2009-09-21 Matthias Braunimplement PopMem, PopEbp, fix push register, fix some...
2009-09-21 Matthias Braunfix binary emitter for cmp with addressmode and immediate
2009-09-21 Christoph MallonAdd missing \n.
2009-09-21 Christoph MallonImplement binary emitter for test.
2009-09-21 Christoph MallonIn bemit_binop_with_imm() use in-reg, beacuse some...
2009-09-21 Christoph MallonImplement binary emitters for inc and dec.
2009-09-21 Christoph MallonImplement binary emitters for shifts and rotates.
2009-09-21 Matthias Braunadded jump emitters (only far jump at the moment)
2009-09-21 Christoph MallonImplement bemit_call() with AM.
2009-09-21 Matthias Braunfix strange bug introduced in refactoring (a half-writt...
2009-09-21 Matthias Braunfix bug introduced in refactoring: displacement only...
2009-09-21 Matthias Braunfix cltd
2009-09-21 Matthias Braunfix relative entity emitter
2009-09-21 Christoph MallonWhen using only %esp in AM, which must use a SIB byte...
2009-09-21 Christoph MallonCorrect three bugs in bemit_incsp(): Offset 0 must...
2009-09-21 Matthias Braundo creation and merge of affinity classes in 1 pass
2009-09-21 Matthias Braunemit statev times in usec
2009-09-21 Christoph Mallon... and the range of a signed 16bit word is -32768...
2009-09-21 Christoph MallonThe range of a singed byte is -128 <= x < 128, not...
2009-09-21 Christoph Mallons#/*fallthrough*/#/* FALLTHROUGH */# so lint is happy.
2009-09-21 Sebastian BuchwaldConnect Projs and their predecessors by nearedges inste...
2009-09-20 Michael BeckMore opcodes.
2009-09-20 Michael BeckRefactored binary emitter:
2009-09-19 Michael Beck- removed C99 features
2009-09-19 Michael Beck- Active Perl 5.6 cannot cope with "${name}[]" in HERE...
2009-09-18 Matthias Braun- further refactoring and finally eliminated the callba...
2009-09-18 Sebastian BuchwaldFixed some problems due to refactoring in previous...
2009-09-18 Sebastian BuchwaldFixed some wrong nodes.
2009-09-18 Thomas Berschonly for debugging
2009-09-18 Matthias Braun- Reworked backends to put out register_requirements...
2009-09-17 Sebastian BuchwaldSet irg birg.
2009-09-17 Matthias Braun- Bigger refactoring and cleanup in backend:
2009-09-17 Matthias Braunexperimental beginning of a binary emitter I had lying...
2009-09-17 Sebastian BuchwaldMoved some ia32 independent code to bemain.
2009-09-17 Sebastian BuchwaldStart block isn't a special case anymore (and now get...
2009-09-17 Sebastian BuchwaldFixed bug that always sets profiled execfreq to zero.
2009-09-17 Matthias Braunrename benode_t.h to benode.h, remove some unused code
2009-09-17 Matthias Braununnecessary map
next