Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
472d76161ee69cf1c7b9ba570d184fd5a6d41544
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
1b3b337
[asan] Fix kernel callback naming in instrumentation module.
by Evgeniy Stepanov
· 8 years ago
335ad17
[X86] Teach Intel syntax InstPrinter to print lock prefixes that have been parsed from the asm parser.
by Craig Topper
· 8 years ago
8f9cfff
[X86] Combine two unnecessarily complicated ifs that had the same body. NFC
by Craig Topper
· 8 years ago
ab7a411
Revert r322132; it appears to be an accidental commit, based on the commit message. The original author of the commit has not commented on whether this was accidental or purposeful, so if this revert is in error, the author can re-commit with an actual commit message.
by Aaron Ballman
· 8 years ago
f1534d0
Reverting r323463 as it appears to be an accidental commit. Regardless, it broke a lot of build bots, so reverting back to green.
by Aaron Ballman
· 8 years ago
c06c914
tmp
by Jake Ehrlich
· 8 years ago
bdb305a
Re-land "[ThinLTO] Add call edges' relative block frequency to per-module summary."
by Easwaran Raman
· 8 years ago
d65af93
[CMake] Fix Bug Report URL
by Shoaib Meenai
· 8 years ago
595b8a5
Revert "asan: add kernel inline instrumentation test"
by Vedant Kumar
· 8 years ago
ae0c801
[Hexagon] SETEQ and SETNE are valid integer condition codes
by Krzysztof Parzyszek
· 8 years ago
a59163a
asan: add kernel inline instrumentation test
by Vedant Kumar
· 8 years ago
974e2fc
Revert "[SLP] Fix for PR32086: Count InsertElementInstr of the same elements as shuffle."
by Alexey Bataev
· 8 years ago
211131c
[ADT] Make moving Optional not reset the Optional it moves from.
by Benjamin Kramer
· 8 years ago
400b814
[LTO] - Introduce GlobalResolution::Prevailing flag.
by George Rimar
· 8 years ago
1e9dc04
Give scope_exit helper correct move semantics
by Sam McCall
· 8 years ago
80e5ea7
[SLP] Fix for PR32086: Count InsertElementInstr of the same elements as shuffle.
by Alexey Bataev
· 8 years ago
146e3ce
[X86] Apply clang-format to detectUSatPattern. NFCI.
by Simon Pilgrim
· 8 years ago
63ac05d
Revert "[Hexagon] Replace EmitFunctionEntryCode with a DAG preprocessing code"
by Krzysztof Parzyszek
· 8 years ago
baba397
[InstCombine] narrow masked zexted binops (PR35792)
by Sanjay Patel
· 8 years ago
3011c54
[InstCombine] add tests for PR35792; NFC
by Sanjay Patel
· 8 years ago
d80d8d2
Revert "[SLP] Fix for PR32086: Count InsertElementInstr of the same elements as shuffle."
by Alexey Bataev
· 8 years ago
edd2589
[SLP] Fix for PR32086: Count InsertElementInstr of the same elements as shuffle.
by Alexey Bataev
· 8 years ago
5f7f26d
[X86][SSE] Add tests for vector truncation with signed saturation
by Simon Pilgrim
· 8 years ago
bfb9843
Update build_llvm_package.bat
by Hans Wennborg
· 8 years ago
3519396
[X86][SSE] Add tests for vector truncation with unsigned saturation
by Simon Pilgrim
· 8 years ago
579ae6a
X86 Tests: Add AVX+XOP config to SDIV combine tests
by Zvi Rackover
· 8 years ago
c6483fb
Another try to commit 323321 (aggressive instruction combine).
by Amjad Aboud
· 8 years ago
f83ca82
[LTO] - Get rid of friend 'computeDeadSymbols'. NFC.
by George Rimar
· 8 years ago
760506b
[Dwarf] Add dsymutil Atom extensions. NFC
by Jonas Devlieghere
· 8 years ago
Next »