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
*
[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
*
[Support] Fix locking of shared variable in threadpool
Jan Korous
2017-11-27
1
-1
/
+1
*
Control-Flow Enforcement Technology - Shadow Stack support (LLVM side)
Oren Ben Simhon
2017-11-26
1
-0
/
+3
*
[x86][icelake]GFNI
Coby Tayree
2017-11-26
1
-0
/
+1
*
Recommit r318963 "[APInt] Don't print debug messages from the APInt knuth div...
Craig Topper
2017-11-24
1
-0
/
+10
*
Revert 318963 "[APInt] Don't print debug messages from the APInt knuth divisi...
Craig Topper
2017-11-24
1
-10
/
+0
*
[APInt] Don't print debug messages from the APInt knuth division algorithm by...
Craig Topper
2017-11-24
1
-0
/
+10
*
Make helpers static. NFC.
Benjamin Kramer
2017-11-24
1
-0
/
+2
*
Allow TempFile::discard to be called twice.
Rafael Espindola
2017-11-22
1
-0
/
+6
*
CachePruning: Allow limiting the number of files in the cache directory.
Peter Collingbourne
2017-11-22
1
-20
/
+30
*
[X86] Move the information about the feature bits used by compiler-rt and sha...
Craig Topper
2017-11-21
1
-102
/
+59
*
[X86] Sort bits in getHostCPUFeatures again.
Craig Topper
2017-11-21
1
-11
/
+5
*
[x86][icelake]BITALG
Coby Tayree
2017-11-21
1
-0
/
+3
*
[x86][icelake]VNNI
Coby Tayree
2017-11-21
1
-0
/
+3
[next]