mdevan.foobar
|
d5328ef255
|
Value.uses API
git-svn-id: http://llvm-py.googlecode.com/svn/trunk@70 8d1e9007-1d4e-0410-b67e-1979fd6579aa
|
2009-02-25 17:41:37 +00:00 |
|
mdevan.foobar
|
8b6109d8eb
|
Added User class, moved operands to User, cleanup
git-svn-id: http://llvm-py.googlecode.com/svn/trunk@69 8d1e9007-1d4e-0410-b67e-1979fd6579aa
|
2009-02-25 11:04:25 +00:00 |
|
mdevan.foobar
|
2eeb7630a1
|
Added instruction operands (Seth Warn)
git-svn-id: http://llvm-py.googlecode.com/svn/trunk@66 8d1e9007-1d4e-0410-b67e-1979fd6579aa
|
2009-02-23 07:56:23 +00:00 |
|
mdevan.foobar
|
d7a5d30029
|
Value factory and more Constant subclasses.
git-svn-id: http://llvm-py.googlecode.com/svn/trunk@64 8d1e9007-1d4e-0410-b67e-1979fd6579aa
|
2009-02-22 17:25:41 +00:00 |
|
mdevan.foobar
|
6028e1765b
|
Module.link_in and Instruction.is_volatile APIs added (Seth Warn)
git-svn-id: http://llvm-py.googlecode.com/svn/trunk@62 8d1e9007-1d4e-0410-b67e-1979fd6579aa
|
2009-02-21 10:02:46 +00:00 |
|
mdevan.foobar
|
39b55e950c
|
Build with LLVM 2.5 (no longer works with 2.4) (Seth Warn, Anthony Desnos)
git-svn-id: http://llvm-py.googlecode.com/svn/trunk@60 8d1e9007-1d4e-0410-b67e-1979fd6579aa
|
2009-02-19 10:43:19 +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
|
95cef74480
|
Migrated to LLVM 2.4.
git-svn-id: http://llvm-py.googlecode.com/svn/trunk@50 8d1e9007-1d4e-0410-b67e-1979fd6579aa
|
2008-11-21 12:17:42 +00:00 |
|
mdevan.foobar
|
b52355d84e
|
Code cleanup.
git-svn-id: http://llvm-py.googlecode.com/svn/trunk@47 8d1e9007-1d4e-0410-b67e-1979fd6579aa
|
2008-11-17 16:45:40 +00:00 |
|
mdevan.foobar
|
b0a11dbbbc
|
Added llvm.core.load_library_permanently() (Issue #12).
git-svn-id: http://llvm-py.googlecode.com/svn/trunk@46 8d1e9007-1d4e-0410-b67e-1979fd6579aa
|
2008-11-14 18:38:19 +00:00 |
|
mdevan.foobar
|
2780d9fc10
|
Added pointer_size and get_or_insert_function to Module
git-svn-id: http://llvm-py.googlecode.com/svn/trunk@43 8d1e9007-1d4e-0410-b67e-1979fd6579aa
|
2008-09-16 17:03:21 +00:00 |
|
mdevan.foobar
|
aee33c6612
|
Added instruction properties (is_XXX, opcode, opcode_name)
git-svn-id: http://llvm-py.googlecode.com/svn/trunk@42 8d1e9007-1d4e-0410-b67e-1979fd6579aa
|
2008-09-16 16:38:21 +00:00 |
|
mdevan.foobar
|
bf2d901db2
|
Fixed Builder.select (Paulo Silva); added Instruction.is_terminator.
git-svn-id: http://llvm-py.googlecode.com/svn/trunk@40 8d1e9007-1d4e-0410-b67e-1979fd6579aa
|
2008-09-10 11:26:57 +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
|
fc3f11d899
|
Added tests for bitcode.
Updated CHANGELOG, inline docs.
Switched to absolute imports.
Added all passes to extra.{cpp,h}\!
git-svn-id: http://llvm-py.googlecode.com/svn/trunk@31 8d1e9007-1d4e-0410-b67e-1979fd6579aa
|
2008-08-11 14:21:16 +00:00 |
|
mdevan.foobar
|
392f2e7e79
|
Added convert module from/to bitcode.
git-svn-id: http://llvm-py.googlecode.com/svn/trunk@28 8d1e9007-1d4e-0410-b67e-1979fd6579aa
|
2008-08-03 16:01:02 +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
|
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
|
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
|
37f3a30a4a
|
Initing with 0.1+some changes.
git-svn-id: http://llvm-py.googlecode.com/svn/trunk@2 8d1e9007-1d4e-0410-b67e-1979fd6579aa
|
2008-05-27 08:50:46 +00:00 |
|