index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
ExecutionEngine
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge with LLVM upstream r155090.
Shih-wei Liao
2012-04-24
18
-605
/
+890
|
\
|
*
Fix incorrect call of resolveRelocation() for ARM ELF stub relocations.
Danil Malyshev
2012-04-17
1
-2
/
+2
|
*
Add files which were not included by commit 154868.
Preston Gurd
2012-04-16
3
-0
/
+316
|
*
Implement GDB integration for source level debugging of code JITed using
Preston Gurd
2012-04-16
7
-24
/
+226
|
*
This patch improves the MCJIT runtime dynamic loader by adding new handling
Preston Gurd
2012-04-12
4
-59
/
+162
|
*
EngineBuilder::create is expected to take ownership of the TargetMachine pass...
Benjamin Kramer
2012-04-08
1
-3
/
+5
|
*
Removing a file that's no longer being used after the recent refactorings
Eli Bendersky
2012-04-01
1
-388
/
+0
|
*
Re-factored RuntimeDyLd:
Danil Malyshev
2012-03-30
7
-1046
/
+753
|
*
Revert r153694. It was causing failures in the buildbots.
Bill Wendling
2012-03-29
7
-753
/
+1046
|
*
Re-factored RuntimeDyld.
Danil Malyshev
2012-03-29
7
-1046
/
+753
|
*
Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.
Danil Malyshev
2012-03-28
10
-332
/
+208
|
*
Made RuntimeDyldMachO support vanilla i386
Sean Callanan
2012-03-26
2
-0
/
+44
|
*
Make it feasible for clients using EngineBuilder to capture the TargetMachine...
Owen Anderson
2012-03-23
2
-38
/
+42
|
*
Revert a series of commits to MCJIT to get the build working in CMake
Chandler Carruth
2012-03-22
16
-952
/
+1371
*
|
Migrate external/llvm to LLVM-153224-20120321.
Shih-wei Liao
2012-03-24
1
-17
/
+1
*
|
Merge branch 'upstream' into sliao_d
Shih-wei Liao
2012-03-24
30
-1374
/
+1666
|
\
\
|
|
/
|
*
Re-factored RuntimeDyld.
Danil Malyshev
2012-03-21
7
-1044
/
+749
|
*
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153208 91177308-0d34...
Danil Malyshev
2012-03-21
1
-0
/
+5
|
*
Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Wee...
Danil Malyshev
2012-03-21
9
-329
/
+200
|
*
RuntimeDyldMachO has the ability to keep track of
Sean Callanan
2012-03-20
2
-0
/
+49
|
*
Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...
Eli Bendersky
2012-03-13
14
-60
/
+677
|
*
llvm::SwitchInst
Stepan Dyatkovskiy
2012-03-11
1
-1
/
+1
|
*
Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:
Stepan Dyatkovskiy
2012-03-08
1
-5
/
+3
|
*
Improved support in RuntimeDyldMachO for generating
Sean Callanan
2012-03-07
2
-22
/
+69
*
|
Merge with upstream LLVM @152063
Stephen Hines
2012-03-05
1
-1
/
+0
*
|
Merge branch 'upstream' into merge-20120305
Stephen Hines
2012-03-05
25
-732
/
+1491
|
\
\
|
|
/
|
*
Fixed the 32-bit runtime dynamic loader to allocate
Sean Callanan
2012-03-01
1
-1
/
+1
|
*
EE/Interpreter/ExternalFunctions.cpp: Staticize lle_X_() entries. They can be...
NAKAMURA Takumi
2012-02-24
1
-0
/
+8
|
*
EE/Interpreter/ExternalFunctions.cpp: Prune "C" linkage to suppress warnings ...
NAKAMURA Takumi
2012-02-24
1
-22
/
+0
|
*
Remove dead code. Improve llvm_unreachable text. Simplify some control flow.
Ahmed Charles
2012-02-19
2
-2
/
+1
|
*
Using the new external-linkage warning recently added instead of disabling al...
Aaron Ballman
2012-02-14
1
-1
/
+1
|
*
Fixing warning due to the new "UTD return type in extern 'C'".
Aaron Ballman
2012-02-14
1
-2
/
+9
|
*
Remove duplicate code in this header file which seemed to undergo a copy/past...
Ahmed Charles
2012-02-13
1
-96
/
+0
|
*
Fix various issues (or do cleanups) found by enabling certain MSVC warnings.
Ahmed Charles
2012-02-13
1
-1
/
+0
|
*
Expose the ELFObjectFile class directly in the Object/ELF.h header, similarly
Eli Bendersky
2012-02-12
1
-0
/
+388
|
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-07
6
-19
/
+12
|
*
[unwind removal] We no longer have 'unwind' instructions being generated, so
Bill Wendling
2012-02-06
2
-19
/
+0
|
*
Explain to the compiler why TargetAddr is not used uninitialized later.
Duncan Sands
2012-02-05
1
-2
/
+2
|
*
Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which is
Akira Hatanaka
2012-02-03
1
-0
/
+3
|
*
SwitchInst refactoring.
Stepan Dyatkovskiy
2012-02-01
1
-2
/
+2
|
*
add more support for ConstantDataSequential
Chris Lattner
2012-01-24
1
-11
/
+27
|
*
Remove extraneous ';'s.
Bill Wendling
2012-01-23
1
-1
/
+1
|
*
Split the lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h header to smaller...
Eli Bendersky
2012-01-22
6
-135
/
+373
|
*
RuntimeDyld alignment adjustment from MachO file.
Jim Grosbach
2012-01-21
1
-2
/
+4
|
*
Fix inverted condition.
Jim Grosbach
2012-01-20
1
-1
/
+1
|
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
6
-8
/
+0
|
*
Fix MCJIT memory leak of owned TargetMachine.
Jim Grosbach
2012-01-17
1
-0
/
+1
|
*
Tidy up.
Jim Grosbach
2012-01-16
4
-5
/
+5
|
*
ExecutionEngine interface to re-map addresses for engines that support it.
Jim Grosbach
2012-01-16
4
-1
/
+31
|
*
MCJIT handle a few more simple x86 relocations for MachO.
Jim Grosbach
2012-01-16
1
-4
/
+5
[next]