| Commit message (Expand) | Author | Age | Files | Lines |
* | Now that the default is 'enabled,' a separate command line option for ARM is | Jim Grosbach | 2009-11-09 | 1 | -8/+1 |
* | Add testcase for recent checkin. | Mike Stump | 2009-11-09 | 1 | -0/+55 |
* | fix ConstantFoldCompareInstOperands to take the LHS/RHS as | Chris Lattner | 2009-11-09 | 5 | -36/+28 |
* | Add StringSwitch::Cases overloads, for matching multiple strings to a single | Daniel Dunbar | 2009-11-09 | 1 | -0/+19 |
* | use instructionsimplify instead of a weak clone of ad-hoc folding stuff. | Chris Lattner | 2009-11-09 | 1 | -22/+2 |
* | Update test | Jim Grosbach | 2009-11-09 | 1 | -1/+1 |
* | stub out a new libanalysis "instruction simplify" interface that | Chris Lattner | 2009-11-09 | 3 | -0/+95 |
* | Remove dlsym stubs, with Nate Begeman's permission. | Jeffrey Yasskin | 2009-11-09 | 8 | -166/+9 |
* | Enable dynamic stack realignment by default. | Jim Grosbach | 2009-11-09 | 1 | -1/+1 |
* | stub out a new form of BasicBlock::RemovePredecessorAndSimplify which | Chris Lattner | 2009-11-09 | 1 | -5/+65 |
* | Set dynamic stack realignment to real values. | Jim Grosbach | 2009-11-09 | 1 | -11/+3 |
* | Remove an unneeded #include. | Dan Gohman | 2009-11-09 | 1 | -1/+0 |
* | Fix for 64-bit builds. | Mike Stump | 2009-11-09 | 1 | -1/+1 |
* | Similar to r86588, but for Darwin this time. | Bill Wendling | 2009-11-09 | 1 | -3/+3 |
* | The jump table was being generated before the end label for exception handling | Bill Wendling | 2009-11-09 | 1 | -3/+3 |
* | Print "..." instead of all the uninteresting register clobbers on call | Dan Gohman | 2009-11-09 | 2 | -14/+60 |
* | Default-addressspace null pointers don't alias anything. This allows | Dan Gohman | 2009-11-09 | 2 | -0/+29 |
* | Fix dependencies added to model memory aliasing for post-RA scheduling. The d... | David Goodwin | 2009-11-09 | 1 | -96/+97 |
* | The inbounds keyword isn't relevant to overindexing of | Dan Gohman | 2009-11-09 | 1 | -7/+6 |
* | Fix a comment in a typo that Duncan noticed. | Dan Gohman | 2009-11-09 | 1 | -1/+1 |
* | Remove the "special case" for zero-length arrays, and rephrase this | Dan Gohman | 2009-11-09 | 1 | -6/+7 |
* | Generalize LCSSA to handle loops with exits with predecessors outside | Dan Gohman | 2009-11-09 | 2 | -2/+649 |
* | Fix an 80-column violation. | Dan Gohman | 2009-11-09 | 1 | -2/+2 |
* | Minor tidiness fixes. | Dan Gohman | 2009-11-09 | 1 | -4/+3 |
* | Constify MachineFunctionAnalysis' TargetMachine reference. | Dan Gohman | 2009-11-09 | 2 | -2/+2 |
* | Fix a comment. | Dan Gohman | 2009-11-09 | 1 | -1/+1 |
* | Suppress implicit copy ctor and copy assignment for MachineFunction. | Dan Gohman | 2009-11-09 | 1 | -0/+3 |
* | Use ',' separation in XFAILs, lit doesn't evaluate them as regexs (easy to add, | Daniel Dunbar | 2009-11-09 | 5 | -5/+5 |
* | add zextOrTrunc and sextOrTrunc methods, that are similar to the ones in APInt | Nuno Lopes | 2009-11-09 | 2 | -0/+32 |
* | Work around assembler not recognizing #0.0 form immediate for vmcp | Jim Grosbach | 2009-11-09 | 1 | -2/+2 |
* | CMake: Detect gv, circo, twopi, neato, fdo, dot and dotty. | Oscar Fuentes | 2009-11-09 | 2 | -11/+48 |
* | Make lib/Support/Debug.cpp SetCurrentDebugType implementation part of llvm na... | Xerxes Ranby | 2009-11-09 | 1 | -1/+1 |
* | Fix PR5149. | Bruno Cardoso Lopes | 2009-11-09 | 2 | -8/+6 |
* | make this handle redefinition of malloc with different prototype correctly. | Chris Lattner | 2009-11-09 | 1 | -3/+3 |
* | if a 'with overflow' intrinsic just has the normal result used, simplify | Chris Lattner | 2009-11-09 | 2 | -0/+53 |
* | Hide a couple of options. | Evan Cheng | 2009-11-09 | 2 | -2/+3 |
* | 80 col. | Evan Cheng | 2009-11-09 | 1 | -2/+4 |
* | fix PR5104: when printing a single character, return the result of | Chris Lattner | 2009-11-09 | 1 | -9/+13 |
* | fix some bogus asserts, PR5049 | Chris Lattner | 2009-11-09 | 1 | -4/+4 |
* | random tidy | Chris Lattner | 2009-11-09 | 1 | -2/+1 |
* | remove a redundant printout, LinkInArchive prints this as well. | Chris Lattner | 2009-11-09 | 1 | -1/+0 |
* | enhance PHI slicing to handle the case when a slicable PHI is begin | Chris Lattner | 2009-11-09 | 2 | -74/+212 |
* | Small cleanups. | Owen Anderson | 2009-11-09 | 1 | -8/+4 |
* | Revert my previous patch to ABCD and fix things the right way. There are two... | Owen Anderson | 2009-11-09 | 3 | -13/+58 |
* | comment typos pointed out by Duncan | Chris Lattner | 2009-11-09 | 1 | -3/+3 |
* | Use Unified Assembly Syntax for the ARM backend. | Jim Grosbach | 2009-11-09 | 53 | -412/+414 |
* | Fix an issue where the ordering of blocks within a function could lead to dif... | Owen Anderson | 2009-11-08 | 1 | -2/+4 |
* | Add a 'zkill' script, which is more-or-less a fancy (although not necessarily | Daniel Dunbar | 2009-11-08 | 1 | -0/+276 |
* | Teach an instcombine to not pull trunc instructions through PHI nodes | Chris Lattner | 2009-11-08 | 2 | -22/+75 |
* | Revert commit 81144, and add a comment. It caused bugpoint timeouts | Duncan Sands | 2009-11-08 | 1 | -3/+9 |