Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
d1b456b6d12725b992d5150018c027a583efecf0
d1b456b
[NFC] fix trivial typos in comments and documents
by Hiroshi Inoue
· 8 years ago
fdf79b6
[InlineCost] Mark functions accessing varargs as not viable.
by Florian Hahn
· 8 years ago
164d4a1
[Support] Move DJB hash to support. NFC
by Jonas Devlieghere
· 8 years ago
952dbe4
[X86] Fix a crash that can occur in combineExtractVectorElt due to not checking the width of a ConstantSDNode before calling getConstantOperandVal.
by Craig Topper
· 8 years ago
9e52f9c
[X86] Remove VPTESTM/VPTESTNM ISD opcodes. Use isel patterns matching cmpm eq/ne with immallzeros.
by Craig Topper
· 8 years ago
d03876d
[X86] Add patterns for using masked vptestnmd for 256-bit vectors without VLX.
by Craig Topper
· 8 years ago
c1520fc
[X86] Add test to demonstrate missed opportunity to merge kand into testnm when using 512-bit instruction due to lack of VLX.
by Craig Topper
· 8 years ago
e865eb4
Add triples or specify REQUIRES: default_triple to some tests
by Justin Bogner
· 8 years ago
3a32c34
[X86][AVX512] Add avx512dq fp2int/int2fp tests (PR31630)
by Simon Pilgrim
· 8 years ago
6faa377
[X86] Use vptestm/vptestnm for comparisons with zero to avoid creating a zero vector.
by Craig Topper
· 8 years ago
c4a39a1
[X86] Remove X86ISD::PCMPGTM/PCMPEQM and instead just use X86ISD::PCMPM and pattern match the immediate value during isel.
by Craig Topper
· 8 years ago
391a285
Regenerate test. NFCI
by Simon Pilgrim
· 8 years ago
bff47ee
[X86][SSE] Simplify demanded elements from BROADCAST shuffle source.
by Simon Pilgrim
· 8 years ago
e2b8d97
Add IRBuilder API to create memcpy/memmove calls with differing source and dest alignments
by Daniel Neilson
· 8 years ago
c01d136
Regenerate test result for vastart-defs-eflags.ll. NFC.
by Amaury Sechet
· 8 years ago
eab8a17
Regenerate test result for testb-je-fusion.ll. NFC.
by Amaury Sechet
· 8 years ago
fbcbf60
Regenerate test result for stateppint-vector.ll. NFC.
by Amaury Sechet
· 8 years ago
7a33921
Regenrate brcond.ll test results. NFC
by Amaury Sechet
· 8 years ago
ae21239
Regenrate test results for avx-brcond.ll . NFC
by Amaury Sechet
· 8 years ago
e2250f6
[X86][SSE] Regenerate fp2int/int2fp tests
by Simon Pilgrim
· 8 years ago
90900fa
Regenerate test results for and-su.ll . NFC
by Amaury Sechet
· 8 years ago
52d87c1
[X86][SSE] Add broadcast from v2i32 memory tests (PR34394)
by Simon Pilgrim
· 8 years ago
103218a
[TargetLowering] Teach TargetLowering::SimplifySetCC to simplify setcc of vXi1 vectors into logic ops.
by Craig Topper
· 8 years ago
4a62f24
[SelectionDAG] Make DAGTypeLegalizer::PromoteSetCCOperands handle SETEQ/SETNE correctly for vector types.
by Craig Topper
· 8 years ago
1ac4628
[GlobalISel][Legalizer] Convert the FP constants to the right APFloat type for G_FCONSTANT.
by Amara Emerson
· 8 years ago
1cd5ead
Revert "[SLP] Fix for PR32086: Count InsertElementInstr of the same elements as shuffle."
by Alexey Bataev
· 8 years ago
b696571
Revert "[SLP] Removed the warning about unused variable, NFC."
by Alexey Bataev
· 8 years ago
17eda3f
[InstrProfiling] Don't exit early when an unused intrinsic is found
by Vedant Kumar
· 8 years ago
1b24b74
[LangRef] Update out-of-date instrprof names
by Vedant Kumar
· 8 years ago
472d761
[InstrProfiling] Improve compile time when there is no work
by Vedant Kumar
· 8 years ago
7bf5988
update_mir_test_checks: Accept "." in function names
by Justin Bogner
· 8 years ago
6a32c10
[X86] Use vpternlog to implement vector not under AVX512.
by Craig Topper
· 8 years ago
e0c60de
[x86] auto-generate complete checks; NFC
by Sanjay Patel
· 8 years ago
f4d58a0
[InstCombine] Preserve debug values for eliminable casts
by Vedant Kumar
· 8 years ago
c4921c1
Inline variable only used within assert.
by Richard Trieu
· 8 years ago
4862813
[Hexagon] Generate constant splats instead of loads from constant pool
by Krzysztof Parzyszek
· 8 years ago
963eda6
[DWARF] Temporarily removing test to make buildbots happy while investigating.
by Wolfgang Pieb
· 8 years ago
b810cf8
[Hexagon] Make sure that offset on globals matches alignment requirements
by Krzysztof Parzyszek
· 8 years ago
71ff88b
[Hexagon] Replace multiple vector extracts with store-load combinations
by Krzysztof Parzyszek
· 8 years ago
0ce929c
[DWARF] Temporarily removing a test that caused an independent failure on the mingw target.
by Wolfgang Pieb
· 8 years ago
fc0863a
[LivePhysRegs] Preserve pristine regs in blocks with no successors.
by Eli Friedman
· 8 years ago
e4a395e
[Support] Move PrintEscapedString into the library its declaration is in
by Benjamin Kramer
· 8 years ago
99509aa
[X86] Unbreak the build.
by Benjamin Kramer
· 8 years ago
b5e54f8
[SLP] Test for trunc vectorization, NFC.
by Alexey Bataev
· 8 years ago
51c00ba
[X86] Allow any_extend to be combined with setcc on VLX targets.
by Craig Topper
· 8 years ago
94b1fc6
[X86][AVX512] Add combining support for X86ISD::VTRUNCS
by Simon Pilgrim
· 8 years ago
8e77793
[SelectionDAGISel] Add a debug print before call to Select. Adjust where blank lines are printed during isel process to make things more sensibly grouped.
by Craig Topper
· 8 years ago
2703022
[X86] Add 'rdrnd' feature to silvermont to match recent gcc bug fix.
by Craig Topper
· 8 years ago
d8b5d0f
[Hexagon] Fix an incorrect assertion in HexagonConstExtenders
by Krzysztof Parzyszek
· 8 years ago
cf947ac
[DWARF] Generate DWARF v5 string offsets tables along with strx* index forms.
by Wolfgang Pieb
· 8 years ago
abaf111
[x86] fix typo in comment; NFC
by Sanjay Patel
· 8 years ago
3ae9ebf
[NFC] Remove apostrophe to use 'it' in the possessive form.
by Matt Davis
· 8 years ago
61a65ef
[X86][AVX] LowerBUILD_VECTORAsVariablePermute - add support for VPERMILPV to v4i32/v4f32
by Simon Pilgrim
· 8 years ago
ccc55d2
[X86][SSE] Don't colaesce v4i32 extracts
by Simon Pilgrim
· 8 years ago
7a72b43
[X86][SSE] Drop PMADDWD in lowerMul
by Simon Pilgrim
· 8 years ago
3455380
[DAG] Teach findBaseOffset to interpret indexes of indexed memory operations
by Nirav Dave
· 8 years ago
c9091f8
[AMDGPU][MC] Added validation of image dst/data size (must match dmask and tfe)
by Dmitry Preobrazhensky
· 8 years ago
1a60050
[MIPS] Don't crash on unsized extern types with -mgpopt
by Alexander Richardson
· 8 years ago
17d3ed3
[DAGCombine] reduceBuildVecToShuffle - ensure EXTRACT_VECTOR_ELT index is in range
by Simon Pilgrim
· 8 years ago
7393afb
[AMDGPU][MC] Added support of 64-bit image atomics
by Dmitry Preobrazhensky
· 8 years ago
b708558
[SLP] Removed the warning about unused variable, NFC.
by Alexey Bataev
· 8 years ago
b382fb2
[X86][SSE] Add tests for vector truncation with PACKUS style signed saturation
by Simon Pilgrim
· 8 years ago
320b80d
[SLP] Fix for PR32086: Count InsertElementInstr of the same elements as shuffle.
by Alexey Bataev
· 8 years ago
1ae3e20
[AMDGPU][MC] Enabled disassembler for image atomic operations
by Dmitry Preobrazhensky
· 8 years ago
862c071
[X86] Cleanup SDLoc arguments as mentioned on D42544
by Simon Pilgrim
· 8 years ago
dfd62ce
[TableGen][NFC]Remove dead variable.
by Clement Courbet
· 8 years ago
1a619ce
[MIR] Add support for addrspace in MIR
by Francis Visoiu Mistrih
· 8 years ago
0869ae1
[AMDGPU] fix LDS f32 intrinsics
by Daniil Fukalov
· 8 years ago
22fd1d3
[CallSiteSplitting] Fix infinite loop when recording conditions.
by Florian Hahn
· 8 years ago
635c67a
[ARM] Accept a subset of Thumb GPR register class when emitting an SP-relative
by Momchil Velikov
· 8 years ago
574f092
[X86FixupBWInsts] Prefer positive checks in the test. NFC
by Andrei Elovikov
· 8 years ago
3b4e0d3
[ARM] Armv8.2-A FP16 code generation (part 1/3)
by Sjoerd Meijer
· 8 years ago
8040eab
[NFC] fix trivial typos in comments and documents
by Hiroshi Inoue
· 8 years ago
f80c9bf
[RISCV] Encode RISCV specific ELF e_flags to RISCV Binary by RISCVTargetStreamer
by Shiva Chen
· 8 years ago
836550d
[X86] Remove dead code from LowerBUILD_VECTOR that tried to handle i64 element type in 32-bit mode.
by Craig Topper
· 8 years ago
c615c14
[SelectionDAG] Replace a std::vector<SDValue> with a SmallVector.
by Craig Topper
· 8 years ago
5e8ab22
[X86] Remove code from combineBitcastvxi1 that was needed to support the previous native IR for kunpck intrinsics.
by Craig Topper
· 8 years ago
6206aa4
[X86] Remove unused intrinsic type handling. NFC
by Craig Topper
· 8 years ago
3857e0d
[X86] Simplify condition in VSETCC. NFC
by Craig Topper
· 8 years ago
2013da6
[X86] Remove LowerVSETCC code for handling vXi1 setcc with vXi8/vXi16 input type. NFC
by Craig Topper
· 8 years ago
a685d04
[X86] Remove some dead code from LowerVSETCC. NFC
by Craig Topper
· 8 years ago
e6b7506
[CGP] Re-enable Select in complex addressing mode.
by Serguei Katkov
· 8 years ago
807062f
[X86] Fix killed flag handling in X86FixupLea pass
by Serguei Katkov
· 8 years ago
e000998
Reland "[llvm-objcopy] Refactor llvm-objcopy to use reader and writer objects"
by Jake Ehrlich
· 8 years ago
1b9f1fa
Reland "[llvm-objcopy] Refactor llvm-objcopy to use reader and writer objects"
by Jake Ehrlich
· 8 years ago
6ea62d7
Reland "[llvm-objcopy] Refactor llvm-objcopy to use reader and writer objects"
by Jake Ehrlich
· 8 years ago
a9659be
Fix buildfailure by making some MIPatternMatchers inline
by Aditya Nandakumar
· 8 years ago
e68d8cc
Revert "Reland "[llvm-objcopy] Refactor llvm-objcopy to use reader and writer objects""
by Jake Ehrlich
· 8 years ago
41dbb45
Reland "[llvm-objcopy] Refactor llvm-objcopy to use reader and writer objects"
by Jake Ehrlich
· 8 years ago
f251ca0
[CodeGen] Ignore private symbols in llvm.used for COFF
by Shoaib Meenai
· 8 years ago
8dd9991
[Debug] LCSSA: Insert dbg.value at the first available insertion point
by Vedant Kumar
· 8 years ago
2bcebb6
[DWARFv5] Classify all the new forms. NFC.
by Paul Robinson
· 8 years ago
ca099d9
[llvm-objcopy] Refactor llvm-objcopy to use reader and writer objects
by Jake Ehrlich
· 8 years ago
259c18e
Add testcase accidentally left out from r323460.
by Easwaran Raman
· 8 years ago
f0c7c09
[llvm-objcopy] Add --add-gnu-debuglink
by Jake Ehrlich
· 8 years ago
920b675
[DWARFv5] Support DW_FORM_line_strp in llvm-dwarfdump.
by Paul Robinson
· 8 years ago
efb8717
[SyntheticCounts] Rewrite the code using only graph traits.
by Easwaran Raman
· 8 years ago
9d4d535
[AArch64] Enable aggressive FMA on T99 and provide AArch64 options for others.
by Joel Jones
· 8 years ago
b7162f2
[Debug] Add dbg.value intrinsics for PHIs created during LCSSA.
by Vedant Kumar
· 8 years ago
cdd614d
[Debug] Add a utility to propagate dbg.value to new PHIs, NFC
by Vedant Kumar
· 8 years ago
Next »