de2d8694e25a814696358e95141f4b1aa4d8847e |
|
20-Sep-2016 |
Pirama Arumuga Nainar <pirama@google.com> |
Update aosp/master LLVM for rebase to r275480 Bug: http://b/31320715 This merges commit 7dcf7f03e005379ef2f06db96aa93f06186b66d5 from aosp/dev. Test: Build AOSP and run RenderScript tests (host tests for slang and libbcc, RsTest, CTS) Change-Id: Iaf3738f74312d875e69f61d604ac058f381a2a1a
/external/llvm/bindings/ocaml/target/llvm_target.mli
|
37ed9c199ca639565f6ce88105f9e39e898d82d0 |
|
01-Dec-2014 |
Stephen Hines <srhines@google.com> |
Update aosp/master LLVM for rebase to r222494. Change-Id: Ic787f5e0124df789bd26f3f24680f45e678eef2d
/external/llvm/bindings/ocaml/target/llvm_target.mli
|
b6703ff81b4739be67ae7b07f1bfcfb6f157f891 |
|
15-Nov-2013 |
Peter Zotov <whitequark@whitequark.org> |
[OCaml] Add Target and TargetMachine bindings to Llvm_target git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194774 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/bindings/ocaml/target/llvm_target.mli
|
04deb4957ab253c02bce9d982d69396954744a41 |
|
15-Nov-2013 |
Peter Zotov <whitequark@whitequark.org> |
[OCaml] Refactor Llvm_target interface This commit brings the module structure, argument order and primitive names in Llvm_target in order with the rest of the bindings, in preparation for adding TargetMachine API. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194773 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/bindings/ocaml/target/llvm_target.mli
|
fa6ab4393ebb7add77a4a957dc50453d07b54a62 |
|
11-Nov-2013 |
Peter Zotov <whitequark@whitequark.org> |
[OCaml] Add missing Llvm_target functions git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194382 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/bindings/ocaml/target/llvm_target.mli
|
786a43e2d8f98034046b7fd3a78d94e57a466895 |
|
11-Nov-2013 |
Peter Zotov <whitequark@whitequark.org> |
[OCaml] Accept context explicitly in Llvm_target functions Llvm_target.intptr_type used to implicitly use global context. As none of other functions in OCaml bindings do, it is changed to accept context explicitly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194381 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/bindings/ocaml/target/llvm_target.mli
|
26f3bd89660e46a76a3b0267b23b00d917a45404 |
|
11-Nov-2013 |
Peter Zotov <whitequark@whitequark.org> |
[OCaml] Make Llvm_target.DataLayout.t automatically managed This breaks the API by removing Llvm_target.DataLayout.dispose. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194380 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/bindings/ocaml/target/llvm_target.mli
|
9fd6ef28a39b8dfbd61ece16fb6f410881574d62 |
|
01-Nov-2013 |
Sylvestre Ledru <sylvestre@debian.org> |
OCaml bindings: fix typo Patch by Peter Zotov git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193851 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/bindings/ocaml/target/llvm_target.mli
|
dfc58e3bcfcb8f37796b2ca1c289dd202f26d03c |
|
01-Nov-2013 |
Sylvestre Ledru <sylvestre@debian.org> |
OCaml bindings: formatting This commit only changes comments and documentation in OCaml bindings. The official name of the language is OCaml, and the usage is now consistent. Patch by Peter Zotov git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193836 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/bindings/ocaml/target/llvm_target.mli
|
791cfc211a9801002bfda6b3eb4de7e041f04f53 |
|
08-Oct-2012 |
Micah Villmow <villmow@gmail.com> |
Move TargetData to DataLayout. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165403 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/bindings/ocaml/target/llvm_target.mli
|
e2721f75503d9195d02b8d2dc4d196b9256873e9 |
|
31-Jul-2011 |
Benjamin Kramer <benny.kra@googlemail.com> |
Remove InvalidateStructLayoutInfo from the ocaml bindings. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136582 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/bindings/ocaml/target/llvm_target.mli
|
777d2306b36816a53bc1ae1244c0dc7d998ae691 |
|
09-May-2009 |
Duncan Sands <baldrick@free.fr> |
Rename PaddedSize to AllocSize, in the hope that this will make it more obvious what it represents, and stop it being confused with the StoreSize. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71349 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/bindings/ocaml/target/llvm_target.mli
|
ceb4d1aecb9deffe59b3dcdc9a783ffde8477be9 |
|
12-Jan-2009 |
Duncan Sands <baldrick@free.fr> |
Rename getABITypeSize to getTypePaddedSize, as suggested by Chris. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62099 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/bindings/ocaml/target/llvm_target.mli
|
3e0c83559397c87e06ef29c41385e7adc34573c2 |
|
16-Mar-2008 |
Gordon Henriksen <gordonhenriksen@mac.com> |
C and Objective Caml bindings for the TargetData class. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48422 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/bindings/ocaml/target/llvm_target.mli
|