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
*
Simplify more cases of logical ops of masked icmps.
Hiroshi Yamauchi
2018-03-13
1
-17
/
+199
*
Test Commit NFC. Updated comment
Anna Thomas
2018-03-13
1
-1
/
+1
*
[SLP] clean some formats
Haicheng Wu
2018-03-13
1
-3
/
+3
*
[ThinLTO] Clear dllimport when setting dso_local.
Rafael Espindola
2018-03-13
1
-1
/
+4
*
[InstCombine] fix fmul reassociation to avoid creating an extra fdiv
Sanjay Patel
2018-03-13
1
-6
/
+20
*
[SROA] Take advantage of separate alignments for memcpy source and destination
Daniel Neilson
2018-03-13
1
-11
/
+26
*
[Evaluator] Evaluate load/store with bitcast
Eugene Leviant
2018-03-13
1
-12
/
+22
*
[MergeICmps] Make sure that the comparison only has one use.
Clement Courbet
2018-03-13
1
-0
/
+9
*
Reland r327041: [ThinLTO] Keep available_externally symbols live
Vlad Tsyrklevich
2018-03-13
1
-3
/
+20
*
ObjCARC: address review comments from majnemer
Saleem Abdulrasool
2018-03-12
1
-8
/
+5
*
BlockExtractor: Don’t delete functions directly
Volkan Keles
2018-03-12
1
-2
/
+3
*
ObjCARC: teach the cloner about funclets
Saleem Abdulrasool
2018-03-12
1
-1
/
+36
*
Remove the LoopInstSimplify pass (-loop-instsimplify)
Vedant Kumar
2018-03-12
3
-225
/
+0
*
Improve caching scheme in ProvenanceAnalysis.
Michael Zolotukhin
2018-03-12
2
-8
/
+10
*
[InstCombine] Replace calls to getNumUses with hasNUses or hasNUsesOrMore
Craig Topper
2018-03-12
2
-5
/
+5
*
[CallSiteSplitting] Use !Instruction::use_empty instead of checking for a non...
Craig Topper
2018-03-12
1
-1
/
+1
*
[ThinLTO] Recommit of import global variables
Eugene Leviant
2018-03-12
1
-12
/
+83
*
Back out "Re-land: Teach CorrelatedValuePropagation to reduce the width of ud...
Justin Lebar
2018-03-12
1
-54
/
+0
*
[PartialInlining] Use isInlineViable to detect constructs preventing inlining.
Florian Hahn
2018-03-10
1
-3
/
+3
*
Revert "[Debug] Retain both sets of debug intrinsics in HoistThenElseCodeToIf"
Ulrich Weigand
2018-03-09
1
-14
/
+25
*
[Debug] Retain both sets of debug intrinsics in HoistThenElseCodeToIf
Ulrich Weigand
2018-03-09
1
-25
/
+14
*
[NFC] Consolidate six getPointerOperand() utility functions into one place
Renato Golin
2018-03-09
3
-52
/
+29
*
Use branch funnels for virtual calls when retpoline mitigation is enabled.
Peter Collingbourne
2018-03-09
2
-37
/
+291
*
[JumpThreading] Don't restrict cast-traversal to i1
Chad Rosier
2018-03-09
1
-3
/
+1
*
[LV] Fix vectorizer's isUniform() abuse triggers assert in SCEV
Renato Golin
2018-03-09
1
-2
/
+0
*
Revert "[ThinLTO] Keep available_externally symbols live"
Eric Christopher
2018-03-09
1
-19
/
+3
*
LowerDbgDeclare: ignore dbg.declares for allocas with volatile access
Adrian Prantl
2018-03-09
1
-17
/
+28
*
[NFC] Factor out a helper function for checking if a block has a potential ea...
Philip Reames
2018-03-08
2
-10
/
+5
*
[asan] Fix a false positive ODR violation due to LTO ConstantMerge pass [llvm...
Kuba Mracek
2018-03-08
1
-0
/
+10
*
Revert r327053.
Kuba Mracek
2018-03-08
1
-7
/
+0
*
[asan] Fix a false positive ODR violation due to LTO ConstantMerge pass [llvm...
Kuba Mracek
2018-03-08
1
-0
/
+7
*
[ThinLTO] Keep available_externally symbols live
Vlad Tsyrklevich
2018-03-08
1
-3
/
+19
*
Revert r327029
Kuba Mracek
2018-03-08
1
-6
/
+0
*
[asan] Fix a false positive ODR violation due to LTO ConstantMerge pass [llvm...
Kuba Mracek
2018-03-08
1
-0
/
+6
*
[AMDGPU] Increased vector length for global/constant loads.
Farhana Aleen
2018-03-07
1
-2
/
+10
*
Re-land: Teach CorrelatedValuePropagation to reduce the width of udiv/urem in...
Justin Lebar
2018-03-07
1
-0
/
+54
*
Revert "[AMDGPU] Widened vector length for global/constant address space."
Farhana Aleen
2018-03-07
1
-10
/
+2
*
[AMDGPU] Widened vector length for global/constant address space.
Farhana Aleen
2018-03-07
1
-2
/
+10
*
Revert rL326898: "Teach CorrelatedValuePropagation to reduce the width of udi...
Justin Lebar
2018-03-07
1
-52
/
+0
*
Teach CorrelatedValuePropagation to reduce the width of udiv/urem instructions.
Justin Lebar
2018-03-07
1
-0
/
+52
*
[LoadStoreVectorizer] Differentiate between <1 x T> and T
Sven van Haastregt
2018-03-07
1
-0
/
+1
*
Add early exit on reassociation of 0 expression.
Evgeny Stupachenko
2018-03-07
1
-0
/
+3
*
[Transforms] Add missing header for InstructionCombining.cpp, in order to exp...
Eugene Zelenko
2018-03-06
1
-0
/
+1
*
DA: remove uses of GEP, only ask SCEV
Sebastian Pop
2018-03-06
1
-3
/
+3
*
[InstCombine] simplify min/max canonicalization; NFCI
Sanjay Patel
2018-03-06
1
-10
/
+5
*
[ValueTracking] move helpers for SelectPatterns from InstCombine to ValueTrac...
Sanjay Patel
2018-03-06
1
-51
/
+11
*
[CallSiteSplitting] Do not crash when BB's terminator changes.
Florian Hahn
2018-03-06
1
-1
/
+7
*
[CloneFunction] Support BB == PredBB in DuplicateInstructionsInSplit.
Florian Hahn
2018-03-06
1
-1
/
+3
*
[MergeICmp] Simplify how BCECmpBlock instructions are blacklisted
Xin Tong
2018-03-06
1
-10
/
+4
*
[MergeICmp] Fix printing. NFC
Xin Tong
2018-03-06
1
-1
/
+1
[next]