aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Alpha/AlphaCodeEmitter.cpp
AgeCommit message (Expand)Author
2006-05-03Change from using MachineRelocation ctors to using static methodsChris Lattner
2006-05-03Suck block address tracking out of targets into the JIT Emitter. ThisChris Lattner
2006-05-03Keep the alpha JIT similar to the PPC/X86 jitsChris Lattner
2006-05-02Several related changes:Chris Lattner
2006-05-02Fix a purely hypothetical problem (for now): emitWord emits in the hostChris Lattner
2006-05-02Refactor the machine code emitter interface to pull the pointers for the currentChris Lattner
2006-01-22Add explicit #includes of <iostream>Chris Lattner
2005-11-22massive DAGISel patch. lots and lots more stuff compiles nowAndrew Lenharth
2005-11-16who would have thought you would want to write into globals tooAndrew Lenharth
2005-08-04No, IDEFs shouldn't be JITedAndrew Lenharth
2005-07-28support bsr, and more .td simplificationAndrew Lenharth
2005-07-28get lazy JITing working. Some of shootout runs nowAndrew Lenharth
2005-07-27Eliminate all remaining tabs and trailing spaces.Jeff Cohen
2005-07-27fix some warnings when compiled with 32-bit hostsChris Lattner
2005-07-22Alpha JIT (beta)Andrew Lenharth