oota-llvm.git
2009-09-05 Jeffrey YasskinTeach googletest to use raw_ostream instead of just...
2009-09-05 Daniel DunbarQuote another '%S' in a test.
2009-09-05 Daniel DunbarRename %S metavar to %M (clang uses %S for the basename...
2009-09-05 Daniel DunbarTemporary test files should use %t.
2009-09-05 Daniel DunbarDon't depend on arch specific global prefix.
2009-09-05 Daniel DunbarEliminate uses of %prcontext.
2009-09-05 Daniel Dunbaropt: Add -S option to print output as LLVM assembly.
2009-09-05 Daniel DunbarEliminate some Tclisms.
2009-09-05 Benjamin KramerDelete unused #include.
2009-09-05 Bob WilsonStabilize the order of live intervals in the priority_q...
2009-09-05 Devang PatelDetect VLAs.
2009-09-04 Devang PatelIgnore malformed global variable debug info.
2009-09-04 Benjamin KramerPrune #includes.
2009-09-04 Benjamin KramerRemove an unneeded call to c_str().
2009-09-04 Kevin EnderbyAdded AsmToken enum constants to MCAsmLexer.h for ...
2009-09-04 Kevin EnderbyAdded the AsmToken::Hash enum constant to MCAsmLexer...
2009-09-04 Devang PatelWhile replacing an MDNode elment, properly update MDNod...
2009-09-04 Andreas NeustifterPrevent warnings on compilers for which its not clear...
2009-09-04 Lang HamesRemoved yet another std::ostream reference.
2009-09-04 Lang HamesRemoved some junk and a std::ostream operator that...
2009-09-04 Lang HamesReplaces uses of unsigned for indexes in LiveInterval...
2009-09-04 Dale JohannesenTest for llvm-gcc commit 81037.
2009-09-04 Andreas NeustifterUpdated tests to use ProfileVerifer to test ProfileLoad...
2009-09-04 Andreas NeustifterCleaned up ProfileVerifierPass.
2009-09-04 Andreas NeustifterConverted MaximumSpanningTree algorithm to a generic...
2009-09-04 Dan GohmanInclude optional subclass flags, such as inbounds,...
2009-09-04 Duncan SandsUse delete[] to match new[] (found by valgrind).
2009-09-04 Evan ChengRun branch folding if if-converter make some transforma...
2009-09-04 Evan ChengFix comment for consistency sake.
2009-09-04 Daniel DunbarRemove stale greps.
2009-09-04 Daniel DunbarUpdate lib deps.
2009-09-04 Bob WilsonConvert tests to FileCheck.
2009-09-04 Jim GrosbachWhitespace cleanup
2009-09-04 Eric ChristopherIf there's a calling convention attach it to the rewind...
2009-09-04 Bob WilsonConvert a test to FileCheck.
2009-09-03 Evan ChengFunky indentation.
2009-09-03 Daniel DunbarRevert "--- Reverse-merging r80908 into '.':", I alread...
2009-09-03 Dan GohmanRevert 80959. It isn't sufficient to solve the full...
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
next