Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
3ae9ebfc0dd2c28b5084f4fd0cbda8c89612584f
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
2c5d1b3
[GlobalOpt] Emit fragments using field offsets from struct layout
by Mikael Holmen
· 8 years ago
1d27d9a
[FuzzMutate] Inst deleter doesn't work with PhiNodes
by Igor Laevsky
· 8 years ago
266aad5
[IRMover] Add comment and fix test case
by Eugene Leviant
· 8 years ago
4c005be
[X86] Expand IMUL/MUL instregexs in Intel scheduler models. Add load latency to some of them in SkylakeClient model.
by Craig Topper
· 8 years ago
b60df1c
[X86] Expand IMUL/MUL instregexs in Znver1 scheduler to show what's actually implemented.
by Craig Topper
· 8 years ago
b4cbf18
[cmake] Set cmake policy CMP0068 to suppress warnings on OSX
by Don Hinton
· 8 years ago
6fa3a74
[X86] Name the MMX phaddd instruction with 3 Ds instead of just 2. NFC
by Craig Topper
· 8 years ago
b847a74
[X86] Remove 64/128/256 from MMX/SSE/AVX instruction names for overall consistency. NFC
by Craig Topper
· 8 years ago
bd21ad7
[X86] Remove unnecessary '_alt' and '_Int' from scheduler model regular expressions.
by Craig Topper
· 8 years ago
6ab5bbc
Add support for pattern matching MachineInsts.
by Aditya Nandakumar
· 8 years ago
faeaa17
[ORC] Refactor the various lookupFlags methods to return the flags map via the
by Lang Hames
· 8 years ago
c0c5320
[GISel]: Fix modules build by including <cassert>
by Aditya Nandakumar
· 8 years ago
34ecead
[ORC] Try to silence compiler error at
by Lang Hames
· 8 years ago
723eb1a
[GISel]: Implement GlobalISel combiner API.
by Aditya Nandakumar
· 8 years ago
542224f
[GlobalISel][TableGen] Fix the statistics for emitted patters
by Volkan Keles
· 8 years ago
57dd12ec
[ORC] Add helpers for building orc::SymbolResolvers from legacy findSymbol-style
by Lang Hames
· 8 years ago
e965165
[GlobalISel] Add a requires: asserts to a test.
by Amara Emerson
· 8 years ago
8001e1b
[TableGen] Add a way of getting the number of generic opcodes without including modular CodeGen headers.
by Benjamin Kramer
· 8 years ago
363b6ee
[InstCombine] fix datalayout in test file
by Sanjay Patel
· 8 years ago
9bf5d53
[ORC] Add a LambdaSymbolResolver convenience class and docs for SymbolResolver.
by Lang Hames
· 8 years ago
3e7c0ec
[Hexagon] Replace EmitFunctionEntryCode with a DAG preprocessing code
by Krzysztof Parzyszek
· 8 years ago
9aa1beb
[globalisel] Fix long lines from r323342
by Daniel Sanders
· 8 years ago
Next »