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
/
CodeGen
/
BranchFolding.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[BranchFolding] Remove dead code for handling EHPad blocks
Craig Topper
2019-02-07
1
-23
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[CodeGen] Fix bugs in BranchFolderPass when debug labels are generated.
Hsiangkai Wang
2018-11-30
1
-5
/
+5
*
[MI] Change the array of `MachineMemOperand` pointers to be
Chandler Carruth
2018-08-16
1
-1
/
+1
*
Initialize LiveRegs once in BranchFolder::mergeCommonTails
Krzysztof Parzyszek
2018-06-22
1
-1
/
+2
*
[BranchFolding] Fix live-in's when hoisting code
Karl-Johan Karlsson
2018-06-07
1
-22
/
+3
*
Change ambiguous uses of term 'funclet' to 'EH scopes'. NFC.
Heejin Ahn
2018-06-01
1
-29
/
+29
*
[WebAssembly] Add functions for EHScopes
Heejin Ahn
2018-05-23
1
-2
/
+2
*
[BranchFolding] Allow hoisting to block with a single conditional branch.
Geoff Berry
2018-05-14
1
-1
/
+5
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-30
/
+33
*
[DebugInfo] Examine all uses of isDebugValue() for debug instructions.
Shiva Chen
2018-05-09
1
-3
/
+3
*
[BranchFolding] Salvage DBG_VALUE instructions from empty blocks
Bjorn Pettersson
2018-04-30
1
-0
/
+46
*
Correct dwarf unwind information in function epilogue
Petar Jovanovic
2018-04-24
1
-12
/
+49
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-3
/
+3
*
[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.
Francis Visoiu Mistrih
2017-12-07
1
-1
/
+1
*
[CodeGen] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
1
-19
/
+16
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-3
/
+3
*
Revert "Correct dwarf unwind information in function epilogue for X86"
Reid Kleckner
2017-11-08
1
-49
/
+12
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-1
/
+1
*
Reland "Correct dwarf unwind information in function epilogue for X86"
Petar Jovanovic
2017-11-07
1
-12
/
+49
*
Revert "Correct dwarf unwind information in function epilogue for X86"
Petar Jovanovic
2017-11-01
1
-42
/
+8
*
Correct dwarf unwind information in function epilogue for X86
Petar Jovanovic
2017-11-01
1
-8
/
+42
*
[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2017-10-10
1
-4
/
+8
*
Insert IMPLICIT_DEFS for undef uses in tail merging
Matthias Braun
2017-09-06
1
-49
/
+95
*
Fix conditional tail call branch folding when both edges are the same
Reid Kleckner
2017-07-28
1
-2
/
+3
*
Revert "r306529 - [X86] Correct dwarf unwind information in function epilogue"
Daniel Jasper
2017-06-29
1
-54
/
+8
*
[X86] Correct dwarf unwind information in function epilogue
Petar Jovanovic
2017-06-28
1
-8
/
+54
*
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-06-06
1
-9
/
+27
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
LivePhysRegs: Skip reserved regs in computeLiveIns; NFCI
Matthias Braun
2017-05-26
1
-3
/
+4
*
Revert "LivePhysRegs: Skip reserved regs in computeLiveIns; NFCI"
Matthias Braun
2017-05-26
1
-4
/
+3
*
LivePhysRegs: Skip reserved regs in computeLiveIns; NFCI
Matthias Braun
2017-05-25
1
-3
/
+4
*
CodeGen: Rename DEBUG_TYPE to match passnames
Matthias Braun
2017-05-25
1
-2
/
+2
*
Remove stale live-ins in the branch folder
Krzysztof Parzyszek
2017-05-05
1
-12
/
+22
*
CodeGen: BranchFolding: Merge identical blocks, even if they are short.
Kyle Butt
2017-04-10
1
-0
/
+16
*
NFC: Reformats comments according to the coding guildelines.
Taewook Oh
2017-03-15
1
-34
/
+1
*
[BranchFolding] Merge debug locations from common tail instead of removing
Taewook Oh
2017-03-15
1
-4
/
+42
*
[BranchFolding] Update debug location along with the update of branch instruc...
Taewook Oh
2017-02-21
1
-3
/
+3
*
[X86] Re-enable conditional tail calls and fix PR31257.
Hans Wennborg
2017-02-16
1
-0
/
+37
*
include function name in dot filename
Xinliang David Li
2017-02-15
1
-1
/
+3
*
[BranchFolding] Tail common all identical unreachable blocks
Reid Kleckner
2017-02-14
1
-0
/
+20
*
[X86] Disable conditional tail calls (PR31257)
Hans Wennborg
2017-02-07
1
-37
/
+0
*
CodeGen: Allow small copyable blocks to "break" the CFG.
Kyle Butt
2017-01-31
1
-0
/
+5
*
Add support to dump dot graph block layout after MBP
Xinliang David Li
2017-01-29
1
-0
/
+2
*
BranchRelaxation: Recompute live-ins when splitting a block
Matthias Braun
2016-12-16
1
-26
/
+6
*
[codegen] Add generic functions to skip debug values.
Florian Hahn
2016-12-16
1
-16
/
+7
*
Avoid infinite loops in branch folding
Andrew Kaylor
2016-12-12
1
-1
/
+13
*
LivePhysReg: Use reference instead of pointer in init(); NFC
Matthias Braun
2016-12-08
1
-1
/
+1
*
Reapply: "Remove debug location from common tail when tail-merging"
Robert Lougher
2016-10-26
1
-2
/
+5
*
revert: "Remove debug location from common tail when tail-merging"
Robert Lougher
2016-10-25
1
-5
/
+2
[next]