oota-llvm.git
2009-04-23 Dan GohmanChange SCEVExpander's expandCodeFor to provide more...
2009-04-23 Sanjiv GuptaBanksel immediate constant will always immediately...
2009-04-23 Nick LewyckySimplify trunc(extend(x)) in SCEVs, just for completene...
2009-04-23 Owen AndersonTestcase for PR3909.
2009-04-23 Owen AndersonTestcase for PR2639.
2009-04-23 Owen AndersonTestcase for PR2537.
2009-04-23 Owen AndersonFix typo.
2009-04-23 Owen AndersonTestcase for PR3085.
2009-04-23 Owen AndersonAdd testcase from PR3086.
2009-04-23 Dan GohmanAdd support for printing MO_ExternalSymbol operands in
2009-04-23 Dan GohmanAdd more ulimit limits, to catch more kinds of runaway...
2009-04-23 Owen AndersonUse the testcase from PR2791.
2009-04-22 Evan ChengMake sure both operands have binary instructions have...
2009-04-22 Evan ChengA few more places where the check of use_empty is needed.
2009-04-22 Evan ChengAvoid deferencing use_begin() if value does not have...
2009-04-22 David GreeneAllow defm to inherit from multiple multiclasses.
2009-04-22 David GreeneImplement !nameconcat to concatenate strings and look...
2009-04-22 Duncan SandsTestcase for PR2958.
2009-04-22 Devang PatelFix cut-n-pasto.
2009-04-22 David GreeneImplement multiclass inheritance.
2009-04-22 Dan GohmanSimplify trivial cast-of-cast SCEVs.
2009-04-22 Dan GohmanSCEVExpander's InsertCastOfTo knows how to move existin...
2009-04-22 Dan GohmanUse BasicBlock::iterator instead of Instruction* for...
2009-04-22 Dan GohmanMake SCEVExpanders private methods private, instead...
2009-04-22 Dan GohmanUse CloneModule's ValueMap in more places, instead...
2009-04-22 Dan GohmanISD::ADD_PARTS is gone; use ISD::SMUL_LOHI as an exampl...
2009-04-22 Sanjiv GuptaMake the function begin label start after ther data...
2009-04-22 Duncan SandsThese tests are x86 specific.
2009-04-22 Owen AndersonReal fix for PR3549, by using caching for predecessor...
2009-04-22 Owen AndersonAdd caching of predecessor counts as well as predecesso...
2009-04-22 Owen AndersonUse PredIteratorCache in LCSSA, which gives a 37% overa...
2009-04-22 Owen AndersonFix for PR3946, in which SmallVector could behave stran...
2009-04-21 Chris Lattneruse predicate instead of hand-rolled loop
2009-04-21 Dan GohmanDe-pImpl-ify ScalarEvolution. The pImpl pattern doesn...
2009-04-21 Evan ChengIt has finally happened. Spiller is now using live...
2009-04-21 Dan GohmanWhen turning (ashr(shl(x, n), n)) into sext(trunc(x...
2009-04-21 Mikhail GlushenkovSupport --with-llvmgccdir and friends in llvmc, take 2.
2009-04-21 Devang PatelTest case for revision 69683.
2009-04-21 Chris Lattnerfix a crash on a pointless but valid zero-length memset...
2009-04-21 Anton KorobeynikovSilence warnings.
2009-04-21 Anton KorobeynikovDrop obsolete reference to __eprintf.
2009-04-21 Anton Korobeynikov'The "or die" is intended to catch the case where nm...
2009-04-21 Duncan SandsGet rid of what looks like a copy-and-pasted typo.
2009-04-21 Rafael EspindolaTLS_addr64 and TLS_addr32 define RDI and EAX. They...
2009-04-21 Sanjiv GuptaHandle direct aggregate type arguments.
2009-04-21 Dan GohmanTeach ScalarEvolution how to recognize zext-inreg and...
2009-04-21 Dan GohmanThis FIXME is fixed, now that SCEV understands pointers.
2009-04-21 Dan GohmanFactor out a common base class from SCEVTruncateExpr...
2009-04-21 Dan GohmanUsage getAnalysisToUpdate for TargetData, per PR760.
2009-04-21 Dan GohmanIntroduce encapsulation for ScalarEvolution's TargetDat...
2009-04-21 Dan GohmanMove some assertion checks so they can do more complete...
2009-04-21 Dan GohmanConvert ScalarEvolution to use raw_ostream instead...
2009-04-21 Devang PatelFix Visual Studio 2008 build failure.
2009-04-20 Dan GohmanMake X86's copyRegToReg able to handle copies to and...
2009-04-20 Dan GohmanSimplify this code. getConstant knows how to make
2009-04-20 Evan ChengNo, we are not avoiding -O3, just -fstrict-aliasing.
2009-04-20 Dale JohannesenAdjust loop size estimate for full unrolling;
2009-04-20 Evan ChengOne Mac OS X, just build with -O3 but without -fstrict...
2009-04-20 Daniel DunbarMake Unix.h:MakeErrMsg separate the prefix and errno...
2009-04-20 Daniel DunbarRemove unused variable.
2009-04-20 Bob WilsonMove duplicated AddLiveIn function from X86 and ARM...
2009-04-20 Devang PatelMatch C backend only if it explicitly requested.
2009-04-20 Tanya LattnerRemove clang since its conditionally there already.
2009-04-20 Bob WilsonRevise my previous change 68996 as suggested by Duncan.
2009-04-20 Evan Cheng- Remove an arbitrary spill weight tweak that should...
2009-04-20 Sanjiv GuptaEmit the auto variables of a function into a different...
2009-04-20 Dan GohmanIt's not necessary for PrintModulePass to flush the...
2009-04-20 Dan GohmanUse .empty() instead of .size().
2009-04-20 Dan GohmanDon't discard an AssemblyAnnotationWriter when writing...
2009-04-20 Duncan SandsThese bitfields were being miscompiled on some
2009-04-20 Dan GohmanImplement operator<<(raw_ostream &OS, const Type &T).
2009-04-20 Evan ChengAdded a linearscan register allocation optimization...
2009-04-20 Douglas GregorMake all raw_ostreams support the tell() function.
2009-04-20 Sanjiv GuptaBefore trying to introduce/eliminate cast/ext/trunc...
2009-04-19 Nick LewyckyUse an AssertingVH to detect the case where the Functio...
2009-04-19 Nick LewyckyFix missing text in doxygen documentation.
2009-04-19 Duncan SandsNow that BUILD_VECTOR operands are allowed to be
2009-04-19 Duncan SandsRemove the SimpleTy enumerated type field from the MVT
2009-04-19 Mikhail GlushenkovAdd some assertions.
2009-04-18 Bill WendlingRevert 69474 and 69475. They are causing failures durin...
2009-04-18 Mikhail GlushenkovReconfigure.
2009-04-18 Mikhail GlushenkovAdd a configure check for llvm-gcc (reapply).
2009-04-18 Chris Lattnertestcase for PR3898
2009-04-18 Chris LattnerFix PR3898, which manifests as failures on are an Xcore,
2009-04-18 Duncan SandsDon't try to make BUILD_VECTOR operands have the same
2009-04-18 Nick LewyckyGeneralize to support more ARM types.
2009-04-18 Dan GohmanAdd a ScalarEvolution::getCouldNotCompute() function...
2009-04-18 Dan GohmanMore const qualifiers.
2009-04-18 Dan GohmanUse more const qualifiers with SCEV interfaces.
2009-04-18 Nick LewyckyRegenerate.
2009-04-18 Nick LewyckyDetect beagleboard as ARM. The $target is "armv7l".
2009-04-18 Duncan SandsMake it clearer that llvm-gcc is not needed for
2009-04-18 Bill WendlingTemporarily revert r69438 and r69439. These were causin...
2009-04-18 Mikhail GlushenkovRegenerate.
2009-04-18 Mikhail GlushenkovAdd a configure check for llvm-gcc.
2009-04-18 Evan ChengAdd a new LiveInterval::overlaps(). It checks if the...
2009-04-18 Mon P WangFixed a few 64 bit cases in X86InstrInfo::commuteInstr...
2009-04-18 Dale JohannesenAdjust XFAIL syntax, maybe that will help. The other
2009-04-18 Dale Johannesenpatch 69408 breaks this by removing the opportunity
2009-04-18 Dale JohannesenInline asm's were still introducing bogus dependencies;
next