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
/
include
/
llvm
/
CodeGen
/
MachineCodeEmitter.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix MachineCodeEmitter to use uintptr_t instead of intptr_t. This avoids some...
Evan Cheng
2008-12-10
1
-24
/
+29
*
Implement support for JIT exceptions on X86_64. Relative offsets are
Nicolas Geoffray
2008-11-18
1
-3
/
+10
*
Rename startFunctionStub to startGVStub since it's also used for GV non-lazy ...
Evan Cheng
2008-11-08
1
-10
/
+7
*
Fix constant-offset emission for x86-64 absolute addresses. This
Dan Gohman
2008-10-24
1
-0
/
+36
*
fix a tricky bug in the JIT global variable emitter, that was triggered when ...
Nuno Lopes
2008-10-21
1
-1
/
+1
*
Prune and tidy #includes.
Dan Gohman
2008-05-29
1
-1
/
+0
*
Fix more -Wshorten-64-to-32 warnings.
Evan Cheng
2008-05-05
1
-1
/
+2
*
Correlate stubs with functions in JIT: when emitting a stub, the JIT tells th...
Nicolas Geoffray
2008-04-16
1
-2
/
+3
*
Enable exception handling int JIT
Nicolas Geoffray
2008-02-13
1
-0
/
+76
*
X86 JIT PIC jumptable support.
Evan Cheng
2008-01-05
1
-0
/
+1
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+200