Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
96d6052072276bff3bb30dac622778986425250f
96d6052
Update documentation about convergent attribute.
by Justin Lebar
· 10 years ago
4162134
Fix GCC build.
by Peter Collingbourne
· 10 years ago
3248c62
[CodeGen] Prefer "if (SDValue R = ...)" to "if (R.getNode())". NFCI.
by Ahmed Bougacha
· 10 years ago
55579b6
[X86] Don't reuse an unrelated variable, create a new one. NFC.
by Ahmed Bougacha
· 10 years ago
4910e4e
[X86] Remove unnecessary assignment. NFC.
by Ahmed Bougacha
· 10 years ago
a92e5eb
Add C binding for AllocaInst::getAllocatedType
by Amaury Sechet
· 10 years ago
40cd497
WholeProgramDevirt: introduce.
by Peter Collingbourne
· 10 years ago
0999758
Improve the C API echo test tool to emit basic block is the right order.
by Amaury Sechet
· 10 years ago
fff6db5
[mips] Extend MipsAsmParser class to handle %got(sym + const) expressions
by Simon Atanasyan
· 10 years ago
e27b451
[MemoryBuiltins] Fix an issue with hasNoAliasAttr
by Sanjoy Das
· 10 years ago
6d94591
[Verifier] Add checks for masked.load and masked.store intrinsics
by Philip Reames
· 10 years ago
068c0ce
[SelectionDAG] make getMemBasePlusOffset() accessible; NFCI
by Sanjay Patel
· 10 years ago
1cacc09
This brings back commit r259578.
by Rafael Espindola
· 10 years ago
ac799e6
Fix name style.
by Rafael Espindola
· 10 years ago
c0b725b
Update comment style.
by Rafael Espindola
· 10 years ago
5a372be
Revert "Correct size calculations for ELF files"
by Rafael Espindola
· 10 years ago
3b3e0dc
[AArch64] This check is specific to merging instructions. NFC.
by Chad Rosier
· 10 years ago
f0f8b1c
Remove system-libs.test for now
by Ehsan Akhgari
· 10 years ago
4f20943
Fix a test added in r260263
by Ehsan Akhgari
· 10 years ago
ffcd478
[InstCombine][GC] Handle gc.relocations of vector type
by Philip Reames
· 10 years ago
d3a670d
[AArch64] AArch64LoadStoreOptimizer: fix bug in pre-inc check iterator
by Geoff Berry
· 10 years ago
a9adb28
[AArch64] Bail even earlier if the instructions modifieds the base register. NFC.
by Chad Rosier
· 10 years ago
ea51072
[AArch64] Simplify. NFC.
by Chad Rosier
· 10 years ago
466cf9c
[AArch64] Add an assert to ensure we don't scale an offset that can't be scaled.
by Chad Rosier
· 10 years ago
5152245
Fix a typo in r260263
by Ehsan Akhgari
· 10 years ago
452287c
[AArch64] Add a FIXME about invalid KILL markers after the ld/st opt pass.
by Chad Rosier
· 10 years ago
a20946b
llvm-config: Add preliminary Windows support
by Ehsan Akhgari
· 10 years ago
9a6bc9b
Turn on LLVM_ENABLE_PLUGINS by default on Windows
by Ehsan Akhgari
· 10 years ago
9159781
Add support for importing and exporting Registry objects on Windows
by Ehsan Akhgari
· 10 years ago
41dc0a6
[AArch64] Remove redundant calls and clang format. NFC.
by Chad Rosier
· 10 years ago
4ea9b60
[Hexagon] Fixing relocation generation and adding tests.
by Colin LeMahieu
· 10 years ago
3f9e772
[MC] Adding GOTREL expression variant.
by Colin LeMahieu
· 10 years ago
9c3c7d8
[AArch64] Hoist now common logic. NFC.
by Chad Rosier
· 10 years ago
14c18a3
[AArch64] Rename variable to make it clear we're merging here, not pairing.
by Chad Rosier
· 10 years ago
74ced0a
[AArch64] Separage the codegen logic for widening vs. pairing. NFC.
by Chad Rosier
· 10 years ago
30b3205
[llvm-readobj][ELF] Show MIPS GOT content when there is another zero-sized section at the same address
by Simon Atanasyan
· 10 years ago
23b546b
[FunctionAttrs] Fix SCC logic around operand bundles
by Sanjoy Das
· 10 years ago
f3ca5b4
Fix a formatting problems with llvm-size and the -m option.
by Kevin Enderby
· 10 years ago
7fd6a2c
[AArch64] Cleanup to simplify logic when widening vs. pairing loads/stores. NFC.
by Chad Rosier
· 10 years ago
b8a6344
[x86] make getOneTrueElt() a helper function ; NFC
by Sanjay Patel
· 10 years ago
b0a81e9
[AArch64] Rename variable to improve readability. NFC.
by Chad Rosier
· 10 years ago
95fa36a
[AArch64] Remove stale comment.
by Chad Rosier
· 10 years ago
060498b
Fix comment for MD5Hash.
by Teresa Johnson
· 10 years ago
6a78b65
[X86][AVX2] Fix SIGN_EXTEND vector handling on AVX2 targets.
by Simon Pilgrim
· 10 years ago
a55dfdc
Add comments to some tests
by Xinliang David Li
· 10 years ago
e857187
Further reduce test overhead
by Xinliang David Li
· 10 years ago
9ac7dce
Refactor PGO function naming and MD5 hashing support out of ProfileData
by Teresa Johnson
· 10 years ago
3775b63
Use std::forward to make ErrorOr<T> constructible from a value that has a user-defined conversion to T. No functionality change intended.
by Nick Lewycky
· 10 years ago
4e07414
[GMR/OperandBundles] Teach getModRefBehavior about operand bundles
by Sanjoy Das
· 10 years ago
749e602
Remove TrailingObjects::operator delete. It's still suffering from
by Richard Smith
· 10 years ago
8a618ff
Fix the LLVM_ENABLE_MODULES build after adding TargetOpcodes.def in r259726.
by David L Kreitzer
· 10 years ago
81c2fc4
Add an "addUsedAAAnalyses" helper function
by Sanjoy Das
· 10 years ago
38e2fe6
Remove SCEVAAWrapperPass from createLegacyPMAAResults; NFC
by Sanjoy Das
· 10 years ago
bca133d
Re-commit r259942 (reverted in r260053) with a different workaround for the MSVC bug.
by Richard Smith
· 10 years ago
9f15b40
Simplify some expressions involving unique_ptr and ErrorOr
by David Blaikie
· 10 years ago
a60f524
This patch is to fix PR26529 caused by r259736.
by Wei Mi
· 10 years ago
d95e7b0
[llvm-nm] Remove excessive parenthesis, noticed by David Blaikie.
by Davide Italiano
· 10 years ago
aab8d7f
[PGO] Revert r260146 as it breaks Darwin platforms.
by Rong Xu
· 10 years ago
08d1cff
Factor out UnrollAnalyzer to Analysis, and add unit tests for it.
by Michael Zolotukhin
· 10 years ago
8464bb8
[X86][SSE1] Add MOVLHPS/MOVHLPS lowering and memory folding support
by Simon Pilgrim
· 10 years ago
68c43d4
[llvm-nm] Yet another attempt of simplifying code.
by Davide Italiano
· 10 years ago
fb2b3b0
[regalloc][WinEH] Do not mark intervals as not spillable if they contain a regmask
by Andrew Kaylor
· 10 years ago
eb833ba
llvm-cov: Fix reading gcov data that does not have function names
by Justin Bogner
· 10 years ago
5835d8e
cmake: Use "set" instead of "option" for LLVM_ENABLE_LTO
by Justin Bogner
· 10 years ago
cdcce2d
[WebAssembly] Update the br_if instructions' operand orders to match the spec.
by Dan Gohman
· 10 years ago
6ac56c2
rangify; NFC
by Sanjay Patel
· 10 years ago
c9a0177
[PGO] Differentiate Clang instrumentation and IR level instrumentation profiles
by Rong Xu
· 10 years ago
ab75a17
[x86] convert masked store of one element to scalar store
by Sanjay Patel
· 10 years ago
1d15d57
cmake: Accept "thin" or "full" as arguments to -DLLVM_ENABLE_LTO
by Justin Bogner
· 10 years ago
307f4d0
Fix build bot failure
by Xinliang David Li
· 10 years ago
58abe5f
AMDGPU/SI: Implement a work-around for smrd corrupting vccz bit
by Tom Stellard
· 10 years ago
da65ee3
Add triple to h-registers-3.ll to make bots happy after r260133
by Hans Wennborg
· 10 years ago
7dfc343
[X86] Don't zero/sign-extend i1, i8, or i16 return values to 32 bits (PR22532)
by Hans Wennborg
· 10 years ago
bff2e82
AArch64: match correct order in subtraction pattern.
by Tim Northover
· 10 years ago
c5e1c37
fix typos; NFC
by Sanjay Patel
· 10 years ago
4ebe058
Simplify this unittest.
by Adrian Prantl
· 10 years ago
60a32b5
AMDGPU: Remove bfi and bfm intrinsics
by Matt Arsenault
· 10 years ago
ce0afe6
[ThinLTO] Remove imported available externally defs from comdats.
by Teresa Johnson
· 10 years ago
04638a6
[PGO] Enable compression in pgo instrumentation
by Xinliang David Li
· 10 years ago
e942cf8
[SCEV][LAA] Re-commit r260085 and r260086, this time with a fix for the memory
by Silviu Baranga
· 10 years ago
c44fb84
Add a unit test for r259973.
by Adrian Prantl
· 10 years ago
b21e290
[JumpThreading] Change a return of ComputeValueKnownInPredecessors()
by Haicheng Wu
· 10 years ago
98d69cc
SelectionDAG: Lower some range metadata to AssertZext
by Matt Arsenault
· 10 years ago
76a73b5
[AVX512][PROLQ][PROLD] Change imm8 to int
by Michael Zuckerman
· 10 years ago
a2a4a6e
[SLP] Fix placement of debug statement (NFC)
by Igor Breger
· 10 years ago
d23febf
AVX512: Change builtin function name for scalar intrinsics. Add "mask" to function name to reflect the function behavior.
by Igor Breger
· 10 years ago
bbaff75
Revert r260086 and r260085. They have broken the memory sanitizer bots.
by Silviu Baranga
· 10 years ago
147a268
[LoopVersioning] Don't assert when there are no memchecks
by Silviu Baranga
· 10 years ago
41fcf12
[SCEV][LAA] Add no wrap SCEV predicates and use use them to improve strided pointer detection
by Silviu Baranga
· 10 years ago
428ffed
[asan] Introduce new hidden -asan-use-private-alias option.
by Maxim Ostapenko
· 10 years ago
f80c9dd
[WebAssembly] Add another optimization idea to README.txt.
by Dan Gohman
· 10 years ago
0fe9ca1
[X86] Change FeatureIFMA string to 'avx512ifma'. Matches gcc and fixes PR26461.
by Craig Topper
· 10 years ago
86ed0da
[Support] Use hexdigit. NFC
by Craig Topper
· 10 years ago
69a0c7c
[Support] Fix the examples and assertion for format_hex_no_prefix to take into account that there are no prefix characters to include in Width.
by Craig Topper
· 10 years ago
5b9f36b
Disable llvm/test/tools/llvm-profdata/value-prof.proftext on win32 for now. Investigating.
by NAKAMURA Takumi
· 10 years ago
392b9d2
[X86][SSE] Resolve target shuffle inputs to sentinels to permit more combines
by Simon Pilgrim
· 10 years ago
fb040e0
[X86][SSE] Regenerate PSHUFB shuffle mask comments tests
by Simon Pilgrim
· 10 years ago
d479774
Make check line consistent
by Daniel Berlin
· 10 years ago
732c5d9
Revert 259942, r259943, r259948.
by Nico Weber
· 10 years ago
3440864
[docs] Add a note that the Visual Studio C++ tools are required
by Keno Fischer
· 10 years ago
Next »