summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Alpha/AlphaJITInfo.cpp
Commit message (Collapse)AuthorAgeFilesLines
* What should be the last unnecessary <iostream>s in the library.Bill Wendling2006-12-071-19/+18
| | | | llvm-svn: 32333
* Resolve BB references with relocation.Evan Cheng2006-07-271-16/+0
| | | | llvm-svn: 29351
* - Refactor the code that resolve basic block references to a TargetJITInfoEvan Cheng2006-07-251-0/+16
| | | | | | | | | | method. - Added synchronizeICache() to TargetJITInfo. It is called after each block of code is emitted to flush the icache. This ensures correct execution on targets that have separate dcache and icache. - Added PPC / Mac OS X specific code to do icache flushing. llvm-svn: 29276
* Fix a purely hypothetical problem (for now): emitWord emits in the hostChris Lattner2006-05-021-1/+1
| | | | | | | | byte format. This doesn't work when using the code emitter in a cross target environment. Since the code emitter is only really used by the JIT, this isn't a current problem, but if we ever start emitting .o files, it would be. llvm-svn: 28060
* Remove a 'using namespace std'.Chris Lattner2006-01-011-5/+4
| | | | llvm-svn: 25059
* No, IDEFs shouldn't be JITedAndrew Lenharth2005-08-041-1/+1
| | | | llvm-svn: 22648
* Keep tabs and trailing spaces out.Jeff Cohen2005-07-301-2/+2
| | | | llvm-svn: 22565
* support bsr, and more .td simplificationAndrew Lenharth2005-07-281-3/+13
| | | | llvm-svn: 22543
* get lazy JITing working. Some of shootout runs nowAndrew Lenharth2005-07-281-69/+93
| | | | llvm-svn: 22538
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-271-2/+2
| | | | llvm-svn: 22523
* finally found the gcc defined constantsAndrew Lenharth2005-07-221-1/+1
| | | | llvm-svn: 22502
* Alpha JIT (beta)Andrew Lenharth2005-07-221-0/+273
llvm-svn: 22500
OpenPOWER on IntegriCloud