oota-llvm.git
2007-02-18 Chris Lattnerfix comment
2007-02-18 Chris Lattnersimplify pass, delete dead gvar protos as well.
2007-02-18 Reid SpencerRemove broken links to gccas and gccld.
2007-02-18 Reid Spencer1. Use APINT_WORD_SIZE instead of sizeof(uint64_t)
2007-02-18 Reid Spencer1. "unsigned" -> "uint32_t" to gaurantee its bit width...
2007-02-18 Reid Spencer1. Remove dead code (lshift function).
2007-02-18 Reid SpencerMake add_1 exit early if carry is 0.
2007-02-18 Chris Lattneravoid collision with /usr/bin/sample if this ever gets...
2007-02-18 Reid SpencerImplement signed output for toString.
2007-02-17 Chris Lattnertemporarily revert Devang's most recent patch, which...
2007-02-17 Reid SpencerFix some bugs in division logic.
2007-02-17 Evan Cheng- Changes how function livein's are handled, they now...
2007-02-17 Evan ChengDo not add livein's to entry MBB twice.
2007-02-17 Evan ChengAdded removeLiveIn.
2007-02-17 Evan ChengAdded findRegisterDefOperand().
2007-02-17 Evan Cheng- Use MRegister::regsOverlap().
2007-02-17 Evan ChengAdded removeLiveIn and more livein iterators.
2007-02-17 Evan ChengAllow LiveVariables to track liveness of more registers.
2007-02-17 Evan ChengAdded getReservedRegs().
2007-02-17 Evan Cheng- Added regsOverlap() to test if two registers overlap...
2007-02-17 Chris LattnerFix ixaddrs as well, allowing ppc64 to compile to:
2007-02-17 Chris Lattnernew test
2007-02-17 Chris LattnerCompile test/CodeGen/PowerPC/LargeAbsoluteAddr.ll to:
2007-02-17 Chris LattnerTest that large absolute addresses are properly folded...
2007-02-17 Chris Lattnerprint target nodes nicely
2007-02-17 Chris LattnerImplement i/n/s constraints correctly. This fixes
2007-02-17 Chris Lattnernew testcase that crashes llc
2007-02-17 Chris Lattnertestcase for PR1170
2007-02-17 Chris Lattnernew testcase for -fwritable-strings
2007-02-17 Devang PatelUse inverted map to speedup collectLastUses().
2007-02-17 Reid SpencerMove static functions closer to their usage.
2007-02-17 Reid SpencerClean up the divide and remainder logic a bit (exit...
2007-02-17 Chris Lattnernew testcase
2007-02-17 Dale Johannesenadding PR 1200 comment by request
2007-02-17 Dale JohannesenFixes PR 1200
2007-02-17 Chris LattnerDo not dereference invalid ranges. Generalize targetda...
2007-02-17 Reid SpencerFix bugs introduced by constructor parameter order...
2007-02-16 Chris LattnerFix CodeGen/PowerPC/2007-02-16-AlignPacked.ll
2007-02-16 Chris Lattnertestcase for recent targetdata regression
2007-02-16 Reid SpencerRemove an unnecessary predicate.
2007-02-16 Reid SpencerReview changes:
2007-02-16 Chris Lattnersimplify some code, ensure that packed structures get...
2007-02-16 Chris Lattnerfix incorrect encoding of vminsw.
2007-02-16 Reid SpencerRegenerate for getrlimit/setrlimit.
2007-02-16 Anton KorobeynikovAdd possibility to set memory limit for binaries run...
2007-02-16 Evan ChengPrint <dead> def operands.
2007-02-16 Evan ChengAdd live-ins to every BB.
2007-02-16 Reid SpencerAdd missing break statements!
2007-02-16 Chris Lattnerupdate symtab section to reflect recent changes.
2007-02-16 Andrew Lenharthfix build
2007-02-16 Andrew LenharthThis was done recently
2007-02-16 Dale Johannesentest commit (blank line)
2007-02-15 Chris Lattnermake mayWriteToMemory a non-virtual function
2007-02-15 Chris Lattnerconvert more vectors to smallvectors, 2.8% speedup
2007-02-15 Chris Lattnerchange some vectors to smallvectors. This speeds up...
2007-02-15 Evan ChengUpdate
2007-02-15 Reid SpencerFor PR1195:
2007-02-15 Dan GohmanAdd myself to the credits.
2007-02-15 Evan ChengProper fix for the off-by-one bug in clear_unused_bits().
2007-02-15 Reid SpencerUpdate this test to compile properly and check against...
2007-02-15 Reid SpencerFix an off-by-one bug in computing the index of the...
2007-02-15 Reid SpencerMake sure Capacity gets initialized too.
2007-02-15 Chris Lattnerrewrite Value::takeName to take advantage of the new...
2007-02-15 Chris Lattnerswitch an std::set to a SmallPtr set, this speeds up...
2007-02-15 Evan ChengMissing a ;
2007-02-15 Chris Lattnerthe lengths of the strings are known, just use memcmp
2007-02-15 Evan ChengBitVector::reference operator=(const reference& rhs...
2007-02-15 Evan ChengRemove unnecessary checks.
2007-02-15 Chris LattnerImplement Function::getIntrinsicID without it needing...
2007-02-15 Evan Chengoperator== returns false when two bitvectors have diffe...
2007-02-15 Evan ChengMerges two resize() variants.
2007-02-15 Evan ChengClear no longer deleting the bits to avoid mallocs.
2007-02-15 Evan ChengBitVector::count() bugs.
2007-02-15 Evan ChengEliminate a redundent ctor; eliminate one more potentia...
2007-02-15 Evan Cheng1 -> 1L since BitWord has type unsigned long.
2007-02-15 Evan ChengEliminate new[0], just set Bits to NULL.
2007-02-15 Chris LattnerAdd a new Value::getNameStr method, which is preferred...
2007-02-15 Evan ChengInverted the condition by accident.
2007-02-15 Reid SpencerFor PR1202:
2007-02-15 Chris Lattnerfix indentation
2007-02-15 Chris LattnerApply B Scott Michel's patch for PR1184, which improves...
2007-02-15 Evan ChengBug fixes: assignment operator forgot to copy over...
2007-02-15 Zhou ShengFix some buges:
2007-02-15 Evan ChengUse BitVector instead of vector<bool> which can be...
2007-02-15 Evan ChengAdd a BitVector class.
2007-02-15 Reid SpencerFor PR1195:
2007-02-15 Reid SpencerFor PR1195:
2007-02-15 Reid SpencerChange an assert that mentions Packed Type -> Vector...
2007-02-15 Reid SpencerFor PR1195:
2007-02-15 Reid SpencerFor PR1195:
2007-02-15 Evan ChengisPhysRegUsed should be const.
2007-02-15 Evan ChengShould pass isKill and isDead to addRegOperand() as...
2007-02-15 Reid SpencerFor PR1195:
2007-02-15 Reid SpencerFixed packed structure breakage from earlier TargetData...
2007-02-15 Reid SpencerFix validation errors.
2007-02-15 Chris Lattnerupdate to new t-d strings.
2007-02-14 Reid SpencerFix a typo.
2007-02-14 Reid SpencerAdd feedback from Vikram Adve.
2007-02-14 Reid SpencerSynchronize TOC headings with actual headings.
2007-02-14 Reid SpencerFix the table of contents to match the document body.
next