Running a Single GCC Test Case

2009-07-20 Thread Shobaki, Ghassan
Hi, Is there a way to run a single test from the GCC test suite under gcc/testsuite? I could not find the answer in http://gcc.gnu.org/install/test.html and the google searches I tried did not yield anything useful. More specifically, if I want to run a test case like

Checking for the Programming Language inside GCC

2009-04-28 Thread Shobaki, Ghassan
Hi, In some optimization passes it may be useful to know the programming language that we are compiling. Is there a way to get that information in the middle end and back end? Thanks in advance! -Ghassan

RE: Fixing the pre-pass scheduler on x86 (Bug 38403)

2009-04-09 Thread Shobaki, Ghassan
initial performance results? Thanks -Ghassan -Original Message- From: Andrey Belevantsev [mailto:a...@ispras.ru] Sent: Wednesday, April 08, 2009 9:25 AM To: Vladimir Makarov Cc: Steven Bosscher; Shobaki, Ghassan; gcc@gcc.gnu.org Subject: Re: Fixing the pre-pass scheduler on x86 (Bug 38403

Fixing the pre-pass scheduler on x86 (Bug 38403)

2009-04-07 Thread Shobaki, Ghassan
Hi, I am considering working on fixing the pre-pass scheduling problem on x86 (Bug 38403). The pre-pass instruction scheduler currently increases register pressure to a degree that causes the register allocator to fail. Before I commit to this task, I would like to gather as much information as

Fixing the pre-pass scheduler on x86 (Bug 38403)

2009-04-07 Thread Shobaki, Ghassan
Hi, I am considering working on fixing the pre-pass scheduling problem on x86 (Bug 38403). The pre-pass instruction scheduler currently increases register pressure to a degree that causes the register allocator to fail. Before I commit to this task, I would like to gather as much information as