Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | What should be the last unnecessary <iostream>s in the library. | Bill Wendling | 2006-12-07 | 1 | -19/+18 |
| | | | | llvm-svn: 32333 | ||||
* | Resolve BB references with relocation. | Evan Cheng | 2006-07-27 | 1 | -16/+0 |
| | | | | llvm-svn: 29351 | ||||
* | - Refactor the code that resolve basic block references to a TargetJITInfo | Evan Cheng | 2006-07-25 | 1 | -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 host | Chris Lattner | 2006-05-02 | 1 | -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 Lattner | 2006-01-01 | 1 | -5/+4 |
| | | | | llvm-svn: 25059 | ||||
* | No, IDEFs shouldn't be JITed | Andrew Lenharth | 2005-08-04 | 1 | -1/+1 |
| | | | | llvm-svn: 22648 | ||||
* | Keep tabs and trailing spaces out. | Jeff Cohen | 2005-07-30 | 1 | -2/+2 |
| | | | | llvm-svn: 22565 | ||||
* | support bsr, and more .td simplification | Andrew Lenharth | 2005-07-28 | 1 | -3/+13 |
| | | | | llvm-svn: 22543 | ||||
* | get lazy JITing working. Some of shootout runs now | Andrew Lenharth | 2005-07-28 | 1 | -69/+93 |
| | | | | llvm-svn: 22538 | ||||
* | Eliminate all remaining tabs and trailing spaces. | Jeff Cohen | 2005-07-27 | 1 | -2/+2 |
| | | | | llvm-svn: 22523 | ||||
* | finally found the gcc defined constants | Andrew Lenharth | 2005-07-22 | 1 | -1/+1 |
| | | | | llvm-svn: 22502 | ||||
* | Alpha JIT (beta) | Andrew Lenharth | 2005-07-22 | 1 | -0/+273 |
llvm-svn: 22500 |