<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/Target/PowerPC, branch release_29</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/Target/PowerPC?h=release_29</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/Target/PowerPC?h=release_29'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2011-02-25T21:41:48Z</updated>
<entry>
<title>Allow targets to specify a the type of the RHS of a shift parameterized on the type of the LHS.</title>
<updated>2011-02-25T21:41:48Z</updated>
<author>
<name>Owen Anderson</name>
<email>resistor@mac.com</email>
</author>
<published>2011-02-25T21:41:48Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=95771afbfd604ad003fa3723cac66c9370fed55d'/>
<id>urn:sha1:95771afbfd604ad003fa3723cac66c9370fed55d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126518 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert r124611 - "Keep track of incoming argument's location while emitting LiveIns."</title>
<updated>2011-02-21T23:21:26Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2011-02-21T23:21:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=68e6beeccc0b9ac2e8d3687a8a5b7d4b172edca1'/>
<id>urn:sha1:68e6beeccc0b9ac2e8d3687a8a5b7d4b172edca1</id>
<content type='text'>
In other words, do not keep track of argument's location.  The debugger (gdb) is not prepared to see line table entries for arguments. For the debugger, "second" line table entry marks beginning of function body.
This requires some coordination with debugger to get this working. 
 - The debugger needs to be aware of prolog_end attribute attached with line table entries.
 - The compiler needs to accurately mark prolog_end in line table entries (at -O0 and at -O1+)



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126155 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Use explicit add_subdirectory's for LLVM target sublibraries instead</title>
<updated>2011-02-20T02:55:27Z</updated>
<author>
<name>Oscar Fuentes</name>
<email>ofv@wanadoo.es</email>
</author>
<published>2011-02-20T02:55:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=00d78f1348a5980a276bed8f9be09ce2412a6a12'/>
<id>urn:sha1:00d78f1348a5980a276bed8f9be09ce2412a6a12</id>
<content type='text'>
of testing for its presence at cmake time.

This way the build automatically regenerates the makefiles when a svn
update brings in a new sublibrary.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126068 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Swap VT and DebugLoc operands of getExtLoad() for consistency with</title>
<updated>2011-02-16T16:23:55Z</updated>
<author>
<name>Stuart Hastings</name>
<email>stuart@apple.com</email>
</author>
<published>2011-02-16T16:23:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a901129169194881a78b7fd8953e09f55b846d10'/>
<id>urn:sha1:a901129169194881a78b7fd8953e09f55b846d10</id>
<content type='text'>
other getNode() methods.  Radar 9002173.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125665 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Keep track of incoming argument's location while emitting LiveIns.</title>
<updated>2011-01-31T21:38:14Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2011-01-31T21:38:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e9a7ea68653689966417443b8ac2528c1d9d3ccf'/>
<id>urn:sha1:e9a7ea68653689966417443b8ac2528c1d9d3ccf</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124611 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add support for the --noexecstack option.</title>
<updated>2011-01-23T17:55:27Z</updated>
<author>
<name>Rafael Espindola</name>
<email>rafael.espindola@gmail.com</email>
</author>
<published>2011-01-23T17:55:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=96aa78c8c5ef1a5f268539c9edc86569b436d573'/>
<id>urn:sha1:96aa78c8c5ef1a5f268539c9edc86569b436d573</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124077 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove unused variables found by gcc-4.6's -Wunused-but-set-variable.</title>
<updated>2011-01-18T00:51:23Z</updated>
<author>
<name>Jeffrey Yasskin</name>
<email>jyasskin@google.com</email>
</author>
<published>2011-01-18T00:51:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=955ed73d12f2b186ef3f80da872b702cd7f2895b'/>
<id>urn:sha1:955ed73d12f2b186ef3f80da872b702cd7f2895b</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123707 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add a possibility to switch between CFI directives- and table-based frame description emission. Currently all the backends use table-based stuff.</title>
<updated>2011-01-14T21:58:08Z</updated>
<author>
<name>Anton Korobeynikov</name>
<email>asl@math.spbu.ru</email>
</author>
<published>2011-01-14T21:58:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3965b5e974d57f3e56a2c7f37d76d73e572dfb20'/>
<id>urn:sha1:3965b5e974d57f3e56a2c7f37d76d73e572dfb20</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123476 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Teach frame lowering to ignore debug values after the terminators.</title>
<updated>2011-01-13T21:28:52Z</updated>
<author>
<name>Jakob Stoklund Olesen</name>
<email>stoklund@2pi.dk</email>
</author>
<published>2011-01-13T21:28:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4f28c1c71450c711e96aa283de53739d8b4504cd'/>
<id>urn:sha1:4f28c1c71450c711e96aa283de53739d8b4504cd</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123399 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Update CMake stuff</title>
<updated>2011-01-10T12:39:23Z</updated>
<author>
<name>Anton Korobeynikov</name>
<email>asl@math.spbu.ru</email>
</author>
<published>2011-01-10T12:39:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7af6fad0a73f33a6782166676d48073ce8565c47'/>
<id>urn:sha1:7af6fad0a73f33a6782166676d48073ce8565c47</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123171 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
