Rafael Espindola
|
3f4ed32b43
Make it explicit that ExecutionEngine takes ownership of the modules.
|
11 năm trước cách đây |
Eric Christopher
|
aa5b9c0f6f
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
|
11 năm trước cách đây |
Rafael Espindola
|
875710a2fd
Nuke the old JIT.
|
11 năm trước cách đây |
Ahmed Charles
|
f4ccd11075
Replace OwningPtr<T> with std::unique_ptr<T>.
|
11 năm trước cách đây |
Renato Golin
|
8eb76420cd
Disable old JIT unittests for AARch64
|
11 năm trước cách đây |
Richard Barton
|
b4605d4d4b
Remove some dead code
|
11 năm trước cách đây |
Ulrich Weigand
|
7207285e65
|
12 năm trước cách đây |
Chandler Carruth
|
0b8c9a80f2
Move all of the header files which are involved in modelling the LLVM IR
|
12 năm trước cách đây |
Chandler Carruth
|
5a88dda4be
Sort the #include lines for unittest/...
|
12 năm trước cách đây |
Chandler Carruth
|
38f488e462
Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completes
|
13 năm trước cách đây |
Eli Bendersky
|
f963cd3e02
Follow-up to r152620: restore JIT event listener tests to unittest/ExecutionEngine/JIT
|
13 năm trước cách đây |
Eli Bendersky
|
3c88d4a8fb
Clean up removed file after r152620
|
13 năm trước cách đây |
Eli Bendersky
|
61b1851a20
Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code in LLVM.
|
13 năm trước cách đây |
Evan Cheng
|
3e74d6fdd2
Move TargetRegistry and TargetSelect from Target to Support where they belong.
|
14 năm trước cách đây |
Jeffrey Yasskin
|
a44defeb22
Explicitly cast narrowing conversions inside {}s that will become errors in
|
14 năm trước cách đây |
Jeffrey Yasskin
|
f0356fe140
Kill ModuleProvider and ghost linkage by inverting the relationship between
|
15 năm trước cách đây |
Jeffrey Yasskin
|
9815582fad
Roll r94484 (avoiding RTTI problems in tests) forward again in a way that isn't
|
15 năm trước cách đây |
Bob Wilson
|
8dd0ab074a
Revert 94484. Re-disable unittests that need RTTI.
|
15 năm trước cách đây |
Jeffrey Yasskin
|
f5fe3beb3a
Re-enable unit tests disabled in r94164 by telling GTest about the
|
15 năm trước cách đây |
Chris Lattner
|
e73a31f667
Stop building RTTI information for *most* llvm libraries. Notable
|
15 năm trước cách đây |
Jeffrey Yasskin
|
7a9034c4db
Automatically do the equivalent of freeMachineCodeForFunction(F) when F is
|
16 năm trước cách đây |
Owen Anderson
|
1d0be15f89
Push LLVMContexts through the IntegerType APIs.
|
16 năm trước cách đây |
Daniel Dunbar
|
d370d776aa
Unbreak unittests build.
|
16 năm trước cách đây |
Reid Kleckner
|
4b1511b027
Add EngineBuilder to ExecutionEngine in favor of the five optional argument EE::create().
|
16 năm trước cách đây |
Owen Anderson
|
a439ee027b
Fix unit tests.
|
16 năm trước cách đây |
Owen Anderson
|
31895e7359
Hold the LLVMContext by reference rather than by pointer.
|
16 năm trước cách đây |
Owen Anderson
|
0b19bb76db
Fix unit tests for LLVMContext+Module.
|
16 năm trước cách đây |
Jeffrey Yasskin
|
df5a7daff9
Add a JITEventListener interface that gets called back when a new function is
|
16 năm trước cách đây |