summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* remove attributions from tools/utils makefiles.Chris Lattner2007-12-29
* Fixing several transforms which would drop the collector attributeGordon Henriksen2007-12-25
* Actually parse q operation in llvm-arSeo Sanghyeon2007-12-25
* Revert my previous check-in.Devang Patel2007-12-20
* Add lto version check mechanism.Devang Patel2007-12-20
* regenerate.Christopher Lamb2007-12-17
* Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb2007-12-17
* Implement address space attribute for LLVM pointer types. Address spaces are Christopher Lamb2007-12-11
* Fix accidental commit by Bill.Chris Lattner2007-12-09
* Reverting 44702. It wasn't correct to rename them.Bill Wendling2007-12-08
* Rather than having special rules like "intrinsics cannotDuncan Sands2007-12-03
* Add a convenience method for modifying parameterDuncan Sands2007-11-30
* Add some convenience methods for querying attributes, andDuncan Sands2007-11-28
* Added quotes around $(NM_PATH) argument to GenLibDeps.pl script so thatTed Kremenek2007-11-27
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-27
* Allow the block extractor take to take a list of basic blocks to not extractNick Lewycky2007-11-14
* Make llvm2cpp better, patch for PR1794, contributed by Zack Rusin.Chris Lattner2007-11-13
* Deleting redundant copy of block extractor pass. See also PR1775.Gordon Henriksen2007-11-05
* Fix PR1739.Chris Lattner2007-10-24
* add a 'don't use me' marker.Chris Lattner2007-10-22
* Switching TargetMachineRegistry to use the new generic Registry.Gordon Henriksen2007-10-17
* Fix a typo in a comment.Dan Gohman2007-10-15
* Move the space in overview output for commands out of each of theDan Gohman2007-10-08
* minor long double related changesDale Johannesen2007-09-28
* Revise previous patch per review comments.Dale Johannesen2007-09-12
* Add APInt interfaces to APFloat (allows directlyDale Johannesen2007-09-11
* Turn GVN on by default.Owen Anderson2007-09-08
* Apply feedback from previous patch.Dale Johannesen2007-09-07
* Next round of APFloat changes.Dale Johannesen2007-09-06
* Enable loop index split pass.Devang Patel2007-09-04
* Update generated files.David Greene2007-09-04
* Revert this because the interface hasn't been updated yet.David Greene2007-09-04
* Fix typo.David Greene2007-09-04
* Update GEP constructors to use an iterator interface to fixDavid Greene2007-09-04
* Update InvokeInst to work like CallInstDavid Greene2007-08-27
* Update .cvs fileDavid Greene2007-08-15
* Don't build llvm-stub twice.Reid Spencer2007-08-13
* Separate program name from error message with a :Reid Spencer2007-08-08
* Terminate an error message with a newline.Reid Spencer2007-08-08
* Make this code more efficientDavid Greene2007-08-07
* Regenerating.Chandler Carruth2007-08-04
* This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth2007-08-04
* Adjust for new CallInst constructor interface.Reid Spencer2007-08-02
* Rename FastDSE to just DSE.Owen Anderson2007-08-01
* Update generated files.David Greene2007-08-01
* New CallInst interface to address GLIBCXX_DEBUG errors caused byDavid Greene2007-08-01
* Remove a FIXME comment that wasn't removed when the code it accompaniedDan Gohman2007-07-30
* Remove dead option.Reid Spencer2007-07-23
* Fix a sys::Path API error caught by a gcc 4.2 warning.Reid Spencer2007-07-18
* Turn on FastDSE by default.Owen Anderson2007-07-17