Commit graph

794 commits

Author SHA1 Message Date
Ilan Schnell
b37fdd0e74 cleanup setup.py 2012-08-19 00:12:49 -05:00
Ilan Schnell
8c12436dd4 remove used variable 2012-08-18 23:05:53 -05:00
Ilan Schnell
5a5b38f130 remove -framework for OSX, closes issue #4 2012-08-18 22:27:54 -05:00
Ilan Schnell
d6fdd31883 Merge branch 'issue8-py2.6' 2012-08-18 22:10:16 -05:00
Siu Kwan Lam
1ed2049395 add method to retrieve host cpu name
add stub method to enginebuilder to setMCPU and setMAttrs -- these are not implemented in llvm3.1
2012-08-18 17:32:40 -07:00
Siu Kwan Lam
db24036adb add ignore llvm/_intrinsic_ids.py 2012-08-18 15:31:33 -07:00
Siu Kwan Lam
d1bcdd05d1 add NVPTX for LLVM 3.2;
auto-gen _intrinsic_ids.py  in setup.py;
2012-08-18 15:29:26 -07:00
Maggie Mari
505d280fe0 Merge branch 'master' of github.com:llvmpy/llvmpy 2012-08-17 16:55:43 -05:00
Maggie Mari
882c9e0271 Finished editting PythonLangImpl8.rst in docs. 2012-08-17 16:55:23 -05:00
Jon Riehl
7c22f37b57 Adding support for building the "insertvalue" instruction. 2012-08-17 15:52:07 -05:00
Maggie Mari
f74f5129bd Completed editing of PythonLangImpl4.rst 2012-08-17 15:32:45 -05:00
Maggie Mari
1b67d32f4b Removed more extraneous code tags from docs. 2012-08-17 14:40:24 -05:00
Maggie Mari
8e00cd7e66 Misc doc cleanup 2012-08-17 14:34:51 -05:00
Maggie Mari
258efb0518 Finished editing PythonLangImpl2.rst doc 2012-08-17 12:03:26 -05:00
Maggie Mari
d8df9e2849 More code block cleanup. 2012-08-16 16:07:18 -05:00
Maggie Mari
c30095c77c Edited code blocks, fixed links. 2012-08-16 12:03:41 -05:00
Maggie Mari
7e1030d2a0 Code highlighting issues. 2012-08-15 18:55:00 -05:00
Maggie Mari
4bd7c31939 Minor formatting changes to docs. 2012-08-15 18:44:55 -05:00
Maggie Mari
57d78fb42e Merge branch 'master' of github.com:llvmpy/llvmpy 2012-08-15 18:34:23 -05:00
Maggie Mari
3b16d92537 Edited more code blocks in docs 2012-08-15 18:34:10 -05:00
Siu Kwan Lam
7880cdd3ba Fix get intrinsic 2012-08-15 16:13:38 -07:00
Maggie Mari
38078713f3 Corrected doc linking. 2012-08-15 18:11:25 -05:00
Maggie Mari
92b8225dc2 Fixed more code spacing in docs 2012-08-15 17:48:31 -05:00
Maggie Mari
d322b66a69 Removed extranaeous code highlighting tags 2012-08-15 17:40:27 -05:00
Maggie Mari
0b63bd7a9f Merge branch 'master' of github.com:llvmpy/llvmpy 2012-08-15 17:28:34 -05:00
Maggie Mari
c25b4853fc Fixed some of the code spacing for docs 2012-08-15 17:28:23 -05:00
Siu Kwan Lam
8eb6a34d54 Replace fprintf with exception 2012-08-15 15:22:08 -07:00
Siu Kwan Lam
b28a127d27 Merge branch 'master' of github.com:llvmpy/llvmpy 2012-08-14 16:59:17 -07:00
Siu Kwan Lam
1b7fc6c803 Add test for target machines (native + PTX) 2012-08-14 16:56:33 -07:00
Siu Kwan Lam
8b273490a9 Can create PTX target machine and print PTX asm 2012-08-14 16:50:32 -07:00
Maggie Mari
538fd76b1f Corrected special character formatting. 2012-08-14 18:28:17 -05:00
Maggie Mari
a5c892de72 Removed extraneous header code 2012-08-14 17:15:23 -05:00
Maggie Mari
f452b7f27c Revert "Fixed linking on PythonLangImpl1.rst"
This reverts commit f01d92df74.
2012-08-14 17:11:38 -05:00
Siu Kwan Lam
f85713a736 Enable PTX backend 2012-08-14 15:05:22 -07:00
Siu Kwan Lam
ec71908874 Add target machine 2012-08-14 12:04:28 -07:00
Siu Kwan Lam
f9d7195413 reorganize 2012-08-13 15:53:09 -07:00
Ilan Schnell
72f7fc4a99 more Py26 test fixes 2012-08-12 23:31:47 -05:00
Ilan Schnell
e0f18ae9de fixed uses.py for Python 2.6 2012-08-12 23:24:12 -05:00
Ilan Schnell
f54e195121 more Python 2.6 test fixes 2012-08-12 23:21:45 -05:00
Ilan Schnell
7f3550f93d fix more tests for Python 2.6 2012-08-12 23:12:55 -05:00
Ilan Schnell
2c25966dd6 backporting assertIs and assertIsNot to objcache.py 2012-08-12 23:05:53 -05:00
Maggie Mari
5bb9471e1e Cleared up headers and code spacing on PythonLangImpl2.rst 2012-08-12 19:15:31 -05:00
Maggie Mari
f01d92df74 Fixed linking on PythonLangImpl1.rst 2012-08-12 17:21:41 -05:00
Maggie Mari
1cbcd2f913 Cleaned up lists and spacing on llvm_concepts.rst 2012-08-12 15:51:47 -05:00
Siu Kwan Lam
1009daf3fa Add notebook: parallel_vectorize 2012-08-11 14:55:35 -07:00
Siu Kwan Lam
c1d3044c77 Fix parallel_vectorize_from_func:
* use signed integer;
* use multiprocessing.cpu_count() to determine # of threads.
2012-08-11 14:06:13 -07:00
Siu Kwan Lam
2fd1e6d056 Add & use capsulethunk for Py2.6 2012-08-10 19:22:30 -07:00
Siu Kwan Lam
7f84ecbe3b Add notebook: llvm_cbuilder quick tour 2012-08-10 17:58:54 -07:00
Maggie Mari
2d36906936 Cleaned up bash highlighting. 2012-08-10 11:40:51 -05:00
Maggie Mari
5343267e92 Added _build to .gitignore. 2012-08-10 11:40:04 -05:00