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
/
Transforms
/
Utils
/
SpecialCaseList.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Decouple llvm::SpecialCaseList text representation and its LLVM IR semantics.
Alexey Samsonov
2014-07-09
1
-232
/
+0
*
[C++11] Use 'nullptr'.
Craig Topper
2014-06-08
1
-6
/
+6
*
Use create methods since msvc doesn't handle delegating constructors.
Rafael Espindola
2014-05-17
1
-1
/
+1
*
Reduce abuse of default values in the GlobalAlias constructor.
Rafael Espindola
2014-05-17
1
-3
/
+1
*
Fix most of PR10367.
Rafael Espindola
2014-05-16
1
-1
/
+1
*
Change the GlobalAlias constructor to look a bit more like GlobalVariable.
Rafael Espindola
2014-05-16
1
-2
/
+3
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-11
/
+12
*
Introduce SpecialCaseList::isIn overload for GlobalAliases.
Peter Collingbourne
2013-08-19
1
-0
/
+46
*
Remove SpecialCaseList::findCategory.
Peter Collingbourne
2013-08-19
1
-2
/
+0
*
Relax conditions of test added in r188156 to fix it on Windows
Alexey Samsonov
2013-08-12
1
-1
/
+1
*
Introduce factory methods for SpecialCaseList
Alexey Samsonov
2013-08-12
1
-2
/
+32
*
Make SpecialCaseList match full strings, as documented, using anchors.
Peter Collingbourne
2013-07-16
1
-0
/
+16
*
Implement categories for special case lists.
Peter Collingbourne
2013-07-09
1
-8
/
+33
*
Add some SpecialCaseList unit tests.
Peter Collingbourne
2013-07-09
1
-0
/
+117