oota-llvm.git
2009-11-10 Victor HernandezUpdate computeArraySize() to use ComputeMultiple()...
2009-11-10 Victor HernandezAdd ComputeMultiple() analysis function that recursivel...
2009-11-10 Chris Lattneroptimize test
2009-11-10 Chris Lattnerunify the code that determines whether it is a good...
2009-11-10 Nick LewyckySimplify.
2009-11-10 Nick LewyckyReapply r86359, "Teach dead store elimination that...
2009-11-10 Chris Lattnerrefactor TryToSimplifyUncondBranchFromEmptyBlock out...
2009-11-10 Oscar FuentesCMake: Support for building llvm loadable modules.
2009-11-10 Daniel Dunbarlit: Start documentation testing architecture.
2009-11-10 Daniel Dunbarlit: Add ExampleTests, for testing lit and demonstratin...
2009-11-10 Daniel Dunbarlit: Fix bug in --show-suites which accidentally overri...
2009-11-10 Bruno Cardoso... Fix PR5445
2009-11-10 Chris LattnerI misread the parens, not so redundant after all.
2009-11-10 Chris Lattnermake jump threading recursively simplify expressions...
2009-11-10 Chris Lattnerremove some redundant parens.
2009-11-10 Oscar FuentesCMake: Remove unnecessary `unset' which was not support...
2009-11-10 Dan GohmanRemove an unused variable.
2009-11-10 Dan GohmanMinor code simplification.
2009-11-10 Dan GohmanTrim a bunch of unneeded code from this testcase.
2009-11-10 Chris Lattnerdon't invalidate PN, rewrite of this code is in progres...
2009-11-10 Chris Lattneradd a new SimplifyInstruction API, which is like Consta...
2009-11-10 Jeffrey YasskinFix DenseMap iterator constness.
2009-11-10 Chris Lattnerfactor simplification logic for AND and OR out to InstS...
2009-11-10 David GoodwinFixed to address code review. No functional changes.
2009-11-10 Daniel DunbarFix MemoryBuffer::getSTDIN to *not* return null if...
2009-11-10 David GoodwinAllow targets to specify register classes whose member...
2009-11-09 Chris Lattnerpull a bunch of logic out of instcombine into instsimpl...
2009-11-09 Dan GohmanPass the (optional) TargetData object to ConstantFoldIn...
2009-11-09 Chris Lattnerinline a simple function.
2009-11-09 Chris Lattnerrename SimplifyCompare -> SimplifyCmpInst and split...
2009-11-09 Jim GrosbachNow that the default is 'enabled,' a separate command...
2009-11-09 Mike StumpAdd testcase for recent checkin.
2009-11-09 Chris Lattnerfix ConstantFoldCompareInstOperands to take the LHS...
2009-11-09 Daniel DunbarAdd StringSwitch::Cases overloads, for matching multipl...
2009-11-09 Chris Lattneruse instructionsimplify instead of a weak clone of...
2009-11-09 Jim GrosbachUpdate test
2009-11-09 Chris Lattnerstub out a new libanalysis "instruction simplify" inter...
2009-11-09 Jeffrey YasskinRemove dlsym stubs, with Nate Begeman's permission.
2009-11-09 Jim GrosbachEnable dynamic stack realignment by default.
2009-11-09 Chris Lattnerstub out a new form of BasicBlock::RemovePredecessorAnd...
2009-11-09 Jim GrosbachSet dynamic stack realignment to real values.
2009-11-09 Dan GohmanRemove an unneeded #include.
2009-11-09 Mike StumpFix for 64-bit builds.
2009-11-09 Bill WendlingSimilar to r86588, but for Darwin this time.
2009-11-09 Bill WendlingThe jump table was being generated before the end label...
2009-11-09 Dan GohmanPrint "..." instead of all the uninteresting register...
2009-11-09 Dan GohmanDefault-addressspace null pointers don't alias anything...
2009-11-09 David GoodwinFix dependencies added to model memory aliasing for...
2009-11-09 Dan GohmanThe inbounds keyword isn't relevant to overindexing of
2009-11-09 Dan GohmanFix a comment in a typo that Duncan noticed.
2009-11-09 Dan GohmanRemove the "special case" for zero-length arrays, and...
2009-11-09 Dan GohmanGeneralize LCSSA to handle loops with exits with predec...
2009-11-09 Dan GohmanFix an 80-column violation.
2009-11-09 Dan GohmanMinor tidiness fixes.
2009-11-09 Dan GohmanConstify MachineFunctionAnalysis' TargetMachine reference.
2009-11-09 Dan GohmanFix a comment.
2009-11-09 Dan GohmanSuppress implicit copy ctor and copy assignment for...
2009-11-09 Daniel DunbarUse ',' separation in XFAILs, lit doesn't evaluate...
2009-11-09 Nuno Lopesadd zextOrTrunc and sextOrTrunc methods, that are simil...
2009-11-09 Jim GrosbachWork around assembler not recognizing #0.0 form immedia...
2009-11-09 Oscar FuentesCMake: Detect gv, circo, twopi, neato, fdo, dot and...
2009-11-09 Xerxes RanbyMake lib/Support/Debug.cpp SetCurrentDebugType implemen...
2009-11-09 Bruno Cardoso... Fix PR5149.
2009-11-09 Chris Lattnermake this handle redefinition of malloc with different...
2009-11-09 Chris Lattnerif a 'with overflow' intrinsic just has the normal...
2009-11-09 Evan ChengHide a couple of options.
2009-11-09 Evan Cheng80 col.
2009-11-09 Chris Lattnerfix PR5104: when printing a single character, return...
2009-11-09 Chris Lattnerfix some bogus asserts, PR5049
2009-11-09 Chris Lattnerrandom tidy
2009-11-09 Chris Lattnerremove a redundant printout, LinkInArchive prints this...
2009-11-09 Chris Lattnerenhance PHI slicing to handle the case when a slicable...
2009-11-09 Owen AndersonSmall cleanups.
2009-11-09 Owen AndersonRevert my previous patch to ABCD and fix things the...
2009-11-09 Chris Lattnercomment typos pointed out by Duncan
2009-11-09 Jim GrosbachUse Unified Assembly Syntax for the ARM backend.
2009-11-08 Owen AndersonFix an issue where the ordering of blocks within a...
2009-11-08 Daniel DunbarAdd a 'zkill' script, which is more-or-less a fancy...
2009-11-08 Chris LattnerTeach an instcombine to not pull trunc instructions...
2009-11-08 Duncan SandsRevert commit 81144, and add a comment. It caused...
2009-11-08 Chris Lattnerreapply r8644[3-5] with only the scary part
2009-11-08 Daniel DunbarSpeculatively revert r8644[3-5], they seem to be leadin...
2009-11-08 Anton KorobeynikovAdd and-not (bic) patterns. Based heavily on patch...
2009-11-08 Anton KorobeynikovMove OR patterns upper to all logical stuff. No functio...
2009-11-08 Anton KorobeynikovSome nice peephole patterns. Based on patch by Brian...
2009-11-08 Anton KorobeynikovPrint tab before operand of jcc
2009-11-08 Anton KorobeynikovFix invalid operand updates & implement post-inc memory...
2009-11-08 Anton KorobeynikovThrow an error when stack realignment stuff fails inste...
2009-11-08 Anton KorobeynikovIt is invalid to infer the value type from the result...
2009-11-08 Daniel DunbarRemove ByteswapSCANFResults, it is dead.
2009-11-08 Daniel DunbarNNT: Remove DejaGNU test from NewNightlyTest reports...
2009-11-08 Daniel DunbarTwo small fixes for site.exp for cmake.
2009-11-08 Daniel DunbarDerive the right paths to use during testing instead...
2009-11-08 Daniel DunbarSwitch to using 'lit.site.cfg.in' for the site config...
2009-11-08 Daniel DunbarCleanup some unused RUN lines.
2009-11-08 Daniel Dunbarlit: Hardcode whence seek value, os.SEEK_END isn't...
2009-11-08 Daniel Dunbarlit: Warn when a test suite contains no tests.
2009-11-08 Daniel Dunbarlit: Drop require_and_and support.
2009-11-08 Lang HamesMoved some ManagedStatics out of the SlotIndexes header.
2009-11-08 Chris Lattneranother more interesting test.
next