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
/
test
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make an X86 specific directory and put the recent X86 tti specific
Eric Christopher
2015-07-02
2
-1
/
+4
*
Implement TargetTransformInfo::hasCompatibleFunctionAttributes for X86.
Eric Christopher
2015-07-02
1
-0
/
+35
*
[TwoAddressInstructionPass] Try 3 Addr Conversion After Commuting.
Quentin Colombet
2015-07-01
1
-1
/
+1
*
[LoopVectorize] Use ReplaceInstWithInst() helper where appropriate.
Alexey Samsonov
2015-07-01
1
-15
/
+30
*
[LoopUnroll] Use undef for phis with no value live
David Majnemer
2015-07-01
1
-0
/
+24
*
[SCCP] Turn loads of null into undef instead of zero initialized values
David Majnemer
2015-07-01
1
-0
/
+5
*
[NaryReassociate] enhances nsw by leveraging @llvm.assume
Jingyue Wu
2015-07-01
1
-0
/
+36
*
Correct a typo for a LoopVectorize test
David Majnemer
2015-06-30
1
-1
/
+1
*
[LoopSimplify] Set proper debug location in loop backedge blocks.
Alexey Samsonov
2015-06-29
1
-11
/
+27
*
[SLSR] S's basis must have the same type as S
Jingyue Wu
2015-06-28
1
-0
/
+20
*
[LoopVectorize] Pointer indicies may be wider than the pointer
David Majnemer
2015-06-27
1
-0
/
+20
*
[PruneEH] A naked, noinline function can return via InlineAsm
David Majnemer
2015-06-27
1
-0
/
+21
*
LowerBitSets: Ignore bitset entries that do not directly refer to a global.
Peter Collingbourne
2015-06-27
1
-0
/
+19
*
[RewriteStatepointsForGC] Generalized vector phi/select handling for base poi...
Philip Reames
2015-06-26
1
-2
/
+42
*
Teach InlineCost to account for a null check which can be folded away
Philip Reames
2015-06-26
1
-0
/
+45
*
[InstCombine] call SimplifyICmpInst with correct context
Jingyue Wu
2015-06-25
1
-0
/
+22
*
GVN: If a branch has two identical successors, we cannot declare either dead.
Peter Collingbourne
2015-06-25
1
-0
/
+38
*
Take alignment into account in isSafeToLoadUnconditionally
Artur Pilipenko
2015-06-25
1
-0
/
+17
*
[GVN] Intersect the IR flags when CSE'ing two instructions
David Majnemer
2015-06-24
1
-0
/
+14
*
[Reassociate] Don't propogate flags when creating negations
David Majnemer
2015-06-24
2
-2
/
+17
*
[LSR] canonicalize Prod*(1<<C) to Prod<<C
Jingyue Wu
2015-06-24
5
-6
/
+44
*
[LoopVectorizer] Fix bailing-out condition for OptForSize case.
Michael Zolotukhin
2015-06-24
1
-0
/
+34
*
Fix PR13851: Preserve metadata for the unswitched branch
Weiming Zhao
2015-06-23
1
-0
/
+77
*
[InstCombine] Optimize subtract of selects into a select of a sub
David Majnemer
2015-06-23
1
-0
/
+22
*
[LoopDist] Improve variable names and comments in LoopVersioning class, NFC
Adam Nemet
2015-06-22
2
-7
/
+7
*
SafeStack: Create the unsafe stack pointer on demand.
Peter Collingbourne
2015-06-22
1
-0
/
+2
*
[SLP] Vectorize for all-constant entries.
Michael Zolotukhin
2015-06-19
1
-0
/
+16
*
AMDGPU: Fix some places missed in rename
Matt Arsenault
2015-06-19
18
-16
/
+16
*
Move the personality function from LandingPadInst to Function
David Majnemer
2015-06-17
110
-470
/
+470
*
LowerBitSets: Do not assign names to aliases of unnamed bitset element objects.
Peter Collingbourne
2015-06-17
1
-1
/
+2
*
Reapply 239795 - [InstCombine] Propagate non-null facts to call parameters
Philip Reames
2015-06-16
2
-2
/
+2
*
[InstSimplify] Allow folding of fdiv X, X with just NaNs ignored
Benjamin Kramer
2015-06-16
1
-44
/
+24
*
Revert 239795
Philip Reames
2015-06-16
3
-44
/
+2
*
[InstCombine] Propagate non-null facts to call parameters
Philip Reames
2015-06-16
3
-2
/
+44
*
Protection against stack-based memory corruption errors using SafeStack
Peter Collingbourne
2015-06-15
28
-0
/
+761
*
[InstSimplify] fsub nnan x, x -> 0.0 is valid without ninf
Benjamin Kramer
2015-06-14
1
-3
/
+3
*
[InstSimplify] Add self-fdiv identities for -ffinite-math-only.
Benjamin Kramer
2015-06-14
1
-0
/
+77
*
LowerBitSets: Give names to aliases of unnamed bitset element objects.
Peter Collingbourne
2015-06-12
1
-0
/
+19
*
[GVN] Use a simpler form of IRBuilder constructor.
Alexey Samsonov
2015-06-12
1
-11
/
+31
*
Set proper debug location for branch added in BasicBlock::splitBasicBlock().
Alexey Samsonov
2015-06-11
1
-12
/
+33
*
SLSR: Pass address space to isLegalAddressingMode
Matt Arsenault
2015-06-11
2
-0
/
+109
*
ArgumentPromotion: Drop sret attribute on functions that are only called dire...
Peter Collingbourne
2015-06-10
1
-0
/
+28
*
[GVN] Set proper debug locations for some instructions created by GVN.
Alexey Samsonov
2015-06-10
1
-12
/
+33
*
[Statepoints] Add test case to check that statepoint is marked with Throwable...
Igor Laevsky
2015-06-10
1
-0
/
+24
*
[BasicBlockUtils] Set debug locations for instructions created in SplitBlockP...
Alexey Samsonov
2015-06-09
1
-0
/
+90
*
MergeFunctions: Don't replace a weak function use by another equivalent weak ...
Arnold Schwaighofer
2015-06-09
1
-9
/
+39
*
MergeFunctions: Impose a total order on the replacement of functions
Arnold Schwaighofer
2015-06-09
2
-4
/
+34
*
[LoopVectorize] Teach Loop Vectorizor about interleaved memory accesses.
Hao Liu
2015-06-08
2
-20
/
+484
*
SeparateConstOffsetFromGEP: Pass address space to isLegalAddressingMode
Matt Arsenault
2015-06-07
2
-0
/
+97
*
[LoopUnroll] Fix truncation bug in canUnrollCompletely.
Sanjoy Das
2015-06-06
1
-0
/
+58
[next]