Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
fd3faf40111f338d148ee4eb6376b49f88845834
fd3faf4
Revert r270543 ("Recommit r270540")
by George Rimar
· 9 years ago
6795981
Recommit r270540
by George Rimar
· 9 years ago
805f1b7
[MIPS][LLVM-MC] Fix Disassemble of Negative Offset
by Sagar Thakur
· 9 years ago
c19728f
Revert r270540 "[llvm-dwarfdump] - Teach dwarfdump to decompress debug sections in zlib style."
by George Rimar
· 9 years ago
dba28a8
[llvm-dwarfdump] - Teach dwarfdump to decompress debug sections in zlib style.
by George Rimar
· 9 years ago
611c8e7
[CostModel][X86][XOP] Added XOP costmodel for BITREVERSE
by Simon Pilgrim
· 9 years ago
ad25a60
Remove unused variable breaking -Werror builds.
by Zachary Turner
· 9 years ago
01a4a3e
Revert "Revert r270478 "[LoopUnroll] Enable advanced unrolling analysis by default.""
by Michael Zolotukhin
· 9 years ago
382294c
[LoopUnrollAnalyzer] Fix a crash in UnrolledInstAnalyzer::visitCastInst.
by Michael Zolotukhin
· 9 years ago
2defe22
Remove unused variable.
by Zachary Turner
· 9 years ago
fe32163
[msan] Add a test for vector compare x86 intrinsics.
by Evgeniy Stepanov
· 9 years ago
2206756
Fix build error
by Zachary Turner
· 9 years ago
f82506b
Revert r270478 "[LoopUnroll] Enable advanced unrolling analysis by default."
by Hans Wennborg
· 9 years ago
24466fc
Make a symbol visitor and use it to dump CV symbols.
by Zachary Turner
· 9 years ago
bc88e8b
test: Be consistent with clang's sanitizer lit config
by Justin Bogner
· 9 years ago
ad092ca
[ThinLTO] Refactor module loader handling into new LTO file (NFC)
by Teresa Johnson
· 9 years ago
7e9fa84
[WebAssembly] Basic TargetTransformInfo support for SIMD128.
by Dan Gohman
· 9 years ago
632d568
llvm-dwp: Reduce indentation
by David Blaikie
· 9 years ago
7bac6e8
llvm-dwp: Split out processing of input sections to improve readability
by David Blaikie
· 9 years ago
f0a99b9
Tweak to change in r270491 to deal with the lld-x86_64-darwin13 bot having a old xar.h header.
by Kevin Enderby
· 9 years ago
39599bd
[X86][SSE] Updated (V)CVTDQ2PD(Y) and (V)CVTPS2PD(Y) fast-isel codegen to match D20528
by Simon Pilgrim
· 9 years ago
1b29407
[IRCE] Optimize "uses" not branches; NFCI
by Sanjoy Das
· 9 years ago
526957f
[InstSimplify] add vector tests for isKnownNonZero
by Sanjay Patel
· 9 years ago
5d5ca2a
[X86][SSE] The int_x86_sse41_pmovsx* intrinsics are no longer in use (not since D13002!)
by Simon Pilgrim
· 9 years ago
16017f9
llvm-dwp: Pull out compression handling helper
by David Blaikie
· 9 years ago
3127680
Avoid including AlwaysInliner pass in opt-bisect search.
by Andrew Kaylor
· 9 years ago
6c01836
[X86][SSE] Added cvtdq2pd/cvtps2pd generic IR tests
by Simon Pilgrim
· 9 years ago
b10244d
PrologEpilogInserter: Avoid an infinite loop when MinCSFrameIndex == 0
by Justin Bogner
· 9 years ago
866cdd5
Add the printing the Mach-O (__LLVM,__bundle) xar archive file section "verbosely"
by Kevin Enderby
· 9 years ago
e3a492d
[X86][SSE] Use shuffle/sext instead of deprecated (+ auto-upgraded) pmovsxwd intrinsic call
by Simon Pilgrim
· 9 years ago
5d82919
[Kaleidoscope] Add an initial "Building an ORC JIT" tutorial chapter.
by Lang Hames
· 9 years ago
f891cd3
[SPARC] Fix 8 and 16-bit atomic load and store.
by James Y Knight
· 9 years ago
d9b93cd
Modify emitTypeInformation to use MemoryTypeTableBuilder, take 2
by Reid Kleckner
· 9 years ago
14a29ca
InsertPointAnalysis: Move current live interval from being a class member
by Wei Mi
· 9 years ago
0878fd7
tune lowering parameter for small apps (sjeng)
by Xinliang David Li
· 9 years ago
396a19f
[InstCombine] Fix assertion when bitcast is converted to gep
by Gerolf Hoflehner
· 9 years ago
4b3e216
[LoopUnroll] Enable advanced unrolling analysis by default.
by Michael Zolotukhin
· 9 years ago
961fcb5
Fix DEBUG logs in MachineLICM.
by Justin Lebar
· 9 years ago
dc38d33
[codeview] Refactor symbol records to use same pattern as types.
by Zachary Turner
· 9 years ago
50c861b
fix typo; NFC
by Sanjay Patel
· 9 years ago
68e7451
use range-loop; NFCI
by Sanjay Patel
· 9 years ago
2766530
llvm-dwp: More error handling around invalid compressed sections
by David Blaikie
· 9 years ago
645115f
fix formatting; NFC
by Sanjay Patel
· 9 years ago
7333a98
[WebAssembly] Speed up LiveIntervals updating.
by Dan Gohman
· 9 years ago
fb4915b
llvm-dwp: Ensure compressed sections are preserved long enough for use in the string pool
by David Blaikie
· 9 years ago
2123d3f
[Hexagon] Move some debug-only variable declarations into DEBUG
by Krzysztof Parzyszek
· 9 years ago
30680ad
SDAG: Remove the transitional default Select() implementation
by Justin Bogner
· 9 years ago
5131c26
llvm-dwp: Fix the build by moving DWPStringPool into the llvm namespace
by David Blaikie
· 9 years ago
000b227
Extract renaming from D19181
by Amaury Sechet
· 9 years ago
1386ead
[profile] show more statistics
by Xinliang David Li
· 9 years ago
018cdc8
llvm-dwp: Add an abstraction for the DWP string pool
by David Blaikie
· 9 years ago
e2dfcd9
Removing a switch statement that contains only a default label; NFC.
by Aaron Ballman
· 9 years ago
bbf43bf
[BPF] Remove exit-on-error flag in test (PR27766)
by Diana Picus
· 9 years ago
ab5f926
[X86][RTM] _xabort() should not have "noreturn" attribute
by Asaf Badouh
· 9 years ago
1c9f2a9
[InlineAsm] Avoid creating extra string instances in ConstraintInfo::Parse()
by Alexander Potapenko
· 9 years ago
f6a6e81
[X86][AVX] Added tests that access ymm registers before and after explicit vzeroupper/vzeroall calls
by Simon Pilgrim
· 9 years ago
4bd3c76
Reverts "[BPF] Remove exit-on-error flag in test (PR27766)"
by Renato Golin
· 9 years ago
21481f6
[X86][SSE] Regenerated scalar load folding tests
by Simon Pilgrim
· 9 years ago
481edf8
[X86][SSE] Regenerated partial register update tests
by Simon Pilgrim
· 9 years ago
67270d4
[X86][SSE] Updated sse/avx cvtsi2sd tests to use non-constant value
by Simon Pilgrim
· 9 years ago
a6265aa
[X86][SSE2] Regenerated sse2 upgraded intrinsics tests
by Simon Pilgrim
· 9 years ago
55494e1
[X86][AVX] Regenerated avx upgraded intrinsics tests
by Simon Pilgrim
· 9 years ago
a466b7c
[BPF] Remove exit-on-error flag in test (PR27766)
by Diana Picus
· 9 years ago
3c9099d
[Sparc] LEON erratum fix - Delay Slot Filler modification.
by Chris Dewhurst
· 9 years ago
69e68a5
[Sparc][LEON] LEON Erratum fix. Insert NOP after LD or LDF instruction.
by Chris Dewhurst
· 9 years ago
f7363d5
[AMDGPU] Assembler: refactor parsing of modifiers and immediates. Allow modifiers for imms.
by Sam Kolton
· 9 years ago
df232b1
Test commit
by Jacob Baungard Hansen
· 9 years ago
fb56e1a
[SCCP] Update comment to reflect reality.
by Davide Italiano
· 9 years ago
5d0c349
Enable use of sigaltstack for signal handlers when available. With this,
by Richard Smith
· 9 years ago
4de68f2
[X86] Use instruction aliases to replace custom asm parser code for optimizing moves to use 2 byte VEX prefix.
by Craig Topper
· 9 years ago
b06908a
Revert "Modify emitTypeInformation to use MemoryTypeTableBuilder"
by David Majnemer
· 9 years ago
23e51e1
[AVX512] Add patterns to implement stores of extracts of least signficant subvectors using XMM or YMM stores instead of the vector extract instructions.
by Craig Topper
· 9 years ago
60e94e8
[Kaleidoscope] Fix static global ordering to prevent crash on exit.
by Lang Hames
· 9 years ago
9a4c9f3
[X86][SSE] Added extra i8 extract element test
by Simon Pilgrim
· 9 years ago
51a9956
[x86, AVX] don't add a vzeroupper if that's what the code is already doing (PR27823)
by Sanjay Patel
· 9 years ago
86d4c55
[x86, AVX] add test file to show vzeroupper pass excesses
by Sanjay Patel
· 9 years ago
3684019
reduce indent; NFC
by Sanjay Patel
· 9 years ago
5afdcbe
use 'auto' with 'dyn_cast'; fix formatting; NFC
by Sanjay Patel
· 9 years ago
5670800
[ValueTracking, InstCombine] extend isKnownToBeAPowerOfTwo() to handle vector splat constants
by Sanjay Patel
· 9 years ago
e88a780
[AVX512] Implement missing patterns for any_extend load lowering.
by Igor Breger
· 9 years ago
e52b875
[AVX512] The AVX512 file only need subtract_subvector index 0 patterns where the source is 512-bits. The 256-bit source patterns were redundant with AVX.
by Craig Topper
· 9 years ago
cdd08e2
[AVX512] Add an AddedComplexity line to the 512-bit insert_subvector undef index 0 patterns. This gives them higher priority than the memory patterns. This matches AVX1/2.
by Craig Topper
· 9 years ago
533c92c
[AVX512] Change the AddedComplexity on some patterns to match their AVX/SSE equivalents. This helps group them close together in the isel tables and enable table compression.
by Craig Topper
· 9 years ago
b5023a0
bug fix: trim section specifier name length
by Xinliang David Li
· 9 years ago
9c5f275
[X86] Add a common check-prefix to both run lines on a test so identical checks appear just once.
by Craig Topper
· 9 years ago
6a96e9f
[AVX512] Add a couple patterns to fix some cases where two vector mask inversions could appear in a row.
by Craig Topper
· 9 years ago
6938cca
[AVX512] Remove seemingly unnecessary AddedComplexity adjustment.
by Craig Topper
· 9 years ago
ad650ee
[profile] Static counter allocation for value profiling (part-1)
by Xinliang David Li
· 9 years ago
7b297a7
[X86] Remove unnecessary alignment check on patterns that use VEXTRACTF128 for integer types when only AVX1 is supported.
by Craig Topper
· 9 years ago
0220944
[AVX512] Add patterns for extracting subvectors and storing to memory.
by Craig Topper
· 9 years ago
3b51b46
[AVX512] Capitalize the Z in VEXTRACTPSzmr. Lowercase z has been primarily used to indicating the zero masking behavior which is not the case here. NFC
by Craig Topper
· 9 years ago
aca352c
[AVX512] Rename vector extract instructions so 'mr' intead of 'rm' to reflect the fact that memory is the destination.
by Craig Topper
· 9 years ago
23d0d89
[AVX512] Fix copy/paste mistake a I made in a comment.
by Craig Topper
· 9 years ago
7143168
Fix 80-column violation.
by Chad Rosier
· 9 years ago
8fdeacc
[LiveIntervalAnalysis] Don't dereference an end iterator in repairIntervalsInRange
by Hal Finkel
· 9 years ago
e90b7d5
[Clang][AVX512][intrinsics] Fix rcp and sqrt intrinsics.
by Michael Zuckerman
· 9 years ago
981df2f
[Clang][AVX512][intrinsics] Fix vscalef intrinsics.
by Michael Zuckerman
· 9 years ago
e73be5f
[llvm-readobj] - Teach readobj to recognize SHF_COMPRESSED flag.
by George Rimar
· 9 years ago
945c4ac
[AVX512] Add patterns for VEXTRACT v16i16->v8i16 and v32i8->v16i8. Disable AVX2 versions of vector extract when AVX512VL is enabled.
by Craig Topper
· 9 years ago
a798097
[AVX512] Disable AVX2 VPERMD, VPERMQ, VPERMPS, and VPERMPD patterns when AVX512VL is enabled. Also add shuffle comment printing for AVX512VL VPERMPD/VPERMQ to keep some tests that now use these instructions instead of the AVX2 ones.
by Craig Topper
· 9 years ago
Next »