summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp
Commit message (Expand)AuthorAge
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-07
* Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng2011-07-18
* Trailing whitespace.Jim Grosbach2011-03-22
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-10
* Move getInitialFrameState() to TargetFrameInfoAnton Korobeynikov2010-11-18
* remove the dwarf sizing stuff which is now dead, it wasChris Lattner2010-07-22
* Don't rely upon the MCSymbol "isDefined" method to indicate if a label has beenBill Wendling2010-04-18
* The JIT calls TidyLandingPads to tidy up the landing pads. However, because theBill Wendling2010-04-16
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-15
* fix these two get the mcsymbol operand instead of imm operand.Chris Lattner2010-03-14
* Now that DBG_LABEL is updated, we can finally make MachineMove Chris Lattner2010-03-14
* change EH related stuff (other than EH_LABEL) to use MCSymbolChris Lattner2010-03-14
* strength reduce MMI::MappedLabel to MMI::isLabelDeleted,Chris Lattner2010-03-09
* Apply patch from http://llvm.org/bugs/attachment.cgi?id=4136 now that PR5004 isBill Wendling2010-02-16
* Remove dead store and simplify code.Bill Wendling2009-12-28
* Remove isPod() from DenseMapInfo, splitting it out to its ownChris Lattner2009-12-15
* Register the MachineModuleInfo for the ARM JIT, and update JITDwarfEmitter toDaniel Dunbar2009-09-21
* Implement the JIT side of the GDB JIT debugging interface. To enable thisReid Kleckner2009-09-20
* remove a dead variable.Chris Lattner2009-09-16
* Fix PR4865. This syncs up the JIT's DWARF emitter with what's in theBill Wendling2009-09-09
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-22
* Fix a bug where the DWARF emitter in the JIT was not initializing alignmentReid Kleckner2009-08-21
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-14
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-11
* First patch in the direction of splitting MachineCodeEmitter in two subclasses:Bruno Cardoso Lopes2009-05-30
* On 64bit we may have a personality function which requires 64 bits toNicolas Geoffray2009-02-15
* Implement support for JIT exceptions on X86_64. Relative offsets areNicolas Geoffray2008-11-18
* Unbreak build.Daniel Dunbar2008-10-03
* Update the JIT exception writer to better mimic the codegen exception writer.Nicolas Geoffray2008-08-19
* Move SLEB/ULEB size calculation routines from AsmPrinter to TargetAsmInfo. Th...Anton Korobeynikov2008-08-16
* Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminatingDan Gohman2008-07-01
* Use back() instead of [size()-1].Dan Gohman2008-06-21
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-13
* Be pessimistic in computing the buffer size when aligning.Nicolas Geoffray2008-04-20
* Cosmetic changes, as suggested by Evan. No functionality changes.Nicolas Geoffray2008-04-20
* Enable jitting with a known memory size.Nicolas Geoffray2008-04-18
* Enable exception handling int JITNicolas Geoffray2008-02-13