Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
ae8900a8833835309aecb0a3d947c2ae46fd86c3
ae8900a
[DynamicLibrary] Fix build on musl libc
by Keno Fischer
· 8 years ago
228f43d
[MachineModuleInfoImpls] Replace qsort with array_pod_sort
by Mandeep Singh Grang
· 8 years ago
e7df36e
Reapply r316582 [Local] Fix a bug in the domtree update logic for MergeBasicBlockIntoOnlyPred.
by Balaram Makam
· 8 years ago
509132b
Represent runtime preemption in the IR.
by Sean Fertile
· 8 years ago
b25352f
AMDGPU: Handle s_buffer_load_dword hazard on SI
by Marek Olsak
· 8 years ago
4ff96e5
[LSV] Avoid adding vectors of pointers as candidates
by Bjorn Pettersson
· 8 years ago
941b1f1
[LSV] Skip all non-byte sizes, not only less than eight bits
by Bjorn Pettersson
· 8 years ago
975b1d7
[mips] Fix (dis)assembly of abs.fmt for micromips
by Simon Dardis
· 8 years ago
525c1c6
It's a test to demonstrate wrong disassembler with 0x67 prefix
by Andrew V. Tischenko
· 8 years ago
46690e4
[mips] Fix PR35071
by Simon Dardis
· 8 years ago
b723ea0
Update my email addresses, NFC.
by Simon Dardis
· 8 years ago
e703b24
[PowerPC] Use record-form instruction for Less-or-Equal -1 and Greater-or-Equal 1
by Hiroshi Inoue
· 8 years ago
ddfb984
Tidy up CountingFunctionInserter a little. NFC.
by Hans Wennborg
· 8 years ago
e1b56f0
[AsmParser][TableGen] Add VariantID argument to the generated mnemonic spell check function so it can use the correct table based on variant.
by Craig Topper
· 8 years ago
939e970
[AsmParser][TableGen] Make the generated mnemonic spell checker function a file local static function.
by Craig Topper
· 8 years ago
34837ae
[X86] Use correct type for return value of ComputeAvailableFeatures in the AsmParser. NFC
by Craig Topper
· 8 years ago
0dfe884
[Transforms] Revert r316630 changes in Scalar/MergeICmps.cpp to fix broken build bots (NFC).
by Eugene Zelenko
· 8 years ago
46057fe
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 8 years ago
052d11c
Attempt to unbreak the expensive-checks-win bot
by Matthew Simpson
· 8 years ago
c2c0420
Re-land "[dwarfdump] Add -lookup option"
by Jonas Devlieghere
· 8 years ago
5d1f72d
Fix CodeGen/AMDGPU/fcanonicalize-elimination.ll on FreeBSD 11.0
by Alexander Richardson
· 8 years ago
b500839
[SCEV] Fix an assertion failure in the max backedge taken count
by Sanjoy Das
· 8 years ago
bc11602
Add a comment to clarify a future change
by Sanjoy Das
· 8 years ago
2bbf52d
Revert r316582 [Local] Fix a bug in the domtree update logic for MergeBasicBlockIntoOnlyPred.
by Balaram Makam
· 8 years ago
46254ad
Add FileVerifier::isCFIProtected().
by Mitch Phillips
· 8 years ago
3498a4c
Hexagon: Fold a single-use textual header into its use
by David Blaikie
· 8 years ago
ca37830
Make the combiner check if shifts are legal before creating them
by Aditya Nandakumar
· 8 years ago
c936ad3
[Hexagon] Account for negative offset when limiting max deviation
by Krzysztof Parzyszek
· 8 years ago
74a12b3
Remove dead function declaration.
by Peter Collingbourne
· 8 years ago
7f40466
[cmake] Restrict resource file usage to Windows build hosts
by Shoaib Meenai
· 8 years ago
d5b3d59
[X86] Add avx512vpopcntdq to Knights Mill
by Craig Topper
· 8 years ago
a3d8d8b
AMDGPU: Cleanup memory legalizer load/store tests
by Konstantin Zhuravlyov
· 8 years ago
e62a0cb
AMDGPU/NFC: Rename memory legalizer tests:
by Konstantin Zhuravlyov
· 8 years ago
18476bd
[Local] Fix a bug in the domtree update logic for MergeBasicBlockIntoOnlyPred.
by Balaram Makam
· 8 years ago
b0fa4d8
Don't try to use a non-existent header on FreeBSD/mips.
by John Baldwin
· 8 years ago
7d6a3b6
Add CalledValuePropagation pass
by Matthew Simpson
· 8 years ago
1a04aba
[mips] Clean up some whitespace (NFC).
by Simon Dardis
· 8 years ago
65f1735
[inlineasm] Fix crash when number of matched input constraint operands overflows signed char
by Daniil Fukalov
· 8 years ago
14c20ba
[ARM GlobalISel] Remove redundant testcases. NFC
by Diana Picus
· 8 years ago
88c6881
[ARM GlobalISel] Update test after r316479. NFC
by Diana Picus
· 8 years ago
9c73fda
[ARM GlobalISel] Fix call opcodes
by Diana Picus
· 8 years ago
1f82616
[ARM GlobalISel] Split test into 3. NFC
by Diana Picus
· 8 years ago
003fe85
[SCEV] Enhance SCEVFindUnsafe for division
by Max Kazantsev
· 8 years ago
5b353cb
Re-land "[CodeGen][ExpandMemcmp][NFC] Allow memcmp to expand to vector loads (1)"
by Clement Courbet
· 8 years ago
db07f4c
[llvm-dwarfdump] - Fix array out of bounds access crash.
by George Rimar
· 8 years ago
36ed9f4
[ARM] OrCombineToBFI function
by Sam Parker
· 8 years ago
6d5e445
[ARM] Swap cmp operands for automatic shifts
by Sam Parker
· 8 years ago
1862283
[MachineScheduler] Minor refactoring.
by Jonas Paulsson
· 8 years ago
1efa535
[AArch64] Add support for dllimport of values and functions
by Martin Storsjo
· 8 years ago
7bb5f9e
DAG: Fix creating select with wrong condition type
by Matt Arsenault
· 8 years ago
b639732
AMDGPU: Add max-mix-insts subtarget feature
by Matt Arsenault
· 8 years ago
3b1ffff
[IRCE] Fix intersection between signed and unsigned ranges
by Max Kazantsev
· 8 years ago
30b21c3
[MemDep] DBG intrinsics don't impact abort limit for call site dependence analysis
by Mikael Holmen
· 8 years ago
5773387
[IRCE] Smarter detection of empty ranges using SCEV
by Max Kazantsev
· 8 years ago
3a1f0f3
Assembly tests require x86 target.
by Peter Collingbourne
· 8 years ago
0ec63f4
[ThinLTO] Make test for promoted names more specific
by Teresa Johnson
· 8 years ago
68a3deb
llvm-readobj: Add support for reading relocations in the Android packed format.
by Peter Collingbourne
· 8 years ago
52a43b2
Check special-case-list regex before insertion.
by Mitch Phillips
· 8 years ago
4a39ef3
Implement salavageDebugInfo functionality for SelectionDAG.
by Adrian Prantl
· 8 years ago
9ea950f
Add Triple::isOSUnknown
by Sam Clegg
· 8 years ago
40fea70
[Coverage] Provide a stable order for getInstantiationGroups
by Vedant Kumar
· 8 years ago
2ea99a1
bpf: fix an uninitialized variable issue
by Yonghong Song
· 8 years ago
376cc58
ARMAddressingModes.h: Don't mark header functions as file local
by David Blaikie
· 8 years ago
1617f07
ValueMapper.h: Don't mark header functions as file local
by David Blaikie
· 8 years ago
36f40a6
Transforms/Utils/Local.h: Don't mark header functions as file local
by David Blaikie
· 8 years ago
4eaad94
TargetOpcodes.h: Don't mark header functions as file local
by David Blaikie
· 8 years ago
b5c3a33
Printable.h: Don't mark header functions as file local
by David Blaikie
· 8 years ago
88d6995
ConvertUTF.h: Don't mark header functions as file local
by David Blaikie
· 8 years ago
b629369
AtomicOrdering.h: Don't mark header functions as file local
by David Blaikie
· 8 years ago
04614e0
LaneBitmask.h: Don't mark header functions as file local
by David Blaikie
· 8 years ago
8287ed2
Type.h: Don't mark header functions as file local
by David Blaikie
· 8 years ago
e186a09
HexagonDepTimingClasses.h: Don't mark header functions as file local
by David Blaikie
· 8 years ago
53a0dab
WebassemblyAsmPrinter.h: Include WebAssemblyMachineFunctionInfo for use with MachineFunction::getInfo
by David Blaikie
· 8 years ago
66d0e94
X86Operand.h: Include X86MCTargetDesc.h for SSE register enum/names
by David Blaikie
· 8 years ago
3beb4af
X86AsmPrinter.h: Add missing header for complete type needed for MCCodeEmitter dtor.
by David Blaikie
· 8 years ago
e3ed1e8
RegisterUsageInfo.h: Add missing header for complete type needed for DenseMap traits
by David Blaikie
· 8 years ago
26ee77f
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 8 years ago
0c6dd78
Fix Wdocumentation warning. NFCI.
by Simon Pilgrim
· 8 years ago
f8fc02f
Revert "[CodeGen][ExpandMemcmp][NFC] Allow memcmp to expand to vector loads (1)"
by Martin Bohme
· 8 years ago
5cb4d68
Use range-based for loop. NFC
by Adrian Prantl
· 8 years ago
c79e8ba
[NVPTX] allow address space inference for volatile loads/stores.
by Artem Belevich
· 8 years ago
58a8315
Delete unused instantiations of DIBuilder. NFC
by Adrian Prantl
· 8 years ago
3defffe
Fix LLVM_LINK_LLVM_DYLIB=On build of llvm-cfi-verify
by Sam Clegg
· 8 years ago
f980300
[X86][Broadwell] Added the instruction scheduling information for the Broadwell CPU.
by Gadi Haber
· 8 years ago
7e80950
[llvm-cov] Use a stable sort on sub-views
by Vedant Kumar
· 8 years ago
aa35415
Use range-based-for. NFC
by Adrian Prantl
· 8 years ago
1143538
bpf: fix a bug in trunc-op optimization
by Yonghong Song
· 8 years ago
db15b48
[globalisel][tablegen] Fix future undefined behaviour in r316463.
by Daniel Sanders
· 8 years ago
edab757
MIR: Print the register class or bank in vreg defs
by Justin Bogner
· 8 years ago
7c330fa
[PowerPC] Try to simplify a Swap if it feeds a Splat
by Stefan Pintilie
· 8 years ago
d9ad9f9
BinaryFormat/MachO.h Don't mark header functions as file-scope static
by David Blaikie
· 8 years ago
dd97f5a
ValueTracking.h Don't mark header functions as file-scope static
by David Blaikie
· 8 years ago
43e810a
MemoryBuiltins.h: Don't mark header functions as file-scope static
by David Blaikie
· 8 years ago
22591d6
IndirectCallSiteVisitor.h:findIndirectCallSites Don't mark header functions as file-scope static
by David Blaikie
· 8 years ago
89d65d4
StringExtras.h Don't mark header functions as file-scope static
by David Blaikie
· 8 years ago
124aa38
SmallVector.h:capacity_in_bytes Don't mark header functions as file-scope static
by David Blaikie
· 8 years ago
b86addf
DenseMap.h:capacity_in_bytes Don't mark header functions as file-scope static
by David Blaikie
· 8 years ago
91f89f7
BitVector.h:capacity_in_bytes Don't mark header functions as file-scope static
by David Blaikie
· 8 years ago
51d6fa2
bpf: fix a bug in bpf-isel trunc-op optimization
by Yonghong Song
· 8 years ago
b7f6ffb
Added instructions for obtaining clang-tools-extra to the Getting Started page.
by Aaron Ballman
· 8 years ago
Next »