aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Linker
Commit message (Expand)AuthorAgeFilesLines
* And final pack of warnings silencingAnton Korobeynikov2008-02-201-2/+5
* random cleanups.Chris Lattner2008-02-191-7/+4
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-294-8/+8
* remove attribution from lib Makefiles.Chris Lattner2007-12-291-2/+2
* Ignore functions with internal linkages during linking. This snipped mimics theAnton Korobeynikov2007-12-271-0/+3
* Fixing several transforms which would drop the collector attributeGordon Henriksen2007-12-251-0/+2
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-271-0/+1
* 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