| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Make these functions static and local. | Daniel Dunbar | 2009-09-03 | 2 | -13/+4 |
* | Tweak comment. | Daniel Dunbar | 2009-09-03 | 1 | -1/+1 |
* | Thread an MCAsmInfo pointer through the various MC printing APIs, | Chris Lattner | 2009-09-03 | 10 | -37/+49 |
* | 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 | 2 | -72/+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 |
* | Set the 'cached digest' flag after computing the digest for an | Ted Kremenek | 2009-09-03 | 1 | -0/+1 |
* | update test for alignment value in hex | Chris Lattner | 2009-09-03 | 1 | -1/+1 |
* | 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 | 3 | -16/+12 |
* | back out my recent commit (r80858), it seems to break self-hosting buildbot's... | Gabor Greif | 2009-09-03 | 12 | -61/+35 |
* | Now Bitcode reader bug is fixed. Reapply 80839. | Devang Patel | 2009-09-03 | 8 | -45/+145 |
* | 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 | 12 | -35/+61 |
* | 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 |
* | Improve support for cross-hosted builds of LLVM. | Shantonu Sen | 2009-09-02 | 2 | -2/+14 |
* | Unbreak my CMake build. Say you'll link again. | Douglas Gregor | 2009-09-02 | 1 | -1/+1 |
* | Revert 80839 for now. It causes test failures. | Devang Patel | 2009-09-02 | 8 | -145/+45 |
* | Use CallbackVH, instead of WeakVH, to hold MDNode elements. | Devang Patel | 2009-09-02 | 8 | -45/+145 |
* | More missed vdup patterns | Anton Korobeynikov | 2009-09-02 | 2 | -0/+36 |
* | Switch llc from ParseBitcodeFile to ParseIRFile. This lets llc | Dan Gohman | 2009-09-02 | 2 | -9/+5 |
* | Add a comment noting the memory ownership rules. | Dan Gohman | 2009-09-02 | 1 | -1/+2 |
* | Add convenience functions for reading in LLVM IR that autodetect | Dan Gohman | 2009-09-02 | 1 | -0/+117 |
* | 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 |