Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
0ccceac14cfe17b0282ddb94553cb124c81ed2bb
0ccceac
[X86] Adding new LLVM TableGen backend that generates the X86 backend memory folding tables.
by Ayman Musa
· 8 years ago
09d9f45
[X86] Adding FoldGenRegForm helper field (for memory folding tables tableGen backend) to X86Inst class and set its value for the relevant instructions.
by Ayman Musa
· 8 years ago
3a87b52
[X86] Fixing VPOPCNTDQ feature set lookup.
by Oren Ben Simhon
· 8 years ago
74cf586
Reverted r304083 as it seems there is a desire to address this in the googletest.
by Galina Kistanova
· 8 years ago
3eda9f2
Added braces to address gcc warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else]. NFC.
by Galina Kistanova
· 8 years ago
f1e232d
DebugInfo: Add source code/build instructions for split-dwarf-dwp symbolizer test
by David Blaikie
· 8 years ago
c60a982
Cloning: Fix debug info cloning
by Gor Nishanov
· 8 years ago
b5ac700
Recommit "[DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC"
by George Rimar
· 8 years ago
6788678
[TableGen] Prevent DagInit from leaking its Args and ArgNames when they exceed the size of the SmallVector.
by Craig Topper
· 8 years ago
8e1db25
[TableGen] Use the correct type for the first template for the ListInit TrailingObjects.
by Craig Topper
· 8 years ago
4439d65
[SCEV] Assume parameters coming from function calls contain IVs
by Tobias Grosser
· 8 years ago
8cbe21f
[DAGCombiner] use narrow load to avoid vector extract
by Sanjay Patel
· 8 years ago
f6f1085
[TableGen] Remove all the static vectors named TheActualPool.
by Craig Topper
· 8 years ago
c835f01
[coroutines] Define getPassName() for coroutine passes
by Gor Nishanov
· 8 years ago
78cdf98
[PartialInlining] Replace delete with unique_ptr in computeCallsiteToProfCountMap
by Vitaly Buka
· 8 years ago
fda9bcb
ScalarEvolution unit test: fix typo that breaks check-all
by Gor Nishanov
· 8 years ago
ad7d2c0
Rearrange Dom unittest to accommodate multiple tests
by Adam Nemet
· 8 years ago
bfb2ddf
clang-format DomTree unittest
by Adam Nemet
· 8 years ago
7b853c5
AArch64/PEI: Do not add reserved regs to liveins
by Matthias Braun
· 8 years ago
65ac22c
[SCEVExpander] Try harder to avoid introducing inttoptr
by Keno Fischer
· 8 years ago
0248ff9
ScheduleDAGInstrs: Fix fixupKills()
by Matthias Braun
· 8 years ago
bf14f47
[Demangler] copy changes made in libcxxabi's r303718 to ItaniumDemangle
by Erik Pilkington
· 8 years ago
6a19144
[AArch64][GlobalISel] Add the Localizer pass for the O0 pipeline
by Quentin Colombet
· 8 years ago
a407cc0
[GlobalISel] Add a localizer pass for target to use
by Quentin Colombet
· 8 years ago
c8237e4
[GVN] Recommit the patch "Add phi-translate support in scalarpre".
by Wei Mi
· 8 years ago
c6a4b1a
BranchRelaxation: computeLiveIns() after creating new block
by Matthias Braun
· 8 years ago
abfdee4
AArch64: Fix cmpxchg O0 expansion
by Matthias Braun
· 8 years ago
83c5dbf
[llvm-pdbdump] pdb2yaml: add an -all option to dump everything we can
by Bob Haarman
· 8 years ago
4a5238d
Bitcode: Remove some dead code. Spotted by Teresa.
by Peter Collingbourne
· 8 years ago
996f62f
[InstSimplify] Push commuted op checks for and/or of icmp further down to avoid duplicate work
by Craig Topper
· 8 years ago
d1d5452
[bpf] disallow global_addr+off folding
by Alexei Starovoitov
· 8 years ago
b3ad86b
Fix test broken by r304020
by David Blaikie
· 8 years ago
bcefdfc
[Mips] Placate GCC's -Wmisleading-indentation. NFCI.
by Davide Italiano
· 8 years ago
859371c
[lib/LTO] Don't reinvent the code for switching linkage.
by Davide Italiano
· 8 years ago
5e26a02
LivePhysRegs: Rework constructor + documentation; NFC
by Matthias Braun
· 8 years ago
4902354
LivePhysRegs: Doxygen cleanup; NFC
by Matthias Braun
· 8 years ago
7c75114
LivePhysRegs: Add default for removeRegsInMask(Clobbers); NFC
by Matthias Braun
· 8 years ago
8fab6ef
MachineVerifier: Remove unused set; NFC
by Matthias Braun
· 8 years ago
d178d05
[Hexagon] Cleanup of unused function isCalleeSaveReg (NFC)
by Sumanth Gundapaneni
· 8 years ago
b3b1987
allow_user_segv_handler was already removed
by Vitaly Buka
· 8 years ago
071c0d9
Resubmit r303859 with test fixed.
by Konstantin Zhuravlyov
· 8 years ago
a0f27f9
Make helper functions static. NFC.
by Benjamin Kramer
· 8 years ago
b0d2323
Fix the ManagedStatic list ordering when using DynamicLibrary::addPermanentLibrary.
by Frederich Munch
· 8 years ago
b655a9c
[InstSimplify] Move a variable declaration to make simplifyAndOfICmps look more like simplifyOrOfICmps. NFC
by Craig Topper
· 8 years ago
e2ab189
[InstSimplify] Use commutable matchers to shorten some code
by Craig Topper
· 8 years ago
4e6f8d0
[InstSimplify] Use m_APInt instead of m_ConstantInt in ((V + N) & C1) | (V & C2) handling in order to support splat vectors.
by Craig Topper
· 8 years ago
0698305
DebugInfo: Do not emit empty CUs
by David Blaikie
· 8 years ago
5ae6e90
PMB: Run the whole-program-devirt pass during LTO at --lto-O0.
by Peter Collingbourne
· 8 years ago
3c9e129
[InstCombine] Pass the DominatorTree, AssumptionCache, and context instruction to a few calls to isKnownPositive, isKnownNegative, and isKnownNonZero
by Craig Topper
· 8 years ago
5f10e29
[AMDGPU][MC][GFX9] Corrected encoding of flat_scratch* for SDWA opcodes
by Dmitry Preobrazhensky
· 8 years ago
4eca9e6
Revert r304002 "[DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC"
by George Rimar
· 8 years ago
b6924f0
Revert "Export the required symbol from DynamicLibraryTests"
by Roger Ferrer Ibanez
· 8 years ago
b665868
DebugInfo: Don't include locations for debug-having code inlined into nodebug functions
by David Blaikie
· 8 years ago
f696b32
AMDGPU/GlobalISel: Mark 32-bit float constants as legal
by Tom Stellard
· 8 years ago
843d71c
[DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC
by George Rimar
· 8 years ago
bfcbf6a
LivePhysRegs: Fix addLiveOutsNoPristines() for return blocks past PEI
by Matthias Braun
· 8 years ago
f0ed179
[AMDGPU] SDWA: add disassembler support for GFX9
by Sam Kolton
· 8 years ago
8f61a6e
[DAGCombiner] use narrow vector ops to eliminate concat/extract (PR32790)
by Sanjay Patel
· 8 years ago
f6ed90e
[DAG] Move legal type checks in store merge to be checked only
by Nirav Dave
· 8 years ago
bafb2e6
[ARM] Fix lowering of misaligned memcpy/memset
by John Brawn
· 8 years ago
a0b8f33
nits in wide-integer-cmp.ll . NFC
by Amaury Sechet
· 8 years ago
21e2ad7
[ARM] Add tests for 6-M memcpy/memset code generation
by John Brawn
· 8 years ago
ff777b7
The fix for PR22004: X86AsmParser.cpp asserts: OperandStack.size() > 1 && "Too few operands."
by Andrew V. Tischenko
· 8 years ago
4e545df
Revert "[DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC"
by George Rimar
· 8 years ago
88aeae6
Recommit r303978 "[DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC"
by George Rimar
· 8 years ago
1503fe4
Revert r303978 "[DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC"
by George Rimar
· 8 years ago
f1d70be
Fix signedness of constant. NFC.
by Nirav Dave
· 8 years ago
e10b16c
Export the required symbol from DynamicLibraryTests
by Roger Ferrer Ibanez
· 8 years ago
073ffab
[DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC
by George Rimar
· 8 years ago
0559b4f
Remove unnecessary double-assignment triggering -Wsequence-point.
by Daniel Jasper
· 8 years ago
96c95e6
Re-enable "[SCEV] Do not fold dominated SCEVUnknown into AddRecExpr start"
by Max Kazantsev
· 8 years ago
b0e29ac
LivePhysRegs: Skip reserved regs in computeLiveIns; NFCI
by Matthias Braun
· 8 years ago
d6cdc20
Revert rL303923 since it broke the sanitizer bootstrap build bot.
by Wei Mi
· 8 years ago
8e55f77
[InstSimplify] Use APInt::isMask isntead of manually implementing it. NFC
by Craig Topper
· 8 years ago
515e5d4
[InstSimplify] Use m_ConstantInt matchers to short some code. NFC
by Craig Topper
· 8 years ago
a1a0cf0
[IR] Add an iterator and range accessor for the PHI nodes of a basic block.
by Chandler Carruth
· 8 years ago
55d0a52
Revert "LivePhysRegs: Fix addLiveOutsNoPristines() for return blocks past PEI"
by Matthias Braun
· 8 years ago
bd265c3
Revert "LivePhysRegs: Skip reserved regs in computeLiveIns; NFCI"
by Matthias Braun
· 8 years ago
e4bd195
Test for r303938
by Matthias Braun
· 8 years ago
8800120
[PM] Enable the new simple loop unswitch pass in the new pass manager
by Chandler Carruth
· 8 years ago
b626182
Tidy up RelocVisitor.h.
by Rui Ueyama
· 8 years ago
88351cb
LivePhysRegs: Follow-up to r303937
by Matthias Braun
· 8 years ago
0378321
[llvm-pdbdump] Don't crash when displaying padding.
by Zachary Turner
· 8 years ago
f9ebd61
[Examples] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 8 years ago
9cd70d9
Return a lit.Test.Result object from TestRunner's executeShTest()
by Dimitry Andric
· 8 years ago
3e61240
Remove unused member.
by Zachary Turner
· 8 years ago
5a4717a
[PPC] Add text for assert.
by Tim Shen
· 8 years ago
c58f672
LTO: Do summary-based prevailing symbol resolution at --lto-O0.
by Peter Collingbourne
· 8 years ago
dcf3dde
LivePhysRegs: Fix addLiveOutsNoPristines() for return blocks past PEI
by Matthias Braun
· 8 years ago
b0019d8
LivePhysRegs: Skip reserved regs in computeLiveIns; NFCI
by Matthias Braun
· 8 years ago
f061f6c
[CV Type Merging] Find nested type indices faster.
by Zachary Turner
· 8 years ago
a8d58fe
DebugInfo: Simplify scopes+subprogram handling since the subprogram<>cu link inversion
by David Blaikie
· 8 years ago
7a45750
[PPC] Fix atomics lowering in DAG lowering.
by Tim Shen
· 8 years ago
e55679d
Fix test to handle running on platforms which don't enable pubnames at all
by David Blaikie
· 8 years ago
32c2620
[InstCombine] Add an InstCombine specific wrapper around isKnownToBeAPowerOfTwo to shorten code. NFC
by Craig Topper
· 8 years ago
d163591
[GVN] Add phi-translate support in scalarpre.
by Wei Mi
· 8 years ago
325c686
Add constrained intrinsics for some libm-equivalent operations
by Andrew Kaylor
· 8 years ago
94c4904
CodeGen: Rename DEBUG_TYPE to match passnames
by Matthias Braun
· 8 years ago
064b7cc
[lld] Fix a bug where we continually re-follow type servers.
by Zachary Turner
· 8 years ago
522178b
[CodeView Type Merging] Don't keep re-allocating temp serializer.
by Zachary Turner
· 8 years ago
Next »