Commit graph

37 commits

Author SHA1 Message Date
Ilan Schnell
5dd0948c65 cleanup 2013-01-31 17:54:20 -06:00
valtron
e02cd0a977 Updated names of passes 2013-01-05 02:46:52 -07:00
AndrewBC
6d50a337ad Updating to python 3 with 2to3. Check llvm/py3k_update.diff and llvm/py3k_update.out for the output from this. 2011-06-11 20:39:16 -05:00
mdevan.foobar
ce117b2d77 More documentation.
git-svn-id: http://llvm-py.googlecode.com/svn/trunk@105 8d1e9007-1d4e-0410-b67e-1979fd6579aa
2010-11-05 17:25:05 +00:00
mdevan.foobar
bb2d613e39 Fix incomplete merge from scratch branch
git-svn-id: http://llvm-py.googlecode.com/svn/trunk@102 8d1e9007-1d4e-0410-b67e-1979fd6579aa
2010-10-24 08:40:50 +00:00
mdevan.foobar
ab4ef428b6 Migrate to LLVM 2.8 (rc2)
git-svn-id: http://llvm-py.googlecode.com/svn/trunk@96 8d1e9007-1d4e-0410-b67e-1979fd6579aa
2010-09-30 13:22:13 +00:00
mdevan.foobar
60422c6057 LLVM tutorial ported (Max Shawabkeh) (Issue #33)
git-svn-id: http://llvm-py.googlecode.com/svn/trunk@94 8d1e9007-1d4e-0410-b67e-1979fd6579aa
2010-09-26 08:25:14 +00:00
mdevan.foobar
f0d6877650 Updated documentation.
git-svn-id: http://llvm-py.googlecode.com/svn/trunk@91 8d1e9007-1d4e-0410-b67e-1979fd6579aa
2010-08-31 09:46:45 +00:00
mdevan.foobar
1c04eb1c87 Updated documentation, partially.
git-svn-id: http://llvm-py.googlecode.com/svn/trunk@90 8d1e9007-1d4e-0410-b67e-1979fd6579aa
2010-08-31 07:31:34 +00:00
mdevan.foobar
43998cc2df Documentation update
git-svn-id: http://llvm-py.googlecode.com/svn/trunk@85 8d1e9007-1d4e-0410-b67e-1979fd6579aa
2009-10-28 12:10:06 +00:00
mdevan.foobar
857f647095 Updated documentation (Nick Lewycky)
git-svn-id: http://llvm-py.googlecode.com/svn/trunk@55 8d1e9007-1d4e-0410-b67e-1979fd6579aa
2008-11-23 06:03:17 +00:00
mdevan.foobar
6374cb5e96 Updated download page.
git-svn-id: http://llvm-py.googlecode.com/svn/trunk@52 8d1e9007-1d4e-0410-b67e-1979fd6579aa
2008-11-22 16:53:42 +00:00
mdevan.foobar
3bbc5685a8 Added vicmp, vfmp. Updated docs. Support FreeBSD.
git-svn-id: http://llvm-py.googlecode.com/svn/trunk@51 8d1e9007-1d4e-0410-b67e-1979fd6579aa
2008-11-22 16:46:32 +00:00
mdevan.foobar
09e1748a19 Updated web pages.
git-svn-id: http://llvm-py.googlecode.com/svn/trunk@49 8d1e9007-1d4e-0410-b67e-1979fd6579aa
2008-11-21 06:45:51 +00:00
mdevan.foobar
c509179c8d Improved compatibility with Python 2.4, ready for 0.4 release.
git-svn-id: http://llvm-py.googlecode.com/svn/trunk@48 8d1e9007-1d4e-0410-b67e-1979fd6579aa
2008-11-21 06:07:14 +00:00
mdevan.foobar
8eb5532b3a Added test/example for passes. Updated documentation.
git-svn-id: http://llvm-py.googlecode.com/svn/trunk@36 8d1e9007-1d4e-0410-b67e-1979fd6579aa
2008-09-08 15:35:22 +00:00
mdevan.foobar
c10b1b58c3 Added API for reading assembly (.ll) files
git-svn-id: http://llvm-py.googlecode.com/svn/trunk@35 8d1e9007-1d4e-0410-b67e-1979fd6579aa
2008-09-08 13:09:43 +00:00
mdevan.foobar
8e9d163e2b Updated documentation and added more examples.
git-svn-id: http://llvm-py.googlecode.com/svn/trunk@34 8d1e9007-1d4e-0410-b67e-1979fd6579aa
2008-08-15 15:38:27 +00:00
mdevan.foobar
95dd7669ca module.get_X_named() methods throws if object of given name is not found.
updated docs.

git-svn-id: http://llvm-py.googlecode.com/svn/trunk@27 8d1e9007-1d4e-0410-b67e-1979fd6579aa
2008-07-31 16:22:22 +00:00
mdevan.foobar
6d57b0e5bc Revamped makeweb.py script; docs regenerated.
git-svn-id: http://llvm-py.googlecode.com/svn/trunk@26 8d1e9007-1d4e-0410-b67e-1979fd6579aa
2008-07-22 08:50:40 +00:00
mdevan.foobar
da0a10662e Added support for intrinsincs; needs more testing.
git-svn-id: http://llvm-py.googlecode.com/svn/trunk@24 8d1e9007-1d4e-0410-b67e-1979fd6579aa
2008-07-21 16:21:14 +00:00
mdevan.foobar
df4365921d Patch for OpenBSD, x86_64 support (Laurence Tratt)
Added JIT tutorial ports (Sebastien Binet)
Updated documentation

git-svn-id: http://llvm-py.googlecode.com/svn/trunk@23 8d1e9007-1d4e-0410-b67e-1979fd6579aa
2008-07-05 06:33:51 +00:00
mdevan.foobar
fe03572bba Updated documentation.
git-svn-id: http://llvm-py.googlecode.com/svn/trunk@22 8d1e9007-1d4e-0410-b67e-1979fd6579aa
2008-06-25 15:09:11 +00:00
mdevan.foobar
23027df611 Added js directory.
git-svn-id: http://llvm-py.googlecode.com/svn/trunk@21 8d1e9007-1d4e-0410-b67e-1979fd6579aa
2008-06-24 15:12:39 +00:00
mdevan.foobar
4c27a1c376 Updated documentation.
git-svn-id: http://llvm-py.googlecode.com/svn/trunk@20 8d1e9007-1d4e-0410-b67e-1979fd6579aa
2008-06-24 14:35:30 +00:00
mdevan.foobar
791e23725d Updated docs, CHANGELOG.
git-svn-id: http://llvm-py.googlecode.com/svn/trunk@16 8d1e9007-1d4e-0410-b67e-1979fd6579aa
2008-06-18 16:43:05 +00:00
mdevan.foobar
9cc8fdc0cd Build cleanly with LLVM 2.3 or 2.3svn.
git-svn-id: http://llvm-py.googlecode.com/svn/trunk@15 8d1e9007-1d4e-0410-b67e-1979fd6579aa
2008-06-18 16:31:35 +00:00
mdevan.foobar
04d61c9b66 Ready for 0.2 release.
git-svn-id: http://llvm-py.googlecode.com/svn/trunk@12 8d1e9007-1d4e-0410-b67e-1979fd6579aa
2008-06-15 03:37:56 +00:00
mdevan.foobar
274f0f9ec4 New tests. Code cleanup.
git-svn-id: http://llvm-py.googlecode.com/svn/trunk@11 8d1e9007-1d4e-0410-b67e-1979fd6579aa
2008-06-14 19:05:45 +00:00
mdevan.foobar
117dc747de Updated documentation.
git-svn-id: http://llvm-py.googlecode.com/svn/trunk@10 8d1e9007-1d4e-0410-b67e-1979fd6579aa
2008-06-12 17:49:50 +00:00
mdevan.foobar
a73422f719 Added missing instructions and constant expressions. Updated documentation.
git-svn-id: http://llvm-py.googlecode.com/svn/trunk@9 8d1e9007-1d4e-0410-b67e-1979fd6579aa
2008-06-11 17:55:38 +00:00
mdevan.foobar
71e1ee072a Updated documentation, license and changelog.
git-svn-id: http://llvm-py.googlecode.com/svn/trunk@8 8d1e9007-1d4e-0410-b67e-1979fd6579aa
2008-06-10 15:34:11 +00:00
mdevan.foobar
55a6a6ed79 Added generated docs to svn.
git-svn-id: http://llvm-py.googlecode.com/svn/trunk@7 8d1e9007-1d4e-0410-b67e-1979fd6579aa
2008-06-09 17:45:49 +00:00
mdevan.foobar
8fd7990ca0 Updated documentation. Changed struct_packed() to packed_struct().
git-svn-id: http://llvm-py.googlecode.com/svn/trunk@6 8d1e9007-1d4e-0410-b67e-1979fd6579aa
2008-06-09 17:39:17 +00:00
mdevan.foobar
8fd0b57c77 Updated documentation.
git-svn-id: http://llvm-py.googlecode.com/svn/trunk@5 8d1e9007-1d4e-0410-b67e-1979fd6579aa
2008-06-08 11:17:58 +00:00
mdevan.foobar
2255a7e5dd Execution engine and passes work. Documentation and tests updated.
git-svn-id: http://llvm-py.googlecode.com/svn/trunk@4 8d1e9007-1d4e-0410-b67e-1979fd6579aa
2008-06-07 13:44:25 +00:00
mdevan.foobar
6ee3298bd2 Added web pages, and some ee/passes stuff. *Broken*.
git-svn-id: http://llvm-py.googlecode.com/svn/trunk@3 8d1e9007-1d4e-0410-b67e-1979fd6579aa
2008-06-03 17:24:46 +00:00