| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | What should be the last unnecessary <iostream>s in the library. | Bill Wendling | 2006-12-07 | 1 | -1/+0 | |
| | | | | | llvm-svn: 32333 | |||||
| * | wrap long lines | Chris Lattner | 2006-09-28 | 1 | -2/+4 | |
| | | | | | llvm-svn: 30662 | |||||
| * | First pass at supporting relocations. Relocations are written correctly to | Nate Begeman | 2006-09-08 | 1 | -4/+1 | |
| | | | | | | | | the file now, however the relocated address is currently wrong. Fixing that will require some deep pondering. llvm-svn: 30207 | |||||
| * | Make ppc64 jit kinda work right. About 2/3 of Olden passes with this, | Nate Begeman | 2006-08-29 | 1 | -29/+127 | |
| | | | | | | | there are clearly some encoding bugs lurking in there somewhere. llvm-svn: 29949 | |||||
| * | Resolve BB references with relocation. | Evan Cheng | 2006-07-27 | 1 | -23/+8 | |
| | | | | | llvm-svn: 29351 | |||||
| * | synchronizeICache removeed from TargetJITInfo. | Evan Cheng | 2006-07-27 | 1 | -10/+0 | |
| | | | | | llvm-svn: 29348 | |||||
| * | - Refactor the code that resolve basic block references to a TargetJITInfo | Evan Cheng | 2006-07-25 | 1 | -0/+35 | |
| | | | | | | | | | | | 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 | |||||
| * | Implement PPC64 relocations types | Chris Lattner | 2006-07-12 | 1 | -1/+11 | |
| | | | | | llvm-svn: 29125 | |||||
| * | Silence -pedantic warning | Chris Lattner | 2006-06-01 | 1 | -1/+1 | |
| | | | | | llvm-svn: 28633 | |||||
| * | Patches to make the LLVM sources more -pedantic clean. Patch provided | Chris Lattner | 2006-05-24 | 1 | -1/+1 | |
| | | | | | | | by Anton Korobeynikov! This is a step towards closing PR786. llvm-svn: 28447 | |||||
| * | Fix a purely hypothetical problem (for now): emitWord emits in the host | Chris Lattner | 2006-05-02 | 1 | -11/+11 | |
| | | | | | | | | | 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 | |||||
| * | Update the PPC compilation callback code to not need weird abi-violating | Nate Begeman | 2006-05-02 | 1 | -49/+46 | |
| | | | | | | | | prologs and epilogs, keep all the asm in one place, and remove use of compiler builtin functions. llvm-svn: 28049 | |||||
| * | No functionality changes, but cleaner code with correct comments. | Nate Begeman | 2006-04-25 | 1 | -34/+40 | |
| | | | | | llvm-svn: 27966 | |||||
| * | Change the PPC JIT to use a Static relocation model | Nate Begeman | 2006-04-21 | 1 | -12/+1 | |
| | | | | | llvm-svn: 27937 | |||||
| * | More PPC32 -> PPC changes, as well as merging some classes that were | Nate Begeman | 2005-10-16 | 1 | -6/+6 | |
| | | | | | | | redundant after the change. llvm-svn: 23759 | |||||
| * | Rename PPC32*.h to PPC*.h | Chris Lattner | 2005-10-14 | 1 | -0/+243 | |
| This completes the grand PPC file renaming llvm-svn: 23745 | ||||||

