aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp
AgeCommit message (Expand)Author
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-01Revert the majority of the next patch in the address space series:Chandler Carruth
2012-10-15Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow
2012-10-11Revert 165732 for further review.Micah Villmow
2012-10-11Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow
2012-10-08Move TargetData to DataLayout.Micah Villmow
2011-12-07Add bundle aware API for querying instruction properties and switch the codeEvan Cheng
2011-07-18Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng
2011-03-22Trailing whitespace.Jim Grosbach
2011-01-10Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov
2010-11-18Move getInitialFrameState() to TargetFrameInfoAnton Korobeynikov
2010-07-22remove the dwarf sizing stuff which is now dead, it wasChris Lattner
2010-04-18Don't rely upon the MCSymbol "isDefined" method to indicate if a label has beenBill Wendling
2010-04-16The JIT calls TidyLandingPads to tidy up the landing pads. However, because theBill Wendling
2010-04-15Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman
2010-03-14fix these two get the mcsymbol operand instead of imm operand.Chris Lattner
2010-03-14Now that DBG_LABEL is updated, we can finally make MachineMove Chris Lattner
2010-03-14change EH related stuff (other than EH_LABEL) to use MCSymbolChris Lattner
2010-03-09strength reduce MMI::MappedLabel to MMI::isLabelDeleted,Chris Lattner
2010-02-16Apply patch from http://llvm.org/bugs/attachment.cgi?id=4136 now that PR5004 isBill Wendling
2009-12-28Remove dead store and simplify code.Bill Wendling
2009-12-15Remove isPod() from DenseMapInfo, splitting it out to its ownChris Lattner
2009-09-21Register the MachineModuleInfo for the ARM JIT, and update JITDwarfEmitter toDaniel Dunbar
2009-09-20Implement the JIT side of the GDB JIT debugging interface. To enable thisReid Kleckner
2009-09-16remove a dead variable.Chris Lattner
2009-09-09Fix PR4865. This syncs up the JIT's DWARF emitter with what's in theBill Wendling
2009-08-22Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner
2009-08-21Fix a bug where the DWARF emitter in the JIT was not initializing alignmentReid Kleckner
2009-07-14llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin
2009-07-11assert(0) -> LLVM_UNREACHABLE.Torok Edwin
2009-05-30First patch in the direction of splitting MachineCodeEmitter in two subclasses:Bruno Cardoso Lopes
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