aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix the syntax of add/sub/mul nsw/nuw and sdiv exact.Dan Gohman2009-09-021-10/+10
* Add const qualifiers for isBitcodeWrapper, and add new functionsDan Gohman2009-09-021-7/+36
* Refactor common code from ParseAssemblyString and ParseAssemblyFile,Dan Gohman2009-09-022-19/+33
* Add const qualifiers to dominates' arguments.Dan Gohman2009-09-021-7/+11
* Removed temporarily because of breaking Darwin builds.Andreas Neustifter2009-09-023-341/+0
* 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
* Changed profiling-tool-chain.ll test to use optimal-edge-profiling instead ofAndreas Neustifter2009-09-022-7/+164
* 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
* set svn:ignoreNuno Lopes2009-09-020-0/+0
* Fix DbgStopPointInst->getFileName/getDirectory, broken by the MDNodification inTorok Edwin2009-09-023-8/+80
* Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel2009-09-0243-181/+214
* Fix month.Chris Lattner2009-09-021-0/+0
* fix PR4815: some cases where DeleteDeadInstruction can deleteChris Lattner2009-09-022-3/+39
* 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-022-1/+25
* fix PR4837, some bugs folding vector compares. TheseChris Lattner2009-09-022-7/+13