2009-11-10 |
Daniel Dunbar | Add a monstrous hack to improve X86ISelDAGToDAG compile... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Duncan Sands | Fix obvious typo. |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Chris Lattner | clarify logic. |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Douglas Gregor | CMake: Add Darwin-specific linker flags for building... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Duncan Sands | Teach DSE to eliminate useless trampolines. |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Duncan Sands | Add brackets to make gcc-4.4 happy. |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Duncan Sands | Codegen support for the llvm.invariant/lifetime.start... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Victor Hernandez | Update computeArraySize() to use ComputeMultiple()... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Victor Hernandez | Add ComputeMultiple() analysis function that recursivel... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Chris Lattner | optimize test |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Chris Lattner | unify the code that determines whether it is a good... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Nick Lewycky | Simplify. |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Nick Lewycky | Reapply r86359, "Teach dead store elimination that... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Chris Lattner | refactor TryToSimplifyUncondBranchFromEmptyBlock out... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Oscar Fuentes | CMake: Support for building llvm loadable modules. |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Daniel Dunbar | lit: Start documentation testing architecture. |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Daniel Dunbar | lit: Add ExampleTests, for testing lit and demonstratin... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Daniel Dunbar | lit: Fix bug in --show-suites which accidentally overri... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Bruno Cardoso... | Fix PR5445 |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Chris Lattner | I misread the parens, not so redundant after all. |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Chris Lattner | make jump threading recursively simplify expressions... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Chris Lattner | remove some redundant parens. |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Oscar Fuentes | CMake: Remove unnecessary `unset' which was not support... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Dan Gohman | Remove an unused variable. |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Dan Gohman | Minor code simplification. |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Dan Gohman | Trim a bunch of unneeded code from this testcase. |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Chris Lattner | don't invalidate PN, rewrite of this code is in progres... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Chris Lattner | add a new SimplifyInstruction API, which is like Consta... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Jeffrey Yasskin | Fix DenseMap iterator constness. |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Chris Lattner | factor simplification logic for AND and OR out to InstS... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
David Goodwin | Fixed to address code review. No functional changes. |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Daniel Dunbar | Fix MemoryBuffer::getSTDIN to *not* return null if... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
David Goodwin | Allow targets to specify register classes whose member... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Chris Lattner | pull a bunch of logic out of instcombine into instsimpl... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Dan Gohman | Pass the (optional) TargetData object to ConstantFoldIn... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Chris Lattner | inline a simple function. |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Chris Lattner | rename SimplifyCompare -> SimplifyCmpInst and split... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Jim Grosbach | Now that the default is 'enabled,' a separate command... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Mike Stump | Add testcase for recent checkin. |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Chris Lattner | fix ConstantFoldCompareInstOperands to take the LHS... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Daniel Dunbar | Add StringSwitch::Cases overloads, for matching multipl... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Chris Lattner | use instructionsimplify instead of a weak clone of... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Jim Grosbach | Update test |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Chris Lattner | stub out a new libanalysis "instruction simplify" inter... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Jeffrey Yasskin | Remove dlsym stubs, with Nate Begeman's permission. |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Jim Grosbach | Enable dynamic stack realignment by default. |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Chris Lattner | stub out a new form of BasicBlock::RemovePredecessorAnd... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Jim Grosbach | Set dynamic stack realignment to real values. |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Dan Gohman | Remove an unneeded #include. |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Mike Stump | Fix for 64-bit builds. |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Bill Wendling | Similar to r86588, but for Darwin this time. |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Bill Wendling | The jump table was being generated before the end label... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Dan Gohman | Print "..." instead of all the uninteresting register... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Dan Gohman | Default-addressspace null pointers don't alias anything... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
David Goodwin | Fix dependencies added to model memory aliasing for... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Dan Gohman | The inbounds keyword isn't relevant to overindexing of |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Dan Gohman | Fix a comment in a typo that Duncan noticed. |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Dan Gohman | Remove the "special case" for zero-length arrays, and... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Dan Gohman | Generalize LCSSA to handle loops with exits with predec... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Dan Gohman | Fix an 80-column violation. |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Dan Gohman | Minor tidiness fixes. |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Dan Gohman | Constify MachineFunctionAnalysis' TargetMachine reference. |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Dan Gohman | Fix a comment. |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Dan Gohman | Suppress implicit copy ctor and copy assignment for... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Daniel Dunbar | Use ',' separation in XFAILs, lit doesn't evaluate... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Nuno Lopes | add zextOrTrunc and sextOrTrunc methods, that are simil... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Jim Grosbach | Work around assembler not recognizing #0.0 form immedia... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Oscar Fuentes | CMake: Detect gv, circo, twopi, neato, fdo, dot and... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Xerxes Ranby | Make lib/Support/Debug.cpp SetCurrentDebugType implemen... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Bruno Cardoso... | Fix PR5149. |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Chris Lattner | make this handle redefinition of malloc with different... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Chris Lattner | if a 'with overflow' intrinsic just has the normal... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Evan Cheng | Hide a couple of options. |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Evan Cheng | 80 col. |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Chris Lattner | fix PR5104: when printing a single character, return... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Chris Lattner | fix some bogus asserts, PR5049 |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Chris Lattner | random tidy |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Chris Lattner | remove a redundant printout, LinkInArchive prints this... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Chris Lattner | enhance PHI slicing to handle the case when a slicable... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Owen Anderson | Small cleanups. |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Owen Anderson | Revert my previous patch to ABCD and fix things the... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Chris Lattner | comment typos pointed out by Duncan |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Jim Grosbach | Use Unified Assembly Syntax for the ARM backend. |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Owen Anderson | Fix an issue where the ordering of blocks within a... |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Daniel Dunbar | Add a 'zkill' script, which is more-or-less a fancy... |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Chris Lattner | Teach an instcombine to not pull trunc instructions... |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Duncan Sands | Revert commit 81144, and add a comment. It caused... |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Chris Lattner | reapply r8644[3-5] with only the scary part |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Daniel Dunbar | Speculatively revert r8644[3-5], they seem to be leadin... |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Anton Korobeynikov | Add and-not (bic) patterns. Based heavily on patch... |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Anton Korobeynikov | Move OR patterns upper to all logical stuff. No functio... |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Anton Korobeynikov | Some nice peephole patterns. Based on patch by Brian... |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Anton Korobeynikov | Print tab before operand of jcc |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Anton Korobeynikov | Fix invalid operand updates & implement post-inc memory... |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Anton Korobeynikov | Throw an error when stack realignment stuff fails inste... |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Anton Korobeynikov | It is invalid to infer the value type from the result... |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Daniel Dunbar | Remove ByteswapSCANFResults, it is dead. |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Daniel Dunbar | NNT: Remove DejaGNU test from NewNightlyTest reports... |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Daniel Dunbar | Two small fixes for site.exp for cmake. |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Daniel Dunbar | Derive the right paths to use during testing instead... |
commit | commitdiff | tree | snapshot |
next |