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
*
Add a missing 'e'.
Rafael Espindola
2013-06-10
1
-1
/
+1
*
Pass a StringRef to sys::identifyFileType.
Rafael Espindola
2013-06-10
1
-6
/
+6
*
Fix an out of bounds array access.
Rafael Espindola
2013-06-10
1
-2
/
+3
*
Update for current naming conventions.
Rafael Espindola
2013-06-10
1
-30
/
+31
*
sys::process::get_id() now returns the process ID instead of a process handle...
Aaron Ballman
2013-06-08
1
-1
/
+1
*
Introduce needsCleanup() for APFloat and APInt.
Manuel Klimek
2013-06-03
1
-1
/
+1
*
APInt: Simplify code. No functionality change.
Benjamin Kramer
2013-06-01
1
-36
/
+2
*
APFloat: Use isDenormal instead of hand-rolled code to check for denormals.
Benjamin Kramer
2013-06-01
1
-1
/
+1
*
Add support for adding the contents of a StringRef to the MD5 hash.
Eric Christopher
2013-05-31
1
-0
/
+8
*
Convert more unsigned char -> uint8_t.
Eric Christopher
2013-05-31
1
-1
/
+1
*
Fix comment.
Eric Christopher
2013-05-31
1
-1
/
+1
*
Move "unsigned char" -> "uint8_t".
Eric Christopher
2013-05-31
1
-8
/
+8
*
Implement IEEE-754R 2008 nextUp/nextDown functions in the guise of the functi...
Michael Gottesman
2013-05-30
1
-20
/
+228
*
[APInt] Implement tcDecrement as a counterpart to tcIncrement. This is for us...
Michael Gottesman
2013-05-28
1
-0
/
+14
*
ArrayRef-ize MD5 and clean up a few variable names.
Eric Christopher
2013-05-24
1
-20
/
+32
*
Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.
Michael J. Spencer
2013-05-24
1
-5
/
+5
*
Remove the Copied parameter from MemoryObject::readBytes.
Benjamin Kramer
2013-05-24
3
-21
/
+7
*
MC: Disassembled CFG reconstruction.
Ahmed Bougacha
2013-05-24
2
-0
/
+35
*
Add cmake bits for md5.
Eric Christopher
2013-05-21
1
-0
/
+1
*
Add an md5 library derived from a public domain implementation for dwarf4
Eric Christopher
2013-05-21
1
-0
/
+266
*
Remove declaration of __clear_cache for __APPLE__. <rdar://problem/13924072>
Bob Wilson
2013-05-19
1
-0
/
+3
*
Invalidate instruction cache when setting memory to be executable.
Tim Northover
2013-05-19
1
-0
/
+3
*
Fix build on Windows
Timur Iskhodzhanov
2013-05-15
1
-0
/
+1
*
Use only explicit bool conversion operators
David Blaikie
2013-05-15
2
-2
/
+2
*
Fix __clear_cache declaration.
Rafael Espindola
2013-05-14
1
-1
/
+1
*
Recognize sparc64 as an alias for sparcv9 triples.
Jakob Stoklund Olesen
2013-05-14
1
-1
/
+1
*
Declare __clear_cache.
Rafael Espindola
2013-05-14
1
-0
/
+1
*
Fix a bug that APFloat::fusedMultiplyAdd() mistakenly evaluate "14.5f * -14.5...
Shuxin Yang
2013-05-13
1
-2
/
+27
*
Better output for long help strings for command-line options.
Alexander Kornienko
2013-05-10
1
-8
/
+16
*
Add line tracking support to FormattedStream
Daniel Malea
2013-05-08
1
-20
/
+25
*
Implemented public interface for modifying registered (not positional or sink...
Andrew Trick
2013-05-06
1
-0
/
+10
*
Support command line option categories.
Andrew Trick
2013-05-06
1
-20
/
+198
*
Add ArrayRef constructor from None, and do the cleanups that this constructor...
Dmitri Gribenko
2013-05-05
1
-1
/
+1
*
AArch64: use __clear_cache under GCCish environments
Tim Northover
2013-05-04
1
-1
/
+1
*
Allow host triple to be correctly overridden in CMake builds
Tim Northover
2013-05-04
1
-1
/
+1
*
[SystemZ] Support System Z as host architecture
Ulrich Weigand
2013-05-03
1
-0
/
+9
*
[SystemZ] Add llvm::Triple::systemz
Richard Sandiford
2013-05-03
1
-0
/
+8
*
X86: Add target description for btver2; make autodetection logic aware of AVX.
Benjamin Kramer
2013-05-03
1
-3
/
+8
*
Fixes a buffer overrun where the allocated buffer wasn't large enough to acco...
Aaron Ballman
2013-05-01
1
-1
/
+8
*
Inline variable into the #ifdef block where it's used.
Benjamin Kramer
2013-04-28
1
-1
/
+1
*
Fix typo. Stupid me.
Joerg Sonnenberger
2013-04-27
1
-1
/
+1
*
Only use cxxabi.h's demangler, if it is actually available.
Joerg Sonnenberger
2013-04-27
1
-2
/
+8
*
Testing for _XCR_XFEATURE_ENABLED_MASK instead of a specific MSVC version bec...
Aaron Ballman
2013-04-23
1
-1
/
+1
*
Fixup for r180094: properly use MSan interface functions
Alexey Samsonov
2013-04-23
1
-2
/
+2
*
Tell MSan that memory initialized by libz is valid
Alexey Samsonov
2013-04-23
1
-2
/
+9
*
Add llvm_unreachable after fully covered switch to pacify GCC
Hans Wennborg
2013-04-23
1
-0
/
+1
*
Add more guards around zlib-dependent code
Alexey Samsonov
2013-04-23
1
-1
/
+1
*
Add basic zlib support to LLVM. This would allow to use compression/uncompres...
Alexey Samsonov
2013-04-23
2
-0
/
+90
*
[Support] Fix argv string escape bug on Windows
Reid Kleckner
2013-04-22
1
-4
/
+42
*
Convert windows line endings to linux/unix line endings.
Craig Topper
2013-04-22
1
-13
/
+13
[next]