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