summaryrefslogtreecommitdiff
path: root/lib/Support
Commit message (Expand)AuthorAge
* use 64-bit types instead of off_t/size_t to avoid the issue whenIvan Krasin2011-09-15
* CommandLine: Add support for 64 bit unsigned integer options.Benjamin Kramer2011-09-15
* Add some more DWARF extensions from:Nick Lewycky2011-09-15
* Update Dwarf enums list for DWARF 4.Nick Lewycky2011-09-15
* Update the comment for system_temp_directory() to indicate when itDouglas Gregor2011-09-14
* Include limits.h to make sure PATH_MAX is known on Solaris 10.Bill Wendling2011-09-14
* Add a simple routine to determine the typical system directory forDouglas Gregor2011-09-14
* Add APInt support for converting to/from hexatridecimal stringsDouglas Gregor2011-09-14
* One more patch towards JIT support for Mips.Bruno Cardoso Lopes2011-09-14
* Remove unimplemented function prototypes from PathV2. They can be readded whe...Benjamin Kramer2011-09-14
* ObjectFile: Add support for mach-o-style dSYM companion files.Benjamin Kramer2011-09-14
* Add the DataExtractor utility class.Benjamin Kramer2011-09-13
* Add DW_ATE_UTF, which clang started using in my previous commit!Devang Patel2011-09-12
* Add AMDIL as valid target triple to LLVM.Tobias Grosser2011-08-29
* Fix integer overflow bug in raw_ostream::write. This showed up as aNick Lewycky2011-08-28
* Report failure if there are less bytes than requested in a MemoryObject.Benjamin Kramer2011-08-27
* Intel family 6 model 44 is Gulftown/Westmere-EP and doesn't have AVX.Benjamin Kramer2011-08-25
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* This patch adds support of le32 pseudo-cpu that stands for genericIvan Krasin2011-08-23
* lib/Support/Windows/Windows.h: Update required IE ver. 0x0600 should be enoug...NAKAMURA Takumi2011-08-23
* Add NativeClient support to Triple::ParseOS.Ivan Krasin2011-08-22
* Make DynamicLibrary thread-safe w/r/t call to dlerror() after dlopen(). PR10718Jordy Rose2011-08-22
* PathV2: Handle more reserved filenames on windows.Benjamin Kramer2011-08-20
* lib/Support/CrashRecoveryContext.cpp: Add Win32 support to CrashRecoveryConte...NAKAMURA Takumi2011-08-20
* lib/Support/Windows/Windows.h: Require at least Windows XP(5.1) API. We will ...NAKAMURA Takumi2011-08-20
* Add NativeClient operating system support.Ivan Krasin2011-08-18
* Static fields require an out-of-line definition. Fix DynamicLibrary for real.Jordy Rose2011-08-17
* Unbork Windows build. Thanks, Francois.Jordy Rose2011-08-17
* Use DynamicLibrary instances as a way to get symbols from a specific library....Jordy Rose2011-08-17
* Silence a bunch (but not all) "variable written but not read" warningsDuncan Sands2011-08-12
* Clarify a comment.Bob Wilson2011-08-10
* Put Darwin-specific code inside an __APPLE__ ifdef.Bob Wilson2011-08-09
* Recognize the UNAME_RELEASE environment variable to match Darwin's uname.Bob Wilson2011-08-09
* Added several architecture names.Sean Callanan2011-07-30
* Don't look at $PWD in GetCurrentDirectory.Nick Lewycky2011-07-29
* Teach Path::GetCurrentDirectory to use $PWD, to support users who like to doNick Lewycky2011-07-29
* Add an optional 'bool makeAbsolute' in llvm::sys::fs::unique_file function.Argyrios Kyrtzidis2011-07-28
* Optimize 96-bit division a little bit.Jakub Staszak2011-07-27
* Move static methods to the anonymous namespace.Jakub Staszak2011-07-27
* Trim includes.Frits van Bommel2011-07-27
* Teach the Triple class about kfreebsd (FreeBSD kernel withDuncan Sands2011-07-26
* BranchProbability::print returns void now.Jakub Staszak2011-07-25
* Add BlockFrequency class.Jakub Staszak2011-07-25
* switch Triple to take twines instead of stringrefs.Chris Lattner2011-07-24
* Add Twine support for characters, and switch twine to use a union internallyChris Lattner2011-07-24
* Move TargetRegistry.cpp from lib/Support to lib/Target where it belongs.Chandler Carruth2011-07-22
* Move the registered target printing in version strings completely out ofChandler Carruth2011-07-22
* Move the logic for printing the registered targets into a staticChandler Carruth2011-07-22
* Add an extension point to the CommandLine library where clients canChandler Carruth2011-07-22
* lib/Support/Triple.cpp: Recognize "-march=ppc32" to llc properly, as quick hack.NAKAMURA Takumi2011-07-22