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
*
Add missing file from r128851.
Jim Grosbach
2011-04-04
1
-0
/
+58
*
Layer the memory manager between the JIT and the runtime Dyld.
Jim Grosbach
2011-04-04
3
-18
/
+21
*
Instantiate a JITMemoryManager for MCJIT Dyld
Jim Grosbach
2011-03-29
2
-4
/
+8
*
Runtime dylib simple ARM 24-bit branch relocation support.
Jim Grosbach
2011-03-23
1
-14
/
+49
*
Split out relocation resolution into target-specific bits.
Jim Grosbach
2011-03-23
1
-3
/
+71
*
Fix double-free of Module.
Jim Grosbach
2011-03-23
1
-1
/
+0
*
Start of relocation resolution for the runtime dyld library.
Jim Grosbach
2011-03-23
1
-21
/
+130
*
Make sure to report any errors from the runtime dyld.
Jim Grosbach
2011-03-23
1
-1
/
+2
*
Tidy up.
Jim Grosbach
2011-03-22
1
-2
/
+1
*
Add missing file from previous commit.
Jim Grosbach
2011-03-22
1
-0
/
+161
*
Propogate the error message, not just the error state.
Jim Grosbach
2011-03-22
1
-0
/
+5
*
Add simple arg passing to MC-JIT and support for exit() call.
Jim Grosbach
2011-03-22
3
-4
/
+115
*
Trailing whitespace.
Jim Grosbach
2011-03-22
5
-46
/
+46
*
Fix comment in header.
Eric Christopher
2011-03-22
1
-1
/
+1
*
Hook up the MCJIT to the RuntimeDyld library.
Jim Grosbach
2011-03-22
3
-3
/
+22
*
Initialize HasError.
Jim Grosbach
2011-03-22
1
-0
/
+2
*
Build the new RuntimeDyld library.
Oscar Fuentes
2011-03-21
1
-0
/
+1
*
Library-ize the dyld components of llvm-rtdyld.
Jim Grosbach
2011-03-21
4
-1
/
+346
*
Silence a warning.
Jim Grosbach
2011-03-18
1
-1
/
+1
*
Beginnings of MC-JIT code generation.
Jim Grosbach
2011-03-18
2
-6
/
+47
*
Tidy up. Whitespace and 80 column.
Jim Grosbach
2011-03-16
2
-17
/
+20
*
Trailing whitespae.
Jim Grosbach
2011-03-15
1
-34
/
+34
*
Support unregistering exception frames of functions when they are removed.
Eric Christopher
2011-03-04
2
-6
/
+8
*
Move library stuff out of the toplevel CMakeLists.txt file.
Oscar Fuentes
2011-02-18
1
-0
/
+4
*
Fix libffi usage when it is on a custom path.
Oscar Fuentes
2011-01-28
1
-9
/
+1
*
Use the paths to libffi's header and library even when no custom
Oscar Fuentes
2011-01-27
1
-6
/
+10
*
Handles libffi on the CMake build.
Oscar Fuentes
2011-01-21
1
-0
/
+16
*
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2011-01-10
2
-7
/
+7
*
Remove unneeded zero arrays.
Benjamin Kramer
2010-12-04
1
-4
/
+2
*
Merge System into Support.
Michael J. Spencer
2010-11-29
13
-16
/
+16
*
PR5207: change APInt::doubleToBits() and APInt::floatToBits() to be
Jay Foad
2010-11-28
2
-6
/
+4
*
Move getInitialFrameState() to TargetFrameInfo
Anton Korobeynikov
2010-11-18
2
-1
/
+4
*
MCJIT: Stub out MCJIT implementation, still doesn't do anything useful.
Daniel Dunbar
2010-11-17
6
-1
/
+269
*
lli: Add stub -use-mcjit option, which doesn't currently do anything.
Daniel Dunbar
2010-11-17
1
-1
/
+17
*
JIT: More nitty style tweakage, aka territory marking.
Daniel Dunbar
2010-11-13
1
-192
/
+140
*
Fix some more 80-col violas.
Daniel Dunbar
2010-11-13
1
-4
/
+11
*
Fix 80-col violation / non-sensicalness.
Daniel Dunbar
2010-11-13
1
-3
/
+3
*
Move the remaining attribute macros to systematic names based on the attribute
Chandler Carruth
2010-10-23
1
-1
/
+1
*
Fix the cleanup process of exception information in JIT. Now JIT
Duncan Sands
2010-10-21
2
-3
/
+19
*
Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."
Michael J. Spencer
2010-09-13
3
-17
/
+0
*
CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.
Michael J. Spencer
2010-09-10
3
-0
/
+17
*
Fix a comment.
NAKAMURA Takumi
2010-08-30
1
-1
/
+1
*
EE/JIT: Do not invoke parent's ctors/dtors from main()! (PR3897)
NAKAMURA Takumi
2010-08-30
1
-0
/
+12
*
remove some dead code.
Chris Lattner
2010-08-23
1
-246
/
+0
*
When creating a JIT, try to load the program so that we can resolve symbols
Nick Lewycky
2010-08-17
1
-0
/
+3
*
Stop the JIT from refusing to work just because the program it was compiled into
Nick Lewycky
2010-08-09
1
-5
/
+0
*
Don't call __register_frame from the JIT on systems that use setjmp/longjmp
Bob Wilson
2010-07-26
1
-2
/
+2
*
remove the dwarf sizing stuff which is now dead, it was
Chris Lattner
2010-07-22
2
-456
/
+0
*
remove the JIT "NeedsExactSize" feature and supporting logic.
Chris Lattner
2010-07-22
1
-58
/
+3
*
Fix indentation.
Duncan Sands
2010-07-19
1
-1
/
+1
[next]