oota-llvm.git
2010-08-16 Dan GohmanConstify FoldingSetNodeIDRef's Data.
2010-08-16 Dan GohmanReverse the order of GetNodeProfile's arguments, for...
2010-08-16 Dan GohmanFix indentation in example code in a comment.
2010-08-16 Dan GohmanAvoid #include <ScalarEvolution.h> in LoopSimplify...
2010-08-16 Dan GohmanInstead, teach SimplifyCFG to trim non-address-taken...
2010-08-16 Dan GohmanRevert r111058, the lint check for indirectbr successor...
2010-08-15 Benjamin KramerTest expects SSE, give him SSE.
2010-08-15 Oscar FuentesUpdated LLVMLibDeps.cmake
2010-08-15 Oscar FuentesCMake: Improved COMMENT on a custom command
2010-08-15 Benjamin KramerRestore arch on these test, they fail on arm.
2010-08-15 Dale JohannesenMark as XFAIL on darwin 8. PR 7886.
2010-08-15 Oscar FuentesUpdated the GenLibDeps -> LLVMLibDeps.cmake transformat...
2010-08-15 Argyrios KyrtzidisRevert r111082. No warnings for this common pattern.
2010-08-15 Mikhail GlushenkovUpdate tests.
2010-08-15 Mikhail GlushenkovRegenerate.
2010-08-15 Mikhail Glushenkovllvmc: remove dynamic plugins.
2010-08-14 Eric ChristopherRework how the non-sse2 memory barrier is lowered so...
2010-08-14 Argyrios KyrtzidisAdd ATTRIBUTE_UNUSED to methods that are not supposed...
2010-08-14 Chris Lattnerimprove indentation
2010-08-14 Bob WilsonT2I_rbin_irs rr variant is for disassembly only, so...
2010-08-14 Ted KremenekUpdate CMake build.
2010-08-14 Dan GohmanLoopSimplify shouldn't split loop backedges that use...
2010-08-14 Dan GohmanTeach SimplifyCFG how to simplify indirectbr instructions.
2010-08-14 Jim GrosbachAdd a local stack object block allocation pass. This...
2010-08-13 Dan GohmanAdd a lint check for an indirectbr destination which...
2010-08-13 Bob WilsonAdd a Thumb2 t2RSBrr instruction for disassembly only.
2010-08-13 Jakob Stoklund... Clean up the Spiller.h interface.
2010-08-13 Bob WilsonTemporarily disable tail calls on ARM to work around...
2010-08-13 Bob WilsonMove the Thumb2 SSAT and USAT optional shift operator...
2010-08-13 Dan GohmanVarious optimizations. Don't compare two loops' depths
2010-08-13 Jakob Stoklund... Implement splitting inside a single block.
2010-08-13 Dan GohmanFix LSR's ExtractImmediate and ExtractSymbol to avoid...
2010-08-13 Bruno Cardoso... Add comments to some pattern fragments in x86
2010-08-13 Jim Grosbachtidy up comments
2010-08-13 Dan GohmanWhen testing whether one loop contains another, test...
2010-08-13 Dan GohmanAdd a const.
2010-08-13 Dan GohmanWhen creating a symmetric SCEV with a constant operand...
2010-08-13 Dan GohmanAn add recurrence is loop-invariant in any loop inside...
2010-08-13 Jim Grosbachtidy up 80 column and whitespace
2010-08-13 Mikhail GlushenkovRevert r111007.
2010-08-13 Dan GohmanImplement hasComputableLoopEvolution for Add, Mul,...
2010-08-13 Bob WilsonRefactor the code for disassembling Thumb2 saturate...
2010-08-13 Dale JohannesenRevert 110491. While not wrong, it was based on a
2010-08-13 Bruno Cardoso... Fix comment to reflect code, and remove an unused argument
2010-08-13 Bruno Cardoso... Improve comment to make explicit why not to touch this...
2010-08-13 Jim Grosbachtidy up whitespace a bit
2010-08-13 Mikhail GlushenkovOne more XFAIL.
2010-08-13 Mikhail GlushenkovMore XFAILs.
2010-08-13 Mikhail GlushenkovAdd a workaround for building with Clang.
2010-08-13 Mikhail GlushenkovAdd an XFAIL.
2010-08-13 Eric ChristopherRevert last patch and r110954 as I meant to.
2010-08-13 Eric ChristopherRevert r110954 for now, pseudo instructions can't make...
2010-08-13 Mikhail GlushenkovRemove -fexceptions from llvmc tests.
2010-08-13 Mikhail Glushenkovllvmc: fix two tests, remove XFAILs.
2010-08-13 Jakob Stoklund... Let LiveInterval::addRange extend existing ranges,...
2010-08-13 Jakob Stoklund... Remember to actually update SplitAnalysis statistics...
2010-08-13 Benjamin KramerUse getAllOnesValue, saves a copy and looks better.
2010-08-13 Nate BegemanReapply this transformation now that it is passing...
2010-08-13 Nate BegemanMove some code from Verifier into SVI::isValidOperands...
2010-08-12 Dan GohmanTrim #includes.
2010-08-12 Dan GohmanTidy up whitespace.
2010-08-12 Dan GohmanUse .empty() instead of .size().
2010-08-12 Jakob Stoklund... Handle an empty dupli.
2010-08-12 Jakob Stoklund... Update the SplitAnalysis statistics as uses are moved...
2010-08-12 Chris Lattnerfix PR7876: If ipsccp decides that a function's address...
2010-08-12 Bruno Cardoso... Some small clean-up: use of pseudo instructions
2010-08-12 Johnny ChenCleaned up the for-disassembly-only entries in the...
2010-08-12 Jakob Stoklund... Also recompute HasPHIKill flags in LiveInterval::Renumb...
2010-08-12 Evan ChengMake sure ARM constant island pass does not break up...
2010-08-12 Bruno Cardoso... - Teach SSEDomainFix to switch between different levels...
2010-08-12 Jakob Stoklund... Remove trailing whitespace.
2010-08-12 Jakob Stoklund... Clean up debug output.
2010-08-12 Bruno Cardoso... Define AVX 128-bit pattern versions of SET0PS/PD.
2010-08-12 Bob WilsonAdd a test for llvm-gcc svn 110632.
2010-08-12 Jakob Stoklund... Implement single block splitting.
2010-08-12 Dan GohmanOptimize ScalarEvolution::getAddExpr's operand factorin...
2010-08-12 Dan GohmanHoist some loop-invariant code out of a hot loop.
2010-08-12 Dan GohmanOptimize ScalarEvolution::getAddExpr's duplicate operan...
2010-08-12 Duncan SandsAdd a 'normalize' method to the Triple class, which...
2010-08-12 Eric ChristopherTemporarily revert 110737 and 110734, they were causing...
2010-08-12 Bruno Cardoso... Fix comment order
2010-08-12 Bruno Cardoso... Begin to support some vector operations for AVX 256...
2010-08-12 Johnny ChenThe autogened decoder was confusing the ARM STRBT for...
2010-08-12 Daniel DunbarMC/X86/AsmParser: Give an explicit error message when...
2010-08-12 Daniel DunbarMC/AsmParser: Push the burdon of emitting diagnostics...
2010-08-12 Daniel Dunbartblgen/AsmMatcher: Always emit the match function as...
2010-08-12 Devang PatelThis is x86 only test.
2010-08-11 Daniel Dunbarconfigure: Add detection of the linker version string.
2010-08-11 Johnny ChenChanged the format of DMBsy, DSBsy, and friends from...
2010-08-11 Devang PatelEven if a variable has constant value all the time...
2010-08-11 Bob WilsonMove the ARM SSAT and USAT optional shift amount operan...
2010-08-11 Jakob Stoklund... Fix <rdar://problem/8282498> even if it doesn't reprodu...
2010-08-11 Owen AndersonFix a subtle use-after-free issue.
2010-08-11 Nick LewyckyClean up ConstantRange a bit:
2010-08-11 Bruno Cardoso... Add testcases for all AVX 256-bit intrinsics added...
2010-08-11 Dan GohmanMake LoopPass::getContainedPass return a LoopPass*...
2010-08-11 Dan GohmanRemove BasicBlockPass::runOnFunction, which was unused.
2010-08-11 Bruno Cardoso... Remove rsqrt/sqrt_nr intrinsics since there are no...
2010-08-11 Dan GohmanDelete FunctionPass::run, which is unused.
2010-08-11 Dan GohmanDelete FunctionPass::runOnModule, which is unused.
next