be: remove remnants of machine description
[libfirm] / ir / be / ia32 / ia32_spec.pl
2011-11-10 Matthias Braunbe: remove remnants of machine description
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-11-02 Matthias Braunintroduce Switch node
2011-10-27 Matthias Braunir_mode: simplify interface, improve float-mode handling
2011-10-25 Christoph MallonRemove ia32_l_Setcc and remove set creation callback...
2011-09-15 Matthias Braunsome cleanups for middleend node creation in backends
2011-08-15 Matthias Braunbig refactoring of arch_XXX functions
2011-08-15 Matthias Braunavoid generic names like flags in generator
2011-07-27 Christoph MallonExtend the NOT+ADC-trick (sic) for SUB to SBB.
2011-06-24 Andreas ZwinkauMerge Fix: Spills have ProjMs now
2011-06-11 Matthias Braununify sparc/ia32 SwitchJmp handling
2011-06-08 Michael BeckRemoved the callee/caller saved flag from register...
2011-06-01 Matthias Braunrework fragile ops to have a throws_exception attribute
2011-05-25 Matthias Brauncleanup fragile op handling
2011-05-23 Matthias Braunlower_dw: Shift lowering without intrinsics
2011-04-28 Matthias Braunadd unknown_jump opflag for the special case of a jump...
2011-04-08 Andreas ZwinkauMerge branch 'kaps-included' into master
2011-04-08 Matthias BraunAnother rewrite of prolog/epilog handling: Delay their...
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-30 Matthias Braunremove get_irg_tls() concept, simply use SymConst and...
2011-03-22 Matthias Braunpin prolog/epilog nodes
2011-02-17 Matthias Braunfixed broken builtins and added some comments
2011-02-17 Matthias Braunreworked ia32 condition code handling, remove backend...
2010-11-14 Michael BeckPrefix global entities from the ia32 backend with ia32_...
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-09-22 Matthias Braunremove ilp scheduler; simplify listsched interface
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-06-26 Christoph Mallonia32 Not does not affect the flags.
2010-04-10 Michael BeckRenamed ia32 Push0 to PushEax (because this is the...
2010-04-07 Matthias Braunfix the sub esp,4 => push peephole optimisation
2010-04-06 Matthias Braunmodel Unknowns as own nodes (but not in form of an...
2010-03-15 Matthias Braunkill the concept of an unknown register - it just heavi...
2010-02-12 Matthias Braunput my notes into the code so they don't get lost....
2010-02-01 Matthias Braunfix fehler175.c
2010-01-19 Matthias Braun- allow_ifconv interface was totally braindamaged....
2010-01-18 Matthias Braunremove ins_permuted from CMovcc and Setcc constructors...
2010-01-18 Michael BeckAdd an cse_neutral opcode property. Nodes with this...
2010-01-17 Michael BeckPartly undo r26950: there seems be be subtile differenc...
2010-01-11 Matthias Braunpanic instead of wrong results for Set and CMov with...
2009-11-25 Matthias Braunvfnodes supporting addressmode did not keep to res...
2009-10-01 Matthias Braun- refactoring of backend generator scripts: You can...
2009-09-24 Matthias Braunjumps have a special irn flag now so beirgmod can ident...
2009-09-22 Christoph MallonImplement binary emitter for Set.
2009-09-22 Christoph Mallonia32_IJmp needs the no-out-requirements hack, too.
2009-09-18 Matthias Braun- further refactoring and finally eliminated the callba...
2009-09-18 Matthias Braun- Reworked backends to put out register_requirements...
2009-08-14 Matthias Braunfix a bug in constraint enforcement; improve phi handli...
2009-08-11 Matthias BraunSwitchJmp doesn't have 1 'none' output
2009-08-06 Matthias Braun- Rewrite internal backend logic for querying register...
2009-08-05 Matthias Braunreorganize backend headers (kill some _t variants in...
2009-03-02 Matthias Braunfix some cases of PIC emitting
2008-12-29 Michael Beck- implemented ia32 inport, outport for ir_bk_(in|out...
2008-12-24 Michael Beck- gcc uses UD2 for __builtin_trap()
2008-12-23 Michael Beck- add builtin_(trap|bswap)
2008-12-23 Christoph MallonSimplify generating the extend suffix for ia32_Load.
2008-12-23 Christoph MallonMake generated code for ia32 %ME a bit more pretty.
2008-12-23 Michael Beck- implemented __builtin_(ffs|ctz|clz|popcount|parity)
2008-12-21 Michael Beck- corrected SSE prefetch instructions
2008-12-21 Michael Beck- implemented __builtin_prefetch in ia32 BE
2008-12-19 Michael Beck- implemented ia32_ClimbFrame() pseudo-instruction
2008-12-01 Christoph MallonPerform dark rituals and resurrect ProduceVal. We...
2008-11-28 Christoph MallonRemove ProduceVal. Replace it by Xor0 (to produce 0...
2008-11-27 Moritz KrollFixed typo
2008-11-25 Christoph MallonEmit mode suffix for instructions, which did not do...
2008-11-14 Christoph MallonAdd a flags output to IMul1OP for consistency with...
2008-11-12 Christoph MallonHandle replacement of ia32_Conv_I2I by Cwtl as peephole...
2008-11-07 Michael Beck- change the modified flags of ASM instruction from...
2008-11-07 Michael Beck- BugFix: ia32_Call modifies flags!
2008-10-25 Matthias Braunmark ebp output of leave as ignore
2008-10-23 Matthias Braun- Part1 of backend reorganisation:
2008-10-08 Christoph MallonIntroduce ia32_Call, which can handle address mode.
2008-10-07 Christoph MallonUse separate code to emit suffixes for integer and...
2008-10-04 Christoph MallonMicro optimisation of the day: Remove ia32_Test, which...
2008-10-04 Christoph MallonMerge ia32_am_type_t and ia32_am_arity_t, because ...
2008-10-04 Christoph MallonRemove ia32_am_ternary. The only users were Div an...
2008-10-04 Christoph MallonPut the flags, which are modified by Inc/Dec, into...
2008-09-22 Christoph Mallonia32_Leave does not need esp as input operand, it only...
2008-09-09 Christoph MallonAdd should_be_same constraint on second input to second...
2008-09-05 Matthias Braunvf regs are not virtual (well not for our definition)
2008-08-22 Christoph MallonRemove the unused node types ia32_l_Load, ia32_l_Store...
2008-08-13 Christoph MallonSmall fixes, typos, style.
2008-07-23 Michael Beck- add support for opcode specific hash function
2008-07-22 Matthias Braunadd some dumping hints to irop flags
2008-06-03 Matthias Braunswitch projs have long pnc not pn_Cmp
2008-05-24 Matthias Braunnormalize/fix ProjM numbers, avoid dead code in some...
2008-05-21 Michael Beck- add a flag to allow 2 users when matching address...
2008-05-14 Michael Beck- modeled vfisttp using a dummy output value, this...
2008-05-14 Michael Beck- don't use inc/dec on core2
2008-05-13 Michael BeckBugFix:
2008-05-13 Michael BeckSSE3 fisttp instruction added (currently unused due...
2008-05-12 Michael Beck- BugFix: added missing test when creating bt instructions
2008-05-11 Michael Beckgenerate bt x,n for if (x & (1 << n)) on Core2:
2008-05-02 Michael Beckuse mode_xmm where appropriate
2008-05-01 Michael Beckuse mode_xmm where appropriate
2008-05-01 Michael Beck- transfor xorps r,r and xorpd r,r into pxor on netburs...
2008-04-23 Christoph MallonGive some node inputs more meaningful names.
2008-04-23 Christoph MallonMove the if-not-AM-input of ia32 Div and IDiv to slot...
2008-04-22 Christoph MallonFix inconsistency between reg_req and ins of Push:...
next