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
...
*
Allow Compiler.h to be included in C files and fix fallthrough warnings
Nathan Huckleberry
2019-08-23
1
-3
/
+4
*
[Support] Improve readNativeFile(Slice) interface
Pavel Labath
2019-08-22
3
-92
/
+66
*
Revert r369549 as it broke the bots.
Aaron Ballman
2019-08-21
1
-4
/
+3
*
Fix -Wimplicit-fallthrough warnings in regcomp.c
Nathan Huckleberry
2019-08-21
1
-3
/
+4
*
Fix 'fall through' annotation
Vitaly Buka
2019-08-21
1
-3
/
+3
*
Recommit "MemoryBuffer: Add a missing error-check to getOpenFileImpl"
Pavel Labath
2019-08-20
1
-1
/
+3
*
[Support][Time profiler] Make FE codegen blocks to be inside frontend blocks
Anton Afanasyev
2019-08-19
1
-2
/
+2
*
[Support] Replace sys::Mutex with their standard equivalents.
Benjamin Kramer
2019-08-19
3
-13
/
+11
*
Filesystem/Windows: fix inconsistency in readNativeFileSlice API
Pavel Labath
2019-08-19
1
-2
/
+2
*
[RWMutex] Simplify availability check
Jonas Devlieghere
2019-08-16
1
-1
/
+1
*
[Support] Re-introduce the RWMutexImpl for macOS < 10.12
Jonas Devlieghere
2019-08-15
2
-0
/
+137
*
Revert "MemoryBuffer: Add a missing error-check to getOpenFileImpl"
Pavel Labath
2019-08-15
1
-3
/
+1
*
[Support] Base RWMutex on std::shared_timed_mutex (C++14)
Benjamin Kramer
2019-08-15
4
-303
/
+0
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
11
-33
/
+33
*
[Support] Fix Wundef warning
Sven van Haastregt
2019-08-15
1
-0
/
+2
*
MemoryBuffer: Add a missing error-check to getOpenFileImpl
Pavel Labath
2019-08-15
1
-1
/
+3
*
[Support][NFC] Fix error message for posix_spawn_file_actions_addopen failed ...
Jan Korous
2019-08-14
1
-1
/
+1
*
Revert "raw_ostream: add operator<< overload for std::error_code"
Pavel Labath
2019-08-14
1
-5
/
+0
*
raw_ostream: add operator<< overload for std::error_code
Pavel Labath
2019-08-14
1
-0
/
+5
*
[X86] Support -march=tigerlake
Pengfei Wang
2019-08-12
1
-0
/
+9
*
[FileCheck] Add missing includes in header
Thomas Preud'homme
2019-08-08
1
-1
/
+1
*
Support: Remove needless allocation when getMainExecutable() calls readlink()
Nico Weber
2019-08-07
1
-4
/
+4
*
[Support] Base SmartMutex on std::recursive_mutex
Benjamin Kramer
2019-08-07
4
-222
/
+0
*
Remove support for 32-bit offsets in utility classes (5/5)
Igor Kudrin
2019-08-07
1
-85
/
+0
*
Replace llvm::MutexGuard/UniqueLock with their standard equivalents
Benjamin Kramer
2019-08-07
3
-6
/
+5
*
Re-submit r367649: Improve raw_ostream so that you can "write" colors using o...
Rui Ueyama
2019-08-07
1
-2
/
+31
*
[Path] Fix bug in make_absolute logic
Jonas Devlieghere
2019-08-06
1
-3
/
+3
*
Support 64-bit offsets in utility classes (1/5)
Igor Kudrin
2019-08-06
1
-23
/
+107
*
BMI2 support is indicated in bit eight of EBX, not nine.
Eric Christopher
2019-08-05
1
-1
/
+1
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
8
-10
/
+10
*
Remove support for unsupported MSVC versions
JF Bastien
2019-08-02
1
-6
/
+0
*
Revert "Remove support for unsupported MSVC versions"
JF Bastien
2019-08-02
1
-0
/
+6
*
Remove support for unsupported MSVC versions
JF Bastien
2019-08-02
1
-6
/
+0
*
Revert r367649: Improve raw_ostream so that you can "write" colors using oper...
Rui Ueyama
2019-08-02
2
-39
/
+9
*
Improve raw_ostream so that you can "write" colors using operator<<
Rui Ueyama
2019-08-02
2
-9
/
+39
*
[FileCollector] Add a VFS that records FS accesses using the FileCollector
Alex Lorenz
2019-07-29
1
-0
/
+79
*
[AArch64][SVE2] Rename bitperm feature to sve2-bitperm
Cullen Rhodes
2019-07-26
1
-2
/
+2
*
Fix macOS build after r358716
Yi Kong
2019-07-26
1
-1
/
+1
*
[FileCollector] add support for recording empty directories
Alex Lorenz
2019-07-25
1
-6
/
+19
*
Make GCC happy about attribute location
JF Bastien
2019-07-25
1
-1
/
+2
*
Fix unused function from r367031
JF Bastien
2019-07-25
1
-1
/
+1
*
CrashHandler: be careful about crashing while handling
JF Bastien
2019-07-25
1
-16
/
+47
*
[FileCollector] Change coding style from LLDB to LLVM (NFC)
Jonas Devlieghere
2019-07-25
1
-80
/
+79
*
[Support] move FileCollector from LLDB to llvm/Support
Alex Lorenz
2019-07-24
2
-0
/
+178
*
[Support] Fix `-ftime-trace-granularity` option
Anton Afanasyev
2019-07-24
1
-7
/
+5
*
FileCheck [8/12]: Define numeric var from expr
Thomas Preud'homme
2019-07-24
1
-118
/
+191
*
Revert "FileCheck [8/12]: Define numeric var from expr"
Thomas Preud'homme
2019-07-24
1
-191
/
+118
*
FileCheck [8/12]: Define numeric var from expr
Thomas Preud'homme
2019-07-23
1
-118
/
+191
*
FileSystem: Check for DTTOIF alone, not _DIRENT_HAVE_D_TYPE
Jordan Rose
2019-07-18
1
-1
/
+4
*
[FileCheck] Fix numeric variable redefinition
Thomas Preud'homme
2019-07-18
1
-15
/
+1
[prev]
[next]