oota-llvm.git
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 Lattnerdon't use intptr_t without including it.
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 Chris LattnerMake this compute the correct offset, handling alignmen...
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 ChengDoh.
2007-10-12 Evan ChengEXTRACT_SUBREG test case.
2007-10-12 Evan ChengEXTRACT_SUBREG coalescing support. The coalescer now...
2007-10-12 Evan ChengSome clean up.
2007-10-12 Evan ChengCosmetic.
2007-10-12 Evan ChengFix typos.
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 Arnold SchwaighoferAdded missing -march=x86 flag.
2007-10-12 Gabor Greifeliminate warning
2007-10-12 Chris LattnerFix some 80 column violations.
2007-10-12 Chris Lattnertestcase for PR1728
2007-10-12 Chris Lattnermake operator== work with non-equal sized bitvectors...
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 Dan GohmanAdd an explicit target triple to make this test behave...
2007-10-11 Ted KremenekProvided accessors to internal allocator for ImutAVLTre...
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 Arnold SchwaighoferAdding myself
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-11 Chris Lattnermake bitvector &= do the right thing if vectors have...
2007-10-11 Chris LattnerAdd a new use_iterator::atEnd() method, which allows...
2007-10-11 Ted KremenekAdded iterators to ImmutableSet.
2007-10-10 Ted KremenekAdded some doxygen comments to ImmutableSet.
2007-10-10 Ted KremenekRemoved uninformative assertions that catch problems...
2007-10-10 Ted KremenekRemoved "height" of an AVL tree node from its Profile...
2007-10-10 Ted KremenekRemoved spurious forward declaration to a structure...
2007-10-10 Ted KremenekAdded some doxygen comments to a few methods of ImutAVL...
2007-10-10 Hartmut KaiserUpdated VC++ build system.
2007-10-10 Ted KremenekAdded preliminary support for iterators in ImutAVLTree.
2007-10-10 Chris LattnerFix CodeGen/Generic/BasicInstrs.llx on sparc by marking...
2007-10-10 Ted KremenekRenamed internal method "Create" of ImutAVLTree to...
2007-10-10 Duncan SandsCorrect swapped arguments to getConstant.
2007-10-10 Bill WendlingFix 80-column violations
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 Ted KremenekModified XCode project to contain...
2007-10-09 Chris LattnerAdd new MemoryBuffer::getMemBufferCopy method.
2007-10-09 Devang PatelFix indentation.
2007-10-09 Ted KremenekAdded implementation of immutable (functional) maps...
2007-10-09 Devang PatelDo not walk invalid iterator.
2007-10-09 Devang PatelAdd LLVMFoldingBuilder
2007-10-09 Dan GohmanRemove an unnecessary friend declaration.
2007-10-09 Chris Lattnerupdate prototype, fixing build error
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 Dan GohmanThese two tests now require only two multiply instructions,
2007-10-09 Evan ChengUnder 64-bit mode use LEA64_32r instead of LEA64r to...
2007-10-09 Chris LattnerFix problems where DenseMap used operator!= instead...
2007-10-09 Chris LattnerChange a #include into a forward declaration
2007-10-09 Bruno Cardoso... Position Independent Code (PIC) support [3]
2007-10-09 Bruno Cardoso... Position Independent Code (PIC) support [2]
2007-10-09 Bruno Cardoso... Position Independent Code (PIC) support [1]
2007-10-08 Evan ChengUpdate test.
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 GohmanMark the prefetch intrinsic as IntrWriteArgMem, instead...
2007-10-08 Dan GohmanThese two tests now require only three multiply instruc...
2007-10-08 Chris LattnerVarious improvements to the documentation, contributed by
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 ChengLLVM does not use the old style simple isel any more.
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...
next