aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Linker/Linker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-011-1/+1
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-011-1/+1
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-011-19/+16
* Make comments and code for QuietWarnings and QuietErrorsDan Gohman2008-10-251-1/+1
* Change the MemoryBuffer::getFile* methods to take just a pointer to theChris Lattner2008-04-011-3/+3
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+178