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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DebugInfo] Introduce DW_OP_LLVM_convert
Markus Lavin
2019-03-19
1
-18
/
+22
*
Revert "[DebugInfo] Introduce DW_OP_LLVM_convert"
Markus Lavin
2019-03-19
1
-22
/
+18
*
[DebugInfo] Introduce DW_OP_LLVM_convert
Markus Lavin
2019-03-19
1
-18
/
+22
*
[Utils] Extract EliminateUnreachableBlocks (NFC)
Brian Gesiak
2019-03-11
1
-0
/
+58
*
BreakCriticalEdges: Update PostDominatorTree
Matt Arsenault
2019-02-22
1
-0
/
+29
*
[MemorySSA & LoopPassManager] Add remaining book keeping [NFCI].
Alina Sbirlea
2019-02-12
1
-0
/
+2
*
Update files that were mistakenly added with the old file header to the
Chandler Carruth
2019-02-11
1
-4
/
+3
*
[CodeExtractor] Restore outputs after creating exit stubs
Vedant Kumar
2019-02-08
1
-6
/
+37
*
Move DomTreeUpdater from IR to Analysis
Richard Trieu
2019-02-06
2
-2
/
+2
*
[opaque pointer types] Pass value type to LoadInst creation.
James Y Knight
2019-02-01
2
-5
/
+8
*
[LV][VPlan] Change to implement VPlan based predication for
Hideki Saito
2019-01-23
2
-0
/
+231
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
19
-76
/
+57
*
[CodeExtractor] Store outputs at the first valid insertion point
Vedant Kumar
2018-12-07
1
-0
/
+68
*
[CodeExtractor] Split PHI nodes with incoming values from outlined region (PR...
Vedant Kumar
2018-12-03
1
-30
/
+72
*
[DebugInfo] DISubprogram flags get their own flags word. NFC.
Paul Robinson
2018-11-19
1
-9
/
+9
*
[VPlan, SLP] Add simple SLP analysis on top of VPlan.
Florian Hahn
2018-11-14
2
-0
/
+900
*
[CSP, Cloning] Update DuplicateInstructionsInSplitBetween to use DomTreeUpdater.
Florian Hahn
2018-11-13
1
-6
/
+13
*
[HotColdSplitting] Identify larger cold regions using domtree queries
Vedant Kumar
2018-10-24
1
-1
/
+20
*
[LoopUnroll] Add check to Latch's terminator in UnrollRuntimeLoopRemainder
David Green
2018-09-25
2
-0
/
+77
*
[New PM] Introducing PassInstrumentation framework
Fedor Sergeev
2018-09-20
1
-0
/
+5
*
Temporarily Revert "[New PM] Introducing PassInstrumentation framework"
Eric Christopher
2018-09-20
1
-5
/
+0
*
[New PM] Introducing PassInstrumentation framework
Fedor Sergeev
2018-09-19
1
-0
/
+5
*
Revert rL342544: [New PM] Introducing PassInstrumentation framework
Fedor Sergeev
2018-09-19
1
-5
/
+0
*
[New PM] Introducing PassInstrumentation framework
Fedor Sergeev
2018-09-19
1
-0
/
+5
*
Fix -Wdangling-else gcc warning. NFCI.
Simon Pilgrim
2018-09-16
1
-2
/
+4
*
Rename a few unittests/.../Foo.cpp files to FooTest.cpp
Nico Weber
2018-09-03
8
-7
/
+7
*
[NFC] Move OrderedInstructions and InstructionPrecedenceTracking to Analysis
Max Kazantsev
2018-08-30
2
-66
/
+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
*
[VPlan] Introduce VPLoopInfo analysis.
Diego Caballero
2018-07-31
2
-0
/
+88
*
[VPlan] Introduce VPlan-based dominator analysis.
Diego Caballero
2018-07-30
3
-2
/
+210
*
Recommit r336653: [VPlan] Add VPlanTestBase.h with helper
Florian Hahn
2018-07-11
2
-30
/
+69
*
Revert r336653 "[VPlan] Add VPlanTestBase.h with helper class to build VPlan ...
Evgeniy Stepanov
2018-07-10
2
-76
/
+30
*
[VPlan] Add VPlanTestBase.h with helper class to build VPlan for tests.
Florian Hahn
2018-07-10
2
-30
/
+76
*
[VPlan][LV] Introduce condition bit in VPBlockBase
Diego Caballero
2018-07-09
1
-1
/
+3
*
[Local] replaceAllDbgUsesWith: Update debug values before RAUW
Vedant Kumar
2018-07-06
1
-0
/
+189
*
[VPlan] Add Analysis and Core to LLVM_LINK_COMPONENTS
Heejin Ahn
2018-06-18
1
-0
/
+2
*
Revert "Simplify blockaddress usage before giving up in MergeBlockIntoPredece...
Xin Tong
2018-06-18
1
-28
/
+0
*
Simplify blockaddress usage before giving up in MergeBlockIntoPredecessor
Xin Tong
2018-06-18
1
-0
/
+28
*
[VPlan] Add VPInstruction to VPRecipe transformation.
Florian Hahn
2018-06-18
2
-0
/
+180
*
[VPlanRecipeBase] Add eraseFromParent().
Florian Hahn
2018-06-18
1
-0
/
+20
*
[VPlanRecipeBase] Add insertBefore helper.
Florian Hahn
2018-06-18
3
-0
/
+52
*
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
*
Revert "Revert r330403 and r330413."
Michael Zolotukhin
2018-04-20
1
-20
/
+20
*
Revert r330403 and r330413.
Ilya Biryukov
2018-04-20
1
-20
/
+20
*
[SSAUpdaterBulk] Use SmallVector instead of DenseMap for storing rewrites.
Michael Zolotukhin
2018-04-20
1
-20
/
+20
[next]