aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Linker
Commit message (Expand)AuthorAgeFilesLines
* Use correct parentheses with the '&& "..."' idiom in an assert.Dan Gohman2007-10-081-2/+2
* Fix PR1611 - Visibility should be ignored for a declarationChris Lattner2007-08-191-6/+13
* Improve error handling in the linker by:Reid Spencer2007-08-161-6/+6
* Ensure that error messages a propagated from calls to LinkInModule so they getReid Spencer2007-08-161-3/+4
* Allow the filename "-" to be a place holder for stdin. This allows directingReid Spencer2007-08-081-0/+16
* Report an error if one occurs in releaseModule.Reid Spencer2007-07-221-0/+3
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-185-0/+1652