aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Alpha/AlphaJITInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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