| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 80959. It isn't sufficient to solve the full problem. And it | Dan Gohman | 2009-09-03 | 9 | -22/+92 |
* | Replace ocamlc tests with ocamlopt tests since they're less noisy. | Erick Tryzelaar | 2009-09-03 | 9 | -17/+17 |
* | --- Reverse-merging r80908 into '.': | Bill Wendling | 2009-09-03 | 4 | -346/+1 |
* | Add test for PR4873, which works for me. | Daniel Dunbar | 2009-09-03 | 1 | -0/+8 |
* | LLVM currently represents floating-point negation as -0.0 - x. Fix | Dan Gohman | 2009-09-03 | 3 | -0/+40 |
* | Don't crash when target has no itineraries. | David Goodwin | 2009-09-03 | 1 | -54/+58 |
* | If we've pushed registers onto the stack, but aren't adjusting the stack pointer | Bill Wendling | 2009-09-03 | 1 | -2/+2 |
* | Remove the API for creating ConstantExprs with the nsw, nuw, inbounds, | Dan Gohman | 2009-09-03 | 9 | -92/+22 |
* | Create our own block initializer for kill fixups as the scheduling one wasn't... | David Goodwin | 2009-09-03 | 1 | -33/+63 |
* | Calls clobber FPSCR. | David Goodwin | 2009-09-03 | 2 | -4/+4 |
* | Make ImmutableMap/ImmutableSet quicker by only canonicalizing the tree after an | Ted Kremenek | 2009-09-03 | 2 | -62/+61 |
* | Disable some parts of the profiling-tool-chain test, which is currently failing | Daniel Dunbar | 2009-09-03 | 1 | -5/+9 |
* | Remove dead greps. | Daniel Dunbar | 2009-09-03 | 1 | -3/+0 |
* | Overhaul the TwoAddressInstructionPass to simplify the logic, especially | Bob Wilson | 2009-09-03 | 1 | -159/+210 |
* | Smallvectorize switchExitBlocks. | Dan Gohman | 2009-09-03 | 1 | -1/+1 |
* | There is not any need to copy metadata while merging modules. | Devang Patel | 2009-09-03 | 3 | -8/+57 |
* | Recognize more opportunities to use SSE min and max instructions, | Dan Gohman | 2009-09-03 | 4 | -3/+112 |
* | Test cases for vector shifts changes r80935 | Mon P Wang | 2009-09-03 | 5 | -12/+126 |
* | Fixed a few problems with vector shifts | Mon P Wang | 2009-09-03 | 1 | -6/+39 |
* | Add a -disable-16bit flag and associated support for experimenting with | Dan Gohman | 2009-09-03 | 3 | -9/+55 |
* | Removed the non-target independent AsmToken::Register enum constant | Kevin Enderby | 2009-09-03 | 5 | -25/+12 |
* | Use WeakVH to hold dead mdnodes. Check use_empty() before deleting a node. | Devang Patel | 2009-09-03 | 1 | -5/+7 |
* | Make bugpoint use ParseIRFile instead of doing the same thing manually. | Dan Gohman | 2009-09-03 | 1 | -12/+5 |
* | Add a verifyAnalysis to LoopInfo, LoopSimplify, and LCSSA form that verify | Dan Gohman | 2009-09-03 | 10 | -143/+287 |
* | Remove some unnecessary -f options. | Dan Gohman | 2009-09-03 | 1 | -2/+2 |
* | Move getUniqueExitBlocks from LoopBase to Loop, since they depend on | Dan Gohman | 2009-09-03 | 2 | -68/+78 |
* | Use IRReader.h in opt, to support reading of LLVM Assembly files directly. | Dan Gohman | 2009-09-03 | 3 | -13/+6 |
* | Change PHINode::hasConstantValue to have a DominatorTree argument | Dan Gohman | 2009-09-03 | 7 | -37/+49 |
* | Don't try to verify a LoopPass analysis if the loop has been deleted. | Dan Gohman | 2009-09-03 | 1 | -1/+3 |
* | Remove references to expression "handles", which are no longer used. | Dan Gohman | 2009-09-03 | 2 | -3/+3 |
* | CppBackend: avoid printing unnecessary whitespace. | Benjamin Kramer | 2009-09-03 | 1 | -2/+2 |
* | Keep track of how many memmove calls were turned into | Duncan Sands | 2009-09-03 | 1 | -1/+4 |
* | Fix build warning. | Andreas Neustifter | 2009-09-03 | 1 | -1/+1 |
* | Code Cleanup. | Andreas Neustifter | 2009-09-03 | 3 | -18/+14 |
* | Filter out -fno-rtti from CXXFLAGS as well (in an expensive checks build). | Daniel Dunbar | 2009-09-03 | 1 | -0/+1 |
* | Code Cleanup. | Andreas Neustifter | 2009-09-03 | 1 | -16/+9 |
* | Reapply profiling tests. | Daniel Dunbar | 2009-09-03 | 3 | -0/+341 |
* | Remove undefined behavior when loading optimal edge profile info. | Daniel Dunbar | 2009-09-03 | 1 | -1/+1 |
* | don't call getOffset() on jump tables, this fixes three failing olden benchmarks | Chris Lattner | 2009-09-03 | 1 | -1/+1 |
* | Implement support for X86II::MO_GOT_ABSOLUTE_ADDRESS. We get very | Chris Lattner | 2009-09-03 | 1 | -15/+26 |
* | Reference to hidden symbols do not have to go through non-lazy pointer in non... | Evan Cheng | 2009-09-03 | 14 | -58/+99 |
* | Remove VISIBILITY_HIDDEN from this file. | Nick Lewycky | 2009-09-03 | 1 | -4/+3 |
* | merge all the basic linux/32 pic tests together into one test. | Chris Lattner | 2009-09-03 | 6 | -97/+114 |
* | rename test | Chris Lattner | 2009-09-03 | 1 | -0/+0 |
* | use a darwin triple | Chris Lattner | 2009-09-03 | 1 | -1/+1 |
* | TAI -> MAI | Chris Lattner | 2009-09-03 | 1 | -4/+4 |
* | adjust expected lines. | Chris Lattner | 2009-09-03 | 1 | -5/+5 |
* | improve comments. | Chris Lattner | 2009-09-03 | 1 | -1/+3 |
* | fix MCSymbol printing to exactly match the normal mangler rules so | Chris Lattner | 2009-09-03 | 1 | -19/+23 |
* | remove extraneous hack. | Chris Lattner | 2009-09-03 | 1 | -2/+0 |