aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp
AgeCommit message (Expand)Author
2009-02-15On 64bit we may have a personality function which requires 64 bits toNicolas Geoffray
2008-11-18Implement support for JIT exceptions on X86_64. Relative offsets areNicolas Geoffray
2008-10-03Unbreak build.Daniel Dunbar
2008-08-19Update the JIT exception writer to better mimic the codegen exception writer.Nicolas Geoffray
2008-08-16Move SLEB/ULEB size calculation routines from AsmPrinter to TargetAsmInfo. Th...Anton Korobeynikov
2008-07-01Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminatingDan Gohman
2008-06-21Use back() instead of [size()-1].Dan Gohman
2008-05-13Clean up the use of static and anonymous namespaces. This turned upDan Gohman
2008-04-20Be pessimistic in computing the buffer size when aligning.Nicolas Geoffray
2008-04-20Cosmetic changes, as suggested by Evan. No functionality changes.Nicolas Geoffray
2008-04-18Enable jitting with a known memory size.Nicolas Geoffray
2008-02-13Enable exception handling int JITNicolas Geoffray