oota-llvm.git
2009-04-01 Misha Brukman* Fixed spelling of `invertible'
2009-03-31 Douglas GregorAllow the use of pointers to const within PointerUnion.
2009-03-31 Chris Lattneradd a converting operator
2009-03-31 Chris Lattnerreimplement BitcodeReaderValueList in terms of WeakVH...
2009-03-31 Chris LattnerMake the key of ValueRankMap an AssertingVH, so that...
2009-03-31 Chris LattnerAdd two new classes: WeakVH and AssertingVH. These...
2009-03-31 Chris Lattnerteach PointerLikeTypeTraits that all pointers to pointe...
2009-03-31 Chris Lattneradd some accessors so I can play games with DenseMaps.
2009-03-31 Evan ChengThrottle back "fold select into operand" transformation...
2009-03-31 Evan ChengFully general expansion of integer shift of any size.
2009-03-31 Evan Chengi128 shift libcalls are not available on x86.
2009-03-31 Dan GohmanReapply 68073, with fixes. EH Landing-pad basic blocks...
2009-03-31 Mikhail GlushenkovDo not pass '-relocation-model=pic' to llc.
2009-03-31 Douglas GregorStop guessing, start thinking, and make PointerUnion3...
2009-03-31 Dan GohmanAdd an explicit -asm-verbose to these tests, to make it
2009-03-31 Devang PatelUpdate call graph after inlining invoke.
2009-03-31 Daniel DunbarAdd llvm::sys::getHostTriple and remove
2009-03-31 Dan GohmanMinor top-level comment fix.
2009-03-31 Dan GohmanTidy up some comments.
2009-03-31 Dan GohmanAdd a comment.
2009-03-31 Rafael Espindolaremove unused arguments.
2009-03-31 Bill WendlingReally temporarily revert r68073.
2009-03-31 Bill WendlingOy! When reverting r68073, I added in experimental...
2009-03-31 Owen AndersonRemove the "fast" cases for spill and restore point...
2009-03-31 Bill WendlingRevert r68073. It's causing a failure in the Apple...
2009-03-31 Chris Lattnershrink subclassid, liberating some bits for future...
2009-03-31 Dan GohmanFix live-out reg logic to not insert over-aggressive...
2009-03-31 Evan ChengX86 address mode isel tweak. If the base of the address...
2009-03-31 Douglas GregorReally, really fix PointerUnion3::is
2009-03-30 Dan GohmanExcept in asm-verbose mode, avoid printing labels for...
2009-03-30 Devang PatelLoop Index Split can eliminate a loop if it can determi...
2009-03-30 Douglas GregorMake PointerUnion3::get work properly
2009-03-30 Evan ChengWhen optimzing a mul by immediate into two, the resulti...
2009-03-30 Evan ChengTurn a 2-address instruction into a 3-address one when...
2009-03-30 Chris Lattnerupdate comment.
2009-03-30 Bill WendlingBalance out quote in debug output.
2009-03-30 Bill WendlingFix grammar-o in comment.
2009-03-30 Chris Lattneradd a PointerUnion3 class and generalize PointerUnion...
2009-03-30 Chris Lattnerfix the PointerLikeTypeTraits specialization for Pointe...
2009-03-30 Dan GohmanConstify arguments in isSuccessor and isLayoutSuccessor.
2009-03-30 Dan GohmanUpdate the polygen grammer to reflect that zext and...
2009-03-30 John Mosbydocs/TestingGuide.html: correction to prev. text (objdi...
2009-03-30 Bob WilsonFix comment to match function name.
2009-03-30 Devang PatelgetEntryFor() may invalidate DenseMap iterator.
2009-03-30 Mike StumpAdd ccc back for now.
2009-03-30 Anton KorobeynikovClearify local/global relocations wording
2009-03-30 Anton KorobeynikovFix thinko: put stuff with both global and local reloca...
2009-03-30 Anton KorobeynikovTweak test for recent relro stuff
2009-03-30 Anton KorobeynikovFix infinite looping
2009-03-30 Anton KorobeynikovProperly propagate Kind.
2009-03-30 Anton KorobeynikovDo not propagate ELF-specific stuff (data.rel) into...
2009-03-30 Anton KorobeynikovAdd data.rel stuff
2009-03-30 Chris Lattnerfix some validation problems.
2009-03-30 Evan ChengForgot this test.
2009-03-30 John MosbyClarify section on setting up and running test-suite
2009-03-29 Misha BrukmanUpdated the comment for isArithmeticShift() to match...
2009-03-29 Bill WendlingConstify check. This fixes PR3900.
2009-03-29 Anton KorobeynikovTestcase for recent ro/relocs stuff
2009-03-29 Anton KorobeynikovIA64 is as weird as Alpha wrt r/o relocs :)
2009-03-29 Anton KorobeynikovAlpha always requires global relocations to be r/w...
2009-03-29 Anton KorobeynikovHonour relocation behaviour stuff for ro objects
2009-03-29 Anton KorobeynikovExtend the relocation tracker handler, so we can filter...
2009-03-29 Duncan SandsFix PR3899: add support for extracting floats from...
2009-03-29 Chris Lattneradd missing space.
2009-03-29 Chris Lattneradd some comments, add a dyn_cast method.
2009-03-29 Chris LattnerWhen forming sentinels for empty/tombstone, make sure...
2009-03-29 Chris Lattneradd helper method.
2009-03-29 Chris LattnerAdd a simple type-safe bit-mangling pointer union class...
2009-03-29 Chris LattnerAllow a specific PointerIntPair instance to use a speci...
2009-03-29 Chris LattnerAdd a PointerLikeTypeTraits specialization for uintptr_t
2009-03-29 Chris LattnerValue* only has 2 bits free as well.
2009-03-29 Chris LattnerReplace the PointerLikeTypeTraits::getNumLowBitsAvailable
2009-03-29 Chris Lattnerrename PointerLikeTypeInto to PointerLikeTypeTraits...
2009-03-29 Chris Lattnernow that you can put a PointerIntPair in a SmallPtrSet...
2009-03-29 Chris Lattnerteach SmallPtrSet that PointerIntPair is "basically...
2009-03-28 Chris Lattneradd a note
2009-03-28 Rafael EspindolaUse array_lengthof
2009-03-28 Rafael EspindolaHave only one definition of X86AddrNumOperands.
2009-03-28 Rafael EspindolaMake code a bit less brittle by no hardcoding the number
2009-03-28 Arnold SchwaighoferMake check in CheckTailCallReturnConstraints for ignora...
2009-03-28 Bill WendlingUpdate the Visual Studio docs. Patch by Stefanus!
2009-03-28 Arnold SchwaighoferEnable tail call optimization for functions that return...
2009-03-28 Chris Lattnerdeclare everything as class to avoid angering the VC...
2009-03-28 Chris Lattneradd a traits class for SmallPtrSet that allows us to...
2009-03-28 Evan ChengOptimize some 64-bit multiplication by constants into...
2009-03-28 Chris Lattnermove a large method out of line.
2009-03-27 Dan GohmanFix what surely must be a copy+pasto.
2009-03-27 Dan GohmanInitialize LiveOutInfo's APInt members to zero, as...
2009-03-27 Jim Grosbachremove trailing whitespace
2009-03-27 Gabor Greif"ghostify" the ilist<Function> sentinel
2009-03-27 Mike StumpAllow invertable -xno- style optins as well.
2009-03-27 Dan GohmanRevert r67844. This fixes the llvm-gcc-4.2 build on...
2009-03-27 Julien LerougeFix build on MacOS 10.4 systems (suggested by Mike...
2009-03-27 Dan GohmanFix this test so that it doesn't spuriously fail due...
2009-03-27 Rafael EspindolaAvoid hardcoding that X86 addresses have 4 operands.
2009-03-27 Rafael EspindolaUse less hard coded constants to make the code less...
2009-03-27 Duncan SandsReapply r66415, which was reverted in r66426 for
2009-03-27 Rafael EspindolaI am trying to add a segment to the X86 addresses match...
2009-03-27 Duncan SandsRevert r67798: it breaks llvm-gcc bootstrap on x86...
2009-03-27 Mikhail GlushenkovDocumentation update.
next