implement zextload bool and truncstore bool
[oota-llvm.git] / lib / Target / PowerPC /
2006-10-31 Chris LattnerChange the prototype for TargetLowering::isOperandValid...
2006-10-31 Anton Korobeynikov1. Clean up code due to changes in SwitchTo*Section(2)
2006-10-30 Chris Lattnerfix miscompilation of llvm.isunordered, where we branch...
2006-10-30 Evan ChengAll targets expand BR_JT for now.
2006-10-28 Chris Lattnerimplement the BlockHasNoFallThrough hook
2006-10-28 Evan ChengDoh. Must check if GV is constant first before putting...
2006-10-28 Chris Lattnerdon't dist internal readme's
2006-10-27 Chris Lattnerthis doesn't occur any more in mason
2006-10-27 Chris Lattnerthe code in question is now:
2006-10-26 Evan ChengPlace cstrings in .cstring section.
2006-10-24 Devang PatelMove getPreferredAlignmentLog from AsmPrinter to TargetData
2006-10-24 Chris LattnerAdd intrinsics for the rest of the DCB* instructions.
2006-10-21 Chris LattnerImplement support for branch reversal, fix a bug in...
2006-10-21 Chris LattnerSimplify code, no functionality change
2006-10-21 Chris Lattnerimplement support for inserting a cond branch
2006-10-18 Chris Lattnerset the ppc64 stack pointer right, dynamic alloca now...
2006-10-18 Chris LattnerExpand alloca for ppc64
2006-10-17 Chris Lattnerexpose DWARF_LABEL opcode# so the branch folder can...
2006-10-17 Chris Lattneradd support for inserting an uncond branch
2006-10-17 Jim LaskeyUse S_debug for dwarf info.
2006-10-13 Chris Lattnerimplement branch inspection/modification methods.
2006-10-13 Evan ChengMerge ISD::TRUNCSTORE to ISD::STORE. Switch to using...
2006-10-13 Chris Lattneradd note
2006-10-13 Chris Lattnerset isBarrier correctly
2006-10-13 Chris LattnerCorrectly handle instruction separators.
2006-10-12 Chris Lattnermark adjcallstack up/down as clobbering and using the SP
2006-10-11 Evan ChengAdd properties to ComplexPattern.
2006-10-09 Evan ChengReflects ISD::LOAD / ISD::LOADX / LoadSDNode changes.
2006-10-05 Evan ChengMake use of getStore().
2006-10-05 Chris LattnerDon't bother setting JumpTableTextSection, it is about...
2006-10-05 Chris LattnerPass the MachineFunction into EmitJumpTableInfo.
2006-10-05 Chris LattnerMove getSectionForFunction to AsmPrinter, change it...
2006-10-05 Chris Lattnerimplement DarwinTargetAsmInfo::getSectionForFunction...
2006-10-05 Chris Lattneremit jump table before debug info
2006-10-05 Chris LattnerAlways emit the jump table after the function so it...
2006-10-04 Evan ChengCombine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD...
2006-09-28 Chris Lattnerwrap long lines
2006-09-28 Chris LattnerShift amounts are always 32-bits, even in 64-bit mode...
2006-09-27 Chris LattnerUse abstract private/comment directives, to increase...
2006-09-26 Chris LattnerCompile:
2006-09-22 Nate BegemanFold AND and ROTL more often
2006-09-20 Chris LattnerThe DarwinAsmPrinter need not check for isDarwin. ...
2006-09-20 Chris LattnerWrap some darwin'isms with isDarwin checks.
2006-09-20 Chris Lattneritem done
2006-09-20 Chris LattnerThis is already done
2006-09-20 Chris LattnerImprove PPC64 equality comparisons like PPC32 comparisons.
2006-09-20 Chris LattnerTwo improvements:
2006-09-20 Chris LattnerAdd a note that we should match rlwnm better
2006-09-20 Chris LattnerLegalize is no longer limited to cleverness with just...
2006-09-19 Chris LattnerFold the PPCISD shifts when presented with 0 inputs...
2006-09-14 Chris Lattneradd a note
2006-09-12 Evan ChengReflects MachineConstantPoolEntry changes.
2006-09-10 Nate BegemanBehold, more work on relocations. Things are looking...
2006-09-08 Nate BegemanFirst pass at supporting relocations. Relocations...
2006-09-08 Jim LaskeyMissing tab
2006-09-08 Nate BegemanWe actually do support object file writing, so don...
2006-09-07 Jim Laskey1. Remove condition on delete.
2006-09-07 Jim LaskeyMake target asm info a property of the target machine.
2006-09-07 Jim LaskeyBreak out target asm info into separate files.
2006-09-06 Jim LaskeySeparate target specific asm properties from the asm...
2006-09-05 Chris LattnerCompletely eliminate def&use operands. Now a register...
2006-09-04 Chris LattnerCompletely rearchitect the interface between targets...
2006-09-03 Chris LattnerSimplify target construction.
2006-08-29 Jim LaskeyHandle callee saved registers in dwarf frame info ...
2006-08-29 Nate BegemanMake ppc64 jit kinda work right. About 2/3 of Olden...
2006-08-28 Reid SpencerFor PR387:
2006-08-27 Chris Lattners|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
2006-08-27 Evan ChengDo not use getTargetNode() and SelectNodeTo() which...
2006-08-26 Evan ChengSelectNodeTo now returns a SDNode*.
2006-08-26 Evan ChengSelect() no longer require Result operand by reference.
2006-08-26 Evan ChengMatch tblgen changes.
2006-08-25 Evan ChengAdd a comment.
2006-08-25 Evan ChengEncode pc-relative conditional branch offset as pc...
2006-08-25 Jim LaskeyFix some comments.
2006-08-23 Nate BegemanInitial checkin of the Mach-O emitter. There's plenty...
2006-08-17 Chris LattnerConstify some methods. Patch provided by Anton Vayvod...
2006-08-15 Chris LattnerFix PowerPC/2006-08-15-SelectionCrash.ll and simplify...
2006-08-12 Nate BegemanEmit .set directives for jump table entries when possib...
2006-08-12 Chris LattnerFix a bug in a recent refactoring that broke a bunch...
2006-08-11 Chris LattnerEliminate use of getNode that takes a vector.
2006-08-11 Chris LattnerConvert vectors to fixed sized arrays and smallvectors...
2006-08-11 Chris LattnerFix miscompilation of float vector returns. Compile...
2006-08-11 Evan ChengMatch tablegen changes.
2006-08-11 Evan ChengCALLSEQ_* produces chain even if that's not needed.
2006-08-08 Chris LattnerStart eliminating temporary vectors used to create...
2006-08-07 Evan ChengMatch tablegen isel changes.
2006-07-28 Chris LattnerFix some ppc64 issues with vector code.
2006-07-28 Evan ChengRemove InFlightSet hack. No longer needed.
2006-07-27 Evan ChengResolve BB references with relocation.
2006-07-27 Evan ChengsynchronizeICache removeed from TargetJITInfo.
2006-07-27 Evan ChengRemove NodeDepth
2006-07-27 Nate BegemanSupport jump tables when in PIC relocation model
2006-07-26 Chris LattnerRename RelocModel::PIC to PIC_, to avoid conflicts...
2006-07-25 Evan Cheng- Refactor the code that resolve basic block references...
2006-07-19 Chris Lattnerbswapped load/store instructions are only availble...
2006-07-18 Chris LattnerMake the implicit def instructions look like other...
2006-07-15 Chris LattnerRemove what little AIX support we have. It has never...
2006-07-14 Chris LattnerAdd missing PPC64 extload/truncstores
2006-07-14 Chris LattnerAdd a note
2006-07-13 Chris LattnerAnother fix in the rotate encodings, needed when the...
next