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
Commit message (
Expand
)
Author
Age
Files
Lines
*
isCharInSet refactoring.
Alexander Kornienko
2013-08-29
1
-5
/
+8
*
Revert r189442 "Change default # of digits for APFloat::toString"
Ted Kremenek
2013-08-28
1
-8
/
+5
*
Change default # of digits for APFloat::toString
Eli Friedman
2013-08-28
1
-5
/
+8
*
[BumpPtrAllocator] Move DefaultSlabAllocator to a member of BumpPtrAllocator,...
Argyrios Kyrtzidis
2013-08-28
1
-3
/
+4
*
Added const qualifier to StringRef::edit_distance member function
Dmitri Gribenko
2013-08-24
1
-1
/
+1
*
[Win32] mapped_file_region: Fix a bug in CreateFileMapping() that Size must c...
NAKAMURA Takumi
2013-08-22
1
-2
/
+2
*
Whitespace.
NAKAMURA Takumi
2013-08-22
1
-3
/
+3
*
MemoryBuffer.cpp: Consider if PageSize were not 4096 in shouldUseMmap(). Foll...
NAKAMURA Takumi
2013-08-22
1
-1
/
+1
*
Unix/Process.inc: Revert r72332, "Work around a page size issue on Cygwin."
NAKAMURA Takumi
2013-08-21
1
-6
/
+3
*
Go through the really awkward dance required to delete the memory
Chandler Carruth
2013-08-18
1
-2
/
+12
*
Actually, use GNU inline asm for cpuid with clang
Reid Kleckner
2013-08-16
1
-10
/
+10
*
Switching to using a helper function instead of manually converting the strin...
Aaron Ballman
2013-08-16
1
-24
/
+1
*
Removing unused functionality.
Aaron Ballman
2013-08-16
2
-18
/
+0
*
Updating function comments; no functional changes intended.
Aaron Ballman
2013-08-16
1
-5
/
+12
*
Tighten up the yamilizer so it stops eliding empty sequences if the embedded ...
Aaron Ballman
2013-08-15
1
-0
/
+17
*
Use the MSVC __cpuid intrinsic instead of inline asm
Reid Kleckner
2013-08-14
1
-31
/
+14
*
Expose CRC-32 implementation from zlib
Alexey Samsonov
2013-08-14
1
-0
/
+7
*
GCC warns about removing const with a c-style cast.
Benjamin Kramer
2013-08-13
1
-1
/
+1
*
Fixes a bug when iterating on paths
Tareq A. Siraj
2013-08-12
1
-1
/
+1
*
Remove all checking for the various terminfo headers (term.h and
Chandler Carruth
2013-08-12
1
-24
/
+10
*
Target a minimal terminfo library rather than necessarily a full curses
Chandler Carruth
2013-08-12
1
-11
/
+25
*
Check for $PWD in llvm::sys::current_path.
Rafael Espindola
2013-08-10
1
-0
/
+12
*
Fix off-by-one error in Regex::isValid
Alexey Samsonov
2013-08-08
1
-1
/
+1
*
Changed isPrint for U+00AD SOFT HYPHEN to return true.
Alexander Kornienko
2013-08-08
1
-183
/
+185
*
On Windows, autolink advapi32 from Path.inc for CryptAcquireContextW
Reid Kleckner
2013-08-07
1
-0
/
+4
*
Add support for linking against a curses library when available and
Chandler Carruth
2013-08-07
1
-10
/
+41
*
YAMLTraits.h: replace DenseMap that used a bad implementation of DenseMapInfo
Dmitri Gribenko
2013-08-07
1
-2
/
+2
*
Fix boolean logic in LockFileManager and test it
Reid Kleckner
2013-08-07
1
-8
/
+10
*
Avoid using alloca in Windows/Program.inc
Reid Kleckner
2013-08-07
1
-13
/
+15
*
Implemented llvm::sys::locale::columnWidth and isPrint for the case of generi...
Alexander Kornienko
2013-08-07
1
-5
/
+370
*
Remove some std stream usage from Support and TableGen
Reid Kleckner
2013-08-06
2
-14
/
+18
*
Introduce Regex::isLiteralERE function.
Peter Collingbourne
2013-08-05
1
-0
/
+7
*
Fix windows' implementation of status when a file doesn't exist.
Rafael Espindola
2013-07-31
1
-6
/
+11
*
Implement getUniqueID for directories on windows.
Rafael Espindola
2013-07-30
1
-18
/
+14
*
Remove dead code.
Rafael Espindola
2013-07-30
1
-3
/
+0
*
Implement TokenizeWindowsCommandLine.
Rui Ueyama
2013-07-30
1
-1
/
+101
*
Make file_status::getUniqueID const.
Rafael Espindola
2013-07-29
2
-2
/
+2
*
Include st_dev to make the result of getUniqueID actually unique.
Rafael Espindola
2013-07-29
3
-31
/
+21
*
Some Intel Penryn CPUs come with SSE4 disabled. Detect them as core 2.
Benjamin Kramer
2013-07-29
1
-1
/
+3
*
[APFloat] Make all arithmetic operations with NaN produce positive NaNs.
Michael Gottesman
2013-07-27
1
-7
/
+10
*
[APFloat] Move setting fcNormal in zeroSignificand() to calling code.
Michael Gottesman
2013-07-27
1
-2
/
+4
*
Revert "[PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc."
Rafael Espindola
2013-07-26
1
-2
/
+2
*
[PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc.
Bill Schmidt
2013-07-26
1
-2
/
+2
*
Add missing 'n'.
Rafael Espindola
2013-07-26
1
-1
/
+1
*
Remove dead or useless header checks from cmake and autoconf
Reid Kleckner
2013-07-26
3
-18
/
+4
*
Extend the lifetime of the strings passed to posix_spawn_file_actions_addopen.
Rafael Espindola
2013-07-26
1
-7
/
+21
*
Improve our error handling on windows.
Rafael Espindola
2013-07-26
1
-38
/
+1
*
[PowerPC] Support powerpc64le as a syntax-checking target.
Bill Schmidt
2013-07-26
1
-0
/
+8
*
Remove the mblaze backend from llvm.
Rafael Espindola
2013-07-25
1
-9
/
+0
*
Don't end a file name with a dot. It looks odd.
Rafael Espindola
2013-07-25
1
-1
/
+2
[next]