summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove isPod() from DenseMapInfo, splitting it out to its ownChris Lattner2009-12-151-1/+0
* Register the MachineModuleInfo for the ARM JIT, and update JITDwarfEmitter toDaniel Dunbar2009-09-211-1/+5
* Implement the JIT side of the GDB JIT debugging interface. To enable thisReid Kleckner2009-09-201-2/+2
* remove a dead variable.Chris Lattner2009-09-161-2/+0
* Fix PR4865. This syncs up the JIT's DWARF emitter with what's in theBill Wendling2009-09-091-20/+21
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-41/+41
* Fix a bug where the DWARF emitter in the JIT was not initializing alignmentReid Kleckner2009-08-211-28/+18
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-141-4/+4
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-111-4/+5
* First patch in the direction of splitting MachineCodeEmitter in two subclasses:Bruno Cardoso Lopes2009-05-301-87/+87
* On 64bit we may have a personality function which requires 64 bits toNicolas Geoffray2009-02-151-7/+13
* 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...Anton Korobeynikov2008-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
OpenPOWER on IntegriCloud