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