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
...
*
[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
*
Make it illegal for two Functions to point to the same DISubprogram
Adrian Prantl
2017-05-09
1
-28
/
+37
*
Revert r302469 "Make it illegal for two Functions to point to the same DISubp...
Hans Wennborg
2017-05-09
1
-37
/
+28
*
Make it illegal for two Functions to point to the same DISubprogram
Adrian Prantl
2017-05-08
1
-28
/
+37
*
Prefer addAttr(Attribute::AttrKind) over the AttributeList overload
Reid Kleckner
2017-04-19
1
-3
/
+1
*
MemorySSA: Move to Analysis, from Transforms/Utils. It's used as
Daniel Berlin
2017-04-11
2
-866
/
+0
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
1
-1
/
+1
*
Remove getArgumentList() in favor of arg_begin(), args(), etc
Reid Kleckner
2017-03-16
1
-8
/
+8
*
Move updating functions to MemorySSAUpdater.
Daniel Berlin
2017-02-22
1
-22
/
+28
*
MemorySSA: Add support for renaming uses in the updater.
Daniel Berlin
2017-02-20
1
-2
/
+6
*
[JumpThreading] Re-enable JumpThreading for guards
Sanjoy Das
2017-02-17
1
-0
/
+47
*
Revert "[JumpThreading] Thread through guards"
Anna Thomas
2017-02-15
1
-47
/
+0
*
[JumpThreading] Thread through guards
Sanjoy Das
2017-02-09
1
-0
/
+47
*
Revert "[MemorySSA] Revert r293361 and r293363, as the tests fail under asan."
Daniel Berlin
2017-01-30
1
-0
/
+56
*
[MemorySSA] Revert r293361 and r293363, as the tests fail under asan.
Sam McCall
2017-01-30
1
-56
/
+0
*
MemorySSA: Allow movement to arbitrary places
Daniel Berlin
2017-01-28
1
-0
/
+56
[prev]
[next]