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
/
JIT
/
JITDwarfEmitter.cpp
Age
Commit message (
Expand
)
Author
2009-02-15
On 64bit we may have a personality function which requires 64 bits to
Nicolas Geoffray
2008-11-18
Implement support for JIT exceptions on X86_64. Relative offsets are
Nicolas Geoffray
2008-10-03
Unbreak build.
Daniel Dunbar
2008-08-19
Update the JIT exception writer to better mimic the codegen exception writer.
Nicolas Geoffray
2008-08-16
Move SLEB/ULEB size calculation routines from AsmPrinter to TargetAsmInfo. Th...
Anton Korobeynikov
2008-07-01
Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating
Dan Gohman
2008-06-21
Use back() instead of [size()-1].
Dan Gohman
2008-05-13
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
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-18
Enable jitting with a known memory size.
Nicolas Geoffray
2008-02-13
Enable exception handling int JIT
Nicolas Geoffray