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
/
FlattenCFG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle successor's PHI node correctly when flattening CFG merges two if-regions
Jakub Kuderski
2019-09-26
1
-1
/
+11
*
[FlattenCFG] Silence static analyzer dyn_cast<BranchInst> null dereference wa...
Simon Pilgrim
2019-09-26
1
-4
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[TI removal] Make variables declared as `TerminatorInst` and initialized
Chandler Carruth
2018-10-15
1
-3
/
+3
*
Move Analysis/Utils/Local.h back to Transforms
David Blaikie
2018-06-04
1
-1
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-2
/
+2
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-3
/
+3
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-1
/
+1
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-26
1
-10
/
+20
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[FlattenCFG] Simplify + remove unused variable. NFCI.
Davide Italiano
2016-08-05
1
-7
/
+2
*
LPM: Stop threading `Pass *` through all of the loop utility APIs. NFC
Justin Bogner
2015-12-15
1
-7
/
+4
*
TransformUtils: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-11
/
+12
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
utils: Fix segfault in flattencfg
Jan Vesely
2014-08-13
1
-4
/
+5
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-5
/
+6
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
Fix known typos
Alp Toker
2014-01-24
1
-1
/
+1
*
Convert manual insert point restores to the new RAII object.
Benjamin Kramer
2013-09-30
1
-3
/
+1
*
Fix spelling.
Robert Wilhelm
2013-09-14
1
-1
/
+1
*
Unbreak Debug build on Windows
Serge Pavlov
2013-08-06
1
-0
/
+1
*
Factor FlattenCFG out from SimplifyCFG
Tom Stellard
2013-08-06
1
-0
/
+487