aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/MemoryBuffer.h
Commit message (Expand)AuthorAgeFilesLines
* Removed trailing whitespace.Misha Brukman2009-02-201-9/+9
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-051-3/+3
* Change the MemoryBuffer::getFile* methods to take just a pointer to theChris Lattner2008-04-011-3/+3
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Fix the Linker testcase regressions, by making MemoryBuffer::getFileOrSTDIN r...Chris Lattner2007-11-181-6/+3
* Add new MemoryBuffer::getMemBufferCopy method.Chris Lattner2007-10-091-0/+6
* Make it clear that getSTDIN returns null when stdin is empty.Reid Spencer2007-08-081-1/+1
* 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/+106