Build EC's for globals twice. The first is after constructing the initial
[oota-llvm.git] / lib / Target / PowerPC /
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2005-03-08 Chris LattnerFix a crash handling 'undef bool', fixing an llc crash...
2005-03-02 Chris Lattnercleanup the cfg after lsr
2005-03-02 Chris LattnerAdd a temporary option for llc-beta: -enable-lsr-for...
2005-02-15 Chris LattnerFix a problem where the PPC backend lost track of the...
2005-01-14 Chris LattnerFix Regression/CodeGen/PowerPC/2005-01-14-UndefLong.ll
2005-01-14 Chris LattnerFix: Regression/CodeGen/PowerPC/2005-01-14-SetSelectCra...
2005-01-02 Chris LattnerThis hunk:
2005-01-01 Chris LattnerFix a FIXME: Select instructions on longs were miscompiled.
2004-12-16 Chris LattnerSpecify all of the targets built.
2004-12-16 Chris LattnerFactor out common .td file chunks.
2004-12-12 Chris LattnerFix Regression/CodeGen/PowerPC/2004-12-12-ZeroSizeCommo...
2004-12-12 Chris LattnerCSE calls to getTypeSize.
2004-12-12 Chris LattnerUse the target triple to pick this target.
2004-11-30 Chris LattnerFix several bugs in 'op x, imm' handling. Foremost...
2004-11-30 Chris LattnerFix CodeGen/PowerPC/2004-11-30-shr-var-crash.ll
2004-11-30 Chris LattnerFix test/Regression/CodeGen/PowerPC/2004-11-29-ShrCrash.ll
2004-11-30 Chris LattnerFix test/Regression/CodeGen/PowerPC/2004-11-30-shift...
2004-11-28 Chris LattnerThe LLVM bool type shall have 1 byte alignment on PPC.
2004-11-27 Nate BegemanRemove the ISel->AsmPrinter link via the TargetMachine...
2004-11-26 Chris LattnerThere is no reason to store <x,x>, just store <x>.
2004-11-25 Nate BegemanEnable optimization suggested by Chris Lattner to not...
2004-11-25 Chris LattnerFix the build on non ppc machines
2004-11-25 Chris LattnerThe JIT works enough
2004-11-25 Chris LattnerFix encoding of fsel, fixing olden/power, McCat/bisort...
2004-11-25 Chris LattnerFix encoding of fneg instruction
2004-11-25 Chris LattnerFix encoding of swari, fixing several programs, includi...
2004-11-25 Chris LattnerThere is not a 1-1 mappign between llvm blocks and...
2004-11-24 Chris Lattner* Rename existing relocations to be more specific
2004-11-24 Nate BegemanAdd the same optimization that we do loading from fixed...
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-24 Chris LattnerFix a few more tests by encoding the extsb and other...
2004-11-24 Chris LattnerFix the encoding of ORi and other DForm4 instructions...
2004-11-24 Chris LattnerLoads are relocatable too
2004-11-24 Chris LattnerCalls do not need a MovPCtoLR instruction
2004-11-24 Chris LattnerGet constant pools working. This fixes even more progr...
2004-11-24 Chris LattnerRewrite branches more closely to correct. This makes...
2004-11-24 Chris LattnerBranch instructions explicitly represent CRx in them...
2004-11-24 Nate BegemanFix encoding of bctrl, and remove some unused instructions
2004-11-23 Chris LattnerFix encoding of blr and bctr
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 LattnerFix the encoding of OR, AND and many other instructions
2004-11-23 Chris LattnerRemove argtype and argcount magic, which was used by...
2004-11-23 Chris LattnerGet rid of flags that are dead
2004-11-23 Chris LattnerFix encoding of rlwinm?
2004-11-23 Chris LattnerFix encodings
2004-11-23 Chris LattnerEnumerate CR registers
2004-11-23 Chris LattnerInitial implementation of exiting CompilationCallback
2004-11-23 Chris LattnerThis method is dead
2004-11-23 Chris LattnerRemove this method.
2004-11-23 Chris LattnerSquelch a bogus warning.
2004-11-23 Nate BegemanDon't return value from void function. This is only...
2004-11-23 Chris LattnerFix a minor bug
2004-11-23 Chris LattnerBe really paranoid about not breaking stuff yet
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 LattnerSimplify code a bit
2004-11-23 Chris LattnerInitial implementation of the JIT interfaces. Relocati...
2004-11-23 Chris LattnerEmit relocations for the global variable using instruct...
2004-11-23 Chris LattnerImplement all of the methods
2004-11-23 Chris LattnerInitial checkin of the 32-bit PPC relocation types
2004-11-23 Chris LattnerMove JITInfo from PPCTM to PPC32TM
2004-11-23 Chris LattnerDo not provide the non-specialized PowerPCJITInfo objec...
2004-11-23 Chris LattnerLA is really addi. Be consistent with operand ordering...
2004-11-22 Chris LattnerRemove some dead code
2004-11-22 Chris LattnerComment out a couple of unused instructions.
2004-11-22 Chris LattnerDisable this.
2004-11-22 Chris LattnerThis chunk of code needs to be rewritten
2004-11-21 Nate BegemanFix Shootout-C++/wc, which was broken by my recent...
2004-11-21 Chris Lattnerignore generated files.
2004-11-20 Chris LattnerRemove this method, it's not clear how it could be...
2004-11-20 Chris LattnergetJITStubForFunction is optional and unimplemented...
2004-11-19 Nate BegemanEliminate another 6k register copies that the register...
2004-11-19 Nate BegemanGenerate fewer reg-reg copies for the register allocato...
2004-11-18 Nate BegemanEliminate another common source of moves that the regis...
2004-11-18 Nate BegemanWhen accessing the base register for global variables...
2004-11-18 Nate BegemanClean up and fix cast codegen by removing cases that...
2004-11-16 Chris LattnerSimplify namespaces
2004-11-15 Misha BrukmanAdd BCTR and LWZU instruction opcodes
2004-11-14 Misha BrukmanHandle GhostLinkage (should not ever reach the assembly...
2004-11-14 Misha BrukmanFix build on Linux/PowerPC64 using SuSE GCC (#undef...
2004-11-09 Nate BegemanAllow hbd to be bugpointable on darwin by fixing common...
2004-11-08 Nate BegemanPut int the getReg cast optimization from x86 so that...
2004-11-07 Nate BegemanDisable bogus cast elimination when the cast is used...
2004-11-04 Nate BegemanThanks to sabre for pointing out that we were incorrect...
2004-10-27 Reid SpencerChange Library Names Not To Conflict With Others When...
2004-10-26 Nate BegemanRemove file that is no longer used, and move include...
2004-10-26 Nate BegemanEliminate usage of MRegisterInfo::getRegClass(physreg)
2004-10-26 Nate BegemanUpdate to-do list
2004-10-26 Nate BegemanFix treecc. Also fix a latent bug in emitBinaryConstOp...
2004-10-25 Chris LattnerDisable the JIT until it can sorta kinda work.
2004-10-24 Nate BegemanImplement more complete and correct codegen for bitfiel...
2004-10-23 Misha Brukman* Correctly handle the MovePCtoLR pseudo-instr with...
2004-10-23 Misha BrukmanAdd BA, BL, and BLA opcodes
2004-10-23 Misha Brukman* Do not emit IMPLICIT_DEF pseudo-instructions
2004-10-23 Misha BrukmanDForm_1, particularly used by store instructions, needs...
2004-10-23 Misha BrukmanFix the SPR field for MTLR, MFLR, MTCTR, and MFCTR...
next