aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Alpha/AlphaCodeEmitter.cpp
AgeCommit message (Expand)Author
2008-10-03Switch the MachineOperand accessors back to the short names likeDan Gohman
2008-09-04Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman
2008-09-02Change getBinaryCodeForInstr prototype. First operand MachineInstr& should be...Evan Cheng
2008-03-17Unbreak JIT. Ignore TargetInstrInfo::IMPLICIT_DEF.Evan Cheng
2008-03-15Replace all target specific implicit def instructions with a target independe...Evan Cheng
2008-01-03Change MachineRelocation::DoesntNeedFnStub to NeedStub. This fields will be usedEvan Cheng
2007-12-30Add new shorter predicates for testing machine operands for various types: Chris Lattner
2007-12-30Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis...Chris Lattner
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-05-03Drop 'const'Devang Patel
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel
2006-12-19eliminate static ctors for Statistic objects.Chris Lattner
2006-12-07What should be the last unnecessary <iostream>s in the library.Bill Wendling
2006-12-06Detemplatize the Statistic class. The only type it is instantiated withChris Lattner
2006-11-02For PR786:Reid Spencer
2006-07-27Resolve BB references with relocation.Evan Cheng
2006-07-25- Refactor the code that resolve basic block references to a TargetJITInfoEvan Cheng
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