aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCCodeEmitter.cpp
AgeCommit message (Expand)Author
2006-05-03Change from using MachineRelocation ctors to using static methodsChris Lattner
2006-05-03Suck block address tracking out of targets into the JIT Emitter. ThisChris Lattner
2006-05-03Change the BasicBlockAddrs map to be a vector, indexed by MBB number.Chris Lattner
2006-05-02Several related changes:Chris Lattner
2006-05-02Fix a purely hypothetical problem (for now): emitWord emits in the hostChris Lattner
2006-05-02Refactor the machine code emitter interface to pull the pointers for the currentChris Lattner
2006-04-22JumpTable support! What this represents is working asm and jit support forNate Begeman
2006-04-22Teach the JIT how to relocate LI, this fixes the JIT on Prolangs-C/TimberWolfMCChris Lattner
2006-04-21Change the PPC JIT to use a Static relocation modelNate Begeman
2006-04-17Move some knowledge about registers out of the code emitter into the register...Chris Lattner
2006-03-21Don't emit pseudo instructions!Chris Lattner
2006-03-10teach the JIT to encode vector registersChris Lattner
2006-02-22- Added option -relocation-model to set relocation model. Valid values includ...Evan Cheng
2006-02-18Moved PICEnabled to include/llvm/Target/TargetOptions.hEvan Cheng
2006-01-29Functions that are lazily streamed in from the .bc file are *not* external.Chris Lattner
2006-01-22Add explicit #includes of <iostream>Chris Lattner
2006-01-07Fix the PPC JIT failures last night, which were due to mishandling of linkonc...Chris Lattner
2005-12-11Fix the JIT failures from last night.Chris Lattner
2005-11-16Patch to clean up function call pseudos and support the BLA instruction,Nate Begeman
2005-10-16More PPC32 -> PPC changes, as well as merging some classes that wereNate Begeman
2005-10-15prune #includesChris Lattner
2005-10-14Rename PPC32*.h to PPC*.hChris Lattner
2005-10-14Rename PowerPC*.h to PPC*.hChris Lattner
2005-10-14Eliminate PowerPC.td and PPC32.td, consolidating them into PPC.tdChris Lattner
2005-10-01Modify the ppc backend to use two register classes for FP: F8RC and F4RC.Chris Lattner
2005-08-24Split IMPLICIT_DEF into IMPLICIT_DEF_GPR and IMPLICIT_DEF_FP, so that theChris Lattner
2005-07-27Eliminate all remaining tabs and trailing spaces.Jeff Cohen
2005-07-21Support building non-PICNate Begeman
2005-07-20Generate mfocrf when targeting g5. Generate fsqrt/fsqrts when targetin g5.Nate Begeman
2005-04-21Remove trailing whitespaceMisha Brukman
2005-04-19Add completely untested support for mtcrf/mfcrf encodingChris Lattner
2005-04-18Handle ExternalSymbol operands in the PPC JITChris Lattner
2004-11-25Enable optimization suggested by Chris Lattner to not emit reloc stubs forNate Begeman
2004-11-25There is not a 1-1 mappign between llvm blocks and PPC blocks, do not useChris Lattner
2004-11-24* Rename existing relocations to be more specificChris Lattner
2004-11-24Loads are relocatable tooChris Lattner
2004-11-24Calls do not need a MovPCtoLR instructionChris Lattner
2004-11-24Get constant pools working. This fixes even more programs, allowing us toChris Lattner
2004-11-24Rewrite branches more closely to correct. This makes more stuff pass, andChris Lattner
2004-11-23Enumerate CR registersChris Lattner
2004-11-23Squelch a bogus warning.Chris Lattner
2004-11-23Fix a minor bugChris Lattner
2004-11-23Emit relocations for the global variable using instructions. This gets usChris Lattner
2004-11-22Remove some dead codeChris Lattner
2004-11-22Disable this.Chris Lattner
2004-11-22This chunk of code needs to be rewrittenChris Lattner
2004-11-20getJITStubForFunction is optional and unimplemented, just remove it.Chris Lattner
2004-11-16Simplify namespacesChris Lattner
2004-10-23* Correctly handle the MovePCtoLR pseudo-instr with a bl to next instrMisha Brukman
2004-10-23* Do not emit IMPLICIT_DEF pseudo-instructionsMisha Brukman