Asm printing bug.
[oota-llvm.git] / lib / Target /
2006-12-05 Evan ChengAsm printing bug.
2006-12-05 Evan Cheng- Fix X86-64 JIT by temporarily disabling code that...
2006-12-05 Evan ChengUpdate
2006-12-04 Chris LattnerAdd support for 64-bit 'r' constraint. Patch by by...
2006-12-04 Jim LaskeyRestoration of the stack pointer after a deallocation...
2006-12-04 Evan ChengNon-darwin gcc should default to static relocation...
2006-12-01 Evan ChengMatch TargetInstrInfo changes.
2006-12-01 Evan ChengconvertToThreeAddress() is now responsible for updating...
2006-12-01 Evan ChengAdd weak reference directive.
2006-12-01 Evan ChengCopy and paste error. An initialized global cannot...
2006-12-01 Jim Laskey1. In ppc64 mode we need only use one GPR.
2006-12-01 Jim LaskeyExternalWeak case in wrong location.
2006-12-01 Evan ChengFix 2005-05-08-FPStackifierPHI.ll failure.
2006-12-01 Evan ChengA initialized global variable cannot be extern weak...
2006-12-01 Evan ChengDarwin PPC external weak linkage support.
2006-12-01 Evan ChengMinor code clean up.
2006-12-01 Evan ChengFix indentation.
2006-12-01 Evan ChengDarwin X86 external weak linkage support.
2006-12-01 Chris LattnerFix the CodeGen/PowerPC/vec_constants.ll regression.
2006-12-01 Anton KorobeynikovIntroducing external weak linkage. Darwin codegen shoul...
2006-11-30 Anton KorobeynikovFactor out GVRequiresExtraLoad() from .h to .cpp
2006-11-30 Evan Cheng- Use a different wrapper node for RIP-relative GV...
2006-11-30 Evan ChengMachineInstr::setOpcode -> MachineInstr::setInstrDescriptor
2006-11-30 Evan ChengRemove the ugly SPARCV9 TargetInstrDescriptors hack.
2006-11-29 Evan ChengIn PIC mode, GV not requiring an extra load can be...
2006-11-29 Evan ChengClean up.
2006-11-29 Evan ChengFix for PR1018 - Better support for X86-64 Linux in...
2006-11-29 Chris LattnerFix bug codegen'ing FP constant vectors with integer...
2006-11-29 Jim LaskeyOffset for load of 32-bit arg in 64-bit world was incor...
2006-11-29 Evan ChengCustom lower READCYCLECOUNTER for x86-64.
2006-11-29 Chris Lattnerdone
2006-11-29 Evan Cheng16-byte stack alignment for X86-64 ELF. Patch by Dan...
2006-11-29 Chris LattnerUpgrade the ugly darwin 64-bit bswap idiom (bswap ...
2006-11-29 Chris LattnerTrivially lower 'bswap $0' into llvm.bswap. This fixes...
2006-11-28 Andrew Lenharthgcc doesn't like an empty colbber list
2006-11-28 Andrew LenharthIdentities are default now
2006-11-28 Andrew LenharthMake identity default, and fix PR1020
2006-11-28 Evan ChengNew entries.
2006-11-28 Andrew Lenharthupdate comments
2006-11-28 Andrew LenharthGet the asminfo for the target most closely matching...
2006-11-28 Andrew LenharthX86 asm -> gcc asm translation table (incomplete)
2006-11-28 Andrew LenharthAdd per-target support for asm translation in the cbe
2006-11-28 Jim LaskeyRemove debug code.
2006-11-28 Jim LaskeyPrime text sections to improve branch locality in large...
2006-11-28 Jim Laskey32-bit int space was not accounted for properly in...
2006-11-28 Evan ChengFix JIT encoding bugs for shift / rotate by one ops.
2006-11-27 Andrew LenharthPreliminary support for inline asm in the cbe. The...
2006-11-27 Evan ChengChange MachineInstr ctor's to take a TargetInstrDescrip...
2006-11-27 Reid SpencerWhen truncating to bool, it is necessary to & with...
2006-11-27 Reid SpencerFor PR950:
2006-11-26 Duraid Madinafix storing bools to mem and unordered FP ops
2006-11-25 Reid SpencerAdd newline at end of file.
2006-11-21 Anton KorobeynikovRefactored *GVRequiresExtraLoad() to Subtarget method.
2006-11-20 Chris Lattnerin ppc64-mode, don't allocate the 32-bit version of...
2006-11-20 Chris Lattnerr13 is the thread pointer on darwin/ppc64, don't alloca...
2006-11-20 Chris LattnerFix codegen for x86-64 on systems (like ppc or i386...
2006-11-20 Anton KorobeynikovWe should perform extra load for dllimported calls
2006-11-18 Chris Lattneron ppc64, float arguments take 8-byte stack slots not...
2006-11-18 Chris Lattnermake sure to safe LR8 in the right stack slot for PPC64
2006-11-18 Chris LattnerPretty print 'rldicr r2, r2, 2, 61' as 'sldi r2, r2...
2006-11-18 Chris LattnerRewrite the branch selector to be correct in the face...
2006-11-17 Chris Lattneradd encoding for BCC, after finally wrestling strange...
2006-11-17 Chris Lattnerconvert PPC::BCC to use the 'pred' operand instead...
2006-11-17 Chris Lattnerrename PPC::COND_BRANCH to PPC::BCC
2006-11-17 Chris Lattnerstart using PPC predicates more consistently.
2006-11-17 Evan ChengFor unsigned 8-bit division. Use movzbw to set the...
2006-11-17 Jim LaskeyHopefully a good crack at making debugging work on...
2006-11-17 Jim LaskeyAssert unhandled case.
2006-11-17 Jim Laskey1. Ignore the -disable-fp-elim when the routine is...
2006-11-17 Jim LaskeyTypo. Fix the nightly tests.
2006-11-17 Bill WendlingRemoved even more std::cerr and #include <iostream...
2006-11-17 Chris Lattnerimplement a todo: change a map into a vector
2006-11-17 Chris Lattnerfix typo
2006-11-16 Chris Lattnerimplicit_def_vrrc doesn't generate code.
2006-11-16 Evan ChengCorrect instructions for moving data between GR64 and...
2006-11-16 Evan ChengFix a potential bug: MOVPDI2DI, etc. are not copy instr...
2006-11-16 Jim LaskeyThis is a general clean up of the PowerPC ABI. Address...
2006-11-16 Chris Lattnerfix a regression that I introduced. stdu should scale...
2006-11-16 Evan ChengAlign stubs on 4 byte boundary. This fixes 447.dealII.
2006-11-16 Chris Lattneradd a statistic
2006-11-16 Chris Lattnerfix broken encoding
2006-11-16 Chris Lattneradd ppc64 r+i stores with update.
2006-11-16 Chris Lattneradd patterns for ppc32 preinc stores. ppc64 next.
2006-11-16 Chris Lattnerswitch these back to the 'bad old way'
2006-11-15 Chris LattnerFix ppc64 epilog bug.
2006-11-15 Chris LattnerStop using isTwoAddress, switching to operand constrain...
2006-11-15 Chris Lattneradd a new field needed by the code emitter generator.
2006-11-15 Evan ChengProperly transfer kill / dead info.
2006-11-15 Evan ChengKill / dead info has been moved to MI's.
2006-11-15 Evan ChengcommuteInstruction should propagate kill / dead info.
2006-11-15 Chris Lattnerfix ldu/stu jit encoding. Swith 64-bit preinc load...
2006-11-15 Chris LattnerSimplify IntrinsicLowering and clarify that it is only...
2006-11-15 Chris LattnerRemove unneeded forward decls
2006-11-15 Chris LattnerFix the PPC regressions last night
2006-11-15 Chris LattnerSwitch loads over to use memri as the operand instead...
2006-11-14 Evan ChengRevert. This wasn't meant to be checked in.
2006-11-14 Chris Lattnergroup load and store instructions together. No functio...
2006-11-14 Chris LattnerFix predicates for unindexed stores so they don't accid...
2006-11-14 Chris LattnerRework PPC64 calls. Now we have a LR8/CTR8 register...
2006-11-14 Chris Lattnerremove a ton of custom selection logic no longer needed
next