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
*
Support for allocation of TLS variables in the JIT. Allocation of a global
Nicolas Geoffray
2008-10-25
3
-13
/
+41
*
CMake: Turned some libraries into partially linked objects. Corrected
Oscar Fuentes
2008-10-22
1
-1
/
+1
*
fix a tricky bug in the JIT global variable emitter, that was triggered when ...
Nuno Lopes
2008-10-21
2
-6
/
+40
*
little optimization: reuse getPointerToGlobalIfAvailable(CGV) value in emitGl...
Nuno Lopes
2008-10-14
1
-1
/
+1
*
Revert r57340 move guard mutex in getPointerToFunction as this can cause
Mon P Wang
2008-10-10
1
-2
/
+2
*
Moved guard mutex upwards to guard materializing a function
Mon P Wang
2008-10-10
1
-3
/
+3
*
Add a "loses information" return value to APFloat::convert
Dale Johannesen
2008-10-09
1
-1
/
+2
*
Rename APFloat::convertToAPInt to bitcastToAPInt to
Dale Johannesen
2008-10-09
1
-8
/
+8
*
Add <cstdio> include where needed by gcc-4.4.
Duncan Sands
2008-10-08
2
-0
/
+2
*
Unbreak build.
Daniel Dunbar
2008-10-03
1
-18
/
+18
*
On Darwin ARM, memory needs special handling to do JIT. This patch expands
Jim Grosbach
2008-10-03
2
-1
/
+26
*
Switch the MachineOperand accessors back to the short names like
Dan Gohman
2008-10-03
1
-1
/
+1
*
Acquire the lock only when necessary. More precisely, do not acquire
Nicolas Geoffray
2008-10-03
1
-10
/
+22
*
Add runStaticConstructorsDestructors which runs ctors / dtors of a single mod...
Evan Cheng
2008-09-30
1
-32
/
+40
*
Large mechanical patch.
Devang Patel
2008-09-25
1
-2
/
+2
*
Add DisableGVCompilation which forces the JIT to assert when it tries to allo...
Evan Cheng
2008-09-24
2
-0
/
+5
*
s/ParameterAttributes/Attributes/g
Devang Patel
2008-09-23
1
-1
/
+0
*
Initial support for the CMake build system.
Oscar Fuentes
2008-09-22
3
-0
/
+20
*
Preliminary support for systems which require changing JIT memory regions pri...
Evan Cheng
2008-09-18
3
-1
/
+9
*
Make safer variant of alias resolution routine to be default
Anton Korobeynikov
2008-09-09
1
-1
/
+1
*
MMI may be null.
Evan Cheng
2008-09-02
1
-1
/
+3
*
Add support for JIT exceptions on Darwin. Since we're dealing with libgcc,
Nicolas Geoffray
2008-08-28
1
-2
/
+135
*
Avoid a warning about isTargetNullPtr being unused in release builds.
Dan Gohman
2008-08-26
1
-0
/
+2
*
Get rid of a couple of dynamic_cast.
Evan Cheng
2008-08-20
1
-4
/
+10
*
Update the JIT exception writer to better mimic the codegen exception writer.
Nicolas Geoffray
2008-08-19
1
-11
/
+10
*
Register the frame register function when allocating the JIT,
Nicolas Geoffray
2008-08-18
1
-5
/
+5
*
Move SLEB/ULEB size calculation routines from AsmPrinter to TargetAsmInfo. Th...
Anton Korobeynikov
2008-08-16
1
-40
/
+39
*
Some fixes for x86-64 JIT. Make it use small code
Dale Johannesen
2008-08-11
1
-0
/
+13
*
Fix the LLVMCreateJITCompiler C binding.
Gordon Henriksen
2008-08-08
1
-3
/
+3
*
Add new parameter Fast to createJIT to enable the fast codegen path.
Evan Cheng
2008-08-08
7
-17
/
+24
*
Rewrite JIT handling of GlobalVariables so they
Dale Johannesen
2008-08-07
4
-23
/
+179
*
Use strcpy instead of sprintf here. This avoids a GCC 4.3 format-string
Dan Gohman
2008-08-05
1
-1
/
+1
*
Trim #includes.
Dan Gohman
2008-08-05
1
-1
/
+0
*
Fix for PR2578. Do not split off a block whose size is less than FreeRangeHea...
Evan Cheng
2008-07-29
1
-0
/
+3
*
Add a new hidden option to the interpreter to cause it to print
Chris Lattner
2008-07-08
1
-0
/
+8
*
Use empty() instead of size().
Dan Gohman
2008-07-07
1
-1
/
+1
*
Correct a comment.
Dan Gohman
2008-07-03
1
-1
/
+1
*
Prune a few dependencies on MachineFunction.h.
Dan Gohman
2008-07-01
1
-1
/
+0
*
Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating
Dan Gohman
2008-07-01
1
-2
/
+2
*
Implement JIT support for global aliases, patch by David Chisnall!
Chris Lattner
2008-06-25
1
-0
/
+2
*
Switch the PPC backend and target-independent JIT to use the libsystem
Chris Lattner
2008-06-25
1
-1
/
+2
*
Use back() instead of [size()-1].
Dan Gohman
2008-06-21
1
-2
/
+2
*
Use static_cast instead of reinterpret_cast for casting void*.
Dan Gohman
2008-06-21
1
-1
/
+1
*
Add C binding for ExecutionEngine::addGlobalMapping.
Gordon Henriksen
2008-06-20
1
-0
/
+5
*
Provide generic hooks for icache invalidation. Add PPC implementation.
Anton Korobeynikov
2008-06-17
1
-15
/
+1
*
Don't forget to initialize SymbolSearchingDisabled.
Evan Cheng
2008-06-17
1
-0
/
+1
*
Add a new flag that disables symbol lookup with dlsym when set. This allows
Chris Lattner
2008-06-16
1
-33
/
+35
*
Add #includes to make some dependencies explicit.
Dan Gohman
2008-05-23
2
-0
/
+2
*
Fix a couple issues with the JIT and multiple modules:
Nate Begeman
2008-05-21
3
-8
/
+75
*
Fix ExecutionEngine's constant code to work properly when structs and arrays
Dan Gohman
2008-05-20
1
-17
/
+8
[next]