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
*
DataExtractor: Fix integer truncation issues in LEB128 extraction.
Benjamin Kramer
2012-08-20
1
-3
/
+3
*
Properly test the LLVM_USE_RVALUE_REFERENCES macro.
Michael J. Spencer
2012-08-15
2
-2
/
+2
*
[PathV2] Add mapped_file_region. Implementation for Windows and POSIX.
Michael J. Spencer
2012-08-15
2
-0
/
+311
*
Fix another roundToIntegral bug where very large values could become infinity...
Owen Anderson
2012-08-15
1
-0
/
+6
*
Fix typo in comment.
Owen Anderson
2012-08-15
1
-1
/
+1
*
Fix a problem with APFloat::roundToIntegral where it would return incorrect r...
Owen Anderson
2012-08-15
1
-0
/
+12
*
Fix the construction of the magic constant for roundToIntegral to be 64-bit s...
Owen Anderson
2012-08-14
1
-2
/
+2
*
Add a roundToIntegral method to APFloat, which can be parameterized over vari...
Owen Anderson
2012-08-13
1
-0
/
+26
*
stdcxx's cstdio doesn't include stdio.h, but the code using PathV2.inc
Joerg Sonnenberger
2012-08-10
1
-0
/
+6
*
Add support for the OpenBSD for Bitrig.
Eric Christopher
2012-08-06
4
-6
/
+10
*
Initial commit of new FileOutputBuffer support class.
Nick Kledzik
2012-08-01
2
-0
/
+149
*
Typos.
Chad Rosier
2012-07-27
1
-1
/
+1
*
Make comments in Debug.cpp and Debug.h consistent. Rename SetCurrentDebugType;
Chad Rosier
2012-07-26
1
-5
/
+5
*
Don't add null characters to the end of the APFloat string buffer.
David Blaikie
2012-07-25
1
-10
/
+2
*
make ConstantRange::zeroExtend() optimal
Nuno Lopes
2012-07-23
1
-2
/
+6
*
Remove unused private member variables uncovered by the recent changes to cla...
Benjamin Kramer
2012-07-20
1
-4
/
+0
*
Try to unbreak the windows build.
Benjamin Kramer
2012-07-20
1
-1
/
+1
*
SourceMgr: Use has_colors() instead of just is_displayed() before trying to use
Daniel Dunbar
2012-07-20
1
-2
/
+2
*
raw_ostream: Add a has_colors() method.
Daniel Dunbar
2012-07-20
1
-0
/
+4
*
Process: Add sys::Process::FileDescriptorHasColors().
Daniel Dunbar
2012-07-20
2
-10
/
+16
*
Adds the family codes for the Midview Atom processors so that the
Preston Gurd
2012-07-19
1
-3
/
+2
*
reimplement truncate() to make it optimal.
Nuno Lopes
2012-07-19
1
-10
/
+45
*
Remove tabs.
Bill Wendling
2012-07-19
1
-4
/
+4
*
Remove tabs.
Bill Wendling
2012-07-19
2
-4
/
+4
*
This patch fixes 8 out of 20 unexpected failures in "make check"
Preston Gurd
2012-07-18
1
-0
/
+3
*
simplify getSetSize() per Duncan's comments
Nuno Lopes
2012-07-17
1
-6
/
+5
*
teach ConstantRange that zero times X is always zero
Nuno Lopes
2012-07-16
1
-0
/
+6
*
make ConstantRange::getSetSize() properly compute the size of wrapped and ful...
Nuno Lopes
2012-07-16
1
-8
/
+10
*
Fixed few warnings.
Galina Kistanova
2012-07-12
3
-7
/
+10
*
In MemoryBuffer::getOpenFile() don't verify that the mmap'ed
Argyrios Kyrtzidis
2012-07-11
1
-10
/
+0
*
PR13326: Fix a subtle edge case in the udiv -> magic multiply generator.
Benjamin Kramer
2012-07-11
1
-1
/
+1
*
Enable automatic GCC<->LLVM intrinsic translation for mips.
Benjamin Kramer
2012-06-28
1
-1
/
+6
*
add ConstantRange::difference (to perform set difference/relative complement)
Nuno Lopes
2012-06-28
1
-0
/
+6
*
fix a off-by-one bug in intersectWith(), and add a bunch of tests
Nuno Lopes
2012-06-28
1
-1
/
+1
*
Implement getHostCPUName for ARM/linux. This will be used to implement -march...
Benjamin Kramer
2012-06-26
1
-0
/
+55
*
Fix ThreadLocalImpl::getInstance for --disable-threads.
Argyrios Kyrtzidis
2012-06-26
1
-3
/
+5
*
PR13013: ELF Type identification fails for MSB type ELF files.
Meador Inge
2012-06-25
1
-2
/
+5
*
llvm/lib/Support/Errno.cpp: [Win32] Fix usage of strerror_s().
NAKAMURA Takumi
2012-06-24
1
-1
/
+1
*
Remove an "else" that snuck in after a "return" ;)
Kaelyn Uhrain
2012-06-20
1
-1
/
+1
*
Check that a file is not a directory before reading it into a MemoryBuffer.
Kaelyn Uhrain
2012-06-20
1
-0
/
+9
*
Unbreak the MSVC build: add return to unimplemented functions.
Francois Pichet
2012-06-20
1
-0
/
+2
*
Add permissions(), map_file_pages(), and unmap_file_pages() to llvm::sys::fs ...
Nick Kledzik
2012-06-20
2
-7
/
+117
*
Don't assert when given an empty range.
Kaelyn Uhrain
2012-06-20
1
-1
/
+1
*
Fix PR13148, an inf-loop in StringMap.
Chandler Carruth
2012-06-19
1
-1
/
+1
*
[Support/PathV2] Fix out of bounds access in identify_magic when the file is ...
Michael J. Spencer
2012-06-19
1
-0
/
+2
*
Don't call 'FilesToRemove[0]' when the vector is empty, even to compute
Chandler Carruth
2012-06-16
1
-1
/
+1
*
Harden the Unix signals code to be more async signal safe.
Chandler Carruth
2012-06-16
1
-9
/
+41
*
Fix building ThreadLocal.cpp with --disable-threads.
Argyrios Kyrtzidis
2012-06-13
1
-2
/
+9
*
Fixes for PPC host detection and features.
Hal Finkel
2012-06-12
1
-1
/
+1
*
Reapply r158337, this time properly protect Darwin/PPC host CPU use with __pp...
Hal Finkel
2012-06-12
1
-0
/
+130
[next]