index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Support
Commit message (
Expand
)
Author
Age
Files
Lines
*
ThreadLocal: Move Unix-specific code out of Support/ThreadLocal.cpp
David Majnemer
2014-12-15
2
-45
/
+43
*
ThreadLocal: Return a mutable pointer if templated with a non-const type
David Majnemer
2014-12-15
3
-4
/
+4
*
APInt: udivrem should use machine instructions for single-word APInts
David Majnemer
2014-12-14
1
-0
/
+12
*
Pass EC by reference to MemoryBufferMMapFile to return error code.
Yaron Keren
2014-12-12
1
-1
/
+1
*
Clean up static analyzer warnings.
Michael Ilseman
2014-12-12
2
-2
/
+2
*
MAP_FILE is the default. We don't need to add it.
Rafael Espindola
2014-12-12
1
-3
/
+0
*
Remove silly left over from the Windows resize_file implementation.
Rafael Espindola
2014-12-12
1
-1
/
+0
*
Move the resize file feature from mapped_file_region to the only user.
Rafael Espindola
2014-12-12
2
-13
/
+5
*
Pass a FD to resise_file and add a testcase.
Rafael Espindola
2014-12-12
2
-17
/
+6
*
Remove unused feature. NFC.
Rafael Espindola
2014-12-12
1
-7
/
+1
*
Remove a convoluted way of calling close by moving the call to the only caller.
Rafael Espindola
2014-12-11
4
-87
/
+24
*
Silence static analyzer warnings in LLVMSupport.
Michael Ilseman
2014-12-11
2
-0
/
+4
*
Remove dead code. NFC.
Rafael Espindola
2014-12-11
2
-81
/
+0
*
Silence warning: variable 'buffer' set but not used.
Yaron Keren
2014-12-04
1
-3
/
+5
*
Remove dead code. NFC.
Rafael Espindola
2014-12-04
6
-87
/
+11
*
Triple: Add AMDHSA operating system type
Tom Stellard
2014-12-02
1
-0
/
+2
*
Fix several bugs in r221220's new program finding code.
Chandler Carruth
2014-12-02
2
-6
/
+8
*
[msan] Annotate zlib functions for MemorySanitizer.
Evgeniy Stepanov
2014-11-25
1
-0
/
+6
*
More long path name support on Windows, this time in program execution.
Paul Robinson
2014-11-24
3
-9
/
+24
*
Allow multiple -debug-only args
Matthias Braun
2014-11-21
1
-6
/
+17
*
Remove support for undocumented SpecialCaseList entries.
Alexey Samsonov
2014-11-20
1
-12
/
+0
*
[ADT] Fix PR20728 - Incorrect APFloat::fusedMultiplyAdd results for x86_fp80.
Lang Hames
2014-11-19
1
-12
/
+24
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
2
-8
/
+10
*
Remove StringMap::GetOrCreateValue in favor of StringMap::insert
David Blaikie
2014-11-19
2
-3
/
+3
*
Support ELF files of unknown type.
Michael J. Spencer
2014-11-18
1
-0
/
+3
*
Fix ARM triple parsing
Renato Golin
2014-11-17
1
-13
/
+48
*
silence gcc 4.9.1 warning in /llvm/lib/Support/Windows/Path.inc:564:39:
Yaron Keren
2014-11-17
1
-1
/
+1
*
SearchForAddressOfSymbol(): Disable 3 symbols, copysignf, fminf, and fmaxf, o...
NAKAMURA Takumi
2014-11-14
1
-1
/
+1
*
Fix the VS 2012 build
Reid Kleckner
2014-11-13
1
-5
/
+7
*
Fix symbol resolution of floating point libc builtins in MCJIT
Reid Kleckner
2014-11-13
2
-9
/
+60
*
Avoid usage of char16_t as MSVC "14" doesn't appear to support it
Reid Kleckner
2014-11-13
1
-4
/
+4
*
Fixing -Wtype-limits warnings with the asserts (the expression would always e...
Aaron Ballman
2014-11-13
1
-3
/
+3
*
Read 64 bits at a time in the bitcode reader.
Rafael Espindola
2014-11-13
1
-4
/
+3
*
Improve long path name support on Windows.
Paul Robinson
2014-11-13
1
-38
/
+66
*
Use the return of readBytes to find out if we are at the end of the stream.
Rafael Espindola
2014-11-12
1
-12
/
+0
*
Return the number of read bytes in MemoryObject::readBytes.
Rafael Espindola
2014-11-12
1
-14
/
+30
*
Merge StreamableMemoryObject into MemoryObject.
Rafael Espindola
2014-11-12
3
-10
/
+8
*
Remove unused method. NFC.
Rafael Espindola
2014-11-12
1
-13
/
+0
*
Make readBytes pure virtual. Every real implementation has it.
Rafael Espindola
2014-11-12
1
-19
/
+0
*
Remove unused method. NFC.
Rafael Espindola
2014-11-12
2
-2
/
+1
*
Remove the now unused StringRefMemoryObject.h.
Rafael Espindola
2014-11-12
2
-30
/
+0
*
Fix style.
Michael J. Spencer
2014-11-07
1
-2
/
+1
*
[CMake] LLVMSupport: Give system_libs PRIVATE scope when LLVMSupport is built...
NAKAMURA Takumi
2014-11-07
1
-36
/
+31
*
Remove unnecessary .c_str() when implicitly converting to Twine
Matt Arsenault
2014-11-06
1
-2
/
+2
*
llvm-readobj: Add support for dumping the DOS header in PE files
David Majnemer
2014-11-05
1
-3
/
+4
*
Revert 220932.
Jiangning Liu
2014-11-05
5
-49
/
+4
*
Remove FindProgramByName. NFC.
Rafael Espindola
2014-11-04
3
-87
/
+4
*
Fix Visual C++ warning, Program.inc(85): warning C4018: '<' : signed/unsigned...
Yaron Keren
2014-11-04
1
-1
/
+1
*
sys::findProgramByName(): [Win32] Tweak to pass lowercase .exe to SearchPath(...
NAKAMURA Takumi
2014-11-04
1
-0
/
+1
*
#include <winbase.h> is not enough for Visual C++ 2013, it errors:
Yaron Keren
2014-11-04
1
-1
/
+1
[next]