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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
10
-40
/
+30
*
[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
*
[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
*
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
*
[Local] replaceAllDbgUsesWith: Update debug values before RAUW
Vedant Kumar
2018-07-06
1
-0
/
+189
*
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
*
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
*
[PR16756] Add SSAUpdaterBulk.
Michael Zolotukhin
2018-04-09
2
-0
/
+196
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-1
/
+1
*
[CloneFunction] Support BB == PredBB in DuplicateInstructionsInSplit.
Florian Hahn
2018-03-06
1
-0
/
+98
*
[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
*
Pass a module reference to CloneModule.
Rafael Espindola
2018-02-14
1
-1
/
+1
*
Utils: Fix DomTree update for entry block
Matt Arsenault
2018-01-31
3
-1
/
+54
*
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
*
[asan] Add a full redzone after every stack variable
Walter Lee
2017-11-18
1
-1
/
+28
*
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
*
[CodeExtractor] Fix multiple bugs under certain shape of extracted region
Jakub Kuderski
2017-10-06
2
-0
/
+70
*
Re-land r313825: "[IR] Add llvm.dbg.addr, a control-dependent version of llvm...
Reid Kleckner
2017-09-21
2
-0
/
+72
*
[Cloning] Move distinct GlobalVariable debug info metadata in CloneModule
Ewan Crawford
2017-08-03
1
-0
/
+59
*
Remove the obsolete offset parameter from @llvm.dbg.value
Adrian Prantl
2017-07-28
1
-2
/
+1
*
[cloning] Do not duplicate types when cloning functions
Gor Nishanov
2017-07-07
1
-2
/
+11
*
Re-sort #include lines for unittests. This uses a slightly modified
Chandler Carruth
2017-06-06
2
-2
/
+2
*
Add a dominanance check interface that uses caching for instructions within s...
Xin Tong
2017-06-06
2
-0
/
+66
*
Reapply "[Cloning] Take another pass at properly cloning debug info"
Keno Fischer
2017-06-01
1
-1
/
+1
*
Revert "[Cloning] Take another pass at properly cloning debug info"
Keno Fischer
2017-05-30
1
-1
/
+1
*
[Cloning] Take another pass at properly cloning debug info
Keno Fischer
2017-05-30
1
-1
/
+1
*
[IR] De-virtualize ~Value to save a vptr
Reid Kleckner
2017-05-18
1
-3
/
+8
[next]