Work around for some problems with templates.
[oota-llvm.git] / lib / Target /
2006-10-04 Evan ChengCombine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD...
2006-10-03 Rafael EspindolaImplement floating point constants
2006-10-03 Chris LattnerFix PR933 and CodeGen/X86/2006-10-02-BoolRetCrash.ll
2006-10-03 Evan ChengThese don't have immediate operands.
2006-10-02 Rafael Espindolafix the names of the 64bit fp register
2006-09-29 Evan ChengNot needed.
2006-09-29 Rafael Espindolaadd floating point registers
2006-09-28 Chris Lattnerupdate comments
2006-09-28 Chris Lattnerwrap long lines
2006-09-28 Chris LattnerSimplify some code, reformat break's
2006-09-28 Chris LattnerShift amounts are always 32-bits, even in 64-bit mode...
2006-09-28 Chris Lattneradd a note about a general improvement to the code...
2006-09-27 Chris Lattnersilence warnings in release build
2006-09-27 Chris LattnerUse abstract private/comment directives, to increase...
2006-09-26 Chris LattnerVarious random and minor code cleanups.
2006-09-26 Chris LattnerCompile:
2006-09-26 Chris LattnerAdd support for targets that want to do something with...
2006-09-25 Chris Lattnermore notes
2006-09-24 Andrew LenharthFix jump tables to match gcc (and the ABI and whatnot)
2006-09-24 Andrew LenharthAdd support for other relocation bases to jump tables...
2006-09-24 Andrew Lenharthjump table note
2006-09-22 Evan ChengDelete dead code; fix 80 col violations.
2006-09-22 Rafael Espindolaadd a note
2006-09-22 Nate BegemanFold AND and ROTL more often
2006-09-21 Rafael Espindolamore condition codes
2006-09-21 Rafael Espindolaif a constant can't be an immediate, add it to the...
2006-09-21 Chris Lattnerimplemented
2006-09-21 Chris LattnerFit in 80-cols
2006-09-21 Nick LewyckyFix compile error.
2006-09-20 Anton KorobeynikovAdding codegeneration for StdCall & FastCall calling...
2006-09-20 Andrew LenharthAccount for pseudo-ops correctly
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 Andrew Lenharthcatch constants more often
2006-09-20 Andrew Lenharthclarify with test case
2006-09-20 Andrew LenharthAdd Note
2006-09-20 Chris Lattneritem done
2006-09-20 Chris Lattneradd a note
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 Rafael Espindolafix header
2006-09-19 Rafael EspindolaImplement a MachineFunctionPass to fix the mul instruction
2006-09-19 Chris Lattneritem done
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
next