Accept Twine's to AsmPrinter::getTempSymbol (refactoring for an incoming change)
[oota-llvm.git] / include / llvm / CodeGen / JITCodeEmitter.h
2014-03-07 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2013-02-09 Jakub StaszakSimplify code.
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-13 Jay FoadLike the coding standards say, do not use "using namesp...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-04-18 Bill WendlingAdd a "PadTo" field to the emitULEB128Bytes method...
2010-04-16 Bill WendlingThe JIT calls TidyLandingPads to tidy up the landing...
2010-03-14 Chris Lattnerchange EH related stuff (other than EH_LABEL) to use...
2010-02-10 Dan GohmanFix several comments which had previously been "the...
2010-02-10 Dan GohmanFix "the the" and similar typos.
2009-12-15 Jeffrey YasskinChange indirect-globals to use a dedicated allocIndirec...
2009-11-23 Jeffrey YasskinAllow more than one stub to be being generated at the...
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-08-21 Reid KlecknerFix a bug where the DWARF emitter in the JIT was not...
2009-08-05 Bruno Cardoso Lopes1) Proper emit displacements for x86, using absolute...
2009-07-16 Dan GohmanTidy up #includes.
2009-07-08 Jeffrey YasskinAdd an option to allocate JITed global data separately...
2009-06-12 Bruno Cardoso LopesType change cleanup on JCE and MCE. Patch by Aaron...
2009-06-04 Bruno Cardoso LopesUse uint8_t and int32_t in {JIT,Machine}CodeEmiters
2009-06-03 Bruno Cardoso LopesRevert 72650
2009-05-30 Bruno Cardoso LopesUse uint8_t and int32_t in {JIT,Machine}CodeEmiters
2009-05-30 Bruno Cardoso LopesFirst patch in the direction of splitting MachineCodeEm...