Implement a couple of foldings for ordered and unordered comparisons,
[oota-llvm.git] / lib /
2007-10-24 Chris LattnerImplement a couple of foldings for ordered and unordere...
2007-10-23 Bill WendlingFix comment and use the "Size" variable that's already...
2007-10-23 Bill WendlingIf there's an unaligned memcpy to/from the stack, don...
2007-10-23 Dale JohannesenDisable a couple more things for ppcf128.
2007-10-23 Bill WendlingThis broke lots. Reverting.
2007-10-23 Bill WendlingLowering a memcpy to the stack is killing PPC. The...
2007-10-23 Ted KremenekAdded preliminary implementation of generic object...
2007-10-23 Owen AndersonMake DomTree and PostDomTree thin wrappers around DomTr...
2007-10-23 Evan ChengIt's possible to commute instrctions with more than...
2007-10-23 Evan ChengisSubRegOf() is a dup of isSubRegister.
2007-10-23 Evan ChengTemporary solution: added a different set of BCTRL_Mach...
2007-10-22 Evan ChengFix memcpy lowering when addresses are 4-byte aligned...
2007-10-22 Dan GohmanThe #include <iterator> isn't needed in this header.
2007-10-22 Dan GohmanStrength reduction improvements.
2007-10-22 Dan GohmanFix the folding of multiplication into addresses on...
2007-10-22 Evan ChengUse ptr type in the immediate field of a BxA instructio...
2007-10-22 Evan ChengAdd missing paratheses.
2007-10-22 Duncan SandsSupport for expanding extending loads of integers with
2007-10-22 Dan GohmanMove the SCEV object factors from being static members...
2007-10-22 Duncan SandsFix up the logic for result expanding the various extension
2007-10-22 Evan ChengFix an unfolding bug.
2007-10-22 Evan Cheng- Only perform the unfolding optimization when the...
2007-10-22 Chris Lattneradd a mechanism for the JIT to invoke a function to...
2007-10-22 Chris Lattnerllvm-gcc3 is dead, along with it __main.
2007-10-21 Anton KorobeynikovReg2Mem cleanup and optimizations:
2007-10-21 Chris LattnerLoadLibraryPermanently doesn't throw.
2007-10-21 Chris LattnerAdd a convenience method for creating EE's.
2007-10-21 Dale JohannesenAllow for copysign having f80 second argument.
2007-10-20 Chris LattnerAdd promote operand support for [su]int_to_fp.
2007-10-20 Chris LattnerAdd result promotion of FP_TO_*INT, fixing CodeGen...
2007-10-20 Chris Lattnersimplify some code.
2007-10-20 Chris LattnerImplement promote and expand for operands of memcpy...
2007-10-20 Evan ChengAdded missing curly braces which renders the if clause...
2007-10-20 Dale JohannesenFix a few places vector operations were not getting
2007-10-19 Evan ChengResolve unfold tables ambiguity.
2007-10-19 Evan ChengLocal spiller optimization:
2007-10-19 Bill WendlingDon't branch fold inline asm statements.
2007-10-19 Duncan SandsAdd support for a few more nodes.
2007-10-19 Dale JohannesenRedo "last ppc long double fix" as Chris wants.
2007-10-19 Chris LattnerFix a really nasty vector miscompilation bill recently...
2007-10-19 Chris Lattnerrename ExpandOperation to ExpandOperationResult, as...
2007-10-19 Rafael Espindolasplit LowerMEMCPY into LowerMEMCPYCall and LowerMEMCPYI...
2007-10-19 Duncan SandsSupport for expanding ADDE and SUBE.
2007-10-19 Duncan SandsIf the value types are equal then this routine
2007-10-19 Rafael EspindolaAdd support for byval function whose argument is not...
2007-10-19 Chris LattnerImplement a few new operations.
2007-10-19 Chris LattnerImplement expansion of SINT_TO_FP and UINT_TO_FP operands.
2007-10-19 Chris Lattnerimplement support for custom expansion of any node...
2007-10-19 Chris Lattnercomment fixes
2007-10-19 Chris LattnerMake use of TLI.ExpandOperation, remove softfloat stuff.
2007-10-19 Chris Lattneradd expand support for bit_convert result, even allowin...
2007-10-19 Chris Lattneradd a new target hook.
2007-10-19 Chris LattnerAdd an easy microoptimization I noticed.
2007-10-19 Bill WendlingNegative indices aren't allowed here.
2007-10-19 Dale JohannesenMore ppcf128 issues (maybe the last)?
2007-10-18 Evan Cheng- Added getOpcodeAfterMemoryUnfold(). It doesn't unfold...
2007-10-18 Evan ChengUse SmallVectorImpl instead of SmallVector with hardcod...
2007-10-18 Devang PatelTry again.
2007-10-18 Owen AndersonAllow GVN to eliminate redundant calls to functions...
2007-10-18 Christopher LambFix a misnamed parameter.
2007-10-18 Christopher LambFix a typo
2007-10-18 Chris LattnerFix PR1735 and Transforms/DeadArgElim/2007-10-18-Vararg...
2007-10-18 Chris Lattnerthis doesn't need dynamic_cast.
2007-10-18 Chris LattnerReduce reliance on rtti info
2007-10-18 Chris Lattnerfix typo
2007-10-18 Chris LattnerThis requires rtti info because tblgen uses commandline,
2007-10-18 Gordon HenriksenWork around downrev gccs which do not inherit visibilit...
2007-10-18 Bill WendlingPointer arithmetic should be done with the index the...
2007-10-18 Duncan SandsSupport for ADDC/SUBC.
2007-10-18 Evan ChengReally fix PR1734. Carefully track which register uses...
2007-10-18 Chris Lattnerlegalizing the ret operation on f64 shouldn't introduce...
2007-10-18 Owen AndersonMove Split<...>() into DomTreeBase. This should make...
2007-10-17 Evan ChengReverting r43070 for now. It's causing llc test failures.
2007-10-17 Gordon HenriksenSwitching TargetMachineRegistry to use the new generic...
2007-10-17 Devang PatelDo not raise free() call that is called through invoke...
2007-10-17 Hartmut KaiserFixed linker errors (unresolved externals: split<>...
2007-10-17 Dan GohmanDefine a helper function ConstantVector::getSplatValue...
2007-10-17 Dan GohmanAdd support for ISD::SELECT in SplitVectorOp.
2007-10-17 Duncan SandsReturn Expand from getOperationAction for all extended
2007-10-17 Devang PatelApply "Instead of loading small c string constant,...
2007-10-17 Evan ChengApply Chris' suggestions.
2007-10-17 Chris LattnerChange fp to sint legalization on x86-32 to do 2 x i32
2007-10-17 Chris Lattnerfix some funny indentation, add comments.
2007-10-17 Evan ChengOne more extract_subreg coalescing bug fix.
2007-10-17 Evan ChengFix MergeValueInAsValue(). It allows overlapping live...
2007-10-17 Evan ChengClean up code that calculate MBB live-in's.
2007-10-17 Evan ChengClean up code that calculate MBB live-in's.
2007-10-17 Owen AndersonMove splitBlock into DomTreeBase from DomTree.
2007-10-16 Devang PatelUse immediate stores.
2007-10-16 Dale JohannesenDisable attempts to constant fold PPC f128.
2007-10-16 Evan ChengSome clean up.
2007-10-16 Owen AndersonTemplate DominatorTreeBase by node type. This is the...
2007-10-16 Evan ChengFix PR1734.
2007-10-16 Dale JohannesenCheck for invalid cc's in f80 select.
2007-10-16 Chris LattnerFix a bug handling frame references in ppc inline asm...
2007-10-16 Duncan SandsInitial infrastructure for arbitrary precision integer
2007-10-16 Duncan SandsFixes due to lack of type-safety for ValueType: (1...
2007-10-16 Arnold SchwaighoferCorrection to tail call optimization code. The new...
2007-10-16 Evan ChengCode clean up.
2007-10-16 Chris Lattnerimplement promotion of select and select_cc, allowing...
next