summaryrefslogtreecommitdiff
path: root/lib/Target/Alpha/AlphaJITInfo.cpp
Commit message (Expand)AuthorAge
* remove JIT support from the Alpha backend. The JIT will be moving to MC, Chris Lattner2010-11-14
* Fix a typo.Dan Gohman2010-04-30
* Change indirect-globals to use a dedicated allocIndirectGV. This lets usJeffrey Yasskin2009-12-15
* * Move stub allocation inside the JITEmitter, instead of exposing aJeffrey Yasskin2009-11-23
* Allow more than one stub to be being generated at the same time.Jeffrey Yasskin2009-11-23
* remove the last uses of Config/alloca.hChris Lattner2009-08-23
* eliminate the last DOUTs from the targets.Chris Lattner2009-08-23
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-14
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-11
* Implement changes from Chris's feedback.Torok Edwin2009-07-08
* Convert more abort() calls to llvm_report_error().Torok Edwin2009-07-08
* Privatize this map.Owen Anderson2009-06-25
* First patch in the direction of splitting MachineCodeEmitter in two subclasses:Bruno Cardoso Lopes2009-05-30
* Rename startFunctionStub to startGVStub since it's also used for GV non-lazy ...Evan Cheng2008-11-08
* Correlate stubs with functions in JIT: when emitting a stub, the JIT tells th...Nicolas Geoffray2008-04-16
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* What should be the last unnecessary <iostream>s in the library.Bill Wendling2006-12-07
* Resolve BB references with relocation.Evan Cheng2006-07-27
* - Refactor the code that resolve basic block references to a TargetJITInfoEvan Cheng2006-07-25
* Fix a purely hypothetical problem (for now): emitWord emits in the hostChris Lattner2006-05-02
* Remove a 'using namespace std'.Chris Lattner2006-01-01
* No, IDEFs shouldn't be JITedAndrew Lenharth2005-08-04
* Keep tabs and trailing spaces out.Jeff Cohen2005-07-30
* support bsr, and more .td simplificationAndrew Lenharth2005-07-28
* get lazy JITing working. Some of shootout runs nowAndrew Lenharth2005-07-28
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-27
* finally found the gcc defined constantsAndrew Lenharth2005-07-22
* Alpha JIT (beta)Andrew Lenharth2005-07-22