aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/FileUtilities.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-051-2/+4
* Change the MemoryBuffer::getFile* methods to take just a pointer to theChris Lattner2008-04-011-4/+2
* Change DiffFilesWithTolerance to be written in terms of MemoryBuffer,Chris Lattner2008-04-011-73/+56
* Remove MappedFile support for mapping files for write and execChris Lattner2008-04-011-2/+2
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-201-0/+1
* Simplify the code and fix a typo.Lauro Ramos Venancio2008-01-281-7/+4
* Fix fpcmp infinite loop when comparing "29-266" with "29-268".Lauro Ramos Venancio2008-01-281-5/+21
* 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/+266