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
/
SpecialCaseList.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reland 9f3fdb0d7fab: [Driver] Use VFS to check if sanitizer blacklists exist
Ilya Biryukov
2019-11-21
1
-5
/
+7
*
Revert "[Driver] Use VFS to check if sanitizer blacklists exist"
Ilya Biryukov
2019-11-21
1
-7
/
+5
*
[Driver] Use VFS to check if sanitizer blacklists exist
Ilya Biryukov
2019-11-21
1
-5
/
+7
*
[clang] Add VFS support for sanitizers' blacklists
Jan Korous
2019-11-08
1
-2
/
+2
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Extend SpecialCaseList to allow users to blame matches on entries in the file.
Mitch Phillips
2017-11-07
1
-46
/
+37
*
Check special-case-list regex before insertion.
Mitch Phillips
2017-10-24
1
-0
/
+5
*
Add section headers to SpecialCaseLists
Vlad Tsyrklevich
2017-09-25
1
-75
/
+139
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
Use trigrams to speed up SpecialCaseList.
Ivan Krasin
2016-12-01
1
-2
/
+10
*
Apply clang-tidy's 'performance-faster-string-find' check to LLVM.
Benjamin Kramer
2016-11-30
1
-1
/
+1
*
Do a sweep over move ctors and remove those that are identical to the default.
Benjamin Kramer
2016-10-20
1
-4
/
+0
*
Avoid some copies by using const references.
Benjamin Kramer
2016-05-27
1
-1
/
+1
*
Purge unused includes throughout libSupport.
Benjamin Kramer
2015-03-23
1
-2
/
+0
*
SpecialCaseList: Add support for parsing multiple input files.
Alexey Samsonov
2015-02-04
1
-23
/
+35
*
Remove support for undocumented SpecialCaseList entries.
Alexey Samsonov
2014-11-20
1
-12
/
+0
*
unique_ptrify the result of SpecialCaseList::create
David Blaikie
2014-09-02
1
-7
/
+8
*
Fix some cases where StringRef was being passed by const reference. Remove co...
Craig Topper
2014-08-30
1
-5
/
+4
*
Remove move assignment operator to appease older GCCs.
Peter Collingbourne
2014-07-10
1
-5
/
+0
*
Explicitly define move constructor and move assignment operator to appease MSVC.
Peter Collingbourne
2014-07-10
1
-0
/
+9
*
SpecialCaseList: use std::unique_ptr.
Peter Collingbourne
2014-07-10
1
-15
/
+3
*
Decouple llvm::SpecialCaseList text representation and its LLVM IR semantics.
Alexey Samsonov
2014-07-09
1
-0
/
+178