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
*
Move BuryPointer from Clang to LLVM for use in other LLVM tools
David Blaikie
2018-11-17
2
-0
/
+32
*
Use llvm::copy. NFC
Fangrui Song
2018-11-17
2
-2
/
+2
*
[VFS] Implement `RedirectingFileSystem::getRealPath`.
Volodymyr Sapsai
2018-11-16
1
-4
/
+29
*
[X86] Guess that a CPU is Icelake it if reports support for AVX512VBMI2.
Craig Topper
2018-11-15
1
-0
/
+6
*
[Support] Teach YAMLIO about polymorphic types
Scott Linder
2018-11-14
1
-15
/
+73
*
[FileSystem] Add expand_tilde function
Jonas Devlieghere
2018-11-13
2
-0
/
+23
*
[FileCheck] fixing typo in assert
Fedor Sergeev
2018-11-13
1
-1
/
+1
*
[FileCheck] introduce CHECK-COUNT-<num> repetition directive
Fedor Sergeev
2018-11-13
1
-103
/
+146
*
[Support] Make error banner optional in logAllUnhandledErrors
Jonas Devlieghere
2018-11-11
1
-1
/
+1
*
Fix DragonFlyBSD build
David Carlier
2018-11-10
1
-1
/
+3
*
[AArch64] Support HiSilicon's TSV110 processor
Bryan Chan
2018-11-09
1
-0
/
+11
*
Revert "[VFS] Add "expand tilde" argument to getRealPath."
Sam McCall
2018-11-09
1
-14
/
+13
*
[VFS] Add "expand tilde" argument to getRealPath.
Jonas Devlieghere
2018-11-09
1
-13
/
+14
*
Extend virtual file system with `isLocal` method
Jonas Devlieghere
2018-11-08
1
-0
/
+25
*
[Windows] Simplify WindowsSupport.h
Reid Kleckner
2018-11-06
3
-82
/
+54
*
[FileCheck] Parse command-line options from FILECHECK_OPTS
Joel E. Denny
2018-11-06
1
-2
/
+21
*
Silence deprecation warning for GetVersionEx with clang-cl
Reid Kleckner
2018-11-06
1
-0
/
+7
*
[Support] Fix `warning: unknown pragma ignored` for mingw target
Martin Storsjo
2018-11-06
1
-0
/
+4
*
Only call FlushFileBuffers() when writing executables on Windows
Alexandre Ganea
2018-11-05
2
-1
/
+57
*
[VFS] Add support for "no_push" to VFS recursive iterators.
Jonas Devlieghere
2018-10-31
1
-12
/
+17
*
Add parens to fix incorrect assert check.
Erich Keane
2018-10-29
1
-1
/
+1
*
[VFS] Add property 'fallthrough' that controls fallback to real file system.
Volodymyr Sapsai
2018-10-26
1
-15
/
+99
*
[VFS] Remove 'ignore-non-existent-contents' attribute for YAML-based VFS.
Volodymyr Sapsai
2018-10-24
1
-22
/
+2
*
[SourceMgr][FileCheck] Obey -color by extending WithColor
Joel E. Denny
2018-10-24
2
-79
/
+92
*
[AMDGPU] Defined gfx909 Raven Ridge 2
Tim Renouf
2018-10-24
1
-1
/
+3
*
Commit missing comment edit and use correct cast to fix std::min overload
Reid Kleckner
2018-10-23
1
-5
/
+5
*
[hurd] Make getMainExecutable get the real binary path
Reid Kleckner
2018-10-23
1
-7
/
+27
*
Print out DebugCounter info with -print-debug-counter
Zhizhou Yang
2018-10-23
1
-4
/
+21
*
Add support for GNU Hurd in Path.inc and other places
Sylvestre Ledru
2018-10-23
1
-3
/
+8
*
Revert r344930 as it broke some of the bots on Windows.
Aaron Ballman
2018-10-22
2
-92
/
+79
*
[SourceMgr][FileCheck] Obey -color by extending WithColor
Joel E. Denny
2018-10-22
2
-79
/
+92
*
Replace setFeature macro with lambda to fix MSVC "shift count negative or too...
Simon Pilgrim
2018-10-20
1
-10
/
+10
*
[X86] Add additional CPUs and features to Host.cpp and X86TargetParser.def to...
Craig Topper
2018-10-20
1
-50
/
+73
*
Port libcxxabi r344607 into llvm
Pavel Labath
2018-10-17
1
-1
/
+2
*
[Support] exit with custom return code for SIGPIPE
Nick Desaulniers
2018-10-12
1
-0
/
+5
*
[Support] Remove redundant qualifiers in YAMLTraits (NFC)
Scott Linder
2018-10-10
1
-28
/
+28
*
Lift VFS from clang to llvm (NFC)
Jonas Devlieghere
2018-10-10
2
-0
/
+2122
*
[AArch64] -mcpu=native CPU detection for Cavium processors
Joel Jones
2018-10-05
1
-0
/
+15
*
[mips] Add support MIPS r6 Debian triples
Simon Atanasyan
2018-09-27
1
-11
/
+20
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
3
-3
/
+3
*
[ARM/AArch64][v8.5A] Add Armv8.5-A target
Oliver Stannard
2018-09-26
2
-0
/
+7
*
[X86] Infer 64bit feature support from the CPUID results in getHostCPUFeatures.
Craig Topper
2018-09-24
1
-0
/
+2
*
Remove dead function user_cache_directory()
Nico Weber
2018-09-18
3
-39
/
+0
*
[mips] Fix MIPS N32 ABI triples support
Simon Atanasyan
2018-09-17
1
-2
/
+10
*
fix typos
Adrian Prantl
2018-09-14
1
-1
/
+1
*
[Support] Treat null bytes as separator in windows command line strings
Martin Storsjo
2018-09-14
1
-2
/
+6
*
Common infrastructure for reading a profile remapping file and building
Richard Smith
2018-09-13
2
-0
/
+82
*
[Support] sys::fs::directory_entry includes the file_type.
Kristina Brooks
2018-09-12
3
-77
/
+95
*
AMDGPU: Re-apply r341982 after fixing the layering issue
Konstantin Zhuravlyov
2018-09-12
1
-10
/
+40
*
Revert "AMDGPU: Move isa version and EF_AMDGPU_MACH_* determination into Targ...
Ilya Biryukov
2018-09-12
1
-128
/
+10
[next]