aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Alpha/AlphaJITInfo.cpp
AgeCommit message (Expand)Author
2010-11-14remove JIT support from the Alpha backend. The JIT will be moving to MC, Chris Lattner
2010-04-30Fix a typo.Dan Gohman
2009-12-15Change indirect-globals to use a dedicated allocIndirectGV. This lets usJeffrey Yasskin
2009-11-23* Move stub allocation inside the JITEmitter, instead of exposing aJeffrey Yasskin
2009-11-23Allow more than one stub to be being generated at the same time.Jeffrey Yasskin
2009-08-23remove the last uses of Config/alloca.hChris Lattner
2009-08-23eliminate the last DOUTs from the targets.Chris Lattner
2009-07-14llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin
2009-07-11assert(0) -> LLVM_UNREACHABLE.Torok Edwin
2009-07-08Implement changes from Chris's feedback.Torok Edwin
2009-07-08Convert more abort() calls to llvm_report_error().Torok Edwin
2009-06-25Privatize this map.Owen Anderson
2009-05-30First patch in the direction of splitting MachineCodeEmitter in two subclasses:Bruno Cardoso Lopes
2008-11-08Rename startFunctionStub to startGVStub since it's also used for GV non-lazy ...Evan Cheng
2008-04-16Correlate stubs with functions in JIT: when emitting a stub, the JIT tells th...Nicolas Geoffray
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2006-12-07What should be the last unnecessary <iostream>s in the library.Bill Wendling
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-02Fix a purely hypothetical problem (for now): emitWord emits in the hostChris Lattner
2006-01-01Remove a 'using namespace std'.Chris Lattner
2005-08-04No, IDEFs shouldn't be JITedAndrew Lenharth
2005-07-30Keep tabs and trailing spaces out.Jeff Cohen
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-22finally found the gcc defined constantsAndrew Lenharth
2005-07-22Alpha JIT (beta)Andrew Lenharth