Resolve BB references with relocation.
[oota-llvm.git] / lib / Target / Alpha / AlphaCodeEmitter.cpp
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)