summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Begin setting features for target based on target triple string.Devang Patel2008-02-07
* Do not set time out, lets assume assembler will do its job in reasonable amou...Devang Patel2008-02-04
* Do not strip symbols when EH is ON.Devang Patel2008-02-02
* Supply appropriate arch info to darwin assembler.Devang Patel2008-01-30
* Enable exception handling if it is supported.Devang Patel2008-01-30
* Add support for frameworks. Patch by Shantonu Sen!Chris Lattner2008-01-27
* - Introduces versioning macro LLVM_LTO_VERSIONDevang Patel2008-01-15
* Fix llvm-ld -Xlinker, patch by Daniel Teske!Chris Lattner2008-01-09
* Fix PR1797Chris Lattner2008-01-08
* remove attribution from a variety of miscellaneous files.Chris Lattner2007-12-29
* regenerateChris Lattner2007-12-29
* remove attributionsChris Lattner2007-12-29
* remove attributions from tools.Chris Lattner2007-12-29
* 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