oota-llvm.git
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 ChengNew test case.
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-14 Gordon HenriksenFixing a typo. Found by Kevin André!
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 Lattnernew testcase
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 ChengFix test case.
2007-10-13 Evan ChengNew tests.
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 Dan GohmanFix this test to not depend on the assembly output...
2007-10-12 Devang PatelDest type is always i8 *. This allows some simplification.
2007-10-12 Devang Patelt
2007-10-12 Gordon HenriksenFix ocaml bindings for picky linkers. :)
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.
next