oota-llvm.git
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.
2007-02-14 Reid SpencerFix a grammaro.
2007-02-14 Reid SpencerA few changes:
2007-02-14 Reid SpencerDrop a policy.
2007-02-14 Reid SpencerSome more minor tweaks.
2007-02-14 Reid SpencerFix word usage.
2007-02-14 Reid SpencerAdd a missing .
2007-02-14 Reid SpencerIncorporate Chris Lattner's second round of feedback.
2007-02-14 Chris Lattnerfix validation bug
2007-02-14 Chris Lattnernow that llvm-gcc3 is gone, life is significantly simpl...
2007-02-14 Chris Lattnerremove an obsolete question
2007-02-14 Chris Lattnerremove obsolete path
2007-02-14 Chris Lattnerfix a warning
2007-02-14 Chris Lattnerremove obsolete warning
2007-02-14 Chris LattnerThere is no circular dependency between llvm and llvm...
2007-02-14 Reid SpencerIncorporate Chris' first round of comments.
2007-02-14 Chris LattnerRefix CodeGen/Generic/switch-lower.ll. In contrast...
2007-02-14 Chris LattnerFrom Dan Gohman:
2007-02-14 Chris LattnerGeneralize TargetData strings, to support more interest...
2007-02-14 Reid SpencerUse brute-force algorithm for to_string. It doesn't...
2007-02-13 Chris Lattnersanity check for *basic* i128 arithmetic on all hosts.
2007-02-13 Chris Lattnerbetter support for i128.
2007-02-13 Chris Lattnerimplement expand of truncate. This allows truncates...
2007-02-13 Chris LattnerFix PR1198, by adding initial i128 support. Patch...
2007-02-13 Chris Lattnernew testcase, by Dan Gohman
2007-02-13 Andrew LenharthWell this isn't as ugly and it works better. At least...
2007-02-13 Reid SpencerMake some minor improvements to APInt:
2007-02-13 Chris Lattneradd a note
2007-02-13 Reid SpencerAdd missing closing parenthesis.
2007-02-13 Chris Lattnerrevert my previous switch lowering change, which miscom...
2007-02-13 Lauro Ramos... Add space between // and the comment.
2007-02-13 Lauro Ramos... Add ABI information to ARM subtarget.
2007-02-13 Lauro Ramos... Add a space between // and the comment.
2007-02-13 Lauro Ramos... Add comment about original function argument alignment.
2007-02-13 Reid SpencerFix tow grammaros that Bill Wendling noticed.
2007-02-13 Lauro Ramos... According to ARM EABI, 8-bytes function arguments must...
2007-02-13 Lauro Ramos... Add "original alignment" to function arguments flags.
2007-02-13 Reid SpencerFix a compilation error that caused the nightly test...
2007-02-13 Reid SpencerClean up spelling mistakes.
2007-02-13 Reid SpencerFix an HTML validation error.
2007-02-13 Reid SpencerMake the draft notice more prominent.
2007-02-13 Reid SpencerAdd DeveloperPolicy.html
2007-02-13 Reid SpencerFirst draft of the LLVM Developer Policy. This document...
2007-02-13 Chris LattnerSwitch UnaryOperators to default to passing names up...
2007-02-13 Chris Lattneradd a setName variant that takes a null-terminated...
2007-02-13 Chris LattnerUse a SmallVector to reduce heap traffic. This speeds...
2007-02-13 Chris Lattnerfix a critical bug in smallvector, where it would destr...
2007-02-13 Chris Lattnernow that we can pass ranges into CallInst ctors, elimin...
2007-02-13 Chris Lattnereliminate instruction ctors that take vectors.
2007-02-13 Chris Lattnereliminate vector-related ctors
2007-02-13 Chris Lattnereliminate use of vector-related ctors
2007-02-13 Chris Lattnerregenerate
2007-02-13 Chris Lattnerremove use of vector-related ctors
2007-02-13 Chris Lattnereliminate vector-related allocations
2007-02-13 Chris Lattnereliminate a bunch of vector-related heap traffic
2007-02-13 Chris Lattnereliminate use of vector ctors
2007-02-13 Chris LattnerEliminate use of ctors that take vectors.
2007-02-13 Chris Lattnerstop passing vector into ctors
2007-02-13 Evan ChengAllow any MachineBasicBlock (not just the entry block...
2007-02-13 Chris LattnerFix switch lowering to order cases in zext order, which...
2007-02-13 Chris Lattnernew testcase for PR1197
next