1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/bindings/go/llvm
Eric Christopher 359dea2a6b Reorganize the C API headers to improve build times.
Type specific declarations have been moved to Type.h and error handling
routines have been moved to ErrorHandling.h. Both are included in Core.h
so nothing should change for projects directly including the headers,
but transitive dependencies may be affected.

llvm-svn: 255965
2015-12-18 01:46:52 +00:00
..
analysis.go Reorganize the C API headers to improve build times. 2015-12-18 01:46:52 +00:00
bitreader.go Reorganize the C API headers to improve build times. 2015-12-18 01:46:52 +00:00
bitwriter.go
dibuilder.go DI: Reverse direction of subprogram -> function edge. 2015-11-05 22:03:56 +00:00
DIBuilderBindings.cpp DI: Reverse direction of subprogram -> function edge. 2015-11-05 22:03:56 +00:00
DIBuilderBindings.h DI: Reverse direction of subprogram -> function edge. 2015-11-05 22:03:56 +00:00
executionengine_test.go
executionengine.go Reorganize the C API headers to improve build times. 2015-12-18 01:46:52 +00:00
InstrumentationBindings.cpp
InstrumentationBindings.h
ir_test.go Add safestack attribute to LLVMAttribute enum and Go bindings. Correct 2015-06-15 22:16:51 +00:00
ir.go DI: Reverse direction of subprogram -> function edge. 2015-11-05 22:03:56 +00:00
IRBindings.cpp DI: Reverse direction of subprogram -> function edge. 2015-11-05 22:03:56 +00:00
IRBindings.h DI: Reverse direction of subprogram -> function edge. 2015-11-05 22:03:56 +00:00
linker.go Reorganize the C API headers to improve build times. 2015-12-18 01:46:52 +00:00
llvm_config.go.in
llvm_dep.go
string_test.go
string.go
support.go
SupportBindings.cpp
SupportBindings.h
target.go Reorganize the C API headers to improve build times. 2015-12-18 01:46:52 +00:00
transforms_instrumentation.go
transforms_ipo.go
transforms_pmbuilder.go
transforms_scalar.go
version.go