aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Linker.h
Commit message (Expand)AuthorAgeFilesLines
* Fix "the the" and similar typos.Dan Gohman2010-02-101-1/+1
* Pass StringRef by value.Daniel Dunbar2009-11-061-9/+9
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-231-6/+6
* Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer2009-08-111-1/+1
* Factor some of the constants+context related code out into a separate header,...Owen Anderson2009-08-041-1/+1
* Fix some comments referring to std::cerr.Daniel Dunbar2009-08-031-5/+5
* Finish migrating VMCore to StringRef/Twine based APIs.Daniel Dunbar2009-07-251-9/+9
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-011-2/+2
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-011-2/+2
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-011-0/+3
* * Alphabetized system headers per the style guideMisha Brukman2009-01-021-1/+1
* Make comments and code for QuietWarnings and QuietErrorsDan Gohman2008-10-251-2/+2
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Fix minor doxygen nits.Reid Spencer2007-08-051-1/+1
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+297