Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
43fb2934be6cb79bb682fbf909ba0f162990c14b
43fb293
Fixed typo.
by David L Kreitzer
· 9 years ago
9d016ef
[Hexagon] Cleanup and standardize vector load/store pseudo instructions
by Krzysztof Parzyszek
· 9 years ago
45edca1
[libFuzzer] fix typo in docs
by Kostya Serebryany
· 9 years ago
7c00a88
[AArch64LoadStoreOptimizer] Check aliasing correctly when creating paired loads/stores.
by Eli Friedman
· 9 years ago
a7eb97f
[AArch64] Registering default MCInstrAnalysis
by Mike Aizatsky
· 9 years ago
12a703d
[AArch64LoadStoreOpt] Handle offsets correctly for post-indexed paired loads.
by Eli Friedman
· 9 years ago
718ae23
Remove autoconf references from LICENSE.TXT
by Chris Bieneman
· 9 years ago
296471b
Next set of additional error checks for invalid Mach-O files.
by Kevin Enderby
· 9 years ago
f5a4670
[sancov] test file cleanup
by Mike Aizatsky
· 9 years ago
fd3780b
[sancov] MachO indirect symbols support.
by Mike Aizatsky
· 9 years ago
ea5bf34
[PPC] Memoize getValueBits. NFC.
by Tim Shen
· 9 years ago
c94acb0
[WebAssembly] Plug MachineMemOperand leaks.
by Benjamin Kramer
· 9 years ago
a3e4fd5
[LibFuzzer] Fix `-jobs=<N>` where <N> > 1 and the number of workers is > 1 on macOS.
by Dan Liew
· 9 years ago
3d3a4a4
ADT: Remove stale header comments about next/prev after r278532
by Duncan P. N. Exon Smith
· 9 years ago
f74d382
Hide type trait from r278532 from MSVC
by Duncan P. N. Exon Smith
· 9 years ago
a33b92e
Try to appease win7 bots after r278532 by cleaning up type trait
by Duncan P. N. Exon Smith
· 9 years ago
fa2e422
Remove whitespace
by David Majnemer
· 9 years ago
6394023
ADT: Remove the ilist_nextprev_traits customization point
by Duncan P. N. Exon Smith
· 9 years ago
69f0407
[PM] Port LowerInvoke to the new pass manager
by Michael Kuperstein
· 9 years ago
a6bfa5e
constify InstCombine::foldAllocaCmp. NFC.
by Pete Cooper
· 9 years ago
126e4c2
Fine tuning of sample profile propagation algorithm.
by Dehao Chen
· 9 years ago
0ac09cb
[x86] X86ISelLowering zext(add_nuw(x, C)) --> add(zext(x), C_zext)
by Artur Pilipenko
· 9 years ago
a3c0803
[BasicAA] Avoid calling GetUnderlyingObject, when the result of a previous call can be reused.
by Ehsan Amiri
· 9 years ago
e5ae839
[LVI] Take guards into account
by Artur Pilipenko
· 9 years ago
c6f72e4
Add move ops to satisfy MSVC.
by Teresa Johnson
· 9 years ago
67a14c0
[AArch64] Re-factor code shared by AArch64LoadStoreOpt and AArch64InstrInfo.
by Geoff Berry
· 9 years ago
e18f64c
[LVI] Fix potential memory corruption in getValueFromCondition
by Artur Pilipenko
· 9 years ago
3e97be2
ADT: Share code for embedded sentinel traits, NFC
by Duncan P. N. Exon Smith
· 9 years ago
18ff139
Fix type to avoid problems on 32-bit builds
by Teresa Johnson
· 9 years ago
396941b
Revert "[Sparc] Leon errata fix passes."
by James Y Knight
· 9 years ago
7be1759
[PM] Port NameAnonFunction pass to new pass manager
by Teresa Johnson
· 9 years ago
3143f33
[PM] Port ModuleSummaryIndex analysis to new pass manager
by Teresa Johnson
· 9 years ago
3951c48
[X86][SSE] Add support for combining target shuffles to PSLLDQ/PSRLDQ byte shifts
by Simon Pilgrim
· 9 years ago
4502b2e
[Hexagon] Standardize pseudo-instructions for calls and returns
by Krzysztof Parzyszek
· 9 years ago
a8e8317
[Hexagon] Treat non-returning indirect calls as scheduling boundaries
by Krzysztof Parzyszek
· 9 years ago
38a5bdc
[LVI] Take range metadata into account while calculating icmp condition constraints
by Artur Pilipenko
· 9 years ago
a4d5334
[Webassembly] disable unstable test.
by Benjamin Kramer
· 9 years ago
f811c0f
[X86][SSE] Fixed PALIGNR target shuffle decode
by Simon Pilgrim
· 9 years ago
a6da8aa
[LVI] Handle any predicate in comparisons like icmp <pred> (add Val, Offset), ...
by Artur Pilipenko
· 9 years ago
6af6409
[Sparc][Leon] Missed resetting option flags from check-in 278489.
by Chris Dewhurst
· 9 years ago
85f3311
[Sparc][Leon] Errata fixes for various errata in different versions of the Leon variants of the Sparc 32 bit processor.
by Chris Dewhurst
· 9 years ago
94e4f70
[Coroutines] Move class into anonymous namespace.
by Benjamin Kramer
· 9 years ago
2790d23
Revert "[BranchFolding] Restrict tail merging loop blocks after MBP"
by Haicheng Wu
· 9 years ago
b6ae34d
[Coroutines]: Part6b: Add coro.id intrinsic.
by Gor Nishanov
· 9 years ago
21bcd75
ADT: Remove all ilist_iterator => pointer casts, NFC
by Duncan P. N. Exon Smith
· 9 years ago
7e45eb5
Use the range variant of transform instead of unpacking begin/end
by David Majnemer
· 9 years ago
ac0eb3d
Use the range variant of transform instead of unpacking begin/end
by David Majnemer
· 9 years ago
5d08e37
Use the range variant of remove_if instead of unpacking begin/end
by David Majnemer
· 9 years ago
33ebfce
Use the range variant of count_if instead of unpacking begin/end
by David Majnemer
· 9 years ago
2d62ce6
Use the range variant of find/find_if instead of unpacking begin/end
by David Majnemer
· 9 years ago
369a632
ADT: Add ilist_iterator conversions to/from ilist_node
by Duncan P. N. Exon Smith
· 9 years ago
31333a7
Recommit 'Remove the restriction that MachineSinking is now stopped by
by Wei Mi
· 9 years ago
df403b3
[BranchFolding] Restrict tail merging loop blocks after MBP
by Haicheng Wu
· 9 years ago
d79f1f1
WholeProgramDevirt: initialize WasDevirt in all constructors.
by Ivan Krasin
· 9 years ago
35ff6f0
[DSE] Don't remove stores made live by a call which unwinds.
by Eli Friedman
· 9 years ago
2d34392
Refactor isValidAssumeForContext to reduce duplication and indentation. NFC.
by Pete Cooper
· 9 years ago
b0353c6
Use the range variant of find_if instead of unpacking begin/end
by David Majnemer
· 9 years ago
88add6b
WholeProgramDevirt: fix access to a non-initialized field.
by Ivan Krasin
· 9 years ago
b9ecebc
Add comment /NFC
by Xinliang David Li
· 9 years ago
161e82b
[ADT] Migrate DepthFirstIterator to use NodeRef
by Tim Shen
· 9 years ago
124c0a4
Fix typos /NFC
by Xinliang David Li
· 9 years ago
ae48001
Remove unnecessary extra version of isValidAssumeForContext. NFC.
by Pete Cooper
· 9 years ago
975248e
Use the range variant of find instead of unpacking begin/end
by David Majnemer
· 9 years ago
fb2a7f9
Don't import variadic functions
by Piotr Padlewski
· 9 years ago
5747888
X86-FMA3: Implemented commute transformation for EVEX/AVX512 FMA3 opcodes.
by Vyacheslav Klochkov
· 9 years ago
837032f
Re-commit r278066: Do not ignore SizeOfOptionalHeader in COFF header even if PE header is not present.
by Rui Ueyama
· 9 years ago
d4a60d0
GlobalISel: support 'null' constant in translation.
by Tim Northover
· 9 years ago
f11cae6
Extend trip count instead of truncating IV in LFTR, when legal
by Ehsan Amiri
· 9 years ago
417fcec
[MSSA] Use is_contained
by Daniel Berlin
· 9 years ago
dc9c737
Use range algorithms instead of unpacking begin/end
by David Majnemer
· 9 years ago
4110644
[Hexagon] Allow non-returning calls in hardware loops
by Krzysztof Parzyszek
· 9 years ago
4df8156
[vim] Add more attributes to llvm.vim
by David Majnemer
· 9 years ago
2e8e1e6
AMDGPU: Remove unused tablegen utilities
by Matt Arsenault
· 9 years ago
510ec20
[SCEV] Update interface to handle SCEVExpander insert point motion.
by Geoff Berry
· 9 years ago
789ee9f
Remove empty file left by partial reversion.
by Tim Northover
· 9 years ago
814d8b3
GlobalISel: add translation support for shift operations.
by Tim Northover
· 9 years ago
94c692e
GlobalISel: support zext & sext during translation phase.
by Tim Northover
· 9 years ago
fe3eab2
Fix type truncation warnings
by Teresa Johnson
· 9 years ago
c9f97fc
Move GVNHoist tests into their own directory since it is a separate pass
by Daniel Berlin
· 9 years ago
2daf966
AMDGPU : Add intrinsic for instruction v_cvt_pk_u8_f32
by Wei Ding
· 9 years ago
da956b9
Revert rL278384 which caused several buildbot failures (like check failures in CodeGen/X86/clz.ll).
by Wei Mi
· 9 years ago
828990c
Fix PR 28933
by Daniel Berlin
· 9 years ago
4c26d96
[ADT] Add relation operators for Optional
by Tim Shen
· 9 years ago
eeb1d4f
CodeGen: Avoid dereferencing end() in MachineScheduler
by Duncan P. N. Exon Smith
· 9 years ago
44cd439
AMDGPU: Prune includes
by Matt Arsenault
· 9 years ago
50f0fc5
[Hexagon] Standardize "select" pseudo-instructions
by Krzysztof Parzyszek
· 9 years ago
dcedd3b
WholeProgramDevirt: generate more detailed and accurate remarks.
by Ivan Krasin
· 9 years ago
158f898
Remove the restriction that MachineSinking is now stopped by "insert_subreg,
by Wei Mi
· 9 years ago
3c99845
If-conversion incorrectly calculates liveness of redefined registers
by Krzysztof Parzyszek
· 9 years ago
847ddff
Test commit
by Barnabas Bittner
· 9 years ago
2f5689f
Target independent codesize heuristics for Loop Idiom Recognition
by Andrew Kaylor
· 9 years ago
2d003b3
Add a new method to create SimpleInliner instance and make pre-inliner use this.
by Easwaran Raman
· 9 years ago
cf9748d
[Hexagon] Skip byval arguments when checking parameter attributes
by Krzysztof Parzyszek
· 9 years ago
fbdf373
Improve virtual register handling when computing debug information
by Dominic Chen
· 9 years ago
f1860b7
Make TwoAddressInstructionPass::rescheduleMIBelowKill subreg-aware
by Michael Kuperstein
· 9 years ago
d751c97
AMDGPU: Fix crashes on memory functions
by Matt Arsenault
· 9 years ago
9ffb824
AArch64: Assert on analyzeBranch failing
by Matt Arsenault
· 9 years ago
e99815b
[AliasSetTracker] Delete dead code
by Michael Kuperstein
· 9 years ago
c986ab2
Fix some Clang-tidy modernize and Include What You Use warnings.
by Eugene Zelenko
· 9 years ago
7a1d8e4
Add move ops to satisfy MSVC.
by Teresa Johnson
· 9 years ago
Next »