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
*
[SimplifyCFG] Put an alignment on generated switch tables
David Green
2018-09-12
1
-0
/
+3
*
Break LoopUtils into an Analysis file.
Vikram TV
2018-09-12
1
-988
/
+1
*
Don't create a temporary vector of loop blocks just to iterate over them.
Benjamin Kramer
2018-09-10
1
-2
/
+1
*
Move a transformation routine from LoopUtils to LoopVectorize.
Vikram TV
2018-09-10
1
-68
/
+0
*
Move createMinMaxOp() out of RecurrenceDescriptor.
Vikram TV
2018-09-10
1
-48
/
+47
*
[MemorySSA] Update MemoryPhi wiring for block splitting to consider if identi...
Alina Sbirlea
2018-09-07
1
-1
/
+2
*
[x86/SLH] Add a real Clang flag and LLVM IR attribute for Speculative
Chandler Carruth
2018-09-04
1
-0
/
+1
*
[SLC] Support expanding pow(x, n+0.5) to x * x * ... * sqrt(x)
Florian Hahn
2018-09-03
1
-14
/
+52
*
[InstCombine] Expand the simplification of pow() into exp2()
Evandro Menezes
2018-08-30
1
-5
/
+27
*
Revert "[SimplifyCFG] Common debug handling [NFC]"
Martin Storsjo
2018-08-30
1
-0
/
+8
*
[NFC] Move OrderedInstructions and InstructionPrecedenceTracking to Analysis
Max Kazantsev
2018-08-30
4
-153
/
+0
*
[SimplifyCFG] Rename a variable for readibility of a future change [NFC]
Philip Reames
2018-08-30
1
-8
/
+9
*
[SimplifyCFG] Fix a cost modeling oversight in branch commoning
Philip Reames
2018-08-30
1
-2
/
+8
*
[SimplifyCFG] Common debug handling [NFC]
Philip Reames
2018-08-29
1
-8
/
+0
*
Revert r340947 "[InstCombine] Expand the simplification of pow() into exp2()"
Reid Kleckner
2018-08-29
1
-25
/
+5
*
[InstCombine] Expand the simplification of pow() with nested exp{,2}()
Evandro Menezes
2018-08-29
1
-4
/
+21
*
[InstCombine] Expand the simplification of pow() into exp2()
Evandro Menezes
2018-08-29
1
-5
/
+25
*
Revert r340921 "[NFC] Unify guards detection"
Hans Wennborg
2018-08-29
1
-6
/
+0
*
[NFC] Unify guards detection
Max Kazantsev
2018-08-29
1
-0
/
+6
*
[NFC] Factor out guard utility methods into a separate file
Max Kazantsev
2018-08-29
2
-0
/
+65
*
[CloneFunction] Constant fold terminators before checking single predecessor
Mikael Holmen
2018-08-28
1
-7
/
+16
*
[PATCH] [InstCombine] Fix issue in the simplification of pow() with nested ex...
Evandro Menezes
2018-08-27
1
-6
/
+22
*
[NFC] Split logic of ImplicitControlFlowTracking to allow generalization
Max Kazantsev
2018-08-27
3
-94
/
+100
*
[IR] Replace `isa<TerminatorInst>` with `isTerminator()`.
Chandler Carruth
2018-08-26
6
-11
/
+9
*
[IR] Sink `isExceptional` predicate to `Instruction`, rename it to
Chandler Carruth
2018-08-26
2
-2
/
+2
*
[IR] Begin removal of TerminatorInst by removing successor manipulation.
Chandler Carruth
2018-08-26
5
-6
/
+5
*
[Local] Make DoesKMove required for combineMetadata.
Florian Hahn
2018-08-24
2
-4
/
+5
*
Allow creating llvm::Function in non-zero address spaces
Alexander Richardson
2018-08-23
3
-10
/
+10
*
[LibCalls] Added returned attribute to libcalls
David Bolvansky
2018-08-23
1
-3
/
+16
*
[NFC] Refactor simplification of pow()
Evandro Menezes
2018-08-22
1
-1
/
+1
*
Update MemorySSA in BasicBlockUtils.
Alina Sbirlea
2018-08-21
5
-23
/
+45
*
[CodeExtractor] Use 'normal destination' BB as insert point to store invoke r...
Florian Hahn
2018-08-21
1
-1
/
+9
*
[BypassSlowDivision] Teach bypass slow division not to interfere with div by ...
Craig Topper
2018-08-21
1
-0
/
+9
*
[SimplifyCFG] Replace some uses of bitwise or with logical or
Justin Bogner
2018-08-20
1
-25
/
+25
*
[InstCombine] Refactor the simplification of pow() (NFC)
Evandro Menezes
2018-08-17
1
-32
/
+51
*
[InstCombine] add reflection fold for tan(-x)
Sanjay Patel
2018-08-16
1
-2
/
+5
*
Update MemorySSA in Local utils removing blocks.
Alina Sbirlea
2018-08-16
1
-15
/
+24
*
[InstCombine] Expand the simplification of pow(x, 0.5) to sqrt(x)
Evandro Menezes
2018-08-16
1
-31
/
+20
*
[SimplifyCFG] Remove pointer from SmallPtrSet before deletion
Chijun Sima
2018-08-15
1
-3
/
+3
*
[UnJ] Rename hasInvariantIterationCount to hasIterationCountInvariantInParent...
David Green
2018-08-15
2
-3
/
+3
*
[NFC] Refactoring of LoopSafetyInfo, step 1
Max Kazantsev
2018-08-15
1
-2
/
+2
*
[NFC] Add sanitizing assertion to ICF tracker
Max Kazantsev
2018-08-15
1
-1
/
+3
*
[SimplifyLibCalls] don't drop fast-math-flags on trig reflection folds (retry...
Sanjay Patel
2018-08-13
1
-1
/
+6
*
revert r339608 - [SimplifyLibCalls] don't drop fast-math-flags on trig reflec...
Sanjay Patel
2018-08-13
1
-3
/
+1
*
[SimplifyLibCalls] don't drop fast-math-flags on trig reflection folds
Sanjay Patel
2018-08-13
1
-1
/
+3
*
[SimplifyLibCalls] add reflection fold for -sin(-x) (PR38458)
Sanjay Patel
2018-08-13
1
-15
/
+27
*
[SimplifyLibCalls] reduce code for optimizeCos; NFCI
Sanjay Patel
2018-08-13
1
-9
/
+8
*
[SLC] Expand simplification of pow() for vector types
Evandro Menezes
2018-08-13
1
-40
/
+37
*
[UnJ] Create a hasInvariantIterationCount function. NFC
David Green
2018-08-11
2
-14
/
+23
*
[InstCombine] Transform str(n)cmp to memcmp
David Bolvansky
2018-08-10
1
-0
/
+59
[next]