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
/
JIT
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adjust VStudio files to add JITMemoryManager files + include <cassert> from s...
Chuck Rose III
2007-12-06
1
-0
/
+1
*
add a new ExecutionEngine::createJIT which can be used if you only want
Chris Lattner
2007-12-06
3
-8
/
+33
*
simplify creation of the interpreter, make ExecutionEngine ctor protected,
Chris Lattner
2007-12-06
3
-6
/
+6
*
split the JIT memory management code out from the main JIT logic into its
Chris Lattner
2007-12-05
2
-411
/
+454
*
for consistency, allow a fallthrough if the final check returns null.
Chris Lattner
2007-11-28
1
-1
/
+2
*
Make this actually work on systems that support ppc long double.
Chris Lattner
2007-11-27
1
-3
/
+8
*
Unbreak all of the darwin/ppc32 JIT failures having to do
Chris Lattner
2007-11-27
1
-0
/
+10
*
Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.
Duncan Sands
2007-11-01
2
-2
/
+2
*
add a mechanism for the JIT to invoke a function to lazily create functions a...
Chris Lattner
2007-10-22
1
-0
/
+5
*
llvm-gcc3 is dead, along with it __main.
Chris Lattner
2007-10-22
1
-12
/
+0
*
Switching TargetMachineRegistry to use the new generic Registry.
Gordon Henriksen
2007-10-17
1
-2
/
+3
*
Implement x86 long double in jit (not really
Dale Johannesen
2007-09-17
1
-1
/
+10
*
Next round of APFloat changes.
Dale Johannesen
2007-09-06
1
-2
/
+4
*
move assertion into mutex guard, a partial fix for PR1606.
Chris Lattner
2007-08-13
1
-1
/
+1
*
eliminate redundant conditions from the signless types conversion.
Chris Lattner
2007-08-08
1
-7
/
+4
*
New CallInst interface to address GLIBCXX_DEBUG errors caused by
David Greene
2007-08-01
1
-1
/
+1
*
Add detection of __dso_handle presence during configure. Use this information...
Anton Korobeynikov
2007-07-30
1
-15
/
+20
*
Hush a noisy warning from GCC 4.2 about overflow during conversion by using
Reid Spencer
2007-07-19
1
-2
/
+2
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
6
-0
/
+1802