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
/
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
-222
/
+0
*
Update the MemoryBuffer API to use ErrorOr.
Rafael Espindola
2014-07-06
1
-3
/
+4
*
Remove 'using std::errro_code' from lib.
Rafael Espindola
2014-06-13
1
-2
/
+1
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
1
-0
/
+1
*
Remove system_error.h.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-3
/
+3
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-3
/
+2
*
[C++11] Replace OwningPtr::take() with OwningPtr::release().
Ahmed Charles
2014-03-05
1
-1
/
+1
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Introduce SpecialCaseList::isIn overload for GlobalAliases.
Peter Collingbourne
2013-08-19
1
-2
/
+14
*
Remove SpecialCaseList::findCategory.
Peter Collingbourne
2013-08-19
1
-35
/
+0
*
Remove unused SpecialCaseList constructors
Alexey Samsonov
2013-08-12
1
-20
/
+0
*
Add SpecialCaseList::createOrDie() factory and use it in sanitizer passes
Alexey Samsonov
2013-08-12
1
-0
/
+7
*
Introduce factory methods for SpecialCaseList
Alexey Samsonov
2013-08-12
1
-10
/
+43
*
Introduce an optimisation for special case lists with large numbers of litera...
Peter Collingbourne
2013-08-05
1
-13
/
+38
*
Make SpecialCaseList match full strings, as documented, using anchors.
Peter Collingbourne
2013-07-16
1
-1
/
+1
*
Implement categories for special case lists.
Peter Collingbourne
2013-07-09
1
-26
/
+92
*
Introduce a SpecialCaseList ctor which takes a MemoryBuffer to make
Peter Collingbourne
2013-07-09
1
-1
/
+9
*
Rename BlackList class to SpecialCaseList and move it to Transforms/Utils.
Peter Collingbourne
2013-07-09
1
-0
/
+126