oota-llvm.git
2009-09-03 Erick TryzelaarReplace ocamlc tests with ocamlopt tests since they...
2009-09-03 Bill Wendling--- Reverse-merging r80908 into '.':
2009-09-03 Daniel DunbarAdd test for PR4873, which works for me.
2009-09-03 Dan GohmanLLVM currently represents floating-point negation as...
2009-09-03 David GoodwinDon't crash when target has no itineraries.
2009-09-03 Bill WendlingIf we've pushed registers onto the stack, but aren...
2009-09-03 Dan GohmanRemove the API for creating ConstantExprs with the...
2009-09-03 David GoodwinCreate our own block initializer for kill fixups as...
2009-09-03 David GoodwinCalls clobber FPSCR.
2009-09-03 Ted KremenekMake ImmutableMap/ImmutableSet quicker by only canonica...
2009-09-03 Daniel DunbarDisable some parts of the profiling-tool-chain test...
2009-09-03 Daniel DunbarRemove dead greps.
2009-09-03 Bob WilsonOverhaul the TwoAddressInstructionPass to simplify...
2009-09-03 Dan GohmanSmallvectorize switchExitBlocks.
2009-09-03 Devang PatelThere is not any need to copy metadata while merging...
2009-09-03 Dan GohmanRecognize more opportunities to use SSE min and max...
2009-09-03 Mon P WangTest cases for vector shifts changes r80935
2009-09-03 Mon P WangFixed a few problems with vector shifts
2009-09-03 Dan GohmanAdd a -disable-16bit flag and associated support for...
2009-09-03 Kevin EnderbyRemoved the non-target independent AsmToken::Register...
2009-09-03 Devang PatelUse WeakVH to hold dead mdnodes. Check use_empty()...
2009-09-03 Dan GohmanMake bugpoint use ParseIRFile instead of doing the...
2009-09-03 Dan GohmanAdd a verifyAnalysis to LoopInfo, LoopSimplify, and...
2009-09-03 Dan GohmanRemove some unnecessary -f options.
2009-09-03 Dan GohmanMove getUniqueExitBlocks from LoopBase to Loop, since...
2009-09-03 Dan GohmanUse IRReader.h in opt, to support reading of LLVM Assem...
2009-09-03 Dan GohmanChange PHINode::hasConstantValue to have a DominatorTre...
2009-09-03 Dan GohmanDon't try to verify a LoopPass analysis if the loop...
2009-09-03 Dan GohmanRemove references to expression "handles", which are...
2009-09-03 Benjamin KramerCppBackend: avoid printing unnecessary whitespace.
2009-09-03 Duncan SandsKeep track of how many memmove calls were turned into
2009-09-03 Andreas NeustifterFix build warning.
2009-09-03 Andreas NeustifterCode Cleanup.
2009-09-03 Daniel DunbarFilter out -fno-rtti from CXXFLAGS as well (in an expen...
2009-09-03 Andreas NeustifterCode Cleanup.
2009-09-03 Daniel DunbarReapply profiling tests.
2009-09-03 Daniel DunbarRemove undefined behavior when loading optimal edge...
2009-09-03 Chris Lattnerdon't call getOffset() on jump tables, this fixes three...
2009-09-03 Chris LattnerImplement support for X86II::MO_GOT_ABSOLUTE_ADDRESS...
2009-09-03 Evan ChengReference to hidden symbols do not have to go through...
2009-09-03 Nick LewyckyRemove VISIBILITY_HIDDEN from this file.
2009-09-03 Chris Lattnermerge all the basic linux/32 pic tests together into...
2009-09-03 Chris Lattnerrename test
2009-09-03 Chris Lattneruse a darwin triple
2009-09-03 Chris LattnerTAI -> MAI
2009-09-03 Chris Lattneradjust expected lines.
2009-09-03 Chris Lattnerimprove comments.
2009-09-03 Chris Lattnerfix MCSymbol printing to exactly match the normal mangl...
2009-09-03 Chris Lattnerremove extraneous hack.
2009-09-03 Daniel DunbarMake these functions static and local.
2009-09-03 Daniel DunbarTweak comment.
2009-09-03 Chris LattnerThread an MCAsmInfo pointer through the various MC...
2009-09-03 Chris Lattnerjust use dump()
2009-09-03 Chris Lattnerinline insertion operators.
2009-09-03 Chris LattnerIn C++, code is not allowed to call main. In C it...
2009-09-03 Chris Lattnermerge globaladdress symbol processing stuff into other...
2009-09-03 Evan ChengUnbreak x86_64 build.
2009-09-03 Chris LattnerSplit the "operand -> symbol" logic from the "get offse...
2009-09-03 Chris Lattnerimplement lowering support for constant pool index...
2009-09-03 Evan ChengX86JITInfo::getLazyResolverFunction() should not read...
2009-09-03 Ted KremenekSet the 'cached digest' flag after computing the digest...
2009-09-03 Chris Lattnerupdate test for alignment value in hex
2009-09-03 Chris Lattneroutput alignment value in hex so that we get:
2009-09-03 Chris Lattnersimplify this by using SmallString::str(), much nicer!
2009-09-03 Lang HamesFixed a test that ensures the LocalRewriter does not...
2009-09-03 Gabor Greifback out my recent commit (r80858), it seems to break...
2009-09-03 Devang PatelNow Bitcode reader bug is fixed. Reapply 80839.
2009-09-03 Devang PatelAdd new value for given index in MDValuePtrs.
2009-09-03 Daniel DunbarImprove llvm::getHostTriple for some cases where the...
2009-09-03 Gabor Greifre-commit r66920 (which has been backed out in r66953...
2009-09-03 Sean CallananAdded opaque 32-, 48-, and 80-bit memory operand types...
2009-09-02 Daniel DunbarShow derived host triple in --version.
2009-09-02 Shantonu SenImprove support for cross-hosted builds of LLVM.
2009-09-02 Douglas GregorUnbreak my CMake build. Say you'll link again.
2009-09-02 Devang PatelRevert 80839 for now. It causes test failures.
2009-09-02 Devang PatelUse CallbackVH, instead of WeakVH, to hold MDNode elements.
2009-09-02 Anton KorobeynikovMore missed vdup patterns
2009-09-02 Dan GohmanSwitch llc from ParseBitcodeFile to ParseIRFile. This...
2009-09-02 Dan GohmanAdd a comment noting the memory ownership rules.
2009-09-02 Dan GohmanAdd convenience functions for reading in LLVM IR that...
2009-09-02 Chris Lattnerswitch from std::string to SmallString + raw_svector_os...
2009-09-02 Chris Lattnersplit mcinst lowering stuff out to its own file.
2009-09-02 Dan GohmanFix the syntax of add/sub/mul nsw/nuw and sdiv exact.
2009-09-02 Dan GohmanAdd const qualifiers for isBitcodeWrapper, and add...
2009-09-02 Dan GohmanRefactor common code from ParseAssemblyString and Parse...
2009-09-02 Dan GohmanAdd const qualifiers to dominates' arguments.
2009-09-02 Andreas NeustifterRemoved temporarily because of breaking Darwin builds.
2009-09-02 Bob WilsonRearrange code to eliminate redundancy and avoid gotos.
2009-09-02 Nuno Lopesplug another leak in LLParser::PerFunctionState::SetIns...
2009-09-02 Andreas NeustifterChanged profiling-tool-chain.ll test to use optimal...
2009-09-02 Nuno Lopesplug memory leak in LLParser::PerFunctionState::SetInst...
2009-09-02 Andreas NeustifterSort edges in MaximumSpanningTree more stable in case...
2009-09-02 Andreas NeustifterChanged set of BlocksToInstrument to set of InsertedBlo...
2009-09-02 Andreas NeustifterCode cleanups and added comments.
2009-09-02 Torok EdwinOpaque types didn't work if llvm_is_multithreaded().
2009-09-02 Nuno Lopesset svn:ignore
2009-09-02 Torok EdwinFix DbgStopPointInst->getFileName/getDirectory, broken...
2009-09-02 Sandeep PatelRetype from unsigned to CallingConv::ID accordingly...
2009-09-02 Chris LattnerFix month.
2009-09-02 Chris Lattnerfix PR4815: some cases where DeleteDeadInstruction...
next