oota-llvm.git
2009-04-25 Bob WilsonChange LowerCallResult method so that CCValAssign:...
2009-04-24 Dale JohannesenFix PR 4057, a crash doing float->char const folding.
2009-04-24 Bob WilsonAdjust a comment to reflect what the code does. Splitt...
2009-04-24 Bob WilsonFix up some problems with getCopyToReg and getCopyFromR...
2009-04-24 Gabor GreifUse a bigger hammer to coerce subversion into english.
2009-04-24 David GreeneFix multiclass inheritance to limit value resolution...
2009-04-24 Bob WilsonRemove unnecessary references to f32 types. After...
2009-04-24 Rafael EspindolaAdd LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the...
2009-04-24 Sanjiv GuptaFixed spaces and the getelementpointer example with...
2009-04-24 Rafael EspindolaFix PR 4004 by including the call to __tls_get_addr...
2009-04-24 Rafael EspindolaRevert 69952. Causes testsuite failures on linux x86-64.
2009-04-24 Chris Lattnerfix a typo noticed by duncan
2009-04-24 Chris Lattner"I got annoyed at the compiler warnings from ConstantIn...
2009-04-24 Nate BegemanPR2957
2009-04-24 Dan GohmanInstead of requiring TLI.LowerCallTo to return an ISD...
2009-04-24 Sanjiv GuptaAllow i16 type indices to gep.
2009-04-23 Dan GohmanFactor out a bit of code that appears in several places...
2009-04-23 Dan GohmanHandle Void types in ComputeValueVTs. This doesn't...
2009-04-23 Dan GohmanFix spurious indentation in a comment.
2009-04-23 David GreeneFix a documentation bug.
2009-04-23 David GreeneMake BinOps typed and require a type specifier for...
2009-04-23 Evan ChengUpdate comments.
2009-04-23 Evan ChengFix an obvious type.
2009-04-23 Dan GohmanExplicitly pass -tailcallopt=false to these tests so...
2009-04-23 Dale JohannesenTestcase for 69795.
2009-04-23 Dan GohmanFix an error in this test.
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...
next