index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
Bindings
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master llvm for rebase to r233350
Pirama Arumuga Nainar
2015-04-09
1
-1
/
+1
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
10
-11
/
+55
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
20
-320
/
+479
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
2
-5
/
+5
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
2
-16
/
+15
*
Merging r196156:
Manman Ren
2013-12-09
1
-12
/
+13
*
[OCaml] Add REQUIRES: native, object-emission to the Target test
Peter Zotov
2013-11-15
1
-0
/
+1
*
[OCaml] Use native target in testsuite instead of hardcoding X86
Peter Zotov
2013-11-15
2
-16
/
+11
*
[OCaml] Add Target and TargetMachine bindings to Llvm_target
Peter Zotov
2013-11-15
1
-2
/
+52
*
[OCaml] Refactor Llvm_target interface
Peter Zotov
2013-11-15
5
-27
/
+22
*
[OCaml] Add missing Llvm_target functions
Peter Zotov
2013-11-11
1
-0
/
+2
*
[OCaml] Accept context explicitly in Llvm_target functions
Peter Zotov
2013-11-11
2
-2
/
+2
*
[OCaml] Make Llvm_target.DataLayout.t automatically managed
Peter Zotov
2013-11-11
4
-11
/
+4
*
[OCaml] Impement Llvm_irreader, bindings to LLVM assembly parser
Peter Zotov
2013-11-06
1
-0
/
+59
*
[OCaml] Implement Llvm.string_of_llvalue
Peter Zotov
2013-11-06
1
-0
/
+9
*
[OCaml] (PR16318) Add missing argument to Llvm.const_intcast
Peter Zotov
2013-11-05
1
-0
/
+3
*
[OCaml] (PR11717) Make declare_qualified_global respect address argument
Peter Zotov
2013-11-05
1
-3
/
+6
*
[OCaml] implement Llvm_passmgr_builder, bindings for PassManagerBuilder
Peter Zotov
2013-11-04
1
-0
/
+64
*
[OCaml] Implement missing LLVMCore APIs
Peter Zotov
2013-11-04
1
-6
/
+47
*
[OCaml] Implement Llvm.MemoryBuffer.{of_string,as_string}
Peter Zotov
2013-11-03
1
-0
/
+9
*
[OCaml] Implement Llvm_linker, bindings for the IR linker
Peter Zotov
2013-11-03
1
-0
/
+63
*
[OCaml] Implement Llvm_vectorize bindings
Peter Zotov
2013-11-03
1
-0
/
+61
*
[OCaml] Refactor Llvm_target tests
Peter Zotov
2013-11-03
1
-21
/
+24
*
[OCaml] Llvm_scalar_opts: add missing transforms
Peter Zotov
2013-11-03
1
-0
/
+1
*
[OCaml] Llvm_ipo: add missing transforms
Peter Zotov
2013-11-03
1
-0
/
+1
*
Fix check for supported targets in llvm-c lit.local.cfg
Anders Waldenborg
2013-10-23
1
-1
/
+3
*
Add llvm-c-test tool for testing llvm-c
Anders Waldenborg
2013-10-23
5
-0
/
+85
*
[PR11606] ocaml bindings tests produce binaries in source dir
Daniel Dunbar
2013-08-23
9
-9
/
+36
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
1
-1
/
+1
*
Fix %t typo in Ocaml bindings test.
Reid Kleckner
2013-07-10
1
-3
/
+3
*
Convert an OCaml binding grep test to FileCheck
Reid Kleckner
2013-07-08
1
-329
/
+340
*
Use the attribute group reference instead of the attribute directly.
Bill Wendling
2013-02-20
1
-1
/
+2
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
3
-9
/
+9
*
fix test's RUN lines
Nuno Lopes
2012-09-02
1
-19
/
+19
*
Fix the remaining TCL-style quotes found in the testsuite. This is
Chandler Carruth
2012-07-02
1
-177
/
+177
*
Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu
Eli Bendersky
2012-03-25
1
-8
/
+1
*
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2012-02-16
2
-5
/
+13
*
OCaml bindings: add some missing functions and testcases.
Torok Edwin
2011-10-14
2
-1
/
+40
*
OCaml bindings: fix infinite recursion on string_of_lltype
Torok Edwin
2011-10-14
1
-0
/
+10
*
ocaml bindings: add llvm_ipo based on IPO.h
Torok Edwin
2011-10-06
1
-0
/
+73
*
add more tests for the OCaml bindings
Torok Edwin
2011-10-06
1
-9
/
+101
*
attempt to fix ocaml bindings: landing pads
Torok Edwin
2011-10-03
1
-3
/
+13
*
Remove the build_unwind function from the OCaml bindings.
Peter Collingbourne
2011-08-10
1
-8
/
+0
*
Remove InvalidateStructLayoutInfo from the ocaml bindings.
Benjamin Kramer
2011-07-31
1
-1
/
+0
*
Remove tests for APIs that were removed.
Nick Lewycky
2011-07-09
3
-131
/
+2
*
XFAIL vg_leak the new test as the rest.
Torok Edwin
2010-12-23
1
-0
/
+1
*
Fix OCaml bindings crash, PR8847.
Torok Edwin
2010-12-23
1
-0
/
+16
*
Don't test a removed function.
Benjamin Kramer
2010-10-09
1
-2
/
+1
*
tests: XFAIL a handful of tests on the vg_leak builder, so we can get back to
Daniel Dunbar
2010-09-09
7
-0
/
+7
*
Update ocaml test.
Benjamin Kramer
2010-08-28
1
-6
/
+0
[next]