Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / ExecutionEngine / JIT / JITDwarfEmitter.cpp
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-01 Chandler CarruthRevert the majority of the next patch in the address...
2012-10-15 Micah VillmowResubmit the changes to llvm core to update the functio...
2012-10-11 Micah VillmowRevert 165732 for further review.
2012-10-11 Micah VillmowAdd in the first iteration of support for llvm/clang...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2011-12-07 Evan ChengAdd bundle aware API for querying instruction propertie...
2011-07-18 Evan ChengMove getInitialFrameState from TargetFrameInfo to MCAsm...
2011-03-22 Jim GrosbachTrailing whitespace.
2011-01-10 Anton KorobeynikovRename TargetFrameInfo into TargetFrameLowering. Also...
2010-11-18 Anton KorobeynikovMove getInitialFrameState() to TargetFrameInfo
2010-07-22 Chris Lattnerremove the dwarf sizing stuff which is now dead, it was
2010-04-18 Bill WendlingDon't rely upon the MCSymbol "isDefined" method to...
2010-04-16 Bill WendlingThe JIT calls TidyLandingPads to tidy up the landing...
2010-04-15 Dan GohmanAdd const qualifiers to CodeGen's use of LLVM IR constr...
2010-03-14 Chris Lattnerfix these two get the mcsymbol operand instead of imm...
2010-03-14 Chris LattnerNow that DBG_LABEL is updated, we can finally make...
2010-03-14 Chris Lattnerchange EH related stuff (other than EH_LABEL) to use...
2010-03-09 Chris Lattnerstrength reduce MMI::MappedLabel to MMI::isLabelDeleted,
2010-02-16 Bill WendlingApply patch from llvm.org/bugs/attachment.cgi?id=4136...
2009-12-28 Bill WendlingRemove dead store and simplify code.
2009-12-15 Chris LattnerRemove isPod() from DenseMapInfo, splitting it out...
2009-09-21 Daniel DunbarRegister the MachineModuleInfo for the ARM JIT, and...
2009-09-20 Reid KlecknerImplement the JIT side of the GDB JIT debugging interfa...
2009-09-16 Chris Lattnerremove a dead variable.
2009-09-09 Bill WendlingFix PR4865. This syncs up the JIT's DWARF emitter with...
2009-08-22 Chris LattnerRename TargetAsmInfo (and its subclasses) to MCAsmInfo.
2009-08-21 Reid KlecknerFix a bug where the DWARF emitter in the JIT was not...
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-05-30 Bruno Cardoso LopesFirst patch in the direction of splitting MachineCodeEm...
2009-02-15 Nicolas GeoffrayOn 64bit we may have a personality function which requi...
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