[CFLAA] LLVM_CONSTEXPR -> const
[oota-llvm.git] / lib / Target / PowerPC / PPCJITInfo.cpp
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-06-12 Eric ChristopherMove PPCJITInfo off of the TargetMachine and onto the...
2014-06-12 Eric ChristopherRemove the use of TargetMachine from PPCJITInfo and...
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-03-24 Will Schmidt[PPC64LE] ELFv2 ABI updates for the .opd section
2013-07-28 Bill Schmidt[PowerPC] Add comment explaining preprocessor directive.
2013-07-28 Bill SchmidtRevert 187318
2013-07-28 Bill Schmidt[PowerPC] Remove unnecessary preprocessor checking.
2013-07-26 Rafael EspindolaRevert "[PowerPC] Improve consistency in use of __ppc__...
2013-07-26 Bill Schmidt[PowerPC] Improve consistency in use of __ppc__, __powe...
2013-07-24 David Fangallow tests to run on powerpc-darwin8 again, checking...
2013-07-16 NAKAMURA TakumiPPCJITInfo.cpp: Tweak r186252 with s/__ppc/__powerpc...
2013-07-13 Joerg SonnenbergerReduce large list of macros to the primary platform...
2013-02-17 Benjamin KramerMake the visibility of LLVMPPCCompilationCallback work...
2013-02-15 Rafael EspindolaGive these callbacks hidden visibility. It is better...
2013-02-15 Rafael EspindolaDon't make assumptions about the mangling of static...
2013-02-14 Rafael EspindolaRevert r175120 and r175121. Clang is producing the...
2013-02-14 Rafael EspindolaDon't asume that a static function in an extern "C...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-05-09 Roman DivackyMark .opd @progbits, thus avoiding a warning from asm.
2012-04-03 Anton KorobeynikovMake PPCCompilationCallbackC function to be static...
2011-06-15 Roman DivackyMake PPC64CompilationCallback compilable no non-darwin...
2010-11-29 Michael J. SpencerI swear I did a make clean and make before committing...
2010-01-14 Jeffrey YasskinTeach PPC how to replaceMachineCodeForFunction correctl...
2009-12-15 Jeffrey YasskinChange indirect-globals to use a dedicated allocIndirec...
2009-11-23 Jeffrey Yasskin* Move stub allocation inside the JITEmitter, instead...
2009-11-23 Jeffrey YasskinAllow more than one stub to be being generated at the...
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-08 Torok EdwinImplement changes from Chris's feedback.
2009-07-03 Tilmann SchellerRefactor ABI code in the PowerPC backend.
2009-05-30 Bruno Cardoso LopesFirst patch in the direction of splitting MachineCodeEm...
2008-11-08 Evan ChengRename startFunctionStub to startGVStub since it's...
2008-10-16 Dan GohmanTrim #includes.
2008-06-25 Chris LattnerSwitch the PPC backend and target-independent JIT to...
2008-06-17 Anton KorobeynikovAdd one more 'magic' define :)
2008-06-17 Anton KorobeynikovUnbreak non-PPC builds
2008-06-17 Anton KorobeynikovProvide generic hooks for icache invalidation. Add...
2008-06-16 Chris LattnerAdd support for icache invalidation on non-darwin ppc...
2008-05-24 Chris LattnerAdd FreeBSD/PPC support, patch by Marcel Moolenaar!
2008-04-16 Nicolas GeoffrayCorrelate stubs with functions in JIT: when emitting...
2008-01-25 Chris LattnerJITEmitter.cpp was trying to sync the icache for functi...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-05-29 Nicolas GeoffrayImplementation of compilation callback in PPC ELF32
2007-02-25 Chris LattnerImprove JIT support for linux/ppc: Patch by Nicolas...
2006-12-11 Jim LaskeyLayout proper frame for ppc64.
2006-12-10 Jim LaskeyReverting until finding the cause of secondary bugs.
2006-12-10 Jim Laskey__PPC64CompilationCallback code was allowing registers...
2006-12-08 Chris Lattnerthis is an initial patch to switch the ppc64 jit over...
2006-12-07 Chris Lattnerfix incorrect encoding of rldicr, used by ppc64 functio...
2006-12-07 Bill WendlingWhat should be the last unnecessary <iostream>s in...
2006-09-28 Chris Lattnerwrap long lines
2006-09-08 Nate BegemanFirst pass at supporting relocations. Relocations...
2006-08-29 Nate BegemanMake ppc64 jit kinda work right. About 2/3 of Olden...
2006-07-27 Evan ChengResolve BB references with relocation.
2006-07-27 Evan ChengsynchronizeICache removeed from TargetJITInfo.
2006-07-25 Evan Cheng- Refactor the code that resolve basic block references...
2006-07-12 Chris LattnerImplement PPC64 relocations types
2006-06-01 Chris LattnerSilence -pedantic warning
2006-05-24 Chris LattnerPatches to make the LLVM sources more -pedantic clean...
2006-05-02 Chris LattnerFix a purely hypothetical problem (for now): emitWord...
2006-05-02 Nate BegemanUpdate the PPC compilation callback code to not need...
2006-04-25 Nate BegemanNo functionality changes, but cleaner code with correct...
2006-04-21 Nate BegemanChange the PPC JIT to use a Static relocation model
2005-10-16 Nate BegemanMore PPC32 -> PPC changes, as well as merging some...
2005-10-14 Chris LattnerRename PPC32*.h to PPC*.h
2005-10-14 Chris LattnerMerge PPCJITInfo.h and PPC32JITInfo.h. Note that the...
2005-07-22 Andrew Lenharthupdate interface
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-11-26 Chris LattnerThere is no reason to store <x,x>, just store <x>.
2004-11-25 Chris LattnerFix the build on non ppc machines
2004-11-24 Chris Lattner* Rename existing relocations to be more specific
2004-11-24 Chris LattnerWrite CompilationCallback as an explicit assembly stub...
2004-11-24 Chris LattnerWhen rewriting the original call instruction, make...
2004-11-24 Chris LattnerForce the intregs ptr into R2 and the FPregs ptr into...
2004-11-23 Nate BegemanUse the correct register class as a constaint to gcc...
2004-11-23 Nate BegemanSave/Restore arg regs and nonvolatile regs the compiler...
2004-11-23 Chris LattnerInitial implementation of exiting CompilationCallback
2004-11-23 Chris LattnerImplement the first hunk of CompilationCallback. The...
2004-11-23 Chris LattnerImplement the stub needed to get into compilation callback.
2004-11-23 Chris LattnerInitial implementation of the JIT interfaces. Relocati...