aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Begin setting features for target based on target triple string.Devang Patel2008-02-071-2/+13
* Do not set time out, lets assume assembler will do its job in reasonable amou...Devang Patel2008-02-041-1/+1
* Do not strip symbols when EH is ON.Devang Patel2008-02-021-1/+4
* Supply appropriate arch info to darwin assembler.Devang Patel2008-01-301-0/+16
* Enable exception handling if it is supported.Devang Patel2008-01-301-1/+6
* Add support for frameworks. Patch by Shantonu Sen!Chris Lattner2008-01-271-3/+20
* - Introduces versioning macro LLVM_LTO_VERSIONDevang Patel2008-01-151-8/+41
* Fix llvm-ld -Xlinker, patch by Daniel Teske!Chris Lattner2008-01-091-3/+1
* Fix PR1797Chris Lattner2008-01-081-0/+3
* remove attribution from a variety of miscellaneous files.Chris Lattner2007-12-291-2/+2
* regenerateChris Lattner2007-12-298-5038/+6699
* remove attributionsChris Lattner2007-12-295-10/+10
* remove attributions from tools.Chris Lattner2007-12-2948-96/+96
* remove attributions from tools/utils makefiles.Chris Lattner2007-12-2924-48/+48
* Fixing several transforms which would drop the collector attributeGordon Henriksen2007-12-251-0/+5
* Actually parse q operation in llvm-arSeo Sanghyeon2007-12-251-0/+1
* Revert my previous check-in.Devang Patel2007-12-201-4/+1
* Add lto version check mechanism.Devang Patel2007-12-201-1/+4
* regenerate.Christopher Lamb2007-12-173-4709/+3405
* Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb2007-12-173-22/+26
* Implement address space attribute for LLVM pointer types. Address spaces are Christopher Lamb2007-12-111-0/+1
* Fix accidental commit by Bill.Chris Lattner2007-12-091-1/+1
* Reverting 44702. It wasn't correct to rename them.Bill Wendling2007-12-081-2/+2
* Rather than having special rules like "intrinsics cannotDuncan Sands2007-12-031-1/+1
* Add a convenience method for modifying parameterDuncan Sands2007-11-301-1/+1
* Add some convenience methods for querying attributes, andDuncan Sands2007-11-282-2/+2
* Added quotes around $(NM_PATH) argument to GenLibDeps.pl script so thatTed Kremenek2007-11-271-1/+1
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-275-3760/+4859
* Allow the block extractor take to take a list of basic blocks to not extractNick Lewycky2007-11-144-11/+63
* Make llvm2cpp better, patch for PR1794, contributed by Zack Rusin.Chris Lattner2007-11-131-8/+30
* Deleting redundant copy of block extractor pass. See also PR1775.Gordon Henriksen2007-11-051-51/+2
* Fix PR1739.Chris Lattner2007-10-241-4/+10
* add a 'don't use me' marker.Chris Lattner2007-10-221-0/+3
* Switching TargetMachineRegistry to use the new generic Registry.Gordon Henriksen2007-10-172-2/+3
* Fix a typo in a comment.Dan Gohman2007-10-151-1/+1
* Move the space in overview output for commands out of each of theDan Gohman2007-10-0818-18/+18
* minor long double related changesDale Johannesen2007-09-283-168/+171
* Revise previous patch per review comments.Dale Johannesen2007-09-121-2/+2
* Add APInt interfaces to APFloat (allows directlyDale Johannesen2007-09-111-2/+2
* Turn GVN on by default.Owen Anderson2007-09-082-4/+2
* Apply feedback from previous patch.Dale Johannesen2007-09-074-3677/+2717
* Next round of APFloat changes.Dale Johannesen2007-09-067-214/+241
* Enable loop index split pass.Devang Patel2007-09-041-0/+1
* Update generated files.David Greene2007-09-043-1693/+1360
* Revert this because the interface hasn't been updated yet.David Greene2007-09-041-2/+2
* Fix typo.David Greene2007-09-041-1/+1
* Update GEP constructors to use an iterator interface to fixDavid Greene2007-09-042-7/+9
* Update InvokeInst to work like CallInstDavid Greene2007-08-272-4/+4
* Update .cvs fileDavid Greene2007-08-151-4/+5
* Don't build llvm-stub twice.Reid Spencer2007-08-131-1/+1