<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten-fastcomp/lib/Target/PIC16, branch master</title>
<subtitle>LLVM with the emscripten fastcomp javascript backend</subtitle>
<id>https://git.amat.us/emscripten-fastcomp/atom/lib/Target/PIC16?h=master</id>
<link rel='self' href='https://git.amat.us/emscripten-fastcomp/atom/lib/Target/PIC16?h=master'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/'/>
<updated>2010-10-11T05:44:40Z</updated>
<entry>
<title>Per discussion with Sanjiv, remove the PIC16 target from mainline.  When/if</title>
<updated>2010-10-11T05:44:40Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-10-11T05:44:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=60cb528246dd01b80b1b1260a2a877ea488e620a'/>
<id>urn:sha1:60cb528246dd01b80b1b1260a2a877ea488e620a</id>
<content type='text'>
it comes back, it will be largely a rewrite, so keeping the old codebase
in tree isn't helping anyone.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116190 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add hook in MCSection to decide when to use "optimized nops", for each</title>
<updated>2010-10-04T17:32:41Z</updated>
<author>
<name>Jan Wen Voung</name>
<email>jvoung@google.com</email>
</author>
<published>2010-10-04T17:32:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=083cf1574facc9ce468fba1735c794bd7e520108'/>
<id>urn:sha1:083cf1574facc9ce468fba1735c794bd7e520108</id>
<content type='text'>
section kind. Previously, optimized nops were only used for MachO.
Also added tests for ELF and COFF.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115523 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Removed a bunch of unnecessary target_link_libraries.</title>
<updated>2010-09-28T22:39:14Z</updated>
<author>
<name>Oscar Fuentes</name>
<email>ofv@wanadoo.es</email>
</author>
<published>2010-09-28T22:39:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=3609eb0de2f786ca6917d0388c37c23873dbd247'/>
<id>urn:sha1:3609eb0de2f786ca6917d0388c37c23873dbd247</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114999 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Use the canonical library name for library PIC16Passes.</title>
<updated>2010-09-28T14:24:47Z</updated>
<author>
<name>Oscar Fuentes</name>
<email>ofv@wanadoo.es</email>
</author>
<published>2010-09-28T14:24:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=c577c271b1e0230197bc48e991f376c52fb896a8'/>
<id>urn:sha1:c577c271b1e0230197bc48e991f376c52fb896a8</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114953 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Added library LLVMPIC16passes to CMake build.</title>
<updated>2010-09-28T14:02:45Z</updated>
<author>
<name>Oscar Fuentes</name>
<email>ofv@wanadoo.es</email>
</author>
<published>2010-09-28T14:02:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=4dbb2dbf764498e6f03de0459b9c40fba5e608be'/>
<id>urn:sha1:4dbb2dbf764498e6f03de0459b9c40fba5e608be</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114952 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>fix a long standing wart: all the ComplexPattern's were being</title>
<updated>2010-09-21T20:31:19Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-09-21T20:31:19Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=52a261b3c1391c5fec399ddeb3fc6ee9541e8790'/>
<id>urn:sha1:52a261b3c1391c5fec399ddeb3fc6ee9541e8790</id>
<content type='text'>
passed the root of the match, even though only a few patterns
actually needed this (one in X86, several in ARM [which should
be refactored anyway], and some in CellSPU that I don't feel 
like detangling).   Instead of requiring all ComplexPatterns to
take the dead root, have targets opt into getting the root by
putting SDNPWantRoot on the ComplexPattern.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114471 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>update a bunch of code to use the MachinePointerInfo version of getStore.</title>
<updated>2010-09-21T18:41:36Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-09-21T18:41:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=6229d0acb8f395552131a7015a5d1e7b2bae2111'/>
<id>urn:sha1:6229d0acb8f395552131a7015a5d1e7b2bae2111</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114461 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>CMake: Fix MSVS build. Although I don't know why this didn't break other build systems...</title>
<updated>2010-09-12T18:32:57Z</updated>
<author>
<name>Michael J. Spencer</name>
<email>bigcheesegs@gmail.com</email>
</author>
<published>2010-09-12T18:32:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=86e05af491ee3f45bd51236ccb831eddad7cc316'/>
<id>urn:sha1:86e05af491ee3f45bd51236ccb831eddad7cc316</id>
<content type='text'>
This problem is unrelated to the recent dependency tracking change. It
seems like noone noticed the problem because I don't think anyone compiles
any target other than X86 on windows.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113727 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>CMake: Fix mingw32 build.</title>
<updated>2010-09-12T03:47:31Z</updated>
<author>
<name>Michael J. Spencer</name>
<email>bigcheesegs@gmail.com</email>
</author>
<published>2010-09-12T03:47:31Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=d4b8333d625e9c4989f8966cb1b7f69bbef6993e'/>
<id>urn:sha1:d4b8333d625e9c4989f8966cb1b7f69bbef6993e</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113712 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Simplify eliminateFrameIndex() interface back down now that PEI doesn't need</title>
<updated>2010-08-26T23:32:16Z</updated>
<author>
<name>Jim Grosbach</name>
<email>grosbach@apple.com</email>
</author>
<published>2010-08-26T23:32:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=fcb4a8ead3cd8d9540d5eaa448af5d14a0ee341a'/>
<id>urn:sha1:fcb4a8ead3cd8d9540d5eaa448af5d14a0ee341a</id>
<content type='text'>
to try to re-use scavenged frame index reference registers. rdar://8277890

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112241 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
