Implement Transforms/ScalarRepl/union-pointer.ll:test
[oota-llvm.git] / lib / Target /
2006-10-07 Chris Lattnercompletely disable folding of loads into scalar sse...
2006-10-07 Chris Lattnerconvert packed FP add/sub/mul/div to use a multiclass.
2006-10-07 Chris Lattnerone multiclass now defines all 8 variants of binary...
2006-10-07 Chris LattnerSwitch ADD/MUL/DIV/SUB scalarsse fp ops to a multiclass
2006-10-07 Chris LattnerRandom acts of shrinkage
2006-10-07 Chris LattnerConvert pand/por/pxor to use multiclass
2006-10-07 Chris LattnerConvert some more instructions over to use a new multic...
2006-10-07 Chris LattnerFix a bug where PADDQrm printed paddd instead of paddq.
2006-10-07 Chris LattnerAdd multiclass for SSE2 instructions that correspond...
2006-10-07 Chris Lattnerrename:
2006-10-07 Chris LattnerConvert saturating PADD/PSUB's to use a multiclass
2006-10-07 Chris LattnerConvert PAVG*, PMADDWD, and PMUL* to use multiclasses.
2006-10-07 Chris LattnerFix typo in packsswb instr definition, where the load...
2006-10-07 Rafael Espindolaimplement FUITOS and FUITOD
2006-10-07 Rafael Espindolaimplement FLDD
2006-10-07 Rafael Espindolaimplement fadds, faddd, fmuls and fmuld
2006-10-07 Chris Lattnerhandle pmin/pmax with multiclasses
2006-10-07 Chris Lattnersimplify pack and shift intrinsics with multiclasses
2006-10-07 Chris LattnerUse a multiclass to simplify 'SSE2 Integer comparison'
2006-10-07 Chris Lattnermove class defns close to uses to make it easier to...
2006-10-07 Chris Lattnersimplify horizontal op definitions
2006-10-07 Chris Lattnerremove more unneeded type info
2006-10-07 Chris Lattnerremove unneeded definitions and type info
2006-10-07 Chris Lattnerremove some unneeded type info
2006-10-07 Chris Lattnersimplify patterns by merging in operand info
2006-10-07 Chris LattnerFactor operands into packed unary classes
2006-10-07 Chris Lattnerremove dead/duplicate instructions
2006-10-07 Chris LattnerPull operand info up into parent class for scalar sse...
2006-10-07 Chris Lattnerconvert the sole sd unary intrinsic to a multiclass...
2006-10-07 Chris Lattnerpull operand string into the multiclass
2006-10-07 Chris LattnerRemove RSQRTSS[rm] RCPSS[rm], which are dead.
2006-10-07 Chris Lattnereliminate redundancy
2006-10-06 Chris LattnerSet the jt section
2006-10-06 Chris LattnerAlpha uses a got
2006-10-06 Rafael Espindolaadd optional input flag to FMRRD
2006-10-06 Rafael Espindolaadd support for calling functions that return double
2006-10-06 Evan Cheng80 col violation.
2006-10-06 Chris Lattnerugly codegen
2006-10-06 Rafael Espindolafix some bugs affecting functions with no arguments
2006-10-06 Rafael Espindolafix the stack alignment
2006-10-06 Rafael Espindolaadd support for calling functions that have double...
2006-10-06 Evan ChengStill need to support -mcpu=<> or cross compilation...
2006-10-06 Evan ChengDo away with CPU feature list. Just use CPUID to detect...
2006-10-06 Evan ChengIt appears the inline asm in GetCpuIDAndInfo() may...
2006-10-05 Evan ChengMake use of getStore().
2006-10-05 Rafael Espindolause a const ref for passing the vector to ArgumentLayout
2006-10-05 Rafael Espindolaimplement a ArgumentLayout class to factor code common...
2006-10-05 Chris LattnerLower some min/max idioms to minss/maxss when unsafe...
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 Lattnerimplement and use getSectionForFunction
2006-10-05 Chris LattnerUse getSectionForFunction.
2006-10-05 Chris LattnerUse getSectionForFunction
2006-10-05 Chris Lattneruse getSectionForFunction to decide which section to...
2006-10-05 Chris LattnerImplement getSectionForFunction, use it when printing...
2006-10-05 Chris LattnerMove getSectionForFunction to AsmPrinter, change it...
2006-10-05 Chris Lattnerimplement DarwinTargetAsmInfo::getSectionForFunction...
2006-10-05 Chris LattnerGive TargetAsmInfo a virtual dtor, add a new getSection...
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 ChengAdded option -disable-x86-shuffle-opti to disable X86...
2006-10-04 Evan ChengFormating.
2006-10-04 Chris LattnerPattern match min/max nodes when we have sse. This...
2006-10-04 Chris Lattneradd a note :(
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
next