index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
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-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
2011-08-18
Add NativeClient operating system support.
Ivan Krasin
2011-08-17
Static fields require an out-of-line definition. Fix DynamicLibrary for real.
Jordy Rose
2011-08-17
Unbork Windows build. Thanks, Francois.
Jordy Rose
2011-08-17
Use DynamicLibrary instances as a way to get symbols from a specific library....
Jordy Rose
2011-08-12
Silence a bunch (but not all) "variable written but not read" warnings
Duncan Sands
2011-08-10
Clarify a comment.
Bob Wilson
2011-08-09
Put Darwin-specific code inside an __APPLE__ ifdef.
Bob Wilson
2011-08-09
Recognize the UNAME_RELEASE environment variable to match Darwin's uname.
Bob Wilson
2011-07-30
Added several architecture names.
Sean Callanan
2011-07-29
Don't look at $PWD in GetCurrentDirectory.
Nick Lewycky
2011-07-29
Teach Path::GetCurrentDirectory to use $PWD, to support users who like to do
Nick Lewycky
2011-07-28
Add an optional 'bool makeAbsolute' in llvm::sys::fs::unique_file function.
Argyrios Kyrtzidis
2011-07-27
Optimize 96-bit division a little bit.
Jakub Staszak
2011-07-27
Move static methods to the anonymous namespace.
Jakub Staszak
2011-07-27
Trim includes.
Frits van Bommel
2011-07-26
Teach the Triple class about kfreebsd (FreeBSD kernel with
Duncan Sands
2011-07-25
BranchProbability::print returns void now.
Jakub Staszak
2011-07-25
Add BlockFrequency class.
Jakub Staszak
2011-07-24
switch Triple to take twines instead of stringrefs.
Chris Lattner
2011-07-24
Add Twine support for characters, and switch twine to use a union internally
Chris Lattner
2011-07-22
Move TargetRegistry.cpp from lib/Support to lib/Target where it belongs.
Chandler Carruth
2011-07-22
Move the registered target printing in version strings completely out of
Chandler Carruth
2011-07-22
Move the logic for printing the registered targets into a static
Chandler Carruth
2011-07-22
Add an extension point to the CommandLine library where clients can
Chandler Carruth
2011-07-22
lib/Support/Triple.cpp: Recognize "-march=ppc32" to llc properly, as quick hack.
NAKAMURA Takumi
2011-07-21
move tier out of an anonymous namespace, it doesn't make sense
Chris Lattner
2011-07-18
Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future a...
Jeffrey Yasskin
2011-07-18
Simplify & microoptimize code. No intended functionality change.
Benjamin Kramer
2011-07-15
In Twine::str(), if the Twine stores only a std::string, just return a direct...
Frits van Bommel
[prev]
[next]