more updates and random notes, including changes up through Week-of-Mon-20080324.
[oota-llvm.git] / lib / Target /
2008-06-04 Chris LattnerRewrite a bunch of the CBE's inline asm code, giving...
2008-06-04 Duncan SandsChange packed struct layout so that field sizes
2008-06-04 Bruno Cardoso LopesSome Mips minor fixes
2008-06-03 Dale JohannesenAdd StringConstantPrefix to control what the
2008-06-02 Scott MichelAdd necessary 64-bit support so that gcc frontend compi...
2008-06-02 Dan GohmanImplement CBE support for first-class structs and array...
2008-06-02 Rafael EspindolaDon't use the GOT for symbols that are not externally...
2008-06-01 Bruno Cardoso LopesFixed flag issue that was generating infinite loop...
2008-05-31 Nick LewyckyPeer through sext/zext when looking for not(cmp).
2008-05-31 Nick LewyckyYay us! Every one of these examples turns into icmp...
2008-05-31 Chris LattnerFix the CBE's handling of instructions whose result...
2008-05-31 Dan GohmanTeach the DAGISelEmitter to not compute the variable_op...
2008-05-30 Evan ChengFix indentation.
2008-05-30 Bill WendlingAdd the "AsCheapAsAMove" flag to some 64-bit xor instru...
2008-05-29 Dan GohmanAdd patterns for CALL32m and CALL64m. They aren't match...
2008-05-29 Bill WendlingRemove more iostream header includes. Needed to impleme...
2008-05-29 Dan GohmanFix a tblgen problem handling variable_ops in tblgen...
2008-05-29 Dan GohmanExpand small memmovs using inline code. Set the X86...
2008-05-29 Evan ChengImplement vector shift up / down and insert zero with...
2008-05-29 Bill WendlingXOR?RI instructions aren't as cheap as moves.
2008-05-29 Bill WendlingImplement "AsCheapAsAMove" for some obviously cheap...
2008-05-28 Bill WendlingAdd a flag to indicate that an instruction is as cheap...
2008-05-28 Nate BegemanUpdate some comments noticed in a recent checkin
2008-05-28 Chris LattnerAdd chain inputs for loads.
2008-05-28 Chris LattnerFix CodeGen/Generic/2005-10-21-longlonggtu.ll on ia64.
2008-05-28 Chris Lattnerloads should get chains. THis helps but does not solve...
2008-05-28 Chris LattnerFix 2006-04-28-Sign-extend-bool.ll for ia64.
2008-05-28 Chris Lattnerreindent.
2008-05-28 Dan GohmanFix the encoding for two more "rm" instructions that...
2008-05-28 Mon P WangFixed X86 encoding error CVTPS2PD and CVTPD2PS when...
2008-05-28 Nate BegemanDon't attempt to create VZEXT_LOAD out of an extload...
2008-05-27 Duncan SandsFix some constructs that gcc-4.4 warns about.
2008-05-24 Chris LattnerAdd FreeBSD/PPC support, patch by Marcel Moolenaar!
2008-05-24 Evan ChengEliminate x86.sse2.punpckh.qdq and x86.sse2.punpckl...
2008-05-24 Evan ChengEliminate x86.sse2.movs.d, x86.sse2.shuf.pd, x86.sse2...
2008-05-24 Duncan SandsTweak how ConstantFP80Ty constants are output
2008-05-24 Dale JohannesenPut initialized const weak objects into correct
2008-05-24 Evan ChengThis is done.
2008-05-24 Evan ChengRemove x86.sse2.loadh.pd and x86.sse2.loadl.pd. These...
2008-05-23 Dale JohannesenAdd a missed CommonLinkage check.
2008-05-23 Evan ChengUse movlps / movhps to modify low / high half of 16...
2008-05-23 Dan GohmanElaborate on the entry on integer vector multiplication...
2008-05-23 Evan ChengFix a duplicated pattern.
2008-05-23 Dan GohmanUse PMULDQ for v2i64 multiplies when SSE4.1 is availabl...
2008-05-23 Evan ChengNew entry.
2008-05-23 Dan GohmanFix another isFirstClassType that now needs to be isSin...
2008-05-23 Chris Lattnerwe compile multiply-by-constant into horrible code...
2008-05-23 Evan ChengBug: rcpps can only folds a load if the address is...
2008-05-23 Dale JohannesenPut const weak stuff in appropriate section on Darwin.
2008-05-22 Evan ChengX86CodeEmitter should not set PIC style to None at...
2008-05-22 Evan ChengAdd missing patterns.
2008-05-22 Chris Lattnerfix an off-by-one error in my previous patch, don't...
2008-05-22 Chris LattnerAdd support for multiple-return values in inline asm...
2008-05-20 Evan Chengmovsd and movq do not require 16-byte alignment. This...
2008-05-20 Evan ChengrunOnMachineFunction should set IsPIC because relocatio...
2008-05-19 Dale JohannesenHandle quoted names when constructing $stub's,
2008-05-17 Chris Lattnertrip count computation deficiency
2008-05-16 Dale JohannesenRecord weak external linkage in a case where we were
2008-05-16 Gabor GreifAPI change for {BinaryOperator|CmpInst|CastInst}::creat...
2008-05-16 Dale JohannesenTreat common as distinct from weak global on Darwin...
2008-05-15 Evan ChengFix typos and comments.
2008-05-15 Evan ChengMake use of vector load and store operations to impleme...
2008-05-14 Evan ChengSilence warnings.
2008-05-14 Dale JohannesenAdd CommonLinkage; currently tentative definitions
2008-05-14 Sanjiv GuptaDetabification. Fixed indentation and spacing.
2008-05-14 Nicolas GeoffrayFix typo in ParameterAttribute fields usage. Add an...
2008-05-14 Sanjiv GuptaFixed the file description header at the top to remove...
2008-05-14 Evan ChengDoh. Alignment is in bytes, not in bits.
2008-05-14 Dan GohmanChange target-specific classes to use more precise...
2008-05-13 Chris Lattneradd a note
2008-05-13 Evan Cheng- Fix the pasto in the fix for a previous pasto.
2008-05-13 Chris Lattneradd a note
2008-05-13 Nate BegemanFix one more encoding bug.
2008-05-13 Evan Cheng- Don't treat anyext 16-bit load as a 32-bit load if...
2008-05-13 Sanjiv GuptaAdding files for Microchip's PIC16 target.
2008-05-13 Evan ChengInstead of a vector load, shuffle and then extract...
2008-05-13 Nate BegemanFix and encoding error in the psrad xmm, imm8 instruction.
2008-05-13 Evan ChengOn x86, it's safe to treat i32 load anyext as a normal...
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2008-05-12 Nate BegemanTeach Legalize how to scalarize VSETCC
2008-05-12 Evan ChengXform bitconvert(build_pair(load a, load b)) to a singl...
2008-05-12 Bill WendlingConstify the machine instruction passed into the
2008-05-12 Nate BegemanInitial X86 codegen support for VSETCC.
2008-05-12 Dan GohmanFix a copy+paste bug; pseudo-instructions shouldn't...
2008-05-12 Evan ChengRefactor isConsecutiveLoad from X86 to TargetLowering...
2008-05-12 Nate BegemanAdd support for vicmp/vfcmp codegen, more legalize...
2008-05-12 Dan GohmanFix a compile error on compilers that still want a...
2008-05-11 Anton KorobeynikovAdd note
2008-05-10 Evan ChengWhen transforming a vector_shuffle to a load, the base...
2008-05-10 Dan GohmanFor now, abort when an ISD::VAARG is encountered on...
2008-05-10 Evan ChengSome clean up.
2008-05-10 Evan ChengIf movl top bits are undef, let it be selected to movlp...
2008-05-09 Evan ChengAdd a pattern to do move the low element of a v4f32...
2008-05-09 Evan ChengHandle a few more cases of folding load i64 into xmm...
2008-05-08 Evan ChengUse movq to move low half of XMM register and zero...
2008-05-08 Evan ChengHandle vector move / load which zero the destination...
2008-05-07 Duncan SandsOutput correct exception handling and frame info
2008-05-06 Chris LattnerMatch things like 'armv5tejl-unknown-linux-gnu' for...
2008-05-06 Dan GohmanMake several variable declarations static.
2008-05-05 Chris Lattneradd a micro optzn.
next