aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2007-12-20Revert my previous check-in.Devang Patel
2007-12-20Add lto version check mechanism.Devang Patel
2007-12-17regenerate.Christopher Lamb
2007-12-17Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb
2007-12-11Implement address space attribute for LLVM pointer types. Address spaces are Christopher Lamb
2007-12-09Fix accidental commit by Bill.Chris Lattner
2007-12-08Reverting 44702. It wasn't correct to rename them.Bill Wendling
2007-12-03Rather than having special rules like "intrinsics cannotDuncan Sands
2007-11-30Add a convenience method for modifying parameterDuncan Sands
2007-11-28Add some convenience methods for querying attributes, andDuncan Sands
2007-11-27Added quotes around $(NM_PATH) argument to GenLibDeps.pl script so thatTed Kremenek
2007-11-27Fix PR1146: parameter attributes are longer part ofDuncan Sands
2007-11-14Allow the block extractor take to take a list of basic blocks to not extractNick Lewycky
2007-11-13Make llvm2cpp better, patch for PR1794, contributed by Zack Rusin.Chris Lattner
2007-11-05Deleting redundant copy of block extractor pass. See also PR1775.Gordon Henriksen
2007-10-24Fix PR1739.Chris Lattner
2007-10-22add a 'don't use me' marker.Chris Lattner
2007-10-17Switching TargetMachineRegistry to use the new generic Registry.Gordon Henriksen
2007-10-15Fix a typo in a comment.Dan Gohman
2007-10-08Move the space in overview output for commands out of each of theDan Gohman
2007-09-28minor long double related changesDale Johannesen
2007-09-12Revise previous patch per review comments.Dale Johannesen
2007-09-11Add APInt interfaces to APFloat (allows directlyDale Johannesen
2007-09-08Turn GVN on by default.Owen Anderson
2007-09-07Apply feedback from previous patch.Dale Johannesen
2007-09-06Next round of APFloat changes.Dale Johannesen
2007-09-04Enable loop index split pass.Devang Patel
2007-09-04Update generated files.David Greene
2007-09-04Revert this because the interface hasn't been updated yet.David Greene
2007-09-04Fix typo.David Greene
2007-09-04Update GEP constructors to use an iterator interface to fixDavid Greene
2007-08-27Update InvokeInst to work like CallInstDavid Greene
2007-08-15Update .cvs fileDavid Greene
2007-08-13Don't build llvm-stub twice.Reid Spencer
2007-08-08Separate program name from error message with a :Reid Spencer
2007-08-08Terminate an error message with a newline.Reid Spencer
2007-08-07Make this code more efficientDavid Greene
2007-08-04Regenerating.Chandler Carruth
2007-08-04This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth
2007-08-02Adjust for new CallInst constructor interface.Reid Spencer
2007-08-01Rename FastDSE to just DSE.Owen Anderson
2007-08-01Update generated files.David Greene
2007-08-01New CallInst interface to address GLIBCXX_DEBUG errors caused byDavid Greene
2007-07-30Remove a FIXME comment that wasn't removed when the code it accompaniedDan Gohman
2007-07-23Remove dead option.Reid Spencer
2007-07-18Fix a sys::Path API error caught by a gcc 4.2 warning.Reid Spencer
2007-07-17Turn on FastDSE by default.Owen Anderson
2007-07-17Change sroa threshold back.Evan Cheng
2007-07-17Temporarily set SROA threshold to 512.Evan Cheng
2007-07-11Emit correct linkage. Patch by Roman Samoilov.Anton Korobeynikov