index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
ExecutionEngine
/
JIT
Commit message (
Expand
)
Author
Age
Files
Lines
*
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 <cstdio> include where needed by gcc-4.4.
Duncan Sands
2008-10-08
1
-0
/
+1
*
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 DisableGVCompilation which forces the JIT to assert when it tries to allo...
Evan Cheng
2008-09-24
1
-0
/
+4
*
Initial support for the CMake build system.
Oscar Fuentes
2008-09-22
1
-0
/
+11
*
Preliminary support for systems which require changing JIT memory regions pri...
Evan Cheng
2008-09-18
2
-0
/
+7
*
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
*
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
*
Add new parameter Fast to createJIT to enable the fast codegen path.
Evan Cheng
2008-08-08
3
-10
/
+12
*
Rewrite JIT handling of GlobalVariables so they
Dale Johannesen
2008-08-07
3
-23
/
+177
*
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
*
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
*
Provide generic hooks for icache invalidation. Add PPC implementation.
Anton Korobeynikov
2008-06-17
1
-15
/
+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
2
-8
/
+58
*
Fix a backwards check in the JIT symbol table code
Nate Begeman
2008-05-18
1
-1
/
+1
*
Disable JIT symbol table for now.
Evan Cheng
2008-05-15
1
-1
/
+1
*
Fix a bunch of 80col violations that arose from the Create API change. Tweak ...
Gabor Greif
2008-05-15
1
-3
/
+4
*
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-05-13
2
-0
/
+8
*
Be pessimistic in computing the buffer size when aligning.
Nicolas Geoffray
2008-04-20
2
-7
/
+11
*
Cosmetic changes, as suggested by Evan. No functionality changes.
Nicolas Geoffray
2008-04-20
3
-102
/
+79
*
Do not hold the JIT lock when materializing a function and verify if the
Nicolas Geoffray
2008-04-20
1
-1
/
+6
*
Switch to using Simplified ConstantFP::get API.
Chris Lattner
2008-04-20
1
-10
/
+14
*
Enable jitting with a known memory size.
Nicolas Geoffray
2008-04-18
3
-5
/
+552
*
Correlate stubs with functions in JIT: when emitting a stub, the JIT tells th...
Nicolas Geoffray
2008-04-16
2
-10
/
+15
*
Fix some serious logic errors that broke the jit on darwin/x86-64.
Chris Lattner
2008-04-13
1
-3
/
+3
*
Add debugging code.
Evan Cheng
2008-04-12
1
-3
/
+7
*
Reenable JIT symbol table.
Chris Lattner
2008-04-11
1
-1
/
+1
*
API changes for class Use size reduction, wave 1.
Gabor Greif
2008-04-06
1
-6
/
+6
*
disable this for now.
Chris Lattner
2008-04-05
1
-1
/
+1
*
Provide an initial cut at exposing JIT compiled symbols to performance
Chris Lattner
2008-04-04
1
-1
/
+139
[next]