aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Trailing whitespace.Jim Grosbach2011-03-221-23/+23
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-101-5/+5
* Move getInitialFrameState() to TargetFrameInfoAnton Korobeynikov2010-11-181-1/+2
* remove the dwarf sizing stuff which is now dead, it wasChris Lattner2010-07-221-440/+0
* Don't rely upon the MCSymbol "isDefined" method to indicate if a label has beenBill Wendling2010-04-181-2/+2
* The JIT calls TidyLandingPads to tidy up the landing pads. However, because theBill Wendling2010-04-161-2/+2
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-151-5/+5
* fix these two get the mcsymbol operand instead of imm operand.Chris Lattner2010-03-141-5/+2
* Now that DBG_LABEL is updated, we can finally make MachineMove Chris Lattner2010-03-141-12/+8
* change EH related stuff (other than EH_LABEL) to use MCSymbolChris Lattner2010-03-141-31/+25
* strength reduce MMI::MappedLabel to MMI::isLabelDeleted,Chris Lattner2010-03-091-6/+4
* Apply patch from http://llvm.org/bugs/attachment.cgi?id=4136 now that PR5004 isBill Wendling2010-02-161-1/+5
* Remove dead store and simplify code.Bill Wendling2009-12-281-5/+4
* 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