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
2011-10-20
Patch to build win64 LLVM on Mingw. Patch by Ruben Van Boxem.
Bill Wendling
2011-10-16
Merging r142039:
Bill Wendling
2011-10-13
Support/Windows: Add support modifying memory permissions on Windows. Patch b...
Michael J. Spencer
2011-10-13
Support/Windows: Add efficent RW mutex on Windows. Patch by Aaron Ballman!
Michael J. Spencer
2011-10-13
Avoid undefined behavior in signed integer negation. Patch by Ahmed Charles.
Eli Friedman
2011-10-12
Fix APFloat::getSmallestNormalized so the shift doesn't depend on undefined b...
Eli Friedman
2011-10-12
Fix APFloat::getLargest so that it actually returns the correct value. Found...
Eli Friedman
2011-10-11
Clean up a few references to System/. We still have docs/SystemLibrary.html
Daniel Dunbar
2011-10-10
The Mips specific function for instruction cache invalidation cannot be
Bruno Cardoso Lopes
2011-10-07
Fix APInt::operator*= so that it computes the correct result for large intege...
Eli Friedman
2011-10-05
Add more initializers to quiet a clang warning.
Eric Christopher
2011-10-03
Fix typo in comments.
Nick Lewycky
2011-10-01
Add Windows x64 stack walking support. Patch by Aaron Ballman!
Michael J. Spencer
2011-09-30
Fix a bug in compare_numeric().
Jakob Stoklund Olesen
2011-09-27
These symbols appear to be visible by SearchForAddressOfSymbol and no longer
Chad Rosier
2011-09-23
sys::Process: Add a SetWorkingDirectory method.
Daniel Dunbar
2011-09-21
Change:
Richard Trieu
2011-09-20
Remove the hack to check UNAME_RELEASE when identifying the Darwin version.
Bob Wilson
2011-09-20
U is good enough
Douglas Gregor
2011-09-20
Eliminate sign-comparison warnings in APInt
Douglas Gregor
2011-09-20
Add mips64 & mips64el to Triple. Patch by Liu with modifications.
Akira Hatanaka
2011-09-19
Rename LLVM_MULTITHREADED define and fix build without threads.
Eric Christopher
2011-09-19
Silence -Wsign-compare warnings from GCC.
Benjamin Kramer
2011-09-19
Add Win32 support to llvm::llvm_execute_on_thread(). Thanks to Aaron Ballman!
NAKAMURA Takumi
2011-09-16
Fix a minor bug in fs::create_directories. Patch by Albert Wong.
Eli Friedman
2011-09-15
use 64-bit types instead of off_t/size_t to avoid the issue when
Ivan Krasin
2011-09-15
CommandLine: Add support for 64 bit unsigned integer options.
Benjamin Kramer
2011-09-15
Add some more DWARF extensions from:
Nick Lewycky
2011-09-15
Update Dwarf enums list for DWARF 4.
Nick Lewycky
2011-09-14
Update the comment for system_temp_directory() to indicate when it
Douglas Gregor
2011-09-14
Include limits.h to make sure PATH_MAX is known on Solaris 10.
Bill Wendling
2011-09-14
Add a simple routine to determine the typical system directory for
Douglas Gregor
2011-09-14
Add APInt support for converting to/from hexatridecimal strings
Douglas Gregor
2011-09-14
One more patch towards JIT support for Mips.
Bruno Cardoso Lopes
2011-09-14
Remove unimplemented function prototypes from PathV2. They can be readded whe...
Benjamin Kramer
2011-09-14
ObjectFile: Add support for mach-o-style dSYM companion files.
Benjamin Kramer
2011-09-13
Add the DataExtractor utility class.
Benjamin Kramer
2011-09-12
Add DW_ATE_UTF, which clang started using in my previous commit!
Devang Patel
2011-08-29
Add AMDIL as valid target triple to LLVM.
Tobias Grosser
2011-08-28
Fix integer overflow bug in raw_ostream::write. This showed up as a
Nick Lewycky
2011-08-27
Report failure if there are less bytes than requested in a MemoryObject.
Benjamin Kramer
2011-08-25
Intel family 6 model 44 is Gulftown/Westmere-EP and doesn't have AVX.
Benjamin Kramer
2011-08-24
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-08-23
This patch adds support of le32 pseudo-cpu that stands for generic
Ivan Krasin
2011-08-23
lib/Support/Windows/Windows.h: Update required IE ver. 0x0600 should be enoug...
NAKAMURA Takumi
2011-08-22
Add NativeClient support to Triple::ParseOS.
Ivan Krasin
2011-08-22
Make DynamicLibrary thread-safe w/r/t call to dlerror() after dlopen(). PR10718
Jordy Rose
2011-08-20
PathV2: Handle more reserved filenames on windows.
Benjamin Kramer
2011-08-20
lib/Support/CrashRecoveryContext.cpp: Add Win32 support to CrashRecoveryConte...
NAKAMURA Takumi
2011-08-20
lib/Support/Windows/Windows.h: Require at least Windows XP(5.1) API. We will ...
NAKAMURA Takumi
[next]