index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ExecutionEngine
Age
Commit message (
Expand
)
Author
2008-10-03
Unbreak build.
Daniel Dunbar
2008-10-03
On Darwin ARM, memory needs special handling to do JIT. This patch expands
Jim Grosbach
2008-10-03
Switch the MachineOperand accessors back to the short names like
Dan Gohman
2008-10-03
Acquire the lock only when necessary. More precisely, do not acquire
Nicolas Geoffray
2008-09-30
Add runStaticConstructorsDestructors which runs ctors / dtors of a single mod...
Evan Cheng
2008-09-25
Large mechanical patch.
Devang Patel
2008-09-24
Add DisableGVCompilation which forces the JIT to assert when it tries to allo...
Evan Cheng
2008-09-23
s/ParameterAttributes/Attributes/g
Devang Patel
2008-09-22
Initial support for the CMake build system.
Oscar Fuentes
2008-09-18
Preliminary support for systems which require changing JIT memory regions pri...
Evan Cheng
2008-09-09
Make safer variant of alias resolution routine to be default
Anton Korobeynikov
2008-09-02
MMI may be null.
Evan Cheng
2008-08-28
Add support for JIT exceptions on Darwin. Since we're dealing with libgcc,
Nicolas Geoffray
2008-08-26
Avoid a warning about isTargetNullPtr being unused in release builds.
Dan Gohman
2008-08-20
Get rid of a couple of dynamic_cast.
Evan Cheng
2008-08-19
Update the JIT exception writer to better mimic the codegen exception writer.
Nicolas Geoffray
2008-08-18
Register the frame register function when allocating the JIT,
Nicolas Geoffray
2008-08-16
Move SLEB/ULEB size calculation routines from AsmPrinter to TargetAsmInfo. Th...
Anton Korobeynikov
2008-08-11
Some fixes for x86-64 JIT. Make it use small code
Dale Johannesen
2008-08-08
Fix the LLVMCreateJITCompiler C binding.
Gordon Henriksen
2008-08-08
Add new parameter Fast to createJIT to enable the fast codegen path.
Evan Cheng
2008-08-07
Rewrite JIT handling of GlobalVariables so they
Dale Johannesen
2008-08-05
Use strcpy instead of sprintf here. This avoids a GCC 4.3 format-string
Dan Gohman
2008-08-05
Trim #includes.
Dan Gohman
2008-07-29
Fix for PR2578. Do not split off a block whose size is less than FreeRangeHea...
Evan Cheng
2008-07-08
Add a new hidden option to the interpreter to cause it to print
Chris Lattner
2008-07-07
Use empty() instead of size().
Dan Gohman
2008-07-03
Correct a comment.
Dan Gohman
2008-07-01
Prune a few dependencies on MachineFunction.h.
Dan Gohman
2008-07-01
Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating
Dan Gohman
2008-06-25
Implement JIT support for global aliases, patch by David Chisnall!
Chris Lattner
2008-06-25
Switch the PPC backend and target-independent JIT to use the libsystem
Chris Lattner
2008-06-21
Use back() instead of [size()-1].
Dan Gohman
2008-06-21
Use static_cast instead of reinterpret_cast for casting void*.
Dan Gohman
2008-06-20
Add C binding for ExecutionEngine::addGlobalMapping.
Gordon Henriksen
2008-06-17
Provide generic hooks for icache invalidation. Add PPC implementation.
Anton Korobeynikov
2008-06-17
Don't forget to initialize SymbolSearchingDisabled.
Evan Cheng
2008-06-16
Add a new flag that disables symbol lookup with dlsym when set. This allows
Chris Lattner
2008-05-23
Add #includes to make some dependencies explicit.
Dan Gohman
2008-05-21
Fix a couple issues with the JIT and multiple modules:
Nate Begeman
2008-05-20
Fix ExecutionEngine's constant code to work properly when structs and arrays
Dan Gohman
2008-05-18
Fix a backwards check in the JIT symbol table code
Nate Begeman
2008-05-15
Disable JIT symbol table for now.
Evan Cheng
2008-05-15
Fix a bunch of 80col violations that arose from the Create API change. Tweak ...
Gabor Greif
2008-05-14
Add CommonLinkage; currently tentative definitions
Dale Johannesen
2008-05-13
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-04-25
PR2202: LLVMCreateInterpreter creates a JIT
Gordon Henriksen
2008-04-20
Be pessimistic in computing the buffer size when aligning.
Nicolas Geoffray
2008-04-20
Cosmetic changes, as suggested by Evan. No functionality changes.
Nicolas Geoffray
2008-04-20
Do not hold the JIT lock when materializing a function and verify if the
Nicolas Geoffray
[next]