Implement changes from Chris's feedback.
[oota-llvm.git] / lib / Target / Alpha / AlphaCodeEmitter.cpp
2009-07-08 Torok EdwinImplement changes from Chris's feedback.
2009-07-08 Torok EdwinConvert more abort() calls to llvm_report_error().
2009-07-06 Bruno Cardoso LopesAdd the Object Code Emitter class. Original patch by...
2009-06-01 Bruno Cardoso LopesFix new CodeEmitter stuff to follow LLVM codying style...
2009-05-30 Bruno Cardoso LopesFirst patch in the direction of splitting MachineCodeEm...
2008-10-03 Dan GohmanSwitch the MachineOperand accessors back to the short...
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-09-02 Evan ChengChange getBinaryCodeForInstr prototype. First operand...
2008-03-17 Evan ChengUnbreak JIT. Ignore TargetInstrInfo::IMPLICIT_DEF.
2008-03-15 Evan ChengReplace all target specific implicit def instructions...
2008-01-03 Evan ChengChange MachineRelocation::DoesntNeedFnStub to NeedStub...
2007-12-30 Chris LattnerAdd new shorter predicates for testing machine operands...
2007-12-30 Chris LattnerUse MachineOperand::getImm instead of MachineOperand...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2006-12-19 Chris Lattnereliminate static ctors for Statistic objects.
2006-12-07 Bill WendlingWhat should be the last unnecessary <iostream>s in...
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-11-02 Reid SpencerFor PR786:
2006-07-27 Evan ChengResolve BB references with relocation.
2006-07-25 Evan Cheng- Refactor the code that resolve basic block references...
2006-05-03 Chris LattnerChange from using MachineRelocation ctors to using...
2006-05-03 Chris LattnerSuck block address tracking out of targets into the...
2006-05-03 Chris LattnerKeep the alpha JIT similar to the PPC/X86 jits
2006-05-02 Chris LattnerSeveral related changes:
2006-05-02 Chris LattnerFix a purely hypothetical problem (for now): emitWord...
2006-05-02 Chris LattnerRefactor the machine code emitter interface to pull...
2006-01-22 Chris LattnerAdd explicit #includes of <iostream>
2005-11-22 Andrew Lenharthmassive DAGISel patch. lots and lots more stuff compil...
2005-11-16 Andrew Lenharthwho would have thought you would want to write into...
2005-08-04 Andrew LenharthNo, IDEFs shouldn't be JITed
2005-07-28 Andrew Lenharthsupport bsr, and more .td simplification
2005-07-28 Andrew Lenharthget lazy JITing working. Some of shootout runs now
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-07-27 Chris Lattnerfix some warnings when compiled with 32-bit hosts
2005-07-22 Andrew LenharthAlpha JIT (beta)