index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Support
Age
Commit message (
Expand
)
Author
2013-03-14
Android uses cacheflush(long start, long end, long flags) for MIPS.
Akira Hatanaka
2013-03-14
[Support] Fix lifetime of file descriptors when using MemoryBuffer.
Michael J. Spencer
2013-03-12
Don't crash if write_impl() leaves less buffer space available than expected.
Matt Beaumont-Gay
2013-03-12
[Support][Path] Don't inf loop if creating the parent directory fails.
Michael J. Spencer
2013-03-12
[Support][MemoryBuffer] Use sys::fs::mapped_file_region instead of sys::Path:...
Michael J. Spencer
2013-03-09
Remove an unused member variable from HelpPrinter. Move another member variab...
Craig Topper
2013-03-08
Disable statistics on Release builds and move tests that depend on -stats.
Jan Wen Voung
2013-03-01
In llvm::MemoryBuffer::getFile() remove an unnecessary stat call check.
Argyrios Kyrtzidis
2013-02-28
[PathV2] In llvm::sys::fs::unique_file, make sure it doesn't fall into an inf...
Argyrios Kyrtzidis
2013-02-26
Add support for autodetection of ADM bdver2.
Roman Divacky
2013-02-21
Previously, parsing capability of the .debug_frame section was added
Eli Bendersky
2013-02-21
Provide a "None" value for convenience when using Optional<T>()
David Blaikie
2013-02-20
as the allocator is reset zero out the number of bytes allocated, this was just
Pedro Artigas
2013-02-20
Fix accidental concatenation for "outputuntil" in the -debug-buffer-size opti...
Erik Verbruggen
2013-02-20
Rewrite comments.
Dan Gohman
2013-02-20
Add comment in Memory.inc explaining r175646.
Krzysztof Parzyszek
2013-02-20
SIGQUIT is a "kill" signal, rather than an "int" signal, in this context.
Dan Gohman
2013-02-20
On PowerPC, the cache-flush instructions dcbf and icbi are treated as
Krzysztof Parzyszek
2013-02-20
Move part of APInt implementation from header to cpp file. These methods
Jakub Staszak
2013-02-19
Update a portability kludge to keep it in sync with changes in the code
Dan Gohman
2013-02-19
Whitelist files and block devices instead of blacklisting fifos and
Dan Gohman
2013-02-19
Don't trust st_size of a character device. This fixes using
Dan Gohman
2013-02-19
Fix initialization-order bug in llvm::Support::TimeValue. TimeValue::now() is...
Alexey Samsonov
2013-02-15
Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C ...
Benjamin Kramer
2013-02-14
Workaround an MSan false positive.
Evgeniy Stepanov
2013-02-12
Add static cast to unsigned char whenever a character classification function...
Guy Benyei
2013-02-04
More MSan/ASan annotations.
Evgeniy Stepanov
2013-01-31
Add AArch64 as an experimental target.
Tim Northover
2013-01-31
Annotate BumpPtrAllocator for MemorySanitizer.
Evgeniy Stepanov
2013-01-30
Move UTF conversion routines from clang/lib/Basic to llvm/lib/Support
Dmitri Gribenko
2013-01-28
Fix gcc/printf/ISO C++ warning
Edwin Vane
2013-01-25
APFloat: Make sure that we get a well-formed x87 NaN when converting from a s...
Benjamin Kramer
2013-01-25
ScheduleDAG: colorize the DOT graph and improve formatting.
Andrew Trick
2013-01-22
Initial patch for x32 ABI support.
Eli Bendersky
2013-01-22
Make APFloat constructor require explicit semantics.
Tim Northover
2013-01-18
Add llvm::hexDigitValue to convert single characters to hex.
Jordan Rose
2013-01-16
Introduce llvm::sys::getProcessTriple() function.
Peter Collingbourne
2013-01-14
Revert r171829 "Split changeset_ty using iterators instead of loops" as it br...
Timur Iskhodzhanov
2013-01-13
Remove redundant 'llvm::' qualifications
Dmitri Gribenko
2013-01-11
SMDiagnostic: don't emit ranges if there are /any/ multibyte characters.
Jordan Rose
2013-01-10
Add basic fix-its to SMDiagnostic.
Jordan Rose
2013-01-10
Fix a race condition in the lock-file manager: once the lock file is
Douglas Gregor
2013-01-10
Fix a race condition in llvm::sys::path::unique_file: when we end up
Douglas Gregor
2013-01-09
Move the internal PrintStackTrace function that is used for llvm::sys::PrintS...
Argyrios Kyrtzidis
2013-01-08
Fix memory leak in YAML I/O.
Nick Kledzik
2013-01-08
Remove the llvm-local DW_TAG_vector_type tag and add a test to
Eric Christopher
2013-01-08
Split changeset_ty using iterators instead of loops.
Lenny Maiorani
2013-01-08
Remove what appears to be a dead llvm-specific debug tag.
Eric Christopher
2013-01-07
Change SMRange to be half-open (exclusive end) instead of closed (inclusive)
Jordan Rose
2013-01-07
Implement APFloat::isDenormal()
Shuxin Yang
[next]