Missing 'public' keyword.
[oota-llvm.git] / lib /
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...
2007-10-15 Dan GohmanTeach IntrinsicLowering.cpp about the sin, cos, and...
2007-10-15 Evan ChengMake CalcLatency() non-recursive.
2007-10-15 Chris LattnerChange LowerFP_TO_SINT to create the specific code...
2007-10-15 Evan ChengLowerFP_TO_SINT must not create a stack object if it...
2007-10-15 Devang PatelAdd removeModuleProvider()
2007-10-15 Evan ChengFix PR1729: watch out for val# with no def.
2007-10-15 Chris LattnerMove CreateStackTemporary out to SelectionDAG
2007-10-15 Chris Lattneradd a new CreateStackTemporary helper method.
2007-10-15 Chris Lattnerimplement promotion of BR_CC operands, fixing bisort...
2007-10-15 Chris Lattnerupdates from duncan
2007-10-15 Devang PatelAchieve same result but use fewer lines of code.
2007-10-15 Neil BoothFast-track obviously over-large and over-small exponent...
2007-10-15 Duncan SandsFix some typos. Call getTypeToTransformTo rather than
2007-10-15 Chris LattnerOne mundane change: Change ReplaceAllUsesOfValueWith...
2007-10-15 Chris LattnerOne xform performed by LegalizeDAG is transformation...
2007-10-15 Chris Lattneravoid an APFloat copy.
2007-10-15 Chris LattnerAdd a (disabled by default) way to view the ID of a...
2007-10-15 Dale JohannesenHandle PPC long double in CBackend.
2007-10-14 Chris Lattnerremove misleading comment.
2007-10-14 Chris LattnerIf a target doesn't have HasMULHU or HasUMUL_LOHI,...
2007-10-14 Neil BoothConsolidate logic for creating NaNs. Silence compiler...
2007-10-14 Neil BoothWhether arithmetic is supported is a property of the...
2007-10-14 Neil BoothSeparate out parsing of decimal number. Use this to...
2007-10-14 Evan ChengUnbreak x86-64.
2007-10-14 Evan ChengWhen coalescing an EXTRACT_SUBREG and the dst register...
2007-10-14 Evan ChengRevert 42908 for now.
2007-10-14 Dale JohannesenFix type mismatch error in PPC Altivec (only causes
2007-10-14 Dale JohannesenDisable some compile-time optimizations on PPC
2007-10-13 Duncan SandsClarify that fastcc has a problem with nested function
2007-10-13 Chris LattnerEnhance the truncstore optimization code to handle...
2007-10-13 Chris LattnerAdd a simple optimization to simplify the input to
2007-10-13 Neil BoothIf the power of 5 is exact, and the reciprocal exact...
2007-10-13 Evan ChengLocal spiller optimization:
2007-10-13 Evan ChengChange unfoldMemoryOperand(). User is now responsible...
2007-10-13 Evan ChengOptionally create a MachineInstr without default implic...
2007-10-12 Arnold SchwaighoferCorrecting the corrections. Bad bad baaad emacs!
2007-10-12 Arnold SchwaighoferCorrected many typing errors. And removed 'nest' parame...
2007-10-12 Devang PatelDest type is always i8 *. This allows some simplification.
2007-10-12 Duncan SandsDue to the new tail call optimization, trampolines...
2007-10-12 Dale Johannesenppc long double. Implement fabs and fneg.
2007-10-12 Evan ChengUpdate.
2007-10-12 Chris LattnerFix a bug in my patch last night that broke InstCombine...
2007-10-12 Dale JohannesenImplement i64->ppcf128 conversions.
2007-10-12 Evan ChengDid mean to leave this in. INSERT_SUBREG isn't being...
2007-10-12 Neil BoothRemove duplicate comment.
2007-10-12 Neil BoothImplement correctly-rounded decimal->binary conversion...
2007-10-12 Neil BoothRemove a field that was never used.
2007-10-12 Neil BoothIf we're trying to be arbitrary precision, unsigned...
2007-10-12 Neil BoothDon't attempt to mask no bits
2007-10-12 Dan GohmanChange the names used for internal labels to use the...
2007-10-12 Dan GohmanFix some corner cases with vectors in copyToRegs and...
2007-10-12 Dan GohmanAdd support to SplitVectorOp for powi, where the second...
2007-10-12 Dan GohmanMark vector ctpop, cttz, and ctlz as Expand on x86.
2007-10-12 Dan GohmanMark vector pow, ctpop, cttz, and ctlz as Expand on...
2007-10-12 Evan ChengRestrict EXTRACT_SUBREG coalescing to avoid negative...
2007-10-12 Evan ChengEXTRACT_SUBREG coalescing support. The coalescer now...
2007-10-12 Evan ChengSome clean up.
2007-10-12 Evan ChengFold load / store into MOV32to32_ and MOV16to16_.
2007-10-12 Evan ChengFlag MOV32to32_ with EXTRACT_SUBREG. They should not...
2007-10-12 Gabor Greifeliminate warning
2007-10-12 Chris LattnerFix some 80 column violations.
2007-10-12 Dale JohannesenPPC long double. Implement a couple more conversions.
2007-10-12 Dan GohmanAdd intrinsics for sin, cos, and pow. These use llvm_an...
2007-10-11 Dan GohmanCodegen support for vector intrinsics.
2007-10-11 Dale JohannesenImplement ppc long double->uint conversion.
2007-10-11 Dan GohmanSet ISD::FPOW to Expand.
2007-10-11 Dan GohmanAdd runtime library names for pow.
next