oota-llvm.git
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;
2009-04-17 Jim Grosbachremove trailing whitespace
2009-04-17 Bill WendlingRecommit r69335 and r69336. These were not causing...
2009-04-17 Bob WilsonMove the AddLiveIn function definition closer to its...
2009-04-17 Bob WilsonRearrange code to reduce indentation.
2009-04-17 Bob WilsonRename file to have the correct suffix.
2009-04-17 Bob WilsonClean up formatting, remove trailing whitespace, fix...
2009-04-17 Dan GohmanDelete an unused field.
2009-04-17 Bob WilsonUse CallConvLower.h and TableGen descriptions of the...
2009-04-17 Jim GrosbachUpdate information on canadian cross builds
2009-04-17 David GreeneUse a safer iterator interface and get rid of std C...
2009-04-17 David GreeneRegenerate configure.
2009-04-17 David GreeneAdd a --enable-profiling option to configure to build...
2009-04-17 Rafael EspindolaFor general dynamic TLS access we must use
2009-04-17 Bill WendlingRevert r69335 and r69336. They were causing build failures.
2009-04-17 Dan GohmanDon't create ConstantInts with pointer type. This fixes a
2009-04-17 Evan ChengTeach spiller to unfold instructions which modref spill...
2009-04-17 Dan GohmanMOV8rr_NOREX is a "Move" instruction. This doesn't...
2009-04-17 Dan GohmanDon't use MOV8rr_NOREX on x86-32. It doesn't actually...
2009-04-17 Chris LattnerFix some failures in targets on available_externally...
2009-04-16 Dan GohmanUse TargetData::getTypeSizeInBits instead of getPrimiti...
2009-04-16 Bob WilsonFix PR3994: LLVMMatchType arguments do not refer to...
2009-04-16 Chris Lattnermake sure to unlock keymgr if the JIT is created and...
2009-04-16 Bob WilsonAdd a comment to describe LLVMMatchType.
next