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
/
unittests
/
Support
Commit message (
Expand
)
Author
Age
Files
Lines
*
[AARch64] Add Marvell ThunderX3T110 support
Wei Zhao
2020-06-17
1
-1
/
+8
*
Revert abb00753 "build: reduce CMake handling for zlib" (PR44780)
Hans Wennborg
2020-03-03
1
-1
/
+1
*
Make llvm::crc32() work also for input sizes larger than 32 bits.
Hans Wennborg
2020-02-06
1
-0
/
+20
*
[Support] Fix race in threading test, found by TSan
Sam McCall
2020-01-27
1
-1
/
+3
*
[DebugInfo][Support] Replace DWARFDataExtractor size function
James Henderson
2020-01-13
1
-0
/
+9
*
[Support] Optionally call signal handlers when a function wrapped by the the ...
Alexandre Ganea
2020-01-11
1
-0
/
+30
*
[Support][NFC] Add an explicit unit test for Process::getPageSize()
Bruno Ricci
2020-01-09
1
-0
/
+38
*
AArch64: add missing Apple CPU names and use them by default.
Tim Northover
2020-01-08
1
-1
/
+46
*
[NFC] Fixes -Wrange-loop-analysis warnings
Mark de Wever
2020-01-07
1
-2
/
+2
*
[FileCheck] Remove FileCheck prefix in API
Thomas Preud'homme
2020-01-06
1
-73
/
+71
*
build: reduce CMake handling for zlib
Saleem Abdulrasool
2020-01-02
1
-1
/
+1
*
Revert "build: reduce CMake handling for zlib"
James Henderson
2020-01-02
1
-1
/
+1
*
build: reduce CMake handling for zlib
Saleem Abdulrasool
2020-01-01
1
-1
/
+1
*
llvm-cxxmap: fix support for remapping non-mangled names.
Richard Smith
2019-12-18
1
-1
/
+14
*
[VFS] Disable check for ../foo on Windows
Jonas Devlieghere
2019-12-11
1
-0
/
+2
*
[VFS] Extend virtual working directory test
Jonas Devlieghere
2019-12-11
1
-0
/
+25
*
Implement LWG#1203 for raw_ostream.
Christian Sigg
2019-12-09
1
-2
/
+11
*
[CommandLine] Add missing Callbacks
David Green
2019-12-09
1
-0
/
+8
*
[CommandLine] Add callbacks to Options
Don Hinton
2019-12-06
1
-2
/
+64
*
Reapply "[llvm][Support] Take in CurrentDirectory as a parameter in ExpandRes...
Kadir Cetinkaya
2019-12-04
1
-100
/
+119
*
Revert "[llvm][Support] Take in CurrentDirectory as a parameter in ExpandResp...
Kadir Cetinkaya
2019-12-04
1
-98
/
+100
*
[llvm][Support] Take in CurrentDirectory as a parameter in ExpandResponseFiles
Kadir Cetinkaya
2019-12-04
1
-100
/
+98
*
[NFC][KnownBits] Add getMinValue() / getMaxValue() methods
Roman Lebedev
2019-12-03
1
-0
/
+14
*
[unittest] Fix unittests/Support/Path.cpp after D49466
Fangrui Song
2019-11-26
1
-6
/
+12
*
Initial implementation of -fmacro-prefix-map and -ffile-prefix-map
Dan McGregor
2019-11-26
1
-0
/
+29
*
Reland 9f3fdb0d7fab: [Driver] Use VFS to check if sanitizer blacklists exist
Ilya Biryukov
2019-11-21
1
-2
/
+4
*
Fix uninitialized variable warning. NFC.
Simon Pilgrim
2019-11-18
1
-2
/
+1
*
[Support] Optimize SHA1 implementation
Nick Terrell
2019-11-11
1
-0
/
+16
*
Fix null dereference in yaml::Document::skip
Thomas Finch
2019-11-11
1
-0
/
+11
*
[Support] Add erase() to json::Object
Sam McCall
2019-11-11
1
-5
/
+32
*
[CommandLine] Add inline ArgName printing
Don Hinton
2019-11-06
1
-0
/
+50
*
YAML parser robustness improvements
Thomas Finch
2019-11-05
1
-0
/
+52
*
TargetParserTest - testARMArch - stop bitwise operators on boolean warnings. ...
Simon Pilgrim
2019-11-02
1
-4
/
+5
*
[clang][llvm] Obsolete Exynos M1 and M2
Evandro Menezes
2019-10-30
2
-33
/
+11
*
[ObjectYAML] - Redefine LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::yaml::Hex*) as LLV...
Georgii Rymar
2019-10-30
1
-7
/
+52
*
[LLD][ELF] Support --[no-]mmap-output-file with F_no_mmap
Nick Terrell
2019-10-29
1
-0
/
+22
*
Fix https://bugs.llvm.org/show_bug.cgi?id=43791
Guillaume Chatelet
2019-10-28
1
-1
/
+1
*
Revert "Disable exit-on-SIGPIPE in lldb"
Vedant Kumar
2019-10-24
2
-55
/
+0
*
Reland "[Support] Add a way to run a function on a detached thread""
Sam McCall
2019-10-23
1
-0
/
+54
*
Revert "[Support] Add a way to run a function on a detached thread"
Sam McCall
2019-10-23
1
-54
/
+0
*
[Support] Add a way to run a function on a detached thread
Sam McCall
2019-10-23
1
-0
/
+54
*
Fix llvm signal tests build.
David Carlier
2019-10-21
1
-0
/
+1
*
Disable exit-on-SIGPIPE in lldb
Vedant Kumar
2019-10-18
2
-0
/
+54
*
[Error] Make llvm::cantFail include the original error messages
Don Hinton
2019-10-17
1
-7
/
+10
*
Reapply r375051: [support] GlobPattern: add support for `\` and `[!...]`, and...
Jordan Rupprecht
2019-10-17
1
-38
/
+96
*
Revert [support] GlobPattern: add support for `\` and `[!...]`, and allow `]`...
Jordan Rupprecht
2019-10-16
1
-96
/
+38
*
[support] GlobPattern: add support for `\` and `[!...]`, and allow `]` in mor...
Jordan Rupprecht
2019-10-16
1
-38
/
+96
*
Fix an unused variable introduced in rL374955 / rG21703543.
David L. Jones
2019-10-16
1
-0
/
+1
*
[Reland][VirtualFileSystem] Support virtual working directory in the Redirect...
Jonas Devlieghere
2019-10-15
1
-4
/
+171
*
Revert "[VirtualFileSystem] Support virtual working directory in the Redirec...
Jonas Devlieghere
2019-10-15
1
-171
/
+4
[next]