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
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-19
3
-0
/
+17
*
Checking for a return value with FormatMessage; if the call fails, there's no...
Aaron Ballman
2013-11-18
1
-4
/
+9
*
Fixing a possible memory leak from a failing realloc() call.
Aaron Ballman
2013-11-18
1
-2
/
+7
*
Recover gracefully when deserializing invalid YAML input.
Alexander Kornienko
2013-11-18
1
-7
/
+26
*
Revert r194865 and r194874.
Alexey Samsonov
2013-11-18
4
-20
/
+0
*
[block-freq] Add BlockFrequency::scale that returns a remainder from the divi...
Michael Gottesman
2013-11-17
1
-38
/
+60
*
X86: Encode the 'h' cpu subtype in the MachO header for x86.
Jim Grosbach
2013-11-16
1
-1
/
+1
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-15
4
-0
/
+20
*
Path: Recognize COFF import library file magic.
Rui Ueyama
2013-11-15
1
-0
/
+4
*
Recognize 0x0000 as a COFF file magic.
Rui Ueyama
2013-11-14
1
-0
/
+3
*
yaml::Input::mapTag(): Don't use StringRef to hold return type of std::string.
NAKAMURA Takumi
2013-11-14
1
-1
/
+1
*
Whitespace.
NAKAMURA Takumi
2013-11-14
1
-1
/
+1
*
Add dyn_cast<> support to YAML I/O's IO class
Nick Kledzik
2013-11-14
1
-2
/
+2
*
Add simple support for tags in YAML I/O
Nick Kledzik
2013-11-14
1
-0
/
+18
*
Make sure LLVMLoadLibraryPermanently gets an extern "C" symbol.
Benjamin Kramer
2013-11-13
1
-1
/
+1
*
Add newline at EOF in DynamicLibrary.cpp
Peter Zotov
2013-11-06
1
-1
/
+1
*
[llvm-c] Specify explicit namespace in LLVMLoadLibraryPermanently
Peter Zotov
2013-11-06
1
-1
/
+1
*
[llvm-c] Expose LLVMLoadLibraryPermanently
Peter Zotov
2013-11-06
1
-0
/
+9
*
X86: Add a description for AMD bdver3 aka Steamroller.
Benjamin Kramer
2013-11-04
1
-3
/
+5
*
Make the pretty stack trace be an opt-in, rather than opt-out, facility. Enab...
Filip Pizlo
2013-11-04
1
-16
/
+13
*
When LLVM is embedded in a larger application, it's not OK for LLVM to interc...
Filip Pizlo
2013-11-03
1
-0
/
+5
*
[ConstantRange] improve my previous patch per Nick suggestion
Nuno Lopes
2013-10-31
1
-1
/
+1
*
Rules adjustments in order to build on DragonFly BSD.
Rafael Espindola
2013-10-31
1
-2
/
+3
*
[SystemZ] Automatically detect zEC12 and z196 hosts
Richard Sandiford
2013-10-31
1
-0
/
+42
*
Add {start,end}with_lower methods to StringRef.
Rui Ueyama
2013-10-30
1
-5
/
+24
*
make ConstantRange::signExtend() optimal
Nuno Lopes
2013-10-30
1
-0
/
+5
*
simplify ConstantRange::getSetSize()
Nuno Lopes
2013-10-28
1
-3
/
+0
*
Change MemoryBuffer::getFile to take a Twine.
Rafael Espindola
2013-10-25
1
-8
/
+12
*
Reverting my r193344 checkin due to build breakage.
John Thompson
2013-10-24
1
-11
/
+0
*
Added std::string as a built-in type for mapping.
John Thompson
2013-10-24
1
-0
/
+11
*
Fix the -Werror -Wpedantic clang selfhost build
Alp Toker
2013-10-22
1
-3
/
+3
*
Can we move to C++11 already?
Michael J. Spencer
2013-10-18
1
-3
/
+3
*
[Support][YAML] Add support for accessing tags and tag handle substitution.
Michael J. Spencer
2013-10-18
1
-11
/
+91
*
Fix a conversion warning in the mingw32 build
Alp Toker
2013-10-18
1
-2
/
+2
*
Fix initialization order warning in mingw32 build
Alp Toker
2013-10-18
1
-1
/
+1
*
Expose install_fatal_error_handler() through the C API.
Filip Pizlo
2013-10-17
1
-0
/
+17
*
Fix a bug in Windows resource file detection.
Rui Ueyama
2013-10-16
1
-1
/
+1
*
Path: Recognize Windows compiled resource file.
Rui Ueyama
2013-10-15
1
-0
/
+8
*
Windows: Fix a typo in an assert
David Majnemer
2013-10-14
1
-6
/
+3
*
Windows: Don't bother with pinning Kernel32.dll
David Majnemer
2013-10-14
1
-3
/
+1
*
Windows: Use GetModuleHandleEx instead of LoadLibrary
David Majnemer
2013-10-13
1
-2
/
+2
*
Add missing #include's to cctype when using isdigit/alpha/etc.
Will Dietz
2013-10-12
1
-0
/
+1
*
Fix build on Solaris 11.
Rafael Espindola
2013-10-08
2
-0
/
+7
*
Windows: Avoiding resizing, use uninitialized data() instead
David Majnemer
2013-10-07
1
-4
/
+5
*
Formally added an explicit enum for DWARF TLS support. No functionality change.
Richard Mitton
2013-10-07
1
-3
/
+4
*
Windows/Process.inc: Fix for +Asserts. &Buf[0] is not guaranteed if size is z...
NAKAMURA Takumi
2013-10-07
1
-1
/
+1
*
Windows: Be more explicit with Win32 APIs
David Majnemer
2013-10-07
4
-15
/
+33
*
Revert "Revert "Windows: Add support for unicode command lines""
David Majnemer
2013-10-07
7
-82
/
+155
*
Revert "Windows: Add support for unicode command lines"
David Majnemer
2013-10-06
7
-156
/
+83
*
Windows: Add support for unicode command lines
David Majnemer
2013-10-06
7
-83
/
+156
[next]