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] prevent infinite loop with sub/abs of constant expression
Tom Stellard
2020-06-23
1
-1
/
+1
*
[IndVarSimplify][LoopUtils] Avoid TOCTOU/ordering issues (PR45835)
Tom Stellard
2020-06-16
1
-34
/
+60
*
ValueMapper does not preserve inline assembly dialect when remapping the type
Craig Topper
2020-06-11
1
-1
/
+2
*
[globalopt] Don't emit DWARF fragments for members
David Spickett
2020-05-18
1
-6
/
+10
*
[profile] Don't crash when forking in several threads
Calixte Denizet
2020-05-07
1
-35
/
+105
*
[Coroutines] Fix PR45130
Jun Ma
2020-04-29
1
-1
/
+4
*
[SimplifyCFG] Skip merging return blocks if it would break a CallBr.
Jonas Paulsson
2020-04-16
1
-0
/
+15
*
[EarlyCSE] avoid crashing when detecting min/max/abs patterns (PR41083)
Sanjay Patel
2020-03-19
1
-7
/
+44
*
[WinEH] Fix inttoptr+phi optimization in presence of catchswitch
Reid Kleckner
2020-03-02
1
-4
/
+14
*
SROA: Don't drop atomic load/store alignments (PR45010)
Hans Wennborg
2020-02-28
1
-0
/
+4
*
[InstCombine] foldShiftIntoShiftInAnotherHandOfAndInICmp(): fix miscompile (P...
Roman Lebedev
2020-02-27
1
-1
/
+19
*
[InstCombine] reassociateShiftAmtsOfTwoSameDirectionShifts(): fix miscompile ...
Roman Lebedev
2020-02-27
1
-2
/
+22
*
Revert "[LICM] Support hosting of dynamic allocas out of loops"
Philip Reames
2020-02-26
1
-45
/
+0
*
[LoopRotate] Get and update MSSA only if available in legacy pass manager.
Alina Sbirlea
2020-02-26
1
-5
/
+6
*
Filter callbr insts from critical edge splitting
Bill Wendling
2020-02-21
2
-2
/
+4
*
[SLPVectorizer] Do not assume extracelement idx is a ConstantInt.
Florian Hahn
2020-02-19
1
-6
/
+5
*
[InstCombine] Fix infinite min/max canonicalization loop (PR44541)
Nikita Popov
2020-02-10
1
-0
/
+6
*
[InstCombine] Support disabling expensive combines in opt
Nikita Popov
2020-02-10
1
-1
/
+2
*
[InstCombine] Fix infinite loop in min/max load/store bitcast combine (PR44835)
Nikita Popov
2020-02-10
1
-0
/
+5
*
[LV] Fix predication for branches with matching true and false succs.
Florian Hahn
2020-02-06
1
-1
/
+1
*
[LV] Do not try to sink dead instructions.
Florian Hahn
2020-01-29
2
-8
/
+13
*
[PassManagerBuilder] Remove global extension when a plugin is unloaded
Elia Geretto
2020-01-29
1
-8
/
+33
*
[msan] Instrument x86.pclmulqdq* intrinsics.
Evgenii Stepanov
2020-01-27
1
-0
/
+43
*
[SLP] Don't allow Div/Rem as alternate opcodes
Andrei Elovikov
2020-01-23
1
-1
/
+17
*
[InstCombine] Fix worklist management in DSE (PR44552)
Nikita Popov
2020-01-23
1
-2
/
+5
*
[Attributor] AAValueConstantRange: Value range analysis using constant range
Hideto Ueno
2020-01-15
1
-7
/
+499
*
[InstCombine] Fix worklist management when removing guard intrinsic
Nikita Popov
2020-01-14
1
-10
/
+10
*
[NewPM] Port MergeFunctions pass
Nikita Popov
2020-01-14
2
-15
/
+34
*
[InstCombine] Fix infinite loop due to bitcast <-> phi transforms
Nikita Popov
2020-01-14
1
-3
/
+8
*
[InstCombine] Make combineLoadToNewType a method; NFC
Nikita Popov
2020-01-14
2
-13
/
+15
*
[InstCombine] Fix user iterator invalidation in bitcast of phi transform
Nikita Popov
2020-01-14
1
-1
/
+4
*
[ThinLTO/WPD] Remove an overly-aggressive assert
Teresa Johnson
2020-01-14
1
-8
/
+3
*
[InstCombine] Let combineLoadToNewType preserve ABI alignment of the load (PR...
Juneyoung Lee
2020-01-15
1
-1
/
+8
*
Removed PointerUnion3 and PointerUnion4 aliases in favor of the variadic temp...
Dmitri Gribenko
2020-01-14
1
-1
/
+1
*
Revert "Recommit "[GlobalOpt] Pass DTU to removeUnreachableBlocks instead of ...
Florian Hahn
2020-01-14
1
-3
/
+7
*
Make helper functions static or move them into anonymous namespaces. NFC.
Benjamin Kramer
2020-01-14
1
-1
/
+1
*
[PGO][CHR] Guard against 0-to-0 branch weight and avoid division by zero crash.
Hiroshi Yamauchi
2020-01-13
1
-0
/
+4
*
[ThinLTO/WPD] Fix index-based WPD for alias vtables
Teresa Johnson
2020-01-13
1
-1
/
+1
*
Fix uninitialized value clang static analyzer warning. NFC.
Simon Pilgrim
2020-01-11
1
-1
/
+1
*
DSE: fix bug where we would only check libcalls for name rather than whole decl
Nuno Lopes
2020-01-11
1
-9
/
+12
*
[InstCombine] Preserve nuw on sub of geps (PR44419)
Nikita Popov
2020-01-11
2
-4
/
+16
*
Add support for __declspec(guard(nocf))
Andrew Paverd
2020-01-10
1
-6
/
+4
*
Don't use dyn_cast_or_null if we know the pointer is nonnull.
Simon Pilgrim
2020-01-10
1
-4
/
+2
*
[LV] Silence unused variable warning in Release builds. NFC.
Benjamin Kramer
2020-01-10
1
-0
/
+1
*
[LV] VPValues for memory operation pointers (NFCI)
Gil Rapaport
2020-01-10
5
-104
/
+141
*
[NFCI][LoopUnrollAndJam] Changing LoopUnrollAndJamPass to a function
Whitney Tsang
2020-01-09
1
-42
/
+62
*
[InstCombine] Z / (1.0 / Y) => (Y * Z)
@raghesh (Raghesh Aloor)
2020-01-09
1
-0
/
+8
*
[Matrix] Update shape propagation to iterate until done.
Florian Hahn
2020-01-09
1
-43
/
+62
*
[Matrix] Propagate and use shape information for loads.
Florian Hahn
2020-01-09
1
-13
/
+29
*
[LoopUtils][NFC] Minor refactoring in getLoopEstimatedTripCount.
Evgeniy Brevnov
2020-01-09
1
-7
/
+7
[next]