| Commit message (Expand) | Author | Age | Files | Lines |
* | Code Cleanup. | Andreas Neustifter | 2009-09-03 | 3 | -18/+14 |
* | Code Cleanup. | Andreas Neustifter | 2009-09-03 | 1 | -16/+9 |
* | 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 | 8 | -32/+53 |
* | Remove VISIBILITY_HIDDEN from this file. | Nick Lewycky | 2009-09-03 | 1 | -4/+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 |
* | Make these functions static and local. | Daniel Dunbar | 2009-09-03 | 2 | -13/+4 |
* | Thread an MCAsmInfo pointer through the various MC printing APIs, | Chris Lattner | 2009-09-03 | 6 | -32/+41 |
* | just use dump() | Chris Lattner | 2009-09-03 | 1 | -1/+1 |
* | inline insertion operators. | Chris Lattner | 2009-09-03 | 1 | -15/+9 |
* | In C++, code is not allowed to call main. In C it is, this | Chris Lattner | 2009-09-03 | 1 | -57/+4 |
* | merge globaladdress symbol processing stuff into other stuff. Now | Chris Lattner | 2009-09-03 | 2 | -76/+65 |
* | Unbreak x86_64 build. | Evan Cheng | 2009-09-03 | 1 | -2/+6 |
* | Split the "operand -> symbol" logic from the "get offset and other munging | Chris Lattner | 2009-09-03 | 2 | -36/+34 |
* | implement lowering support for constant pool index operands, this gets a bunc... | Chris Lattner | 2009-09-03 | 2 | -13/+52 |
* | X86JITInfo::getLazyResolverFunction() should not read cpu id to determine whe... | Evan Cheng | 2009-09-03 | 4 | -33/+25 |
* | output alignment value in hex so that we get: | Chris Lattner | 2009-09-03 | 1 | -1/+2 |
* | simplify this by using SmallString::str(), much nicer! | Chris Lattner | 2009-09-03 | 1 | -1/+1 |
* | Fixed a test that ensures the LocalRewriter does not attempt to | Lang Hames | 2009-09-03 | 2 | -2/+2 |
* | back out my recent commit (r80858), it seems to break self-hosting buildbot's... | Gabor Greif | 2009-09-03 | 10 | -28/+20 |
* | Now Bitcode reader bug is fixed. Reapply 80839. | Devang Patel | 2009-09-03 | 5 | -35/+113 |
* | Add new value for given index in MDValuePtrs. | Devang Patel | 2009-09-03 | 1 | -0/+3 |
* | Improve llvm::getHostTriple for some cases where the LLVM_HOSTTRIPLE is not | Daniel Dunbar | 2009-09-03 | 1 | -4/+42 |
* | re-commit r66920 (which has been backed out in r66953) I may have more luck t... | Gabor Greif | 2009-09-03 | 10 | -20/+28 |
* | Added opaque 32-, 48-, and 80-bit memory operand types to the X86 | Sean Callanan | 2009-09-03 | 4 | -0/+31 |
* | Show derived host triple in --version. | Daniel Dunbar | 2009-09-02 | 1 | -0/+2 |
* | Revert 80839 for now. It causes test failures. | Devang Patel | 2009-09-02 | 5 | -113/+35 |
* | Use CallbackVH, instead of WeakVH, to hold MDNode elements. | Devang Patel | 2009-09-02 | 5 | -35/+113 |
* | More missed vdup patterns | Anton Korobeynikov | 2009-09-02 | 1 | -0/+12 |
* | switch from std::string to SmallString + raw_svector_ostream. | Chris Lattner | 2009-09-02 | 1 | -7/+5 |
* | split mcinst lowering stuff out to its own file. | Chris Lattner | 2009-09-02 | 4 | -262/+293 |
* | Refactor common code from ParseAssemblyString and ParseAssemblyFile, | Dan Gohman | 2009-09-02 | 1 | -19/+21 |
* | Rearrange code to eliminate redundancy and avoid gotos. | Bob Wilson | 2009-09-02 | 1 | -64/+40 |
* | plug another leak in LLParser::PerFunctionState::SetInstName() | Nuno Lopes | 2009-09-02 | 1 | -0/+1 |
* | plug memory leak in LLParser::PerFunctionState::SetInstName() by deleting a v... | Nuno Lopes | 2009-09-02 | 1 | -0/+1 |
* | Sort edges in MaximumSpanningTree more stable in case of equal weight. | Andreas Neustifter | 2009-09-02 | 1 | -2/+6 |
* | Changed set of BlocksToInstrument to set of InsertedBlocks that do not have to | Andreas Neustifter | 2009-09-02 | 1 | -9/+9 |
* | Code cleanups and added comments. | Andreas Neustifter | 2009-09-02 | 1 | -17/+45 |
* | Opaque types didn't work if llvm_is_multithreaded(). | Torok Edwin | 2009-09-02 | 1 | -1/+1 |
* | Fix DbgStopPointInst->getFileName/getDirectory, broken by the MDNodification in | Torok Edwin | 2009-09-02 | 2 | -8/+7 |
* | Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. | Sandeep Patel | 2009-09-02 | 38 | -159/+181 |
* | fix PR4815: some cases where DeleteDeadInstruction can delete | Chris Lattner | 2009-09-02 | 1 | -3/+13 |
* | clean up this code a bit. | Chris Lattner | 2009-09-02 | 1 | -64/+67 |
* | eliminate VISIBILITY_HIDDEN from Transforms/Scalar. PR4861 | Chris Lattner | 2009-09-02 | 30 | -118/+82 |
* | refactor select 'sched insertion' out to its own method. | Chris Lattner | 2009-09-02 | 2 | -60/+73 |
* | Add support for modeling whether or not the processor has support for | Chris Lattner | 2009-09-02 | 3 | -10/+21 |
* | fix PR4848 an infinite loop when indexing down through a recursive gep | Chris Lattner | 2009-09-02 | 1 | -1/+1 |