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
*
[ADT] Replace sys::MemoryFence with standard atomics.
Benjamin Kramer
2018-02-01
1
-6
/
+2
*
Add more initializers to quiet a clang warning
Daniel Sanders
2018-01-30
1
-0
/
+4
*
[Support] Move DJB hash to support. NFC
Jonas Devlieghere
2018-01-28
2
-0
/
+21
*
[Support] Move PrintEscapedString into the library its declaration is in
Benjamin Kramer
2018-01-26
1
-0
/
+10
*
[WebAssembly] Switch to *-wasm as the default target triple.
Dan Gohman
2018-01-23
1
-2
/
+4
*
Revert r322595: Specify inline for isWhitespace in CommandLine.cpp
Rui Ueyama
2018-01-22
1
-1
/
+1
*
Fallback option for colorized output when terminfo isn't available
Petr Hosek
2018-01-19
1
-0
/
+15
*
[X86] Add intrinsic support for the RDPID instruction
Craig Topper
2018-01-18
1
-1
/
+3
*
Typo fix SIBABRT -> SIGABRT.
Eric Christopher
2018-01-18
1
-1
/
+1
*
Support: Add missing #include.
Peter Collingbourne
2018-01-18
1
-0
/
+2
*
[Support] Return an enum instead of an unsigned; NFC.
George Burgess IV
2018-01-17
1
-2
/
+2
*
Specify inline for isWhitespace in CommandLine.cpp
Rui Ueyama
2018-01-16
1
-1
/
+1
*
[Support] Remove MemoryBuffer::getNewMemBuffer
Pavel Labath
2018-01-15
1
-5
/
+0
*
[TargetParser] Add missing armv8l ARMv8 variant.
Florian Hahn
2018-01-09
1
-1
/
+1
*
[Support] Use realpath(3) instead of trying to open a file.
Davide Italiano
2018-01-09
1
-6
/
+6
*
[Support] Add WritableMemoryBuffer::getNewMemBuffer
Pavel Labath
2018-01-09
1
-5
/
+10
*
Added support for reading configuration files
Serge Pavlov
2017-12-30
1
-0
/
+48
*
Reverted 321580: Added support for reading configuration files
Serge Pavlov
2017-12-30
1
-47
/
+0
*
Added support for reading configuration files
Serge Pavlov
2017-12-30
1
-0
/
+47
*
Avoid int to string conversion in Twine or raw_ostream contexts.
Benjamin Kramer
2017-12-28
1
-1
/
+1
*
Improve performance TokenizeWindowsCommandLine
Rui Ueyama
2017-12-27
1
-20
/
+26
*
[ThinLTO][CachePruning] explicitly disable pruning
Ben Dunbobbin
2017-12-22
1
-5
/
+5
*
[YAML] Fix UTF-8 handling
Francis Visoiu Mistrih
2017-12-21
1
-1
/
+6
*
[Support] Remove MemoryBuffer::getNewUninitMemBuffer
Pavel Labath
2017-12-21
1
-8
/
+3
*
[TargetParser] Check size before accessing architecture version.
Florian Hahn
2017-12-20
1
-2
/
+2
*
Silence a bunch of implicit fallthrough warnings
Adrian Prantl
2017-12-19
1
-1
/
+0
*
[Support][CachePruning] Disable cache pruning regression fix
Ben Dunbobbin
2017-12-19
1
-2
/
+4
*
[Support] Add WritableMemoryBuffer class
Pavel Labath
2017-12-19
1
-61
/
+96
*
Fix APFloat from string conversion for Inf
Serguei Katkov
2017-12-19
2
-3
/
+3
*
[X86] Minor formatting fix to getHostCPUFeatures. NFC
Craig Topper
2017-12-18
1
-2
/
+1
*
[YAML] Add support for non-printable characters
Francis Visoiu Mistrih
2017-12-18
3
-14
/
+43
*
Fix many -Wsign-compare and -Wtautological-constant-compare warnings.
Zachary Turner
2017-12-14
1
-1
/
+1
*
Recover some overzealously removed includes.
Michael Zolotukhin
2017-12-13
1
-0
/
+1
*
Speculative build fix for lld on Linux after Michael's #include removals
Hans Wennborg
2017-12-13
1
-0
/
+1
*
Remove redundant includes from lib/Support.
Michael Zolotukhin
2017-12-13
6
-6
/
+0
*
[AArch64] Add Exynos to host detection
Evandro Menezes
2017-12-08
1
-0
/
+31
*
Delete temp file if rename fails.
Rafael Espindola
2017-12-05
2
-5
/
+23
*
Re-commit "[cmake] Enable zlib support on windows"
Pavel Labath
2017-12-05
1
-3
/
+3
*
[Support/TarWriter] - Don't allow TarWriter to add the same file more than once.
George Rimar
2017-12-05
1
-0
/
+4
*
Revert "[cmake] Enable zlib support on windows"
Pavel Labath
2017-12-04
1
-3
/
+3
*
[cmake] Enable zlib support on windows
Pavel Labath
2017-12-01
1
-3
/
+3
*
Mark all library options as hidden.
Zachary Turner
2017-12-01
2
-6
/
+8
*
AMDGPU: Add num spilled s/vgprs to metadata
Konstantin Zhuravlyov
2017-11-28
1
-0
/
+4
*
[Support] Merge toLower / toUpper implementations
Francis Visoiu Mistrih
2017-11-28
2
-27
/
+18
*
[ARM][AArch64] Workaround ARM/AArch64 peculiarity in clearing icache.
Peter Smith
2017-11-28
1
-4
/
+24
*
Use FILE_FLAG_DELETE_ON_CLOSE for TempFile on windows.
Rafael Espindola
2017-11-28
2
-6
/
+80
*
Move code. NFC.
Rafael Espindola
2017-11-28
1
-83
/
+85
*
Add an F_Delete flag.
Rafael Espindola
2017-11-28
1
-0
/
+2
*
Add OpenFlags to the create(Unique|Temporary)File interfaces.
Rafael Espindola
2017-11-27
1
-14
/
+20
*
[BinaryStream] Support growable streams.
Zachary Turner
2017-11-27
2
-9
/
+10
[next]