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
...
*
[DebugInfo] Refactor DIExpression [SZ]Ext creation into function [NFC]
David Stenberg
2019-11-21
1
-4
/
+2
*
[MemorySSA] Update analysis when the terminator is a memory instruction.
Alina Sbirlea
2019-11-20
1
-1
/
+7
*
Move widenable branch formation into makeGuardControlFlowExplicit helper
Philip Reames
2019-11-20
1
-1
/
+13
*
[NFC] Factor out utilities for manipulating widenable branches
Philip Reames
2019-11-19
1
-0
/
+26
*
[ThinLTO] Avoid extra index lookup during promotion
Teresa Johnson
2019-11-18
1
-12
/
+11
*
[ThinLTO] Promotion handling cleanup (NFC)
Teresa Johnson
2019-11-18
1
-21
/
+12
*
[SimplifyCFG] propagate fast-math-flags (FMF) from phi to select
Sanjay Patel
2019-11-17
1
-0
/
+5
*
[SimplifyCFG] propagate fast-math-flags (FMF) from phi to select
Sanjay Patel
2019-11-15
1
-1
/
+7
*
[SVFS] Inject TLI Mappings in VFABI attribute.
Francesco Petrogalli
2019-11-15
3
-0
/
+188
*
Recommit "[ThinLTO] Add correctness check for RO/WO variable import"
evgeny
2019-11-15
1
-3
/
+3
*
Add missing includes needed to prune LLVMContext.h include, NFC
Reid Kleckner
2019-11-14
7
-3
/
+10
*
Revert "[ThinLTO] Add correctness check for RO/WO variable import"
Benjamin Kramer
2019-11-14
1
-3
/
+3
*
[ThinLTO] Add correctness check for RO/WO variable import
evgeny
2019-11-14
1
-3
/
+3
*
Check result of emitStrLen before passing it to CreateGEP
Dimitry Andric
2019-11-14
1
-2
/
+2
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
20
-2
/
+25
*
[PGO][PGSO] Temporarily disable the large working set size behavior.
Hiroshi Yamauchi
2019-11-13
1
-0
/
+5
*
[VFABI] Read/Write functions for the VFABI attribute.
Francesco Petrogalli
2019-11-12
1
-0
/
+29
*
[ThinLTO] Fix bug when importing writeonly variables
evgeny
2019-11-08
1
-3
/
+14
*
[debugify] Move the Debugify pass from tools/opt to lib/Transform/Utils
Daniel Sanders
2019-11-07
2
-0
/
+435
*
Wrong debug info generated at -O2 (-O0 is correct)
Vedant Kumar
2019-11-07
1
-0
/
+5
*
[ThinLTO] Import readonly vars with refs
evgeny
2019-11-07
1
-2
/
+2
*
Keep import function list for inlinee profile update
Wenlei He
2019-11-06
1
-8
/
+11
*
[LoopUnroll] countToEliminateCompares(): fix handling of [in]equality predica...
Roman Lebedev
2019-11-06
1
-16
/
+38
*
[LoopRotationUtils] Check values are newly inserted into maps.
Alina Sbirlea
2019-11-05
1
-5
/
+14
*
[SimplifyCFG] Use a (trivially) dominanting widenable branch to remove later ...
Philip Reames
2019-11-04
1
-0
/
+48
*
Recommit "[CodeView] Add option to disable inline line tables."
Amy Huang
2019-11-04
1
-11
/
+30
*
[LoopUnrollRuntime] Fixed null check after dereferencing warning. NFCI.
Dávid Bolvanský
2019-11-03
1
-2
/
+2
*
[LoopUnrollAndJam] Fixed null check after dereferencing warning. NFCI.
Dávid Bolvanský
2019-11-03
1
-1
/
+3
*
Recommit "[ThinLTO] Handle GUID collision in import global processing""
Teresa Johnson
2019-11-01
1
-5
/
+16
*
Revert "[LLD][ThinLTO] Handle GUID collision in import global processing"
Teresa Johnson
2019-11-01
1
-11
/
+5
*
Revert "[CodeView] Add option to disable inline line tables."
Amy Huang
2019-10-30
1
-30
/
+11
*
[CodeView] Add option to disable inline line tables.
Amy Huang
2019-10-30
1
-11
/
+30
*
[LCSSA] Forget values we create LCSSA phis for
Florian Hahn
2019-10-29
1
-2
/
+8
*
[PGO][PGSO] SizeOpts changes.
Hiroshi Yamauchi
2019-10-28
1
-15
/
+53
*
[utils] InlineFunction: fix for debug info affecting optimizations
Bjorn Pettersson
2019-10-28
1
-0
/
+1
*
[Alignment][NFC] Convert AllocaInst to MaybeAlign
Guillaume Chatelet
2019-10-25
1
-5
/
+5
*
[LLD][ThinLTO] Handle GUID collision in import global processing
Teresa Johnson
2019-10-25
1
-5
/
+11
*
Prune Pass.h include from DataLayout.h. NFCI
Bjorn Pettersson
2019-10-21
1
-0
/
+1
*
[Alignment][NFC] Finish transition for `Loads`
Guillaume Chatelet
2019-10-21
1
-1
/
+2
*
Reverted r375254 as it has broken some build bots for a long time.
Vladimir Vereschaka
2019-10-20
1
-53
/
+15
*
[PGO][PGSO] SizeOpts changes.
Hiroshi Yamauchi
2019-10-18
1
-15
/
+53
*
[Utils] Cleanup similar cases to MergeBlockIntoPredecessor.
Alina Sbirlea
2019-10-16
2
-35
/
+34
*
CodeExtractor: NFC: Use Range based loop
Aditya Kumar
2019-10-16
1
-4
/
+4
*
[Alignment][NFC] Remove dependency on GlobalObject::setAlignment(unsigned)
Guillaume Chatelet
2019-10-15
2
-2
/
+2
*
[InstCombine] Add test case for PR43617 (NFC)
Evandro Menezes
2019-10-10
1
-3
/
+1
*
[InstCombine] Fix PR43617
Evandro Menezes
2019-10-09
1
-4
/
+5
*
[Support] Add mathematical constants
Evandro Menezes
2019-10-09
1
-4
/
+2
*
[MemorySSA] Make the use of moveAllAfterMergeBlocks consistent.
Alina Sbirlea
2019-10-09
2
-9
/
+25
*
[CodeExtractor] Factor out and reuse shrinkwrap analysis
Vedant Kumar
2019-10-08
1
-89
/
+123
*
Second attempt to add iterator_range::empty()
Jordan Rose
2019-10-07
2
-3
/
+3
[prev]
[next]