Make add_1 exit early if carry is 0.
[oota-llvm.git] / lib /
2007-02-18 Reid SpencerMake add_1 exit early if carry is 0.
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 getReservedRegs().
2007-02-17 Chris LattnerFix ixaddrs as well, allowing ppc64 to compile to:
2007-02-17 Chris LattnerCompile test/CodeGen/PowerPC/LargeAbsoluteAddr.ll to:
2007-02-17 Chris Lattnerprint target nodes nicely
2007-02-17 Chris LattnerImplement i/n/s constraints correctly. This fixes
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 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 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 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 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 Reid SpencerFor PR1195:
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 Chris LattnerImplement Function::getIntrinsicID without it needing...
2007-02-15 Chris LattnerAdd a new Value::getNameStr method, which is preferred...
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 Zhou ShengFix some buges:
2007-02-15 Evan ChengUse BitVector instead of vector<bool> which can be...
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 SpencerFixed packed structure breakage from earlier TargetData...
2007-02-14 Chris Lattnerfix a warning
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 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 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 Chris Lattnerrevert my previous switch lowering change, which miscom...
2007-02-13 Lauro Ramos VenancioAdd space between // and the comment.
2007-02-13 Lauro Ramos VenancioAdd ABI information to ARM subtarget.
2007-02-13 Lauro Ramos VenancioAdd a space between // and the comment.
2007-02-13 Lauro Ramos VenancioAccording to ARM EABI, 8-bytes function arguments must...
2007-02-13 Lauro Ramos VenancioAdd "original alignment" to function arguments flags.
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 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 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 LattnerAdd invokeinst and callinst ctors that don't take vectors.
2007-02-13 Chris Lattnerremove some dead methods.
2007-02-13 Chris Lattnerregenerate
2007-02-13 Chris Lattnereliminate use of methods that take vectors as args
2007-02-12 Chris Lattnerstop using methods that take vectors.
2007-02-12 Chris Lattnermore notes
2007-02-12 Chris Lattneradd a note
2007-02-12 Zhou Sheng1. Make APInt::shl work correctly and more efficiently.
2007-02-12 Chris Lattneravoid creating a temporary string when reading the...
2007-02-12 Chris LattnerAdd new setName accessor which doesn't require creating...
2007-02-12 Chris LattnerSwitch ValueSymbolTable to use StringMap<Value*> instea...
2007-02-11 Chris Lattnerregenerate
2007-02-11 Chris Lattneradd #include
2007-02-11 Chris LattnerAdd support for removing elements out of StringMap.
2007-02-11 Chris LattnerReplace the ugly FindValue method with STL-like find...
2007-02-11 Chris Lattnerfix uninitialized variable
2007-02-11 Chris Lattnerremove support for stringmap visitors now that iterator...
2007-02-11 Chris Lattneradd support for iterators.
2007-02-11 Chris Lattnersimplify code by using Value::takeName
2007-02-11 Chris LattnerSimplify code by using value::takename
2007-02-11 Chris Lattnersimplify name juggling through the use of Value::takeName.
2007-02-11 Chris Lattneradd an optimization for the case where the src has...
next