index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Support
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add AMDIL as valid target triple to LLVM.
Tobias Grosser
2011-08-29
1
-1
/
+10
*
Fix integer overflow bug in raw_ostream::write. This showed up as a
Nick Lewycky
2011-08-28
1
-2
/
+2
*
Report failure if there are less bytes than requested in a MemoryObject.
Benjamin Kramer
2011-08-27
1
-2
/
+5
*
Intel family 6 model 44 is Gulftown/Westmere-EP and doesn't have AVX.
Benjamin Kramer
2011-08-25
1
-2
/
+2
*
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-08-24
2
-0
/
+123
*
This patch adds support of le32 pseudo-cpu that stands for generic
Ivan Krasin
2011-08-23
1
-0
/
+9
*
lib/Support/Windows/Windows.h: Update required IE ver. 0x0600 should be enoug...
NAKAMURA Takumi
2011-08-23
1
-1
/
+1
*
Add NativeClient support to Triple::ParseOS.
Ivan Krasin
2011-08-22
1
-0
/
+2
*
Make DynamicLibrary thread-safe w/r/t call to dlerror() after dlopen(). PR10718
Jordy Rose
2011-08-22
2
-3
/
+4
*
PathV2: Handle more reserved filenames on windows.
Benjamin Kramer
2011-08-20
1
-2
/
+24
*
lib/Support/CrashRecoveryContext.cpp: Add Win32 support to CrashRecoveryConte...
NAKAMURA Takumi
2011-08-20
1
-1
/
+67
*
lib/Support/Windows/Windows.h: Require at least Windows XP(5.1) API. We will ...
NAKAMURA Takumi
2011-08-20
1
-2
/
+2
*
Add NativeClient operating system support.
Ivan Krasin
2011-08-18
1
-0
/
+1
*
Static fields require an out-of-line definition. Fix DynamicLibrary for real.
Jordy Rose
2011-08-17
1
-0
/
+2
*
Unbork Windows build. Thanks, Francois.
Jordy Rose
2011-08-17
1
-2
/
+2
*
Use DynamicLibrary instances as a way to get symbols from a specific library....
Jordy Rose
2011-08-17
2
-67
/
+109
*
Silence a bunch (but not all) "variable written but not read" warnings
Duncan Sands
2011-08-12
1
-0
/
+4
*
Clarify a comment.
Bob Wilson
2011-08-10
1
-1
/
+3
*
Put Darwin-specific code inside an __APPLE__ ifdef.
Bob Wilson
2011-08-09
1
-0
/
+2
*
Recognize the UNAME_RELEASE environment variable to match Darwin's uname.
Bob Wilson
2011-08-09
1
-0
/
+6
*
Added several architecture names.
Sean Callanan
2011-07-30
1
-1
/
+2
*
Don't look at $PWD in GetCurrentDirectory.
Nick Lewycky
2011-07-29
1
-3
/
+0
*
Teach Path::GetCurrentDirectory to use $PWD, to support users who like to do
Nick Lewycky
2011-07-29
1
-2
/
+5
*
Add an optional 'bool makeAbsolute' in llvm::sys::fs::unique_file function.
Argyrios Kyrtzidis
2011-07-28
2
-19
/
+25
*
Optimize 96-bit division a little bit.
Jakub Staszak
2011-07-27
1
-2
/
+3
*
Move static methods to the anonymous namespace.
Jakub Staszak
2011-07-27
1
-2
/
+7
*
Trim includes.
Frits van Bommel
2011-07-27
1
-12
/
+11
*
Teach the Triple class about kfreebsd (FreeBSD kernel with
Duncan Sands
2011-07-26
1
-0
/
+3
*
BranchProbability::print returns void now.
Jakub Staszak
2011-07-25
1
-2
/
+1
*
Add BlockFrequency class.
Jakub Staszak
2011-07-25
2
-0
/
+121
*
switch Triple to take twines instead of stringrefs.
Chris Lattner
2011-07-24
1
-5
/
+0
*
Add Twine support for characters, and switch twine to use a union internally
Chris Lattner
2011-07-24
1
-27
/
+33
*
Move TargetRegistry.cpp from lib/Support to lib/Target where it belongs.
Chandler Carruth
2011-07-22
2
-123
/
+0
*
Move the registered target printing in version strings completely out of
Chandler Carruth
2011-07-22
1
-7
/
+2
*
Move the logic for printing the registered targets into a static
Chandler Carruth
2011-07-22
2
-26
/
+35
*
Add an extension point to the CommandLine library where clients can
Chandler Carruth
2011-07-22
1
-3
/
+22
*
lib/Support/Triple.cpp: Recognize "-march=ppc32" to llc properly, as quick hack.
NAKAMURA Takumi
2011-07-22
1
-0
/
+2
*
move tier out of an anonymous namespace, it doesn't make sense
Chris Lattner
2011-07-21
1
-5
/
+4
*
Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future a...
Jeffrey Yasskin
2011-07-18
2
-13
/
+21
*
Simplify & microoptimize code. No intended functionality change.
Benjamin Kramer
2011-07-18
1
-4
/
+2
*
In Twine::str(), if the Twine stores only a std::string, just return a direct...
Frits van Bommel
2011-07-15
1
-3
/
+8
*
Explicitly cast the second argument to unsigned in order to select the
Chandler Carruth
2011-07-15
1
-1
/
+1
*
Add an APFloat::convertToInt(APSInt) function that automatically manages the
Jeffrey Yasskin
2011-07-15
1
-0
/
+18
*
Windows/DynamicLibrary.inc: Fix trivial warnings. Thanks to John Myers!
NAKAMURA Takumi
2011-07-09
2
-3
/
+3
*
Update comments for SandyBridge CPU identifiers.
Bob Wilson
2011-07-08
1
-2
/
+6
*
Recognize Intel CPUs with Family=6 and Model=44.
Bob Wilson
2011-07-08
1
-0
/
+1
*
Recognize mipseb as alias for mips for symmetry with mipsel.
Joerg Sonnenberger
2011-07-07
1
-1
/
+2
*
Fix missing triple support for RTEMS target.
Eli Friedman
2011-07-06
1
-0
/
+2
*
By default mkstemp() creates a temporary file with mode 0600, but the mode
Chad Rosier
2011-07-05
1
-0
/
+3
*
Revert previous commit. It seems that whether casting to void
Duncan Sands
2011-07-02
1
-1
/
+1
[next]