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
/
SplitModule.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-5
/
+7
*
[Transforms] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-13
1
-6
/
+8
*
Pass a module reference to CloneModule.
Rafael Espindola
2018-02-14
1
-1
/
+1
*
Fix more inconsistent line endings. NFC.
Dimitry Andric
2017-12-18
1
-9
/
+9
*
Add llvm::for_each as a range-based extensions to <algorithm> and make use of...
Aaron Ballman
2017-11-03
1
-9
/
+9
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-26
1
-10
/
+30
*
Move instances of std::function.
Benjamin Kramer
2016-06-12
1
-1
/
+1
*
[GlobalDCE, Misc] Don't remove functions referenced by ifuncs
David Majnemer
2016-05-04
1
-5
/
+7
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
Preserve blockaddress use edges in the module splitter.
Evgeniy Stepanov
2016-03-31
1
-45
/
+46
*
Avoid overly large SmallPtrSet/SmallSet
Matthias Braun
2016-01-30
1
-1
/
+1
*
[SplitModule] In split module utility we should never separate alias with its...
Sergei Larin
2016-01-28
1
-0
/
+7
*
Add a change accidentally left out from r258100
Tobias Edler von Koch
2016-01-18
1
-0
/
+0
*
Add to the split module utility an SCC based method which allows not to g...
Sergei Larin
2016-01-18
1
-19
/
+188
*
TransformUtils: Introduce module splitter.
Peter Collingbourne
2015-08-21
1
-0
/
+85