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
/
Scalar
/
CallSiteSplitting.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing includes needed to prune LLVMContext.h include, NFC
Reid Kleckner
2019-11-14
1
-0
/
+1
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-1
/
+2
*
Change TargetLibraryInfo analysis passes to always require Function
Teresa Johnson
2019-09-07
1
-1
/
+1
*
CallSiteSplitting: Respect convergent and noduplicate
Matt Arsenault
2019-05-29
1
-0
/
+3
*
[DTU] Refine the interface and logic of applyUpdates
Chijun Sima
2019-02-22
1
-1
/
+1
*
[DTU] Deprecate insertEdge*/deleteEdge*
Chijun Sima
2019-02-22
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[CallSiteSplitting] Report edge deletion to DomTreeUpdater
Joseph Tremoulet
2018-11-29
1
-1
/
+3
*
Recommit r346483: [CallSiteSplitting] Only record conditions up to the IDom(c...
Florian Hahn
2018-11-14
1
-13
/
+26
*
[CSP, Cloning] Update DuplicateInstructionsInSplitBetween to use DomTreeUpdater.
Florian Hahn
2018-11-13
1
-18
/
+31
*
Revert r346483: [CallSiteSplitting] Only record conditions up to the IDom(cal...
Florian Hahn
2018-11-09
1
-38
/
+15
*
[CallSiteSplitting] Only record conditions up to the IDom(call site).
Florian Hahn
2018-11-09
1
-15
/
+38
*
fix typos aggressively; NFC
Sanjay Patel
2018-11-07
1
-1
/
+1
*
Use llvm::{all,any,none}_of instead std::{all,any,none}_of. NFC
Fangrui Song
2018-10-19
1
-4
/
+3
*
[TI removal] Make variables declared as `TerminatorInst` and initialized
Chandler Carruth
2018-10-15
1
-1
/
+1
*
[CallSiteSplitting] Add debug location to created PHI nodes.
Florian Hahn
2018-09-11
1
-1
/
+4
*
Early exit with cheaper checks
Aditya Kumar
2018-07-21
1
-13
/
+12
*
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
-3
/
+3
*
[CallSiteSplit] Make sure we remove nonnull if the parameter turns out to be ...
Xin Tong
2018-04-23
1
-1
/
+5
*
[CallSiteSplit] Fix comment. NFC
Xin Tong
2018-04-13
1
-1
/
+1
*
[CallSiteSplitting] Do not perform callsite splitting inside landing pad
Taewook Oh
2018-04-05
1
-0
/
+6
*
[CallSiteSplitting] Preserve DominatorTreeAnalysis.
Florian Hahn
2018-03-22
1
-13
/
+21
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-1
/
+1
*
[CallSiteSplitting] Use !Instruction::use_empty instead of checking for a non...
Craig Topper
2018-03-12
1
-1
/
+1
*
[CallSiteSplitting] Do not crash when BB's terminator changes.
Florian Hahn
2018-03-06
1
-1
/
+7
*
[CallSiteSplitting] fix use after-free
Fedor Indutny
2018-03-03
1
-2
/
+7
*
[CallSiteSplitting] properly split musttail calls
Fedor Indutny
2018-03-03
1
-4
/
+72
*
Recommit r325001: [CallSiteSplitting] Support splitting of blocks with instrs...
Florian Hahn
2018-02-14
1
-22
/
+77
*
Revert r325001: [CallSiteSplitting] Support splitting of blocks with instrs b...
Florian Hahn
2018-02-13
1
-81
/
+22
*
[CallSiteSplitting] Clear ValueToValue maps.
Florian Hahn
2018-02-13
1
-0
/
+4
*
[CallSiteSplitting] Dereference pointer earlier.
Florian Hahn
2018-02-13
1
-3
/
+3
*
[CallSiteSplitting] Support splitting of blocks with instrs before call.
Florian Hahn
2018-02-13
1
-22
/
+77
*
[CallSiteSplitting] Fix infinite loop when recording conditions.
Florian Hahn
2018-01-26
1
-1
/
+2
*
[CallSiteSplitting] Pass list of (BB, Conditions) pairs to splitCallSite.
Florian Hahn
2018-01-16
1
-76
/
+71
*
Use phi ranges to simplify code. No functionality change intended.
Benjamin Kramer
2017-12-30
1
-7
/
+4
*
[CallSiteSplitting] Remove isOrHeader restriction.
Florian Hahn
2017-12-23
1
-27
/
+19
*
[CallSiteSplitting] Refactor creating callsites.
Florian Hahn
2017-12-13
1
-115
/
+68
*
[CallSiteSplitting] Don't let debug intrinsics affect optimizations
Mikael Holmen
2017-12-12
1
-4
/
+5
*
[CallSiteSplitting] Remove some indirection (NFC).
Florian Hahn
2017-11-18
1
-103
/
+85
*
[CallSiteSplitting] clang-format my last commit. NFCI.
Davide Italiano
2017-11-04
1
-3
/
+2
*
[CallSiteSplitting] Silence GCC's -Wparentheses. NFCI.
Davide Italiano
2017-11-03
1
-2
/
+2
*
Recommit r317351 : Add CallSiteSplitting pass
Jun Bum Lim
2017-11-03
1
-0
/
+493
*
Revert "Add CallSiteSplitting pass"
Jun Bum Lim
2017-11-03
1
-492
/
+0
*
Add CallSiteSplitting pass
Jun Bum Lim
2017-11-03
1
-0
/
+492