aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2008-01-15- Introduces versioning macro LLVM_LTO_VERSIONDevang Patel
2008-01-09Fix llvm-ld -Xlinker, patch by Daniel Teske!Chris Lattner
2008-01-08Fix PR1797Chris Lattner
2007-12-29remove attribution from a variety of miscellaneous files.Chris Lattner
2007-12-29regenerateChris Lattner
2007-12-29remove attributionsChris Lattner
2007-12-29remove attributions from tools.Chris Lattner
2007-12-29remove attributions from tools/utils makefiles.Chris Lattner
2007-12-25Fixing several transforms which would drop the collector attributeGordon Henriksen
2007-12-25Actually parse q operation in llvm-arSeo Sanghyeon
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