log graal/GraalCompiler/src/com/sun/c1x/ir/ValueVisitor.java @ 2869:fc75fd3fa5e4

age author description
Tue, 07 Jun 2011 19:21:23 +0200 Lukas Stadler merge (inlining broken)
Tue, 07 Jun 2011 16:33:04 +0200 Lukas Stadler merge
Tue, 07 Jun 2011 16:27:08 +0200 Lukas Stadler added dead code elimination
Tue, 07 Jun 2011 16:32:35 +0200 Thomas Wuerthinger Rename Materialize => NormalizeCompare
Tue, 07 Jun 2011 16:11:26 +0200 Thomas Wuerthinger Renamed Compare=>Materialize and introduced new C1XOption Inline.
Tue, 07 Jun 2011 12:10:27 +0200 Gilles Duboscq Move TypeCHeck to floating nodes, rename Nodes to aboid using an *Op suffix
Tue, 31 May 2011 13:30:23 +0200 Thomas Wuerthinger Removed Throw HIR instruction. Removed special handling for exceptions in register allocator.