Fold the PPCISD shifts when presented with 0 inputs. This occurs for code
[oota-llvm.git] / lib / Target /
2006-09-19 Chris LattnerFold the PPCISD shifts when presented with 0 inputs...
2006-09-18 Andrew LenharthA pass to remove the worst of the replay trap offenders...
2006-09-18 Andrew LenharthJump tables on Alpha
2006-09-18 Chris Lattneradd a note. Our 64-bit shifts are ~30% slower than...
2006-09-18 Chris LattnerThis is closer to what we really want.
2006-09-17 Anton KorobeynikovAdded some eye-candy for Subtarget type checking
2006-09-17 Anton KorobeynikovSmall fixes for supporting dll* linkage types
2006-09-16 Chris Lattneradd a note noticed through source inspection
2006-09-16 Chris Lattneradd a note
2006-09-15 Chris Lattneradd a nate note
2006-09-14 Evan ChengRemove a unnecessary check.
2006-09-14 Chris Lattneradd a note
2006-09-14 Anton KorobeynikovAdding dllimport, dllexport and external weak linkage...
2006-09-13 Chris Lattneradd note about switch lowering
2006-09-13 Evan ChengSkip over first operand when determining REX prefix...
2006-09-13 Chris LattnerTurn X < 0 -> TEST X,X js
2006-09-13 Chris LattnerThe sense of this branch was inverted :(
2006-09-13 Rafael Espindolaadd shifts to addressing mode 1
2006-09-13 Chris LattnerFix a regression in the 32-bit port from the 64-bit...
2006-09-13 Chris Lattnernew note
2006-09-13 Chris Lattnernew note
2006-09-13 Chris LattnerCompile X > -1 -> text X,X; js dest
2006-09-12 Evan ChengReflects MachineConstantPoolEntry changes.
2006-09-12 Chris Lattneradd a note
2006-09-11 Chris LattnerTestcase noticed from PR906
2006-09-11 Chris Lattneradd compilable testcase
2006-09-11 Rafael Espindolaimplement SRL and MUL
2006-09-11 Rafael Espindolaadd the correct fallback for ARMDAGToDAGISel::SelectAdd...
2006-09-11 Rafael Espindolapartial implementation of the ARM Addressing Mode 1
2006-09-11 Rafael Espindolacall AsmPrinter::doInitialization in ARMAsmPrinter...
2006-09-11 Evan ChengUpdates.
2006-09-11 Evan ChengUpdate README file.
2006-09-11 Evan ChengX86ISD::CMP now produces a chain as well as a flag...
2006-09-10 Nate BegemanBehold, more work on relocations. Things are looking...
2006-09-10 Anton KorobeynikovRemoved unnecessary Mangler creation.
2006-09-09 Chris LattnerAdd cbe support for powi
2006-09-08 Nate BegemanFirst pass at supporting relocations. Relocations...
2006-09-08 Evan ChengFixed a FuseTwoAddrInst() bug: consider GlobalAddress...
2006-09-08 Rafael Espindolaimplement shl and sra
2006-09-08 Chris LattnerUse __USER_LABEL_PREFIX__ to get the prefix added by...
2006-09-08 Rafael Espindolaadd the eor (xor) instruction
2006-09-08 Jim LaskeyMissing tab
2006-09-08 Rafael Espindolaimplement unconditional branches
2006-09-08 Evan ChengRemove TEST64mr. It's same as TEST64rm since and is...
2006-09-08 Evan ChengCommitting X86-64 support.
2006-09-08 Nate BegemanWe actually do support object file writing, so don...
2006-09-08 Evan Cheng- Identify a vector_shuffle that can be turned into...
2006-09-07 Jim Laskey1. Remove condition on delete.
2006-09-07 Chris Lattneradd a new value for the command line optn
2006-09-07 Chris LattnerFix a cross-build issue. The asmsyntax shouldn't be...
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-07 Chris LattnerEliminate X86ISD::TEST, using X86ISD::CMP instead....
2006-09-07 Chris LattnerSome notes on better load folding we could do
2006-09-07 Evan ChengConsistency.
2006-09-07 Jim LaskeyMake the x86 asm flavor part of the subtarget info.
2006-09-07 Evan ChengClean up.
2006-09-06 Evan ChengWatch out for variable_ops instructions.
2006-09-06 Evan ChengVariable ops instructions may ignore the last few opera...
2006-09-06 Jim LaskeyOops - forgot to update banner.
2006-09-06 Jim LaskeySeparate target specifc asm properties from asm printers.
2006-09-06 Jim LaskeySeparate target specific asm properties from the asm...
2006-09-06 Rafael Espindolaadd the orr instruction
2006-09-05 Chris LattnerBugfix to work with the two-addr changes that have...
2006-09-05 Evan ChengFix a few dejagnu failures. e.g. fast-cc-merge-stack...
2006-09-05 Evan ChengJIT encoding bug.
2006-09-05 Chris LattnerUpdate the X86 JIT to make it work with the new two...
2006-09-05 Chris LattnerCompletely eliminate def&use operands. Now a register...
2006-09-05 Chris LattnerFix a long-standing wart in the code generator: two...
2006-09-05 Andrew Lenharthjmp_bufs are this big on alpha.
2006-09-04 Rafael Espindolaadd support for returning 64bit values
2006-09-04 Chris LattnerFix some X86 JIT failures. This should really come...
2006-09-04 Duraid Madinaadd setJumpBufSize() and setJumpBufAlignment() to targe...
2006-09-04 Chris LattnerCompletely rearchitect the interface between targets...
2006-09-04 Chris LattnerAdd accessor
2006-09-04 Chris Lattnerremove #include
2006-09-03 Chris LattnerSimplify target construction.
2006-09-03 Rafael Espindolaadd the SETULT condition code
2006-09-02 Rafael Espindolaadd more condition codes
2006-09-01 Evan ChengOops. Bad typo. Without the check of N1.hasOneUse(...
2006-09-01 Chris LattnerUse a couple of multiclass patterns to factor some...
2006-09-01 Chris Lattnerremove a bunch of comments
2006-08-29 Evan ChengMinor asm fix.
2006-08-29 Evan ChengRemove dead code.
2006-08-29 Evan ChengDon't performance load/op/store transformation if op...
2006-08-29 Evan Cheng- Enable x86 isel preprocessing by default unless ...
2006-08-29 Jim LaskeyHandle callee saved registers in dwarf frame info ...
2006-08-29 Jim LaskeyTidy up options.
2006-08-29 Evan ChengAvoid making unneeded load/mod/store transformation...
2006-08-29 Nate BegemanMake ppc64 jit kinda work right. About 2/3 of Olden...
2006-08-28 Evan ChengOn Mac, print jump table entries after the function...
2006-08-28 Evan ChengAdd an optional pass to preprocess the DAG before x86...
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 Chris LattnerFix target matching weights, so that ppc-darwin modules...
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-26 Evan ChengMatch tblgen changes; clean up.
next