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-05-05
Add ArrayRef constructor from None, and do the cleanups that this constructor...
Dmitri Gribenko
2013-05-04
AArch64: use __clear_cache under GCCish environments
Tim Northover
2013-05-04
Allow host triple to be correctly overridden in CMake builds
Tim Northover
2013-05-03
[SystemZ] Support System Z as host architecture
Ulrich Weigand
2013-05-03
[SystemZ] Add llvm::Triple::systemz
Richard Sandiford
2013-05-03
X86: Add target description for btver2; make autodetection logic aware of AVX.
Benjamin Kramer
2013-05-01
Fixes a buffer overrun where the allocated buffer wasn't large enough to acco...
Aaron Ballman
2013-04-28
Inline variable into the #ifdef block where it's used.
Benjamin Kramer
2013-04-27
Fix typo. Stupid me.
Joerg Sonnenberger
2013-04-27
Only use cxxabi.h's demangler, if it is actually available.
Joerg Sonnenberger
2013-04-23
Testing for _XCR_XFEATURE_ENABLED_MASK instead of a specific MSVC version bec...
Aaron Ballman
2013-04-23
Fixup for r180094: properly use MSan interface functions
Alexey Samsonov
2013-04-23
Tell MSan that memory initialized by libz is valid
Alexey Samsonov
2013-04-23
Add llvm_unreachable after fully covered switch to pacify GCC
Hans Wennborg
2013-04-23
Add more guards around zlib-dependent code
Alexey Samsonov
2013-04-23
Add basic zlib support to LLVM. This would allow to use compression/uncompres...
Alexey Samsonov
2013-04-22
[Support] Fix argv string escape bug on Windows
Reid Kleckner
2013-04-22
Convert windows line endings to linux/unix line endings.
Craig Topper
2013-04-15
Make the host endianness check an integer constant expression.
Rafael Espindola
2013-04-11
Add a function to check if an argument list is too long.
Rafael Espindola
2013-04-05
<rdar://problem/13551789> Fix a race in the LockFileManager.
Douglas Gregor
2013-04-05
<rdar://problem/13551789> Fix yet another race in unique_file.
Douglas Gregor
2013-04-05
[Support][FileSystem] Fix identify_magic for big endian ELF.
Michael J. Spencer
2013-04-05
[Support] Disable assertion dialogs from the MSVC debug CRT
Reid Kleckner
2013-04-03
Ensuring that both bits are set, and not just a combination of one or the other.
Aaron Ballman
2013-04-03
Testing for Visual Studio 2010 SP1 or greater before calling the _xgetbv intr...
Aaron Ballman
2013-04-03
Second pass at addressing PR15351 by explicitly checking for AVX support
Aaron Ballman
2013-04-03
Rolling back the AVX support patch due to breaking a gcc 4.6 build bot that d...
Aaron Ballman
2013-04-03
Attempting to fix the build on older GCC versions.
Aaron Ballman
2013-04-03
This patch addresses PR15351 by explicitly checking for AVX support
Aaron Ballman
2013-03-30
Put private class into an anonmyous namespace.
Benjamin Kramer
2013-03-29
SmallVector and SmallPtrSet allocations now power-of-two aligned.
Jean-Luc Duprat
2013-03-29
Revert "Fix allocations of SmallVector and SmallPtrSet so they are more prone...
Rafael Espindola
2013-03-29
Fix allocations of SmallVector and SmallPtrSet so they are more prone to
Jean-Luc Duprat
2013-03-27
Don't try to generate crash diagnostics if we had an I/O failure. It's very
Chad Rosier
2013-03-27
Add a boolean parameter to the llvm::report_fatal_error() function to indicated
Chad Rosier
2013-03-26
Add a boolean parameter to the ExecuteAndWait static function to indicated
Chad Rosier
2013-03-26
Add missing file to cmake build.
Nick Lewycky
2013-03-26
Add a new watchdog timer interface. The interface does not permit handling ti...
Nick Lewycky
2013-03-22
Revert r177543: Add timing of the IR parsing code with a new
Chandler Carruth
2013-03-21
<rdar://problem/13477190> On Darwin, use DARWIN_USER_TEMP_DIR or DARWIN_USER_...
Douglas Gregor
2013-03-20
Use pre-inc, pre-dec when possible.
Jakub Staszak
2013-03-20
Add timing of the IR parsing code with a new -time-ir-parsing flag
Eli Bendersky
2013-03-20
Fix AsmPrinter crashes with assertion. Bug 15318 in Bugzilla
Hao Liu
2013-03-15
[Support][Path][Windows] Fix dangling else. Don't call CloseHandle when Close...
Michael J. Spencer
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
[next]