aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Code Cleanup.Andreas Neustifter2009-09-033-18/+14
* Code Cleanup.Andreas Neustifter2009-09-031-16/+9
* 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-038-32/+53
* Remove VISIBILITY_HIDDEN from this file.Nick Lewycky2009-09-031-4/+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
* Thread an MCAsmInfo pointer through the various MC printing APIs, Chris Lattner2009-09-036-32/+41
* 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-031-57/+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
* 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-032-2/+2
* back out my recent commit (r80858), it seems to break self-hosting buildbot's...Gabor Greif2009-09-0310-28/+20
* Now Bitcode reader bug is fixed. Reapply 80839.Devang Patel2009-09-035-35/+113
* 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-0310-20/+28
* 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
* Revert 80839 for now. It causes test failures.Devang Patel2009-09-025-113/+35
* Use CallbackVH, instead of WeakVH, to hold MDNode elements. Devang Patel2009-09-025-35/+113
* More missed vdup patternsAnton Korobeynikov2009-09-021-0/+12
* 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
* Refactor common code from ParseAssemblyString and ParseAssemblyFile,Dan Gohman2009-09-021-19/+21
* Rearrange code to eliminate redundancy and avoid gotos.Bob Wilson2009-09-021-64/+40
* plug another leak in LLParser::PerFunctionState::SetInstName()Nuno Lopes2009-09-021-0/+1
* plug memory leak in LLParser::PerFunctionState::SetInstName() by deleting a v...Nuno Lopes2009-09-021-0/+1
* Sort edges in MaximumSpanningTree more stable in case of equal weight.Andreas Neustifter2009-09-021-2/+6
* Changed set of BlocksToInstrument to set of InsertedBlocks that do not have toAndreas Neustifter2009-09-021-9/+9
* Code cleanups and added comments.Andreas Neustifter2009-09-021-17/+45
* Opaque types didn't work if llvm_is_multithreaded().Torok Edwin2009-09-021-1/+1
* Fix DbgStopPointInst->getFileName/getDirectory, broken by the MDNodification inTorok Edwin2009-09-022-8/+7
* Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel2009-09-0238-159/+181
* fix PR4815: some cases where DeleteDeadInstruction can deleteChris Lattner2009-09-021-3/+13
* clean up this code a bit.Chris Lattner2009-09-021-64/+67
* eliminate VISIBILITY_HIDDEN from Transforms/Scalar. PR4861Chris Lattner2009-09-0230-118/+82
* refactor select 'sched insertion' out to its own method.Chris Lattner2009-09-022-60/+73
* Add support for modeling whether or not the processor has support forChris Lattner2009-09-023-10/+21
* fix PR4848 an infinite loop when indexing down through a recursive gepChris Lattner2009-09-021-1/+1