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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[InstCombine] simplify code for fabs(X) * fabs(X) -> X * X; NFC
Sanjay Patel
2018-02-23
1
-13
/
+4
*
[InstSimplify] sqrt(X) * sqrt(X) --> X
Sanjay Patel
2018-02-23
1
-4
/
+0
*
[InstCombine] allow fmul-sqrt folds with less than full -ffast-math
Sanjay Patel
2018-02-23
1
-15
/
+8
*
[Debug] Add dbg.value intrinsics for PHIs created during LCSSA.
Matt Davis
2018-02-23
2
-4
/
+12
*
[InstCombine] refactor fmul with negated op folds; NFCI
Sanjay Patel
2018-02-23
1
-24
/
+18
*
[InstCombine] use FMF-copying functions to reduce code; NFCI
Sanjay Patel
2018-02-23
1
-28
/
+12
*
StructurizeCFG: Test for branch divergence correctly
Nicolai Haehnle
2018-02-23
1
-3
/
+12
*
Mark MergedLoadStoreMotion as not preserving MemDep results
Bjorn Steinbrink
2018-02-23
1
-41
/
+8
*
Update comment for whether or not we can optimize an alias - we're
Eric Christopher
2018-02-22
1
-1
/
+1
*
Fix DataFlowSanitizer instrumentation pass to take parameter position changes...
Peter Collingbourne
2018-02-22
1
-12
/
+89
*
[AlignmentFromAssumptions] Set source and dest alignments of memory intrinsis...
Daniel Neilson
2018-02-22
1
-44
/
+12
*
[FunctionAttrs][ArgumentPromotion][GlobalOpt] Disable some optimisations pass...
Luke Cheeseman
2018-02-22
3
-2
/
+15
*
[SampleProf] NFC. Expose reusable functionality in SampleProfile.
Mircea Trofin
2018-02-22
1
-29
/
+9
*
[Utils] Avoid a hash table lookup in salvageDI, NFC
Vedant Kumar
2018-02-22
1
-0
/
+5
*
[InstCombine] add and use Create*FMF functions; NFC
Sanjay Patel
2018-02-21
1
-15
/
+7
*
[hwasan] Fix inline instrumentation.
Evgeniy Stepanov
2018-02-21
1
-5
/
+19
*
[BDCE] Salvage debug info from dying insts
Vedant Kumar
2018-02-21
1
-0
/
+2
*
[InstCombine] C / -X --> -C / X
Sanjay Patel
2018-02-21
1
-8
/
+17
*
[InstCombine] -X / C --> X / -C for FP
Sanjay Patel
2018-02-20
1
-5
/
+12
*
[DSE] Don't DSE stores that subsequent memmove calls read from
Sanjoy Das
2018-02-20
1
-16
/
+27
*
[InstCombine] remove unneeded operand swap: NFCI
Sanjay Patel
2018-02-20
1
-3
/
+0
*
[InstCombine] remove unneeded dyn_cast to prevent unused variable warning
Sanjay Patel
2018-02-20
1
-2
/
+1
*
[InstCombine] remove compound fdiv pattern folds
Sanjay Patel
2018-02-20
1
-27
/
+1
*
[InstCombine] fold fdiv with non-splat divisor to fmul: X/C --> X * (1/C)
Sanjay Patel
2018-02-20
1
-21
/
+16
*
[InstCombine] use CreateWithCopiedFlags to reduce code; NFCI
Sanjay Patel
2018-02-19
1
-7
/
+6
*
Revert "[mem2reg] Use range loops (NFCI)"
Brian Gesiak
2018-02-19
1
-8
/
+9
*
[InstCombine] allow fdiv with constant dividend folds with less than full -ff...
Sanjay Patel
2018-02-19
1
-2
/
+3
*
[mem2reg] Use range loops (NFCI)
Brian Gesiak
2018-02-19
1
-9
/
+8
*
[InstCombine] refactor fdiv with constant dividend folds; NFC
Sanjay Patel
2018-02-19
1
-26
/
+27
*
[Coroutines] Move debug statement before assert
Brian Gesiak
2018-02-19
1
-1
/
+2
*
[ThinLTO] Add GraphTraits for FunctionSummaries
Charles Saternos
2018-02-19
1
-1
/
+1
*
[Transforms] Propagate new-format TBAA tags on simplification of memory-trans...
Ivan A. Kosarev
2018-02-19
1
-1
/
+3
*
Revert: [llvm] r325448 - [ThinLTO] Add GraphTraits for FunctionSummaries
Simon Pilgrim
2018-02-18
1
-1
/
+1
*
[ThinLTO] Add GraphTraits for FunctionSummaries
Charles Saternos
2018-02-17
1
-1
/
+1
*
[Constant] add floating-point helpers for normal/finite-nz; NFC
Sanjay Patel
2018-02-16
1
-42
/
+13
*
Remove useless comment - seems to be a copy+paste typo. NFCI
Simon Pilgrim
2018-02-16
1
-1
/
+0
*
[InstCombine] clean up fdiv-with-fdiv folds; NFCI
Sanjay Patel
2018-02-16
1
-28
/
+23
*
[InstCombine] remove redundant debug info setting; NFC
Sanjay Patel
2018-02-16
1
-2
/
+0
*
[JumpThreading] PR36133 enable/disable DominatorTree for LVI analysis
Brian M. Rzycki
2018-02-16
1
-0
/
+37
*
[InstCombine] reduce code duplication; NFC
Sanjay Patel
2018-02-16
1
-31
/
+19
*
[Transforms] Propagate TBAA info in SROA
Ivan A. Kosarev
2018-02-16
1
-22
/
+61
*
[ThinLTO] Import global variables
Eugene Leviant
2018-02-16
1
-12
/
+84
*
[GVN] Partially revert debug info salvage change (r325063)
Vedant Kumar
2018-02-16
1
-1
/
+0
*
[DCE] Salvage debug info from dead insts
Vedant Kumar
2018-02-15
1
-0
/
+3
*
[Coroutines] Don't move stores for allocator args
Brian Gesiak
2018-02-15
1
-1
/
+16
*
[Utils] salvageDI: Add a comment and move a call earlier, NFC
Vedant Kumar
2018-02-15
1
-1
/
+3
*
[InstCombine] use m_OneUse to reduce code; NFC
Sanjay Patel
2018-02-15
1
-2
/
+2
*
[InstCombine] allow sin/cos transforms with 'reassoc'
Sanjay Patel
2018-02-15
1
-2
/
+1
*
[InstCombine] allow X / C -> X * (1.0/C) for vector splat FP constants
Sanjay Patel
2018-02-15
1
-11
/
+9
*
[InstCombine] clean up fold for X / C -> X * (1.0/C); NFCI
Sanjay Patel
2018-02-14
1
-34
/
+27
[next]