Fold shift by size larger than type size to undef
[oota-llvm.git] / lib / Target /
2005-04-02 Nate BegemanSet shift amount to Extend
2005-04-02 Chris Lattneradd support for FABS and FNEG
2005-04-02 Duraid Madinaadd support FNEG and FABS
2005-04-02 Chris LattnerThis target doesn't support fabs/fneg yet.
2005-04-02 Chris Lattneradd an fabs instr
2005-04-02 Chris LattnerAdd support for 64-bit shifts.
2005-04-02 Nate BegemanFix i64 returns
2005-04-01 Chris LattnerAdd support for ISD::UNDEF to the X86 be
2005-04-01 Nate BegemanAdd ISD::UNDEF node
2005-04-01 Chris LattnerFix another PATypeHolder error, contributed by Bill...
2005-04-01 Duraid Madinarepair mindless SELECT waste.
2005-04-01 Nate BegemanFix Olden/bh, CR0 was being set in the wrong order
2005-04-01 Nate BegemanAlso apply Chris's fix to FP select and SETCC
2005-04-01 Chris LattnerMove the selection of the arms of the select operation...
2005-04-01 Nate BegemanFix stores to global addresses
2005-04-01 Nate BegemanSupport indexed loads and stores. This drops Shootout...
2005-04-01 Nate BegemanImplement FP_TO_SINT and FP_TO_UINT
2005-04-01 Nate BegemanAdd support for adding 0.0 and -0.0 to the constant...
2005-04-01 Nate BegemanFactor out common code, support FP comparison in folded...
2005-03-31 Nate Begemanfsel generation for f32 and f64 select
2005-03-31 Andrew Lenharthmake fp div trick dependend on flag
2005-03-31 Andrew LenharthPCMarker support for DAG and Alpha
2005-03-31 Duraid MadinaAssorted fixes:
2005-03-31 Duraid Madina* declare local common symbols as such (.lcomm, not...
2005-03-31 Duraid Madinadaintyness
2005-03-31 Duraid Madinaadd what we need to fudge a 'floating point conditional...
2005-03-31 Nate BegemanPass the correct values to the chain argument for node...
2005-03-31 Nate BegemanRewrite LowerCallTo and Select(ISD::CALL) to properly...
2005-03-30 Nate BegemanFix calls whose arguments fit entirely in registers...
2005-03-30 Andrew Lenharthyea, fine Duraid
2005-03-30 Nate BegemanFix frame index code to generate legal PowerPC instruct...
2005-03-30 Nate BegemanFix external symbol printing in the AsmPrinter. Tell...
2005-03-30 Chris Lattnerdon't depend on the cfg being set up yet
2005-03-29 Nate BegemanFix BranchCC (it's still dumb), and implement FP select...
2005-03-29 Nate BegemanImplement integer select and i1 sign extend
2005-03-29 Nate BegemanImplement SetCC, fix ZERO_EXTEND_INREG
2005-03-29 Tanya LattnerCompare dependence analysis with llvm instructions...
2005-03-29 Tanya LattnerDependence analyzer that just determines dependences...
2005-03-29 Andrew LenharthFix up some types and constants
2005-03-29 Chris Lattnerfix a warning in the optimized build
2005-03-29 Nate BegemanImplement div, rem, and frameindex
2005-03-28 Nate BegemanPattern ISel: fix argument loading for i64s (thanks...
2005-03-28 Nate BegemanRemove fake instruction 'subc' (mnemonic for subfc).
2005-03-28 Nate BegemanImplement proper loads and zero-extends of all types
2005-03-28 Duraid MadinaEmit .global @function and .global @object entries...
2005-03-26 Nate BegemanFix that pesky floats in integer regs problem by assign...
2005-03-26 Nate BegemanGet closer to having varargs working. There's still...
2005-03-26 Nate BegemanMake 64bit args and float args work correct with calls...
2005-03-26 Nate BegemanChange interface to LowerCallTo to take a boolean isVar...
2005-03-26 Nate BegemanNext round of pattern isel changes, mostly dealing...
2005-03-26 Nate BegemanCorrect a documention link
2005-03-25 Nate BegemanSupport global addresses and fix call returns. Varargs...
2005-03-24 Nate BegemanImplement next round of Pattern ISel fixes
2005-03-24 Nate BegemanFix an incorrect argument being passed to BuildMI for...
2005-03-24 Nate BegemanCommit Gabor Greif's patch to use iterators in lowering...
2005-03-24 Chris Lattnereliminate dead variables, patch contributed by Gabor...
2005-03-24 Nate BegemanImplement more of the PPC32 Pattern ISel:
2005-03-24 Chris LattnerFix silly "no newline at end of file" warning
2005-03-24 Chris LattnerFix compilation errors, patch contributed by the fabulo...
2005-03-24 Chris Lattnerfix a compilation error, patch contributed by Bill...
2005-03-24 Nate BegemanAddition of the PPC32 Pattern ISel. While it is far...
2005-03-24 Nate BegemanRemove comments that are now meaningless from the patte...
2005-03-23 Andrew Lenharthdon't lie to the register allocator
2005-03-23 Tanya LattnerAdded alias analysis.
2005-03-22 Andrew Lenharthhum, it is good to use real instructions
2005-03-22 Andrew Lenharthtwo things: 1)evilness reduction patch, reduces the...
2005-03-21 Misha BrukmanWe may be adding functions to the Module during initial...
2005-03-21 Tanya LattnerMake this method non-const. Making it const causes...
2005-03-19 Chris LattnerFix the 3 regressions last night, due to my buggy patch...
2005-03-19 Alkis EvlogimenosStop using deprecated interface.
2005-03-18 Chris Lattnerremove use of getPrev() and getNext() on ilist nodes.
2005-03-17 Duraid Madinatypo/denial
2005-03-17 Duraid Madinaclean up warnings when building in release mode
2005-03-17 Duraid MadinaOK, IA64 is statically linked into llc
2005-03-17 Duraid Madinabuild the IA64 target as a .so for now
2005-03-17 Duraid Madinaand so it begins...
2005-03-17 Chris LattnerDon't emit two comparisons when comparing a FP value...
2005-03-17 Chris LattnerFix the missing symbols problem Bill was hitting. ...
2005-03-15 Andrew Lenharthsure, I can set a flag, but if I never check it, why...
2005-03-15 Chris Lattnerstop using arg_front
2005-03-15 Chris Lattnerstop using arg_back
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2005-03-14 Andrew LenharthFP 0.0 setcc optimization, and generate short branch...
2005-03-13 Chris Lattneradd a StructLayout::getElementContainingOffset method.
2005-03-13 Andrew LenharthShould fix mesa
2005-03-11 Andrew Lenharthremove a pseudo instruction and improve inline constant...
2005-03-10 Andrew Lenharthsome typoes and .bss isn't liked, at all
2005-03-09 Andrew Lenharthminor correction for Register that isn't used
2005-03-08 Chris LattnerFix a crash handling 'undef bool', fixing an llc crash...
2005-03-08 Reid SpencerPatch to make assembly output compatible with mingw...
2005-03-08 Chris LattnerMake sure to remove all dead type names from the symbol...
2005-03-08 Misha BrukmanSingle characters should be printed out as chars, not...
2005-03-06 Chris Lattnersimplify some code.
2005-03-05 Chris Lattnerdon't break the build on 32-bit hosts.
2005-03-05 Andrew Lenharthfix data size stuff for architectures with bit challeng...
2005-03-04 Andrew Lenharthfix up stack pointer adjustments
2005-03-04 Andrew Lenharthfix FCMOVxx typo, set rem and div to hardcode target...
2005-03-03 Andrew Lenharthturn on IEEE for compares
2005-03-03 Andrew Lenharthbeter Select on FP
2005-03-03 Chris LattnerPrint -X like this:
next