aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* Add AMDIL as valid target triple to LLVM.Tobias Grosser2011-08-291-1/+10
* Fix integer overflow bug in raw_ostream::write. This showed up as aNick Lewycky2011-08-281-2/+2
* Report failure if there are less bytes than requested in a MemoryObject.Benjamin Kramer2011-08-271-2/+5
* Intel family 6 model 44 is Gulftown/Westmere-EP and doesn't have AVX.Benjamin Kramer2011-08-251-2/+2
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-242-0/+123
* This patch adds support of le32 pseudo-cpu that stands for genericIvan Krasin2011-08-231-0/+9
* lib/Support/Windows/Windows.h: Update required IE ver. 0x0600 should be enoug...NAKAMURA Takumi2011-08-231-1/+1
* Add NativeClient support to Triple::ParseOS.Ivan Krasin2011-08-221-0/+2
* Make DynamicLibrary thread-safe w/r/t call to dlerror() after dlopen(). PR10718Jordy Rose2011-08-222-3/+4
* PathV2: Handle more reserved filenames on windows.Benjamin Kramer2011-08-201-2/+24
* lib/Support/CrashRecoveryContext.cpp: Add Win32 support to CrashRecoveryConte...NAKAMURA Takumi2011-08-201-1/+67
* lib/Support/Windows/Windows.h: Require at least Windows XP(5.1) API. We will ...NAKAMURA Takumi2011-08-201-2/+2
* Add NativeClient operating system support.Ivan Krasin2011-08-181-0/+1
* Static fields require an out-of-line definition. Fix DynamicLibrary for real.Jordy Rose2011-08-171-0/+2
* Unbork Windows build. Thanks, Francois.Jordy Rose2011-08-171-2/+2
* Use DynamicLibrary instances as a way to get symbols from a specific library....Jordy Rose2011-08-172-67/+109
* Silence a bunch (but not all) "variable written but not read" warningsDuncan Sands2011-08-121-0/+4
* Clarify a comment.Bob Wilson2011-08-101-1/+3
* Put Darwin-specific code inside an __APPLE__ ifdef.Bob Wilson2011-08-091-0/+2
* Recognize the UNAME_RELEASE environment variable to match Darwin's uname.Bob Wilson2011-08-091-0/+6
* Added several architecture names.Sean Callanan2011-07-301-1/+2
* Don't look at $PWD in GetCurrentDirectory.Nick Lewycky2011-07-291-3/+0
* Teach Path::GetCurrentDirectory to use $PWD, to support users who like to doNick Lewycky2011-07-291-2/+5
* Add an optional 'bool makeAbsolute' in llvm::sys::fs::unique_file function.Argyrios Kyrtzidis2011-07-282-19/+25
* Optimize 96-bit division a little bit.Jakub Staszak2011-07-271-2/+3
* Move static methods to the anonymous namespace.Jakub Staszak2011-07-271-2/+7
* Trim includes.Frits van Bommel2011-07-271-12/+11
* Teach the Triple class about kfreebsd (FreeBSD kernel withDuncan Sands2011-07-261-0/+3
* BranchProbability::print returns void now.Jakub Staszak2011-07-251-2/+1
* Add BlockFrequency class.Jakub Staszak2011-07-252-0/+121
* switch Triple to take twines instead of stringrefs.Chris Lattner2011-07-241-5/+0
* Add Twine support for characters, and switch twine to use a union internallyChris Lattner2011-07-241-27/+33
* Move TargetRegistry.cpp from lib/Support to lib/Target where it belongs.Chandler Carruth2011-07-222-123/+0
* Move the registered target printing in version strings completely out ofChandler Carruth2011-07-221-7/+2
* Move the logic for printing the registered targets into a staticChandler Carruth2011-07-222-26/+35
* Add an extension point to the CommandLine library where clients canChandler Carruth2011-07-221-3/+22
* lib/Support/Triple.cpp: Recognize "-march=ppc32" to llc properly, as quick hack.NAKAMURA Takumi2011-07-221-0/+2
* move tier out of an anonymous namespace, it doesn't make senseChris Lattner2011-07-211-5/+4
* Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future a...Jeffrey Yasskin2011-07-182-13/+21
* Simplify & microoptimize code. No intended functionality change.Benjamin Kramer2011-07-181-4/+2
* In Twine::str(), if the Twine stores only a std::string, just return a direct...Frits van Bommel2011-07-151-3/+8
* Explicitly cast the second argument to unsigned in order to select theChandler Carruth2011-07-151-1/+1
* Add an APFloat::convertToInt(APSInt) function that automatically manages theJeffrey Yasskin2011-07-151-0/+18
* Windows/DynamicLibrary.inc: Fix trivial warnings. Thanks to John Myers!NAKAMURA Takumi2011-07-092-3/+3
* Update comments for SandyBridge CPU identifiers.Bob Wilson2011-07-081-2/+6
* Recognize Intel CPUs with Family=6 and Model=44.Bob Wilson2011-07-081-0/+1
* Recognize mipseb as alias for mips for symmetry with mipsel.Joerg Sonnenberger2011-07-071-1/+2
* Fix missing triple support for RTEMS target.Eli Friedman2011-07-061-0/+2
* By default mkstemp() creates a temporary file with mode 0600, but the modeChad Rosier2011-07-051-0/+3
* Revert previous commit. It seems that whether casting to voidDuncan Sands2011-07-021-1/+1