index
:
~grigorig/llvm
controlflow
master
Mostly R600/SI bugfixes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Bindings
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-03
DebugInfo: Move new hierarchy into place
Duncan P. N. Exon Smith
1
-1
/
+1
2015-02-06
[OCaml] Add Llvm.build_empty_phi.
Peter Zotov
1
-0
/
+9
2015-02-03
Propagate a better error message to the C api.
Rafael Espindola
1
-1
/
+1
2015-02-03
Use a non-fatal diag handler in the C API. FIxes PR22368.
Rafael Espindola
2
-0
/
+3
2015-01-28
Fix LLVMSetMetadata and LLVMAddNamedMetadataOperand for single value MDNodes
Bjorn Steinbrink
2
-0
/
+4
2015-01-14
IR: Move MDLocation into place
Duncan P. N. Exon Smith
1
-1
/
+1
2015-01-09
Disable Go bindings test under UBSan.
Alexey Samsonov
1
-1
/
+1
2014-12-30
[OCaml] Fix bitrot in tests.
Peter Zotov
1
-2
/
+2
2014-12-24
[OCaml] PR21901: Update tests.
Peter Zotov
1
-2
/
+2
2014-12-24
[OCaml] Expose Llvm_executionengine.get_{global_value,function}_address.
Peter Zotov
1
-2
/
+9
2014-12-23
Finish removing DestroySource.
Rafael Espindola
1
-1
/
+1
2014-12-15
IR: Make metadata typeless in assembly
Duncan P. N. Exon Smith
1
-3
/
+3
2014-12-01
[OCaml] Move Llvm.clone_module to its own Llvm_transform_utils module.
Peter Zotov
1
-0
/
+21
2014-12-01
[OCaml] [cmake] Add CMake buildsystem for OCaml.
Peter Zotov
1
-1
/
+1
2014-11-03
[OCaml] Run tests twice, with ocamlc and ocamlopt (if available)
Peter Zotov
13
-14
/
+39
2014-10-31
[OCaml] Ensure consistent naming.
Peter Zotov
14
-0
/
+0
2014-10-31
[OCaml] Rework Llvm_executionengine using ctypes.
Peter Zotov
1
-75
/
+45
2014-10-30
[OCaml] Expose LLVM{Get,Set}DLLStorageClass.
Peter Zotov
1
-1
/
+8
2014-10-30
[OCaml] Test code emission in Llvm_target.
Peter Zotov
1
-4
/
+3
2014-10-30
[OCaml] Enable backtraces in tests.
Peter Zotov
13
-13
/
+13
2014-10-30
[OCaml] [autoconf] Migrate to ocamlfind.
Peter Zotov
14
-54
/
+34
2014-10-29
[OCaml] Expose Llvm_target.TargetMachine.add_analysis_passes.
Peter Zotov
1
-1
/
+3
2014-10-29
[OCaml] Expose Llvm_bitwriter.write_bitcode_to_memory_buffer.
Peter Zotov
1
-1
/
+2
2014-10-29
[OCaml] Synchronize transformations with LLVM-C.
Peter Zotov
3
-23
/
+28
2014-10-28
[OCaml] Fix whitespace.
Peter Zotov
5
-100
/
+100
2014-10-28
[OCaml] PR9719, PR14727: Make tests run without ocamlopt.
Peter Zotov
13
-13
/
+13
2014-10-28
[OCaml] PR19859: Add functions to query and modify branches.
Peter Zotov
1
-2
/
+12
2014-10-28
[OCaml] PR19859: Add tests for reading the values of numeric constants.
Peter Zotov
1
-8
/
+48
2014-10-25
[OCaml] hexagon can't run MCJIT tests, XFAIL it.
Peter Zotov
1
-1
/
+1
2014-10-25
[OCaml] Unbreak Llvm_executionengine.initialize_native_target.
Peter Zotov
1
-0
/
+3
2014-10-25
[OCaml] Expose Llvm_executionengine.ExecutionEngine.create_mcjit.
Peter Zotov
1
-26
/
+39
2014-10-23
Add llvm-go tool.
Peter Collingbourne
1
-6
/
+1
2014-10-21
Teach lit to filter the host LDFLAGS down from the build system and into
Chandler Carruth
2
-1
/
+2
2014-10-17
Disable ccache for go tests.
Peter Collingbourne
1
-0
/
+5
2014-10-17
We also need to catch OSError here.
Peter Collingbourne
1
-2
/
+2
2014-10-17
Don't crash if find_executable return None.
Rafael Espindola
1
-4
/
+4
2014-10-17
[OCaml] Add Llvm.instr_clone.
Peter Zotov
1
-0
/
+18
2014-10-16
Add our own copy of the find_executable function to cope with installations
Peter Collingbourne
1
-2
/
+20
2014-10-16
Initial version of Go bindings.
Peter Collingbourne
3
-2
/
+42
2014-10-03
Revert "Revert "DI: Fold constant arguments into a single MDString""
Duncan P. N. Exon Smith
1
-2
/
+3
2014-10-02
Revert "DI: Fold constant arguments into a single MDString"
Duncan P. N. Exon Smith
1
-1
/
+1
2014-10-02
DI: Fold constant arguments into a single MDString
Duncan P. N. Exon Smith
1
-1
/
+1
2014-09-30
Extend C disassembler API to allow specifying target features
Bradley Smith
1
-6
/
+20
2014-09-05
Restore the ability to check if LLVMCreateObjectFile was successful
Bjorn Steinbrink
1
-0
/
+2
2014-08-03
[OCaml] Add Llvm.{string_of_const,const_element}.
Peter Zotov
1
-1
/
+5
2014-07-22
[OCaml] Don't truncate constants over 32 bits in Llvm.const_int.
Peter Zotov
2
-1
/
+7
2014-06-09
Reduce verbiage of lit.local.cfg files
Alp Toker
1
-3
/
+2
2014-06-09
[OCaml] Add more Llvm_target tests
Peter Zotov
1
-2
/
+3
2014-03-12
Fix the ocaml test to not create a alias to a declaration.
Rafael Espindola
1
-1
/
+2
2014-02-25
Don't try to set a dummy DataLayout. It is parsed now.
Rafael Espindola
1
-2
/
+2
[next]