Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
91c5da30a539cf10068dd6a3555b7632ad453762
91c5da3
Test commit. Add a missing dash to the standard llvm file header; NFC.
by Aaron Smith
· 8 years ago
7e2aba3
[ARM GlobalISel] Add tests for BIC. NFC
by Diana Picus
· 8 years ago
248ee6c
[Support][CachePruning] Fix regression in pruning interval
by Ben Dunbobbin
· 8 years ago
2746bda
[asan] Fix size/alignment issues with non-default shadow scale
by Walter Lee
· 8 years ago
73d6c71
[ARM GlobalISel] Add tests for REVSH patterns. NFC
by Diana Picus
· 8 years ago
3c8dd1f
Fix pointer EVT in SelectionDAGBuilder::visitAlloca
by Yaxun Liu
· 8 years ago
b1e1f8e
[DAGCombine] Enable more srl -> load combines
by Sam Parker
· 8 years ago
5837c62
[mips][mt] Add missing test cases from r318207
by Simon Dardis
· 8 years ago
94488e5
Assert correct removal of SUnit in LatencyPriorityQueue
by Benjamin Kramer
· 8 years ago
89ec3b0
[TTI][X86] update costs of interleaved load\store of i64\double
by Mohammed Agabaria
· 8 years ago
920531c
[MachineRegisterInfo] Avoid having dbg.values affect code generation
by Mikael Holmen
· 8 years ago
63a8861
[IRCE] Fix SCEVExpander's usage in IRCE
by Max Kazantsev
· 8 years ago
7ddaab8
[X86] Update TTI to report that v1iX/v1fX types aren't legal for masked gather/scatter/load/store.
by Craig Topper
· 8 years ago
0761a60
[SelectionDAG] Use report_fatal_error instead of llvm_unreachable in some code that can be reached if targets don't configure things correctly.
by Craig Topper
· 8 years ago
cb0def4
[SCEV][NFC] Introduce isSafeToExpandAt function to SCEVExpander
by Max Kazantsev
· 8 years ago
74e1e11
Fix thinko in last commit.
by Eric Christopher
· 8 years ago
ea5836a
Add NDEBUG checks around LLVM_DUMP_METHOD functions for Wunused-function warnings.
by Eric Christopher
· 8 years ago
c9fbb16
Need to work around the gcc Wunused-function bug as far back as gcc 6.1, update accordingly.
by Eric Christopher
· 8 years ago
23c0fc7
Fix APInt bit size in processDbgDeclares
by Yaxun Liu
· 8 years ago
0b6f500
[asan] Fallback to non-ifunc dynamic shadow on android<22.
by Evgeniy Stepanov
· 8 years ago
0a36dc4
[X86] Custom type legalize v2f32 masked gathers instead of trying to cleanup after type legalization.
by Craig Topper
· 8 years ago
f349107
LTO: clarify why we need to gracefully handle sys::fs::rename failures
by Bob Haarman
· 8 years ago
d0222ef
Convert a use of createUniqueFile to TempFile::create.
by Rafael Espindola
· 8 years ago
0df1955
bpf: enable llvm-objdump to print out symbolized jmp target
by Yonghong Song
· 8 years ago
64b7700
[globalisel][tablegen] Generate rule coverage and use it to identify untested rules
by Daniel Sanders
· 8 years ago
93d7d4e
Try to fix WebAssembly build after r318352
by Reid Kleckner
· 8 years ago
4183846
[GVNHoist] Fix a signed/unsigned comparison warning that occurs in 32-bit builds with gcc.
by Craig Topper
· 8 years ago
573c354
[CodeGen] Fix the branch probability assertion in r318202
by Rong Xu
· 8 years ago
355825a
Add backend name to Target to enable runtime info to be fed back into TableGen
by Daniel Sanders
· 8 years ago
c397801
[AArch64] Adjust the cost model for Exynos M1 and M2
by Evandro Menezes
· 8 years ago
e6aaf10
[GISel][NFC]: Move getOpcodeDef from the LegalizationArtifactCombiner into GlobalISel/Utils for use elsewhere
by Aditya Nandakumar
· 8 years ago
512f338
[InstCombine] add sub narrowing tests; NFC
by Sanjay Patel
· 8 years ago
710e9b3
AMDGPU: Replace i64 add/sub lowering
by Matt Arsenault
· 8 years ago
9b78b26
[WebAssembly] Update cfg-stackify.ll to remove the workaround added in r318288.
by Dan Gohman
· 8 years ago
6bce9f6
[AArch64] Refactor the loads and stores optimizer
by Evandro Menezes
· 8 years ago
5feaa63
Simplify file handling in dsymutil.
by Rafael Espindola
· 8 years ago
9723ed5
[X86] Add some explanatory comments to the ProcessorFeatures enum in Host.cpp.
by Craig Topper
· 8 years ago
d3affce
[X86] Add a return to the end of a switch to prevent an accidental fallthrough in the future.
by Craig Topper
· 8 years ago
7198b60
[llvm-objcopy] Change -O binary to respect section removal and behave like GNU objcopy
by Jake Ehrlich
· 8 years ago
c8be5de
[InstCombine] trunc (binop X, C) --> binop (trunc X, C')
by Sanjay Patel
· 8 years ago
58a331a
Use TempFile in lto caching.
by Rafael Espindola
· 8 years ago
0fe9824
[PowerPC] Implement mayBeEmittedAsTailCall for PPC
by Sean Fertile
· 8 years ago
869a009
[InstCombine] Salvage debug info during initial DCE
by Reid Kleckner
· 8 years ago
82de100
[InstCombine] add tests for missing trunc folds; NFC
by Sanjay Patel
· 8 years ago
5e1ec5b
[docs] Mention opt -metarenamer in the bugpoint docs
by Vedant Kumar
· 8 years ago
9c19935
[AArch64] Adjust the cost model for Exynos M1 and M2
by Evandro Menezes
· 8 years ago
f640c8e
[X86] Add CBW/CDQ/CDQE/CQO/CWD/CWDE to WriteALU schedule class
by Simon Pilgrim
· 8 years ago
e074ad4
[SLP] Added more missed optimization remarks
by Adam Nemet
· 8 years ago
73e1b04
[PowerPC] Split out the tailcall calling convention checks. NFC.
by Sean Fertile
· 8 years ago
d68d614
[PassManager, SimplifyCFG] add test for PR34603 / D38566; NFC
by Sanjay Patel
· 8 years ago
dda43d9
[(new) Pass Manager] instantiate SimplifyCFG with the same options as the old PM
by Sanjay Patel
· 8 years ago
b7ba7df
[Reassociate] simplify code; NFCI
by Sanjay Patel
· 8 years ago
7e8bb47
[AArch64][SVE] Asm: Report SVE parsing diagnostics only once
by Sander de Smalen
· 8 years ago
9c83984
[mips] Improve genConstMult() to work with arbitrary precision
by Petar Jovanovic
· 8 years ago
b3380b5
[llvm-opt-fuzzer] Add opt fuzzer to the test-depends list.
by Igor Laevsky
· 8 years ago
9f1a57c
[llvm-opt-fuzzer] Only run tests for the x86 target.
by Igor Laevsky
· 8 years ago
7de5f26
[llvm-opt-fuzzer] NFC. Add sanity tests.
by Igor Laevsky
· 8 years ago
29a99e3
[ARM] Split Arm jump table branch into i12 and rs suffixed versions
by Momchil Velikov
· 8 years ago
4dac35d
[DebugInfo] Fix potential CU mismatch for SubprogramScopeDIEs.
by Jonas Devlieghere
· 8 years ago
571bd45
Workaround CodeGen/WebAssembly/cfg-stackify.ll failure after r318202
by Ilya Biryukov
· 8 years ago
c14b5c3
[Lint] Don't warn about passing alloca'd value to tail call if using byval
by Mikael Holmen
· 8 years ago
8aebe51
[X86] Redefine the 128-bit version of VPGATHERQD and VGATHERQPS to use a VK2 mask instead of a VK4 mask.
by Craig Topper
· 8 years ago
adf7d53
GISelWorkList.h: Fix -fmodules build in rL318210.
by NAKAMURA Takumi
· 8 years ago
45ed11f
Fix llvm/test/Transforms/LoopRotate/pr35210.ll in rL318237, it uses debug options.
by NAKAMURA Takumi
· 8 years ago
0b5d88f
NFC Remove default argument of DataLayout::getPointerABIAlignment
by Fangrui Song
· 8 years ago
c2f0e01
[X86] Add getHostCPUName support for the Gemini Lake model number which also uses Goldmont.
by Craig Topper
· 8 years ago
c207618
[X86] Add getHostCPUName support for cannonlake.
by Craig Topper
· 8 years ago
0612ed0
[InstCombine] Simplify binops that are only used by a select and are fed by a select with the same condition.
by Craig Topper
· 8 years ago
cd69cc5
[PowerPC] fix up in redundant compare elimination
by Hiroshi Inoue
· 8 years ago
4aef6b8
[docs] Document a way to simplify names in bugpoint output
by Vedant Kumar
· 8 years ago
3f38dad
AMDGPU: Add separate definitions for DS insts without m0 use
by Matt Arsenault
· 8 years ago
f004f41
[X86] Correct the spelling of pentiumpro in X86TargetParser.def
by Craig Topper
· 8 years ago
bc9fb90
AMDGPU: Don't use MUBUF vaddr if address may overflow
by Matt Arsenault
· 8 years ago
2c21c88a1
Revert r318193 "[SLPVectorizer] Failure to beneficially vectorize 'copyable' elements in integer binary ops."
by Hans Wennborg
· 8 years ago
592aa29
[cfi-verify] Validate there are no register clobbers between CFI-check and instruction execution.
by Mitch Phillips
· 8 years ago
7e9abd2
[LoopRotate] processLoop should return true even if it just simplified the loop latch without making any other changes
by Craig Topper
· 8 years ago
eace9e3
[asan] Prevent rematerialization of &__asan_shadow.
by Evgeniy Stepanov
· 8 years ago
6183484
[PGO] Bump the indexed profile format version
by Vedant Kumar
· 8 years ago
cace431
[CMake][runtimes] Don't process common options in runtimes build
by Petr Hosek
· 8 years ago
c8d2a1d
[X86] Fix the parameter order in the default implementation of X86_VENDOR macro in X86TargetParser.def
by Craig Topper
· 8 years ago
6dc7825
[CMake][runtimes] Set compiler as working even for default target
by Petr Hosek
· 8 years ago
b56431e
AMDGPU: Handle or in multi-use shl ptr combine
by Matt Arsenault
· 8 years ago
4e63091
Fix switch-lower-peel-top-case.ll isel pass is not registered error
by Hans Wennborg
· 8 years ago
eaa439c
[EntryExitInstrumenter] Placate GCC, the semicolon is redundant. NFCI.
by Davide Italiano
· 8 years ago
5ba2ceb
[AMDGPU] updated PAL metadata record keys
by Tim Renouf
· 8 years ago
f0a5fc9
[Reassociate] use dyn_cast instead of isa+cast; NFCI
by Sanjay Patel
· 8 years ago
9300d72
[cfi-verify] Add DOT graph printing for GraphResult objects.
by Mitch Phillips
· 8 years ago
0053d04
[GISel]: Rework legalization algorithm for better elimination of
by Aditya Nandakumar
· 8 years ago
e144f87
CMake: Turn LLVM_ENABLE_LIBXML2 into a tri-state option
by Hans Wennborg
· 8 years ago
0240575
Reland "[mips][mt][6/7] Add support for mftr, mttr instructions."
by Simon Dardis
· 8 years ago
5670380
[CodeGen] Fix the test case added in r318202
by Rong Xu
· 8 years ago
a9292a1
Make salvageDebugInfo of casts work for dbg.declare and dbg.addr
by Reid Kleckner
· 8 years ago
6876103
[CodeGen] Peel off the dominant case in switch statement in lowering
by Rong Xu
· 8 years ago
bd3b99d
Fix unused variable warning.
by Richard Smith
· 8 years ago
5765d84
Rename CountingFunctionInserter and use for both mcount and cygprofile calls, before and after inlining
by Hans Wennborg
· 8 years ago
9c5d847
[SLPVectorizer] Failure to beneficially vectorize 'copyable' elements in integer binary ops.
by Dinar Temirbulatov
· 8 years ago
9157549
[llvm-objcopy] Improve command line option help messages
by Jake Ehrlich
· 8 years ago
96ce9ff
AMDGPU: Error on stack size overflow
by Matt Arsenault
· 8 years ago
2bcdf1e
[SystemZ] Do not crash when selecting an OR of two constants
by Ulrich Weigand
· 8 years ago
40a2f42
[AArch64] Adjust the cost model for Exynos M1 and M2
by Evandro Menezes
· 8 years ago
Next »