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
/
unittests
/
Transforms
/
Utils
/
Local.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename a few unittests/.../Foo.cpp files to FooTest.cpp
Nico Weber
2018-09-03
1
-914
/
+0
*
[IR] Replace `isa<TerminatorInst>` with `isTerminator()`.
Chandler Carruth
2018-08-26
1
-1
/
+1
*
[Local] Add dbg location on unreachable inst in changeToUnreachable
Anastasis Grammenos
2018-08-07
1
-1
/
+49
*
[DebugInfo] Refactor DbgInfoIntrinsic class hierarchy.
Hsiangkai Wang
2018-08-06
1
-6
/
+6
*
[Dominators] Make RemoveUnreachableBlocks return false if the BasicBlock is a...
Chijun Sima
2018-08-03
1
-0
/
+19
*
[Dominators] Convert existing passes and utils to use the DomTreeUpdater class
Chijun Sima
2018-08-03
1
-30
/
+257
*
[Local] replaceAllDbgUsesWith: Update debug values before RAUW
Vedant Kumar
2018-07-06
1
-0
/
+189
*
Move Analysis/Utils/Local.h back to Transforms
David Blaikie
2018-06-04
1
-1
/
+1
*
[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
Shiva Chen
2018-05-09
1
-2
/
+2
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-1
/
+1
*
[Utils] Salvage debug info in block simplification
Vedant Kumar
2018-03-02
1
-28
/
+65
*
[Utils] Salvage debug info in recursive inst deletion
Vedant Kumar
2018-03-02
1
-0
/
+61
*
[unittests] Make some parseIR calls more readable, NFC
Vedant Kumar
2018-03-02
1
-146
/
+140
*
Utils: Fix DomTree update for entry block
Matt Arsenault
2018-01-31
1
-1
/
+1
*
Add tests for ConstantFoldTerminator preserving DomTree
Matt Arsenault
2018-01-17
1
-0
/
+125
*
Generalize llvm::replaceDbgDeclare and actually support the use-case that
Adrian Prantl
2017-12-08
1
-1
/
+2
*
Reapply r316582 [Local] Fix a bug in the domtree update logic for MergeBasicB...
Balaram Makam
2017-10-26
1
-0
/
+45
*
Revert r316582 [Local] Fix a bug in the domtree update logic for MergeBasicBl...
Balaram Makam
2017-10-25
1
-45
/
+0
*
[Local] Fix a bug in the domtree update logic for MergeBasicBlockIntoOnlyPred.
Balaram Makam
2017-10-25
1
-0
/
+45
*
Re-land r313825: "[IR] Add llvm.dbg.addr, a control-dependent version of llvm...
Reid Kleckner
2017-09-21
1
-0
/
+71
*
Remove every uses of getGlobalContext() in LLVM (but the C API)
Mehdi Amini
2016-04-14
1
-2
/
+2
*
[RemoveDuplicatePHINodes] Start over after removing a PHI.
Benjamin Kramer
2015-09-02
1
-0
/
+37
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-4
/
+4
*
Sort the #include lines for unittest/...
Chandler Carruth
2012-12-04
1
-2
/
+1
*
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
2012-06-29
1
-2
/
+3
*
Remove PHINode::reserveOperandSpace(). Instead, add a parameter to
Jay Foad
2011-03-30
1
-4
/
+3
*
(Almost) always call reserveOperandSpace() on newly created PHINodes.
Jay Foad
2011-03-30
1
-0
/
+1
*
Simplify RecursivelyDeleteDeadPHINode. The only functionality change
Duncan Sands
2011-02-21
1
-0
/
+6
*
Make RecursivelyDeleteDeadPHINode delete a phi node that has no users and add a
Nick Lewycky
2011-02-20
1
-0
/
+5
*
Teach RecursivelyDeleteDeadPHINodes to handle multiple self-references. Patch
Nick Lewycky
2011-02-20
1
-0
/
+49