updates from duncan
[oota-llvm.git] / lib /
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.
2007-10-11 Dan GohmanAdd an ISD::FPOW node type.
2007-10-11 Dale JohannesenAdd missing argument to PALIGNR
2007-10-11 Gabor GreifFix an assertion abort on sparc. malloc(0) is allowed to
2007-10-11 Arnold SchwaighoferAdded tail call optimization to the x86 back end. It...
2007-10-11 Dale JohannesenNext PPC long double bits. First cut at constants.
2007-10-11 Devang PatelLower memcpy if it makes sense.
2007-10-10 Chris LattnerFix CodeGen/Generic/BasicInstrs.llx on sparc by marking...
2007-10-10 Duncan SandsCorrect swapped arguments to getConstant.
2007-10-10 Dale JohannesenNext PPC long double bits: ppcf128->i32 conversion.
2007-10-10 Evan ChengBad choice of variable name.
2007-10-09 Evan ChengFix an extremely stupid bug that prevented first round...
2007-10-09 Chris LattnerAdd new MemoryBuffer::getMemBufferCopy method.
2007-10-09 Devang PatelDo not walk invalid iterator.
2007-10-09 Dan GohmanPass argc by value, not by reference, since it isn...
2007-10-09 Dan GohmanLowerIntegerDivOrRem no longer exists.
2007-10-09 Dan GohmanFix grammar in a comment.
2007-10-09 Dan GohmanThis is done.
2007-10-09 Evan ChengUnder 64-bit mode use LEA64_32r instead of LEA64r to...
2007-10-09 Chris LattnerChange a #include into a forward declaration
2007-10-09 Bruno Cardoso LopesPosition Independent Code (PIC) support [3]
2007-10-09 Bruno Cardoso LopesPosition Independent Code (PIC) support [2]
2007-10-09 Bruno Cardoso LopesPosition Independent Code (PIC) support [1]
2007-10-08 Evan ChengBug fix. X86 was emitting redundant setcc and test...
2007-10-08 Dan GohmanCall getFunctionNumber() instead of referencing Functio...
2007-10-08 Dan GohmanMigrate X86 and ARM from using X86ISD::{,I}DIV and...
2007-10-08 Evan ChengAllow x86 compare to be commutable by default.
2007-10-08 Gordon HenriksenC and Objective Caml bindings for PHINode::addIncoming...
2007-10-08 Dan GohmanDAGCombiner support for UDIVREM/SDIVREM and UMUL_LOHI...
2007-10-08 Evan ChengRemove debugging printf to get build going on x86-64.
2007-10-08 Dan GohmanWhen we start enabling SMUL_LOHI/UMUL_LOHI or SDIVREM...
2007-10-08 Dan GohmanAdd convenience overloads of SelectionDAG::getNode...
2007-10-08 Dan GohmanMove the space in overview output for commands out...
2007-10-08 Dan GohmanSimplify getIntPtrType, allowing it to work for arbitra...
2007-10-08 Dan GohmanUse correct parentheses with the '&& "..."' idiom in...
2007-10-08 Dan GohmanIn -debug mode, dump SelectionDAGs both before and...
2007-10-08 Dan GohmanAdd explicit keywords.
2007-10-08 Neil BoothUse APInt::tcExtract. It's cleaner, and works :)
2007-10-08 Neil BoothAdd a new function tcExtract for extracting a bignum...
2007-10-08 Owen AndersonBegin the process of allowing DomTree on MBB's. Step...
2007-10-08 Evan ChengKill cycle of an live range is always the last use...
2007-10-08 Gordon HenriksenC and Objective Caml bindings for getFunction and getNa...
2007-10-07 Chris Lattnerdisable this entirely: it is causing use of invalidated...
next