index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Support
/
FileUtilities.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
fpcmp: Fix bug where fpcmp wouldn't early exit when files obviously differ and
Daniel Dunbar
2010-06-15
1
-9
/
+9
*
fpcmp: Fix a possible infinite loop when comparing something like:
Daniel Dunbar
2010-06-15
1
-0
/
+8
*
Convert some users of ftostr to raw_ostream.
Benjamin Kramer
2010-01-29
1
-7
/
+7
*
Fix more -Wshorten-64-to-32 warnings.
Evan Cheng
2008-05-05
1
-2
/
+4
*
Change the MemoryBuffer::getFile* methods to take just a pointer to the
Chris Lattner
2008-04-01
1
-4
/
+2
*
Change DiffFilesWithTolerance to be written in terms of MemoryBuffer,
Chris Lattner
2008-04-01
1
-73
/
+56
*
Remove MappedFile support for mapping files for write and exec
Chris Lattner
2008-04-01
1
-2
/
+2
*
Unbreak build with gcc 4.3: provide missed includes and silence most annoying...
Anton Korobeynikov
2008-02-20
1
-0
/
+1
*
Simplify the code and fix a typo.
Lauro Ramos Venancio
2008-01-28
1
-7
/
+4
*
Fix fpcmp infinite loop when comparing "29-266" with "29-268".
Lauro Ramos Venancio
2008-01-28
1
-5
/
+21
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+266