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
/
lib
/
Transforms
/
Utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ThinLTO] Handle chains of aliases
Teresa Johnson
2019-01-04
3
-0
/
+107
*
[CodeExtractor] Do not extract unsafe lifetime markers
Vedant Kumar
2019-01-04
1
-10
/
+91
*
[UnrollRuntime] Move the DomTree verification under expensive checks
Anna Thomas
2019-01-03
1
-1
/
+1
*
[UnrollRuntime] Add DomTree verification under debug mode
Anna Thomas
2019-01-03
1
-0
/
+6
*
[NewPM] Port Msan
Philip Pfaffe
2019-01-03
1
-0
/
+21
*
[UnrollRuntime] NFC: Add comment and verify LCSSA
Anna Thomas
2018-12-28
1
-2
/
+2
*
[llvm] API for encoding/decoding DWARF discriminators.
Mircea Trofin
2018-12-21
3
-10
/
+41
*
[IR] Add Instruction::isLifetimeStartOrEnd, NFC
Vedant Kumar
2018-12-21
5
-17
/
+7
*
[RuntimeUnrolling] NFC: Add TODO and comments in connectProlog
Anna Thomas
2018-12-21
1
-0
/
+18
*
[LoopUnroll] Don't verify domtree by default with +Asserts.
Eli Friedman
2018-12-21
2
-3
/
+5
*
Introduce llvm.loop.parallel_accesses and llvm.access.group metadata.
Michael Kruse
2018-12-20
4
-52
/
+37
*
[Util] Refer to [s|z]exts of args when converting dbg.declares (fix PR35400)
Vedant Kumar
2018-12-15
1
-27
/
+0
*
[Transforms] Preserve metadata when converting invoke to call.
Michael Kruse
2018-12-14
1
-0
/
+1
*
[ThinLTO] Compute synthetic function entry count
Easwaran Raman
2018-12-13
1
-2
/
+17
*
[LoopUtils] Use i32 instead of `void`.
Davide Italiano
2018-12-13
1
-1
/
+1
*
[LoopUtils] Prefer a set over a map. NFCI.
Davide Italiano
2018-12-13
1
-6
/
+4
*
[LoopDeletion] Update debug values after loop deletion.
Davide Italiano
2018-12-12
1
-0
/
+27
*
[Unroll/UnrollAndJam/Vectorizer/Distribute] Add followup loop attributes.
Michael Kruse
2018-12-12
4
-34
/
+286
*
[Local] Promote an utility that could be used elsewhere. NFCI.
Davide Italiano
2018-12-10
1
-0
/
+11
*
[CodeExtractor] Store outputs at the first valid insertion point
Vedant Kumar
2018-12-07
1
-12
/
+12
*
[CodeExtractor] Do not marked outlined calls which may resume EH as noreturn
Vedant Kumar
2018-12-05
1
-2
/
+5
*
[CodeExtractor] Split PHI nodes with incoming values from outlined region (PR...
Vedant Kumar
2018-12-03
1
-49
/
+90
*
[ValueTracking] add helper function for testing implied condition; NFCI
Sanjay Patel
2018-12-02
1
-22
/
+11
*
[Mem2Reg] Fix nondeterministic corner case
Joseph Tremoulet
2018-11-30
1
-2
/
+6
*
[DebugInfo] Give inlinable calls DILocs (PR39807)
Jeremy Morse
2018-11-28
1
-8
/
+9
*
[ThinLTO] Correct linkonce_any function import linkage. NFC.
Xin Tong
2018-11-28
1
-5
/
+6
*
[ICP] Remove incompatible attributes at indirect-call promoted callsites.
Xin Tong
2018-11-26
1
-2
/
+27
*
[Transforms] Prefer static and avoid namespaces, NFC
Reid Kleckner
2018-11-19
1
-10
/
+6
*
[IR] Add hasNPredecessors, hasNPredecessorsOrMore to BasicBlock
Vedant Kumar
2018-11-19
2
-7
/
+5
*
[ThinLTO] Internalize readonly globals
Eugene Leviant
2018-11-16
1
-2
/
+19
*
Revert r346810 "Preserve loop metadata when splitting exit blocks"
Reid Kleckner
2018-11-14
1
-32
/
+0
*
Preserve loop metadata when splitting exit blocks
Craig Topper
2018-11-13
1
-0
/
+32
*
[CSP, Cloning] Update DuplicateInstructionsInSplitBetween to use DomTreeUpdater.
Florian Hahn
2018-11-13
1
-7
/
+15
*
Revert "[ThinLTO] Internalize readonly globals"
Steven Wu
2018-11-13
1
-19
/
+2
*
[ThinLTO] Internalize readonly globals
Eugene Leviant
2018-11-10
1
-2
/
+19
*
[DebugInfo][Dexter] Unreachable line stepped onto after SimplifyCFG.
Carlos Alberto Enciso
2018-11-09
1
-0
/
+16
*
[CodeExtractor] Mark functions noreturn when applicable
Vedant Kumar
2018-11-08
1
-0
/
+7
*
[CodeExtractor] Do not extract calls to eh_typeid_for (PR39545)
Vedant Kumar
2018-11-06
1
-3
/
+11
*
[CodeExtractor] Erase use-without-def debug intrinsics in parent func
Vedant Kumar
2018-11-06
1
-0
/
+9
*
Remove unnecessary fallthrough annotation after unreachable
Reid Kleckner
2018-11-01
1
-2
/
+0
*
ADT/STLExtras: Introduce llvm::empty; NFC
Matthias Braun
2018-10-31
2
-3
/
+3
*
[Local] Keep K's range if K does not move when combining metadata.
Florian Hahn
2018-10-27
1
-1
/
+9
*
[DebugInfo][Dexter] Unreachable line stepped onto after SimplifyCFG.
Carlos Alberto Enciso
2018-10-25
2
-18
/
+45
*
Update MemorySSA in LoopRotate.
Alina Sbirlea
2018-10-24
1
-9
/
+51
*
[HotColdSplitting] Identify larger cold regions using domtree queries
Vedant Kumar
2018-10-24
1
-16
/
+24
*
[hot-cold-split] Name split functions with ".cold" suffix
Teresa Johnson
2018-10-24
1
-5
/
+11
*
[NFC][InstCombine] Undo stray change
Evandro Menezes
2018-10-19
1
-2
/
+2
*
Add a emitUnaryFloatFnCall version that fetches the function name from TLI
Mikael Holmen
2018-10-18
2
-10
/
+63
*
[TI removal] Use `Instruction` instead of `TerminatorInst` for
Chandler Carruth
2018-10-18
1
-2
/
+2
*
[TI removal] Update CodeExtractor to use Instruction directly.
Chandler Carruth
2018-10-18
1
-4
/
+4
[next]