index
:
~gabbayo/llvm
base
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ExecutionEngine
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-19
move getNameWithPrefix and getSymbol to TargetMachine.
Rafael Espindola
1
-1
/
+1
2014-02-19
Add back r201608, r201622, r201624 and r201625
Rafael Espindola
1
-1
/
+2
2014-02-19
Revert r201622 and r201608.
Daniel Jasper
1
-2
/
+1
2014-02-18
Fix PR18743.
Rafael Espindola
1
-1
/
+2
2014-02-18
Consistently check 'IsCode' when allocating sections in RuntimeDyld (via
Lang Hames
2
-2
/
+6
2014-02-18
Rename some member variables from TD to DL.
Rafael Espindola
1
-5
/
+5
2014-02-12
Extend RTDyld API to enable optionally precomputing the total amount of memory
Lang Hames
3
-65
/
+205
2014-02-11
[AArch64] Add missing PCRel relocations for AArch64 in RuntimeDyldELF
Bradley Smith
1
-0
/
+42
2014-02-11
In RuntimeDyldImpl::emitSection, make Allocate (section size to be allocated) a
Lang Hames
1
-1
/
+1
2014-02-10
Change the begin and end methods in ObjectFile to match the style guide.
Rafael Espindola
3
-12
/
+12
2014-01-31
Simplify getSymbolFlags.
Rafael Espindola
1
-2
/
+1
2014-01-30
Simplify the handling of iterators in ObjectFile.
Rafael Espindola
2
-23
/
+14
2014-01-29
Add support for PC-relative non-extern relocations to RuntimeDyldMachO.
Lang Hames
1
-0
/
+2
2014-01-29
Enable EHABI by default
Renato Golin
1
-0
/
+3
2014-01-24
Fix known typos
Alp Toker
4
-10
/
+10
2014-01-23
Add target analysis passes to the codegen pipeline for MCJIT.
Juergen Ributzka
3
-0
/
+15
2014-01-22
Change createObjectFile to return an ErrorOr.
Rafael Espindola
1
-1
/
+2
2014-01-21
Rename these methods to match the style guide.
Rafael Espindola
1
-1
/
+1
2014-01-16
Attempt to fix the MSVC build.
Rafael Espindola
1
-0
/
+2
2014-01-16
Prevent calls to __jit_debug_register_code from being optimized out.
Rafael Espindola
1
-1
/
+5
2014-01-14
Return an error_code from materializeAllPermanently.
Rafael Espindola
1
-1
/
+4
2014-01-14
Decouple dllexport/dllimport from linkage
Nico Rieck
1
-3
/
+1
2014-01-14
Revert "Decouple dllexport/dllimport from linkage"
Nico Rieck
1
-1
/
+3
2014-01-14
Decouple dllexport/dllimport from linkage
Nico Rieck
1
-3
/
+1
2014-01-13
Re-sort #include lines again, prior to moving headers around.
Chandler Carruth
1
-1
/
+1
2014-01-08
Re-apply r196639: Add support for archives and object file caching under MCJIT.
Lang Hames
9
-10
/
+149
2014-01-07
Move the llvm mangler to lib/IR.
Rafael Espindola
1
-1
/
+1
2014-01-07
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
5
-7
/
+6
2014-01-03
Make the llvm mangler depend only on DataLayout.
Rafael Espindola
1
-2
/
+2
2013-12-17
There are no __register_frame and __deregister_frame functions
Yaron Keren
1
-1
/
+1
2013-12-11
Prune redundant dependencies in LLVMBuild.txt.
NAKAMURA Takumi
4
-4
/
+4
2013-12-07
Whitespace cleanups.
NAKAMURA Takumi
6
-15
/
+13
2013-12-07
Revert r196639 while I investigate a bot failure.
Lang Hames
9
-149
/
+10
2013-12-07
Add support for archives and object file caching under MCJIT.
Lang Hames
9
-10
/
+149
2013-12-05
Remove the isImplicitlyPrivate argument of getNameWithPrefix.
Rafael Espindola
1
-1
/
+1
2013-11-28
Use the mangler consistently instead of using getGlobalPrefix directly.
Rafael Espindola
1
-11
/
+9
2013-11-19
[mips] Resolve relocation for the stubs in MCJIT when load address is known
Petar Jovanovic
1
-5
/
+4
2013-11-19
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
4
-0
/
+14
2013-11-18
Revert r194865 and r194874.
Alexey Samsonov
4
-12
/
+0
2013-11-15
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
4
-0
/
+12
2013-11-15
Fix a problem in MCJIT identifying the module containing a global variable.
Andrew Kaylor
1
-2
/
+2
2013-11-15
Path: Recognize COFF import library file magic.
Rui Ueyama
1
-0
/
+1
2013-11-15
Resolve JIT runtime linking problems on Android.
Andrew Kaylor
2
-3
/
+84
2013-11-15
Don't try to initialize memory for a global if the allocation failed in Execu...
Andrew Kaylor
1
-0
/
+4
2013-11-15
Correct spelling.
Yaron Keren
1
-1
/
+1
2013-11-11
Fixing a problem with iterator validity in RuntimeDyldImpl::resolveExternalSy...
Andrew Kaylor
1
-2
/
+12
2013-10-25
The FIXME was indeed fixed in the linker, comment removed.
Yaron Keren
1
-4
/
+0
2013-10-24
Replaced non-ASCII character.
Yaron Keren
1
-1
/
+1
2013-10-24
Revert part of r193291, restoring the deletion of loaded objects.
Chandler Carruth
1
-0
/
+9
2013-10-24
Optimizing MCJIT module state tracking
Andrew Kaylor
2
-122
/
+209
[next]