aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement support for JIT exceptions on X86_64. Relative offsets areNicolas Geoffray2008-11-181-61/+27
* Unbreak build.Daniel Dunbar2008-10-031-18/+18
* Update the JIT exception writer to better mimic the codegen exception writer.Nicolas Geoffray2008-08-191-11/+10
* Move SLEB/ULEB size calculation routines from AsmPrinter to TargetAsmInfo. Th...asl2008-08-161-40/+39
* Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminatingDan Gohman2008-07-011-2/+2
* Use back() instead of [size()-1].Dan Gohman2008-06-211-2/+2
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-131-0/+4
* Be pessimistic in computing the buffer size when aligning.Nicolas Geoffray2008-04-201-1/+2
* Cosmetic changes, as suggested by Evan. No functionality changes.Nicolas Geoffray2008-04-201-85/+61
* Enable jitting with a known memory size.Nicolas Geoffray2008-04-181-0/+469
* Enable exception handling int JITNicolas Geoffray2008-02-131-0/+636