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
*
Revert "[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC)."
Florian Hahn
2020-01-04
3
-925
/
+1
*
[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC).
Florian Hahn
2020-01-04
3
-1
/
+925
*
reland "[DebugInfo] Support to emit debugInfo for extern variables"
Yonghong Song
2019-12-22
1
-1
/
+1
*
Revert "[DebugInfo] Support to emit debugInfo for extern variables"
Reid Kleckner
2019-12-22
1
-1
/
+1
*
[LoopUtils] Updated deleteDeadLoop() to handle loop nest.
Whitney Tsang
2019-12-18
2
-0
/
+91
*
Revert "[LoopUtils] Updated deleteDeadLoop() to handle loop nest."
Whitney Tsang
2019-12-17
2
-91
/
+0
*
[LoopUtils] Updated deleteDeadLoop() to handle loop nest.
Whitney Tsang
2019-12-17
1
-0
/
+90
*
[LoopUtils] Updated deleteDeadLoop() to handle loop nest.
Whitney Tsang
2019-12-17
1
-0
/
+1
*
[DebugInfo] Support to emit debugInfo for extern variables
Yonghong Song
2019-12-10
1
-1
/
+1
*
[SimplifyCFG] Handle AssumptionCache being null.
Rodrigo Caetano Rocha
2019-12-07
1
-0
/
+50
*
[PGO][PGSO] Distinguish queries from unit tests and explicitly enable for the...
Hiroshi Yamauchi
2019-12-04
1
-7
/
+7
*
[CodeMoverUtils] clang-format the test
Vitaly Buka
2019-11-26
1
-45
/
+55
*
[CodeMoverUtils] Don't dereference nullptr in test
Vitaly Buka
2019-11-26
1
-1
/
+1
*
[DebugInfo@O2][Utils] Undef instead of delete dbg.values in helper func
OCHyams
2019-11-25
1
-2
/
+5
*
[CodeMoverUtils] Added an API to check if an instruction can be safely
Tsang Whitney W.H
2019-11-22
2
-0
/
+173
*
[VFABI] Remove unused variables in testcase, fix buildbot
Mikael Holmen
2019-11-12
1
-2
/
+0
*
[VFABI] Read/Write functions for the VFABI attribute.
Francesco Petrogalli
2019-11-12
2
-0
/
+56
*
[PGO][PGSO] SizeOpts changes.
Hiroshi Yamauchi
2019-10-28
2
-0
/
+130
*
Reverted r375254 as it has broken some build bots for a long time.
Vladimir Vereschaka
2019-10-20
2
-130
/
+0
*
[PGO][PGSO] SizeOpts changes.
Hiroshi Yamauchi
2019-10-18
2
-0
/
+130
*
[CodeExtractor] Factor out and reuse shrinkwrap analysis
Vedant Kumar
2019-10-08
1
-5
/
+10
*
Add a unittest to verify for assumption cache
Aditya Kumar
2019-10-04
1
-0
/
+52
*
[Local] Handle terminators with users in removeUnreachableBlocks.
Florian Hahn
2019-10-02
1
-0
/
+32
*
[Local] Remove unused LazyValueInfo pointer from removeUnreachableBlock.
Florian Hahn
2019-10-02
1
-4
/
+4
*
Fix for "DICompileUnit not listed in llvm.dbg.cu" verification error after ...
Artur Pilipenko
2019-08-28
1
-0
/
+56
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-2
/
+2
*
Keep the order of the basic blocks in the cloned loop as the original
Whitney Tsang
2019-07-08
1
-0
/
+87
*
[DebugInfoMetadata] Refactor DIExpression::prepend constants (NFC)
Petar Jovanovic
2019-05-20
1
-2
/
+1
*
[SCEV] Add option to forget everything in SCEV.
Alina Sbirlea
2019-04-12
1
-1
/
+2
*
[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
*
[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
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
[next]