| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
work anyway (Interpreter::getPointerToFunction doesn't return a
callable pointer), and improve the error message when an
ExecutionEngine can't be created.
llvm-svn: 95896
|
| |
|
|
|
|
|
| |
is done with the other html files in doc, to hopefully keep strings like
"Last modified" current.
llvm-svn: 95225
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Modules and ModuleProviders. Because the "ModuleProvider" simply materializes
GlobalValues now, and doesn't provide modules, it's renamed to
"GVMaterializer". Code that used to need a ModuleProvider to materialize
Functions can now materialize the Functions directly. Functions no longer use a
magic linkage to record that they're materializable; they simply ask the
GVMaterializer.
Because the C ABI must never change, we can't remove LLVMModuleProviderRef or
the functions that refer to it. Instead, because Module now exposes the same
functionality ModuleProvider used to, we store a Module* in any
LLVMModuleProviderRef and translate in the wrapper methods. The bindings to
other languages still use the ModuleProvider concept. It would probably be
worth some time to update them to follow the C++ more closely, but I don't
intend to do it.
Fixes http://llvm.org/PR5737 and http://llvm.org/PR5735.
llvm-svn: 94686
|
| |
|
|
| |
llvm-svn: 82572
|
| |
|
|
|
|
|
| |
One change I'm not folding in is the removal of two unused variables that
caused warnings, because those were there for expository purposes.
llvm-svn: 81721
|
| |
|
|
|
|
| |
stack, so that it can be properly deleted. Also update the tutorial with the new code. This fixes PR4762, hopefully better than the last time.
llvm-svn: 80138
|
| |
|
|
| |
llvm-svn: 78948
|
| |
|
|
| |
llvm-svn: 78196
|
| |
|
|
|
|
|
|
| |
change back are
metadata related, which I'm waiting on to avoid conflicting with Devang.
llvm-svn: 77721
|
| |
|
|
| |
llvm-svn: 77516
|
| |
|
|
| |
llvm-svn: 77247
|
| |
|
|
| |
llvm-svn: 76702
|
| |
|
|
|
|
|
|
| |
EE::create().
Also a test commit.
llvm-svn: 76276
|
| |
|
|
| |
llvm-svn: 76097
|
| |
|
|
|
|
|
|
|
| |
Constants.cpp and ConstantFold.cpp.
This involves temporarily hard wiring some parts to use the global context. This isn't ideal, but it's
the only way I could figure out to make this process vaguely incremental.
llvm-svn: 75445
|
| |
|
|
| |
llvm-svn: 75040
|
| |
|
|
| |
llvm-svn: 66687
|
| |
|
|
| |
llvm-svn: 52165
|
| |
|
|
|
|
| |
active API changes
llvm-svn: 49968
|
| |
|
|
|
|
| |
Matthijs Kooijman
llvm-svn: 49648
|
| |
|
|
|
|
| |
the result IRBuilder. Patch by Dominic Hamon.
llvm-svn: 49604
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
"I have been working my way through the JIT and Kaleidoscope tutorials in my
(minuscule) spare time. Thanks again for writing them! I have attached a
patch containing some minor changes, ranging from spelling and grammar fixes
to adding a "Next: <next tutorial section>" hyperlink to the bottom of each
page.
Every page has been given the "next link" treatment, but otherwise I'm only
half way through the Kaleidoscope tutorial. I will send a follow-on patch
if time permits."
llvm-svn: 46933
|
| |
|
|
| |
llvm-svn: 46741
|
| |
|
|
| |
llvm-svn: 44522
|
| |
|
|
|
|
| |
Kelly Wilson, thanks!
llvm-svn: 44043
|
| |
|
|
| |
llvm-svn: 44014
|
| |
|
|
| |
llvm-svn: 43808
|
| |
|
|
| |
llvm-svn: 43747
|
| |
|
|
| |
llvm-svn: 43730
|
| |
|
|
| |
llvm-svn: 43723
|
| |
|
|
| |
llvm-svn: 43718
|
| |
|
|
| |
llvm-svn: 43717
|
| |
|
|
| |
llvm-svn: 43702
|
| |
|
|
|
|
| |
Feedback appreciated!
llvm-svn: 43548
|
| |
|
|
|
|
| |
description is missing.
llvm-svn: 43547
|
|
|
To come: for statement.
llvm-svn: 43546
|