aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Code Cleanup.Andreas Neustifter2009-09-033-18/+14
* Filter out -fno-rtti from CXXFLAGS as well (in an expensive checks build).Daniel Dunbar2009-09-031-0/+1
* Code Cleanup.Andreas Neustifter2009-09-031-16/+9
* Reapply profiling tests.Daniel Dunbar2009-09-033-0/+341
* Remove undefined behavior when loading optimal edge profile info.Daniel Dunbar2009-09-031-1/+1
* don't call getOffset() on jump tables, this fixes three failing olden benchmarksChris Lattner2009-09-031-1/+1
* Implement support for X86II::MO_GOT_ABSOLUTE_ADDRESS. We get veryChris Lattner2009-09-031-15/+26
* Reference to hidden symbols do not have to go through non-lazy pointer in non...Evan Cheng2009-09-0314-58/+99
* Remove VISIBILITY_HIDDEN from this file.Nick Lewycky2009-09-031-4/+3
* merge all the basic linux/32 pic tests together into one test.Chris Lattner2009-09-036-97/+114
* rename testChris Lattner2009-09-031-0/+0
* use a darwin tripleChris Lattner2009-09-031-1/+1
* TAI -> MAIChris Lattner2009-09-031-4/+4
* adjust expected lines.Chris Lattner2009-09-031-5/+5
* improve comments.Chris Lattner2009-09-031-1/+3
* fix MCSymbol printing to exactly match the normal mangler rules soChris Lattner2009-09-031-19/+23
* remove extraneous hack.Chris Lattner2009-09-031-2/+0
* Make these functions static and local.Daniel Dunbar2009-09-032-13/+4
* Tweak comment.Daniel Dunbar2009-09-031-1/+1
* Thread an MCAsmInfo pointer through the various MC printing APIs, Chris Lattner2009-09-0310-37/+49
* just use dump()Chris Lattner2009-09-031-1/+1
* inline insertion operators.Chris Lattner2009-09-031-15/+9
* In C++, code is not allowed to call main. In C it is, thisChris Lattner2009-09-032-72/+4
* merge globaladdress symbol processing stuff into other stuff. NowChris Lattner2009-09-032-76/+65
* Unbreak x86_64 build.Evan Cheng2009-09-031-2/+6
* Split the "operand -> symbol" logic from the "get offset and other mungingChris Lattner2009-09-032-36/+34
* implement lowering support for constant pool index operands, this gets a bunc...Chris Lattner2009-09-032-13/+52
* X86JITInfo::getLazyResolverFunction() should not read cpu id to determine whe...Evan Cheng2009-09-034-33/+25
* Set the 'cached digest' flag after computing the digest for anTed Kremenek2009-09-031-0/+1
* update test for alignment value in hexChris Lattner2009-09-031-1/+1
* output alignment value in hex so that we get:Chris Lattner2009-09-031-1/+2
* simplify this by using SmallString::str(), much nicer!Chris Lattner2009-09-031-1/+1
* Fixed a test that ensures the LocalRewriter does not attempt toLang Hames2009-09-033-16/+12
* back out my recent commit (r80858), it seems to break self-hosting buildbot's...Gabor Greif2009-09-0312-61/+35
* Now Bitcode reader bug is fixed. Reapply 80839.Devang Patel2009-09-038-45/+145
* Add new value for given index in MDValuePtrs.Devang Patel2009-09-031-0/+3
* Improve llvm::getHostTriple for some cases where the LLVM_HOSTTRIPLE is notDaniel Dunbar2009-09-031-4/+42
* re-commit r66920 (which has been backed out in r66953) I may have more luck t...Gabor Greif2009-09-0312-35/+61
* Added opaque 32-, 48-, and 80-bit memory operand types to the X86Sean Callanan2009-09-034-0/+31
* Show derived host triple in --version.Daniel Dunbar2009-09-021-0/+2
* Improve support for cross-hosted builds of LLVM.Shantonu Sen2009-09-022-2/+14
* Unbreak my CMake build. Say you'll link again.Douglas Gregor2009-09-021-1/+1
* Revert 80839 for now. It causes test failures.Devang Patel2009-09-028-145/+45
* Use CallbackVH, instead of WeakVH, to hold MDNode elements. Devang Patel2009-09-028-45/+145
* More missed vdup patternsAnton Korobeynikov2009-09-022-0/+36
* Switch llc from ParseBitcodeFile to ParseIRFile. This lets llcDan Gohman2009-09-022-9/+5
* Add a comment noting the memory ownership rules.Dan Gohman2009-09-021-1/+2
* Add convenience functions for reading in LLVM IR that autodetectDan Gohman2009-09-021-0/+117
* switch from std::string to SmallString + raw_svector_ostream.Chris Lattner2009-09-021-7/+5
* split mcinst lowering stuff out to its own file.Chris Lattner2009-09-024-262/+293