summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCJITInfo.cpp
Commit message (Expand)AuthorAge
* [PowerPC] Add comment explaining preprocessor directive.Bill Schmidt2013-07-28
* Revert 187318Bill Schmidt2013-07-28
* [PowerPC] Remove unnecessary preprocessor checking.Bill Schmidt2013-07-28
* Revert "[PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc."Rafael Espindola2013-07-26
* [PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc.Bill Schmidt2013-07-26
* allow tests to run on powerpc-darwin8 again, checking for __ppc__David Fang2013-07-24
* PPCJITInfo.cpp: Tweak r186252 with s/__ppc/__powerpc/ to work on powerpc-linu...NAKAMURA Takumi2013-07-16
* Reduce large list of macros to the primary platform macros. DistingiushJoerg Sonnenberger2013-07-13
* Make the visibility of LLVMPPCCompilationCallback work with GCC.Benjamin Kramer2013-02-17
* Give these callbacks hidden visibility. It is better to not export them moreRafael Espindola2013-02-15
* Don't make assumptions about the mangling of static functions in extern "C"Rafael Espindola2013-02-15
* Revert r175120 and r175121. Clang is producing the expected asm names again.Rafael Espindola2013-02-14
* Don't asume that a static function in an extern "C" block will not be mangled.Rafael Espindola2013-02-14
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Mark .opd @progbits, thus avoiding a warning from asm.Roman Divacky2012-05-09
* Make PPCCompilationCallbackC function to be static, so there will be no need ...Anton Korobeynikov2012-04-03
* Make PPC64CompilationCallback compilable no non-darwin platforms.Roman Divacky2011-06-15
* I swear I did a make clean and make before committing all this...Michael J. Spencer2010-11-29
* Teach PPC how to replaceMachineCodeForFunction correctly. (FixesJeffrey Yasskin2010-01-14
* Change indirect-globals to use a dedicated allocIndirectGV. This lets usJeffrey Yasskin2009-12-15
* * Move stub allocation inside the JITEmitter, instead of exposing aJeffrey Yasskin2009-11-23
* Allow more than one stub to be being generated at the same time.Jeffrey Yasskin2009-11-23
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-14
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-11
* Implement changes from Chris's feedback.Torok Edwin2009-07-08
* Refactor ABI code in the PowerPC backend.Tilmann Scheller2009-07-03
* First patch in the direction of splitting MachineCodeEmitter in two subclasses:Bruno Cardoso Lopes2009-05-30
* Rename startFunctionStub to startGVStub since it's also used for GV non-lazy ...Evan Cheng2008-11-08
* Trim #includes.Dan Gohman2008-10-16
* Switch the PPC backend and target-independent JIT to use the libsystem Chris Lattner2008-06-25
* Add one more 'magic' define :)Anton Korobeynikov2008-06-17
* Unbreak non-PPC buildsAnton Korobeynikov2008-06-17
* Provide generic hooks for icache invalidation. Add PPC implementation.Anton Korobeynikov2008-06-17
* Add support for icache invalidation on non-darwin ppc systems.Chris Lattner2008-06-16
* Add FreeBSD/PPC support, patch by Marcel Moolenaar!Chris Lattner2008-05-24
* Correlate stubs with functions in JIT: when emitting a stub, the JIT tells th...Nicolas Geoffray2008-04-16
* JITEmitter.cpp was trying to sync the icache for function stubs, butChris Lattner2008-01-25
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Implementation of compilation callback in PPC ELF32Nicolas Geoffray2007-05-29
* Improve JIT support for linux/ppc: Patch by Nicolas Geoffray!Chris Lattner2007-02-25
* Layout proper frame for ppc64.Jim Laskey2006-12-11
* Reverting until finding the cause of secondary bugs.Jim Laskey2006-12-10
* __PPC64CompilationCallback code was allowing registers to be clobbered by stub.Jim Laskey2006-12-10
* this is an initial patch to switch the ppc64 jit over to working in PIC mode,Chris Lattner2006-12-08
* fix incorrect encoding of rldicr, used by ppc64 function stubs, etc.Chris Lattner2006-12-07
* What should be the last unnecessary <iostream>s in the library.Bill Wendling2006-12-07
* wrap long linesChris Lattner2006-09-28
* First pass at supporting relocations. Relocations are written correctly toNate Begeman2006-09-08
* Make ppc64 jit kinda work right. About 2/3 of Olden passes with this,Nate Begeman2006-08-29