| Commit message (Expand) | Author | Age | Files | Lines |
* | [PowerPC] Add comment explaining preprocessor directive. | Bill Schmidt | 2013-07-28 | 1 | -0/+2 |
* | Revert 187318 | Bill Schmidt | 2013-07-28 | 1 | -1/+1 |
* | [PowerPC] Remove unnecessary preprocessor checking. | Bill Schmidt | 2013-07-28 | 1 | -1/+1 |
* | Revert "[PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc." | Rafael Espindola | 2013-07-26 | 1 | -3/+3 |
* | [PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc. | Bill Schmidt | 2013-07-26 | 1 | -3/+3 |
* | allow tests to run on powerpc-darwin8 again, checking for __ppc__ | David Fang | 2013-07-24 | 1 | -2/+2 |
* | PPCJITInfo.cpp: Tweak r186252 with s/__ppc/__powerpc/ to work on powerpc-linu... | NAKAMURA Takumi | 2013-07-16 | 1 | -2/+2 |
* | Reduce large list of macros to the primary platform macros. Distingiush | Joerg Sonnenberger | 2013-07-13 | 1 | -20/+18 |
* | Make the visibility of LLVMPPCCompilationCallback work with GCC. | Benjamin Kramer | 2013-02-17 | 1 | -1/+1 |
* | Give these callbacks hidden visibility. It is better to not export them more | Rafael Espindola | 2013-02-15 | 1 | -3/+4 |
* | Don't make assumptions about the mangling of static functions in extern "C" | Rafael Espindola | 2013-02-15 | 1 | -7/+7 |
* | Revert r175120 and r175121. Clang is producing the expected asm names again. | Rafael Espindola | 2013-02-14 | 1 | -1/+1 |
* | Don't asume that a static function in an extern "C" block will not be mangled. | Rafael Espindola | 2013-02-14 | 1 | -1/+1 |
* | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -1/+1 |
* | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -1/+1 |
* | Mark .opd @progbits, thus avoiding a warning from asm. | Roman Divacky | 2012-05-09 | 1 | -1/+1 |
* | Make PPCCompilationCallbackC function to be static, so there will be no need ... | Anton Korobeynikov | 2012-04-03 | 1 | -3/+5 |
* | Make PPC64CompilationCallback compilable no non-darwin platforms. | Roman Divacky | 2011-06-15 | 1 | -34/+56 |
* | I swear I did a make clean and make before committing all this... | Michael J. Spencer | 2010-11-29 | 1 | -1/+1 |
* | Teach PPC how to replaceMachineCodeForFunction correctly. (Fixes | Jeffrey Yasskin | 2010-01-14 | 1 | -0/+2 |
* | Change indirect-globals to use a dedicated allocIndirectGV. This lets us | Jeffrey Yasskin | 2009-12-15 | 1 | -1/+0 |
* | * Move stub allocation inside the JITEmitter, instead of exposing a | Jeffrey Yasskin | 2009-11-23 | 1 | -9/+16 |
* | Allow more than one stub to be being generated at the same time. | Jeffrey Yasskin | 2009-11-23 | 1 | -4/+5 |
* | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 2009-07-14 | 1 | -3/+3 |
* | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin | 2009-07-11 | 1 | -1/+1 |
* | Implement changes from Chris's feedback. | Torok Edwin | 2009-07-08 | 1 | -4/+4 |
* | Refactor ABI code in the PowerPC backend. | Tilmann Scheller | 2009-07-03 | 1 | -1/+1 |
* | First patch in the direction of splitting MachineCodeEmitter in two subclasses: | Bruno Cardoso Lopes | 2009-05-30 | 1 | -32/+31 |
* | Rename startFunctionStub to startGVStub since it's also used for GV non-lazy ... | Evan Cheng | 2008-11-08 | 1 | -4/+4 |
* | Trim #includes. | Dan Gohman | 2008-10-16 | 1 | -1/+0 |
* | Switch the PPC backend and target-independent JIT to use the libsystem | Chris Lattner | 2008-06-25 | 1 | -26/+3 |
* | Add one more 'magic' define :) | Anton Korobeynikov | 2008-06-17 | 1 | -1/+2 |
* | Unbreak non-PPC builds | Anton Korobeynikov | 2008-06-17 | 1 | -4/+5 |
* | Provide generic hooks for icache invalidation. Add PPC implementation. | Anton Korobeynikov | 2008-06-17 | 1 | -10/+5 |
* | Add support for icache invalidation on non-darwin ppc systems. | Chris Lattner | 2008-06-16 | 1 | -2/+19 |
* | Add FreeBSD/PPC support, patch by Marcel Moolenaar! | Chris Lattner | 2008-05-24 | 1 | -2/+2 |
* | Correlate stubs with functions in JIT: when emitting a stub, the JIT tells th... | Nicolas Geoffray | 2008-04-16 | 1 | -5/+7 |
* | JITEmitter.cpp was trying to sync the icache for function stubs, but | Chris Lattner | 2008-01-25 | 1 | -2/+19 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Implementation of compilation callback in PPC ELF32 | Nicolas Geoffray | 2007-05-29 | 1 | -31/+32 |
* | Improve JIT support for linux/ppc: Patch by Nicolas Geoffray! | Chris Lattner | 2007-02-25 | 1 | -0/+65 |
* | Layout proper frame for ppc64. | Jim Laskey | 2006-12-11 | 1 | -28/+38 |
* | Reverting until finding the cause of secondary bugs. | Jim Laskey | 2006-12-10 | 1 | -33/+28 |
* | __PPC64CompilationCallback code was allowing registers to be clobbered by stub. | Jim Laskey | 2006-12-10 | 1 | -28/+33 |
* | this is an initial patch to switch the ppc64 jit over to working in PIC mode, | Chris Lattner | 2006-12-08 | 1 | -0/+2 |
* | fix incorrect encoding of rldicr, used by ppc64 function stubs, etc. | Chris Lattner | 2006-12-07 | 1 | -1/+1 |
* | What should be the last unnecessary <iostream>s in the library. | Bill Wendling | 2006-12-07 | 1 | -1/+0 |
* | wrap long lines | Chris Lattner | 2006-09-28 | 1 | -2/+4 |
* | First pass at supporting relocations. Relocations are written correctly to | Nate Begeman | 2006-09-08 | 1 | -4/+1 |
* | Make ppc64 jit kinda work right. About 2/3 of Olden passes with this, | Nate Begeman | 2006-08-29 | 1 | -29/+127 |