libfirm
16 years agoop_Anchor added
Michael Beck [Wed, 11 Jul 2007 13:07:18 +0000 (13:07 +0000)]
op_Anchor added

[r15040]

16 years agotypo fixed
Michael Beck [Wed, 11 Jul 2007 13:05:23 +0000 (13:05 +0000)]
typo fixed

[r15039]

16 years agoinproved doxygen docu
Michael Beck [Wed, 11 Jul 2007 13:05:02 +0000 (13:05 +0000)]
inproved doxygen docu

[r15038]

16 years agomoved the ip_view_state to firm_types.h
Michael Beck [Wed, 11 Jul 2007 13:04:31 +0000 (13:04 +0000)]
moved the ip_view_state to firm_types.h

[r15037]

16 years agocommented out JACk support stuff: move to the jack compiler
Michael Beck [Wed, 11 Jul 2007 13:03:36 +0000 (13:03 +0000)]
commented out JACk support stuff: move to the jack compiler

[r15036]

16 years agomoved access functions to more locigal places
Michael Beck [Wed, 11 Jul 2007 13:02:46 +0000 (13:02 +0000)]
moved access functions to more locigal places
indentation changed

[r15035]

16 years agothe lowering has to be in a pre walker
Matthias Braun [Wed, 11 Jul 2007 12:51:13 +0000 (12:51 +0000)]
the lowering has to be in a pre walker

[r15034]

16 years agoavoid phi loops in mode_b lowerer
Matthias Braun [Wed, 11 Jul 2007 12:41:17 +0000 (12:41 +0000)]
avoid phi loops in mode_b lowerer

[r15033]

16 years agoremoved SCHEDULE_PROJS ifdefs
Michael Beck [Wed, 11 Jul 2007 12:14:49 +0000 (12:14 +0000)]
removed SCHEDULE_PROJS ifdefs

[r15032]

16 years agoFix typos in comments.
Christoph Mallon [Wed, 11 Jul 2007 12:11:03 +0000 (12:11 +0000)]
Fix typos in comments.

[r15031]

16 years agoBe more liberal in what the IA32 backend allows for if-conversion, i.e. everything...
Christoph Mallon [Wed, 11 Jul 2007 12:10:00 +0000 (12:10 +0000)]
Be more liberal in what the IA32 backend allows for if-conversion, i.e. everything except selection of floating point and long long values.

[r15030]

16 years agoexclude the test directory
Michael Beck [Wed, 11 Jul 2007 12:03:40 +0000 (12:03 +0000)]
exclude the test directory

[r15029]

16 years agosimplified code
Michael Beck [Wed, 11 Jul 2007 10:11:37 +0000 (10:11 +0000)]
simplified code

[r15026]

16 years agomoved the fixpoint iteration of the current node from optimize_graph() to transform_n...
Michael Beck [Wed, 11 Jul 2007 10:07:02 +0000 (10:07 +0000)]
moved the fixpoint iteration of the current node from optimize_graph() to transform_node(), a more logical place

[r15025]

16 years agoC99 features reoved
Michael Beck [Wed, 11 Jul 2007 10:06:04 +0000 (10:06 +0000)]
C99 features reoved

[r15024]

16 years agoupdated macros
Michael Beck [Wed, 11 Jul 2007 09:56:11 +0000 (09:56 +0000)]
updated macros

[r15023]

16 years agouse bipartite solver again, as it doesn't silently fail like the hungarian when fed...
Matthias Braun [Wed, 11 Jul 2007 08:35:35 +0000 (08:35 +0000)]
use bipartite solver again, as it doesn't silently fail like the hungarian when fed with bad input data

[r15021]

16 years agofix fehler39, exchange left/right is no good idea after register allocation occured...
Matthias Braun [Wed, 11 Jul 2007 08:19:12 +0000 (08:19 +0000)]
fix fehler39, exchange left/right is no good idea after register allocation occured on cosntrained nodes

[r15020]

16 years agonow fehler39 exposes the original bug again :)
Matthias Braun [Wed, 11 Jul 2007 07:32:59 +0000 (07:32 +0000)]
now fehler39 exposes the original bug again :)

[r15019]

16 years agomake fehler39 work with gcc at least
Matthias Braun [Wed, 11 Jul 2007 07:27:23 +0000 (07:27 +0000)]
make fehler39 work with gcc at least

[r15018]

16 years agoworkaround verify problems for alloca
Matthias Braun [Wed, 11 Jul 2007 07:22:38 +0000 (07:22 +0000)]
workaround verify problems for alloca

[r15017]

16 years agosimplify logic when x87 simulator is started
Matthias Braun [Wed, 11 Jul 2007 06:52:04 +0000 (06:52 +0000)]
simplify logic when x87 simulator is started

[r15016]

16 years agodon't do AGGRESSIVE_AM
Matthias Braun [Tue, 10 Jul 2007 21:17:24 +0000 (21:17 +0000)]
don't do AGGRESSIVE_AM

[r15015]

16 years agoAdd ~x + 1 = -x algebraic simplification
Michael Beck [Tue, 10 Jul 2007 16:28:28 +0000 (16:28 +0000)]
Add ~x + 1 = -x algebraic simplification

[r15014]

16 years agofixed doxygen docu
Michael Beck [Tue, 10 Jul 2007 16:12:31 +0000 (16:12 +0000)]
fixed doxygen docu

[r15013]

16 years agouse classify_Const()
Michael Beck [Tue, 10 Jul 2007 16:12:04 +0000 (16:12 +0000)]
use classify_Const()

[r15012]

16 years agoimproved fixpoint iteration for optimize_graph_df()
Michael Beck [Tue, 10 Jul 2007 15:54:05 +0000 (15:54 +0000)]
improved fixpoint iteration for optimize_graph_df()

[r15010]

16 years agoAdd ~(x-1) = -x algebraic simplification
Michael Beck [Tue, 10 Jul 2007 15:53:19 +0000 (15:53 +0000)]
Add ~(x-1) = -x algebraic simplification

[r15009]

16 years agoAdd -(~x) = x + 1 algebraic simplification
Michael Beck [Tue, 10 Jul 2007 15:35:56 +0000 (15:35 +0000)]
Add -(~x) = x + 1 algebraic simplification

[r15008]

16 years agomake use of mode_b lowerer, fix keeps for CopyB
Matthias Braun [Tue, 10 Jul 2007 15:21:00 +0000 (15:21 +0000)]
make use of mode_b lowerer, fix keeps for CopyB

[r15007]

16 years agocorrect fixpoint iteration
Matthias Braun [Tue, 10 Jul 2007 15:20:32 +0000 (15:20 +0000)]
correct fixpoint iteration

[r15006]

16 years agoindentation changed
Michael Beck [Tue, 10 Jul 2007 15:18:51 +0000 (15:18 +0000)]
indentation changed

[r15005]

16 years agoadded is_Not(), added missing is_Psi() declaration
Michael Beck [Tue, 10 Jul 2007 15:06:58 +0000 (15:06 +0000)]
added is_Not(), added missing is_Psi() declaration

[r15004]

16 years agomore distributive laws
Matthias Braun [Tue, 10 Jul 2007 15:00:12 +0000 (15:00 +0000)]
more distributive laws

[r15003]

16 years agoconvopt also works for and and ors
Matthias Braun [Tue, 10 Jul 2007 14:59:59 +0000 (14:59 +0000)]
convopt also works for and and ors

[r15002]

16 years agoadd mode_b lowering
Matthias Braun [Tue, 10 Jul 2007 14:58:55 +0000 (14:58 +0000)]
add mode_b lowering

[r15001]

16 years agomissing Makefile
Matthias Braun [Tue, 10 Jul 2007 14:58:44 +0000 (14:58 +0000)]
missing Makefile

[r15000]

16 years agoadd is_Eor
Matthias Braun [Tue, 10 Jul 2007 14:58:21 +0000 (14:58 +0000)]
add is_Eor

[r14999]

16 years agoadd optimizations for Or,And,Eor and Shift
Michael Beck [Mon, 9 Jul 2007 15:26:11 +0000 (15:26 +0000)]
add optimizations for Or,And,Eor and Shift

[r14995]

16 years agouse get_irn_n(-1) instead of get_nodes_block
Michael Beck [Mon, 9 Jul 2007 15:24:46 +0000 (15:24 +0000)]
use get_irn_n(-1) instead of get_nodes_block

[r14994]

16 years agofix condeval in when not avoiding PhiB
Matthias Braun [Mon, 9 Jul 2007 14:17:10 +0000 (14:17 +0000)]
fix condeval in when not avoiding PhiB

[r14991]

16 years agoadd missing dbginfo.h include
Matthias Braun [Mon, 9 Jul 2007 13:15:07 +0000 (13:15 +0000)]
add missing dbginfo.h include

[r14990]

16 years agoCopy the debug info when turning a Store into a Push.
Christoph Mallon [Sun, 8 Jul 2007 20:17:40 +0000 (20:17 +0000)]
Copy the debug info when turning a Store into a Push.

[r14986]

16 years agoUnbreak build.
Christoph Mallon [Sun, 8 Jul 2007 20:15:46 +0000 (20:15 +0000)]
Unbreak build.

[r14985]

16 years agoFix typo in testcase.
Christoph Mallon [Sun, 8 Jul 2007 13:03:11 +0000 (13:03 +0000)]
Fix typo in testcase.

[r14984]

16 years agoShorten the testcase.
Christoph Mallon [Sun, 8 Jul 2007 13:02:28 +0000 (13:02 +0000)]
Shorten the testcase.

[r14983]

16 years agoTestcase for bug in register allocator: esp gets assigned to a node. This was not...
Christoph Mallon [Fri, 6 Jul 2007 20:27:08 +0000 (20:27 +0000)]
Testcase for bug in register allocator: esp gets assigned to a node. This was not the intended effect of this testcase (triggering the assertion that the worklist ran out in heur1 was), but is probably related.

[r14982]

16 years agorenamed structures containing settings to ir_settings_*_t and place them in firm_types.h
Michael Beck [Fri, 6 Jul 2007 16:07:17 +0000 (16:07 +0000)]
renamed structures containing settings to ir_settings_*_t and place them in firm_types.h

[r14980]

16 years agomoved get_*_dbg_info() and set_*_dbg_info() to logical places
Michael Beck [Fri, 6 Jul 2007 15:38:04 +0000 (15:38 +0000)]
moved get_*_dbg_info() and set_*_dbg_info() to logical places
removed unnecesary includes

[r14979]

16 years agofixed indentation, minor code improvements
Michael Beck [Fri, 6 Jul 2007 14:47:15 +0000 (14:47 +0000)]
fixed indentation, minor code improvements

[r14978]

16 years agoadded missing includes
Michael Beck [Fri, 6 Jul 2007 14:45:12 +0000 (14:45 +0000)]
added missing includes

[r14977]

16 years agofixed ir_visited_t type
Michael Beck [Fri, 6 Jul 2007 13:25:24 +0000 (13:25 +0000)]
fixed ir_visited_t type

[r14975]

16 years agoallow bool as method parameter
Matthias Braun [Fri, 6 Jul 2007 13:22:56 +0000 (13:22 +0000)]
allow bool as method parameter

[r14974]

16 years agodon't create dead projs
Matthias Braun [Fri, 6 Jul 2007 13:08:49 +0000 (13:08 +0000)]
don't create dead projs

[r14973]

16 years agoa new pass that adds missing keeps
Matthias Braun [Fri, 6 Jul 2007 12:54:08 +0000 (12:54 +0000)]
a new pass that adds missing keeps

[r14971]

16 years agouse optimize_graph_df
Matthias Braun [Fri, 6 Jul 2007 12:53:52 +0000 (12:53 +0000)]
use optimize_graph_df

[r14970]

16 years agoimprove assert
Matthias Braun [Fri, 6 Jul 2007 12:53:27 +0000 (12:53 +0000)]
improve assert

[r14969]

16 years agomissing include added
Michael Beck [Fri, 6 Jul 2007 12:50:40 +0000 (12:50 +0000)]
missing include added

[r14968]

16 years agoindentation fixed
Michael Beck [Thu, 5 Jul 2007 16:47:26 +0000 (16:47 +0000)]
indentation fixed

[r14964]

16 years agomoved is_Psi() to irnode
Michael Beck [Thu, 5 Jul 2007 16:37:32 +0000 (16:37 +0000)]
moved is_Psi() to irnode

[r14963]

16 years agoC99 feature removed
Michael Beck [Thu, 5 Jul 2007 16:35:57 +0000 (16:35 +0000)]
C99 feature removed

[r14962]

16 years agoindentation fixed
Michael Beck [Thu, 5 Jul 2007 16:24:12 +0000 (16:24 +0000)]
indentation fixed

[r14961]

16 years agouse NULL_OBST to avoid warnings
Matthias Braun [Thu, 5 Jul 2007 11:42:27 +0000 (11:42 +0000)]
use NULL_OBST to avoid warnings

[r14955]

16 years agodeclare an NULL_OBST
Matthias Braun [Thu, 5 Jul 2007 11:42:10 +0000 (11:42 +0000)]
declare an NULL_OBST

[r14954]

16 years agofix fehler37, ALWAYS RETURN 0 at end of main
Matthias Braun [Thu, 5 Jul 2007 11:41:43 +0000 (11:41 +0000)]
fix fehler37, ALWAYS RETURN 0 at end of main

[r14953]

16 years agochanged condeval to handle Phibs
Matthias Braun [Thu, 5 Jul 2007 11:41:08 +0000 (11:41 +0000)]
changed condeval to handle Phibs

[r14952]

16 years agoOverhaul Psi optimisations.
Christoph Mallon [Thu, 5 Jul 2007 10:55:34 +0000 (10:55 +0000)]
Overhaul Psi optimisations.

[r14951]

16 years agowe want convs in both directions
Matthias Braun [Thu, 5 Jul 2007 08:54:51 +0000 (08:54 +0000)]
we want convs in both directions

[r14945]

16 years agoSplit looking for Cmp-Phi-Constant into a separate function.
Christoph Mallon [Wed, 4 Jul 2007 21:43:20 +0000 (21:43 +0000)]
Split looking for Cmp-Phi-Constant into a separate function.

[r14944]

16 years agoalways do if conversion when opt_if_conv is called
Matthias Braun [Wed, 4 Jul 2007 21:13:12 +0000 (21:13 +0000)]
always do if conversion when opt_if_conv is called

[r14942]

16 years agoFix fehler38: meld_psi() did not memorize the next condition when the value operand...
Christoph Mallon [Wed, 4 Jul 2007 20:54:02 +0000 (20:54 +0000)]
Fix fehler38: meld_psi() did not memorize the next condition when the value operand changed.

[r14941]

16 years agoTestcase for bug in if-conversion: meld_psi() does invalid transformation.
Christoph Mallon [Wed, 4 Jul 2007 20:41:16 +0000 (20:41 +0000)]
Testcase for bug in if-conversion: meld_psi() does invalid transformation.

[r14940]

16 years agoreverted accidental commit
Matthias Braun [Wed, 4 Jul 2007 19:55:16 +0000 (19:55 +0000)]
reverted accidental commit

[r14939]

16 years agomode_b support for Phis, Nots. Working but needs some local opt phases to be really...
Matthias Braun [Wed, 4 Jul 2007 19:32:59 +0000 (19:32 +0000)]
mode_b support for Phis, Nots. Working but needs some local opt phases to be really good

[r14938]

16 years agoimprove fehler36
Matthias Braun [Wed, 4 Jul 2007 19:31:22 +0000 (19:31 +0000)]
improve fehler36

[r14937]

16 years agoPropagate the debug info of the Cond when generating Psis.
Christoph Mallon [Wed, 4 Jul 2007 14:20:38 +0000 (14:20 +0000)]
Propagate the debug info of the Cond when generating Psis.

[r14929]

16 years agomaybe fix phi handler problems
Matthias Braun [Wed, 4 Jul 2007 13:14:21 +0000 (13:14 +0000)]
maybe fix phi handler problems

[r14927]

16 years agodon't emit vfp copies
Matthias Braun [Wed, 4 Jul 2007 13:13:51 +0000 (13:13 +0000)]
don't emit vfp copies

[r14926]

16 years agocmov with unknowns are pointless
Matthias Braun [Wed, 4 Jul 2007 12:13:51 +0000 (12:13 +0000)]
cmov with unknowns are pointless

[r14925]

16 years agorevert accidental commit
Matthias Braun [Wed, 4 Jul 2007 12:06:05 +0000 (12:06 +0000)]
revert accidental commit

[r14922]

16 years agofix some x87 issues...
Matthias Braun [Wed, 4 Jul 2007 12:04:53 +0000 (12:04 +0000)]
fix some x87 issues...

[r14921]

16 years agobe sure to not add a node twice to the bipartite matching
Matthias Braun [Wed, 4 Jul 2007 11:54:48 +0000 (11:54 +0000)]
be sure to not add a node twice to the bipartite matching

[r14920]

16 years agodon't copy unknowns around in cmovs
Matthias Braun [Wed, 4 Jul 2007 11:32:40 +0000 (11:32 +0000)]
don't copy unknowns around in cmovs

[r14919]

16 years agocleaner fix by Sebastian
Matthias Braun [Wed, 4 Jul 2007 11:31:17 +0000 (11:31 +0000)]
cleaner fix by Sebastian

[r14918]

16 years agofix for register allocation on constrained nodes with 1 value at 2 ins
Matthias Braun [Wed, 4 Jul 2007 11:20:02 +0000 (11:20 +0000)]
fix for register allocation on constrained nodes with 1 value at 2 ins

[r14917]

17 years agoconst.
Christoph Mallon [Wed, 4 Jul 2007 08:57:27 +0000 (08:57 +0000)]
const.

[r14914]

17 years ago[r14913]
Michael Beck [Wed, 4 Jul 2007 05:34:43 +0000 (05:34 +0000)]
[r14913]

17 years agofehler36
Matthias Braun [Tue, 3 Jul 2007 21:34:55 +0000 (21:34 +0000)]
fehler36

[r14912]

17 years agoAssert that the heur1 worklist does not run out. This turns the double-frees into...
Christoph Mallon [Tue, 3 Jul 2007 20:31:38 +0000 (20:31 +0000)]
Assert that the heur1 worklist does not run out. This turns the double-frees into assert()s.

[r14911]

17 years agoDo not cast a pointer to int.
Christoph Mallon [Tue, 3 Jul 2007 20:28:50 +0000 (20:28 +0000)]
Do not cast a pointer to int.

[r14910]

17 years ago- DeMorgan
Christoph Mallon [Tue, 3 Jul 2007 19:50:29 +0000 (19:50 +0000)]
- DeMorgan
- Use node_nr instead of address of nodes for sorting
- Evaluate if with known result

[r14909]

17 years agoCleanup. Also fix potential bug: Do not read link field after exchanging node.
Christoph Mallon [Tue, 3 Jul 2007 19:45:41 +0000 (19:45 +0000)]
Cleanup. Also fix potential bug: Do not read link field after exchanging node.

[r14908]

17 years agoRemove unused variable.
Christoph Mallon [Tue, 3 Jul 2007 19:44:48 +0000 (19:44 +0000)]
Remove unused variable.

[r14907]

17 years agobackend part is always WITH_LIBCORE :-)
Michael Beck [Tue, 3 Jul 2007 15:43:45 +0000 (15:43 +0000)]
backend part is always WITH_LIBCORE :-)

[r14903]

17 years agoadd sopport for compile without WITH_LIBCORE
Michael Beck [Tue, 3 Jul 2007 15:30:57 +0000 (15:30 +0000)]
add sopport for compile without WITH_LIBCORE

[r14902]

17 years agoadded inline types for parameters
Michael Beck [Tue, 3 Jul 2007 15:29:08 +0000 (15:29 +0000)]
added inline types for parameters

[r14901]

17 years agotypo fixed
Michael Beck [Tue, 3 Jul 2007 15:28:07 +0000 (15:28 +0000)]
typo fixed

[r14900]

17 years agoC99 features femoved
Michael Beck [Tue, 3 Jul 2007 14:51:51 +0000 (14:51 +0000)]
C99 features femoved

[r14899]

17 years agojust some reindentation
Matthias Braun [Mon, 2 Jul 2007 13:56:25 +0000 (13:56 +0000)]
just some reindentation

[r14885]

17 years agoone more assert
Matthias Braun [Mon, 2 Jul 2007 13:56:07 +0000 (13:56 +0000)]
one more assert

[r14884]