Craig Topper
|
838cb749dc
[C++11] Add 'override' keyword to virtual methods that override their base class.
|
11 жил өмнө |
Andrew Kaylor
|
1ab6084c9e
Resolve JIT runtime linking problems on Android.
|
11 жил өмнө |
Filip Pizlo
|
6eb43d2956
This threads SectionName through the allocateCodeSection/allocateDataSection APIs, both in C++ and C land.
|
12 жил өмнө |
Elena Demikhovsky
|
e5cb25f860
Fixed alignment of code sections in the JIT mode. Added a test to the JITMemoryManager.
|
12 жил өмнө |
David Tweed
|
abb38fe8de
Minor changes to the MCJITTest unittests to use the correct API for finalizing
|
12 жил өмнө |
Rafael Espindola
|
e449654815
Remove exception handling support from the old JIT.
|
12 жил өмнө |
David Greene
|
fe1215ef93
Fix More Casts
|
12 жил өмнө |
Chandler Carruth
|
0b8c9a80f2
Move all of the header files which are involved in modelling the LLVM IR
|
12 жил өмнө |
Roman Divacky
|
38b06020db
Remove duplicate includes.
|
12 жил өмнө |
Chandler Carruth
|
d04a8d4b33
Use the new script to sort the includes of every file under lib.
|
12 жил өмнө |
Andrew Kaylor
|
53608a34ce
Interface changes to allow RuntimeDyld memory managers to set memory permissions after an object has been loaded.
|
12 жил өмнө |
Sean Callanan
|
f92bbcd1ce
Fixed a problem in the JIT memory allocator where
|
13 жил өмнө |
Eli Bendersky
|
5fe019835c
Fix some formatting, grammar and style issues and add a couple of missing comments.
|
13 жил өмнө |
Danil Malyshev
|
30b9e322e1
Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.
|
13 жил өмнө |
Chandler Carruth
|
3e29671cca
Revert a series of commits to MCJIT to get the build working in CMake
|
13 жил өмнө |
Danil Malyshev
|
7803ec3d45
Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20120305/138477.html
|
13 жил өмнө |
Jim Grosbach
|
61425c0a7f
MCJIT support for non-function sections.
|
13 жил өмнө |
Michael J. Spencer
|
1f6efa3996
Merge System into Support.
|
14 жил өмнө |
Benjamin Kramer
|
1bd7335a17
Use twines to simplify calls to report_fatal_error. For code size and readability.
|
15 жил өмнө |
Chris Lattner
|
75361b69f3
rename llvm::llvm_report_error -> llvm::report_fatal_error
|
15 жил өмнө |
David Greene
|
bd8c8afe1b
Change errs() to dbgs().
|
15 жил өмнө |
Eric Christopher
|
5cf0aedd0b
Fix typo, cleanup whitespace.
|
16 жил өмнө |
Jeffrey Yasskin
|
6f348e4586
Remove dlsym stubs, with Nate Begeman's permission.
|
16 жил өмнө |
Nicolas Geoffray
|
71e0b7c560
Verify that the function and exception table have been allocated
|
16 жил өмнө |
Jeffrey Yasskin
|
1e86132122
Move the Function*->allocated blocks map from the JITMemoryManager to the
|
16 жил өмнө |
Dan Gohman
|
5b78d50cad
Initialize the PoisonMemory member before initializing
|
16 жил өмнө |
Chris Lattner
|
bbbfa99d3d
remove a few DOUTs here and there.
|
16 жил өмнө |
Reid Kleckner
|
01248e6711
Fix a bug where the DWARF emitter in the JIT was not initializing alignment
|
16 жил өмнө |
Dan Gohman
|
a9ad04191c
This void is implicit in C++.
|
16 жил өмнө |
Nicolas Geoffray
|
1b10d798d7
In TrimAllocationToSize, if a block is below the minimum allocation size,
|
16 жил өмнө |