Make JIT::runFunction handle functions with non-C calling conventions.
[oota-llvm.git] / lib / ExecutionEngine / JIT / JITDwarfEmitter.cpp
2008-11-18 Nicolas GeoffrayImplement support for JIT exceptions on X86_64. Relativ...
2008-10-03 Daniel DunbarUnbreak build.
2008-08-19 Nicolas GeoffrayUpdate the JIT exception writer to better mimic the...
2008-08-16 Anton KorobeynikovMove SLEB/ULEB size calculation routines from AsmPrinte...
2008-07-01 Dan GohmanSplit ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL...
2008-06-21 Dan GohmanUse back() instead of [size()-1].
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2008-04-20 Nicolas GeoffrayBe pessimistic in computing the buffer size when aligning.
2008-04-20 Nicolas GeoffrayCosmetic changes, as suggested by Evan. No functionalit...
2008-04-18 Nicolas GeoffrayEnable jitting with a known memory size.
2008-02-13 Nicolas GeoffrayEnable exception handling int JIT