Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
a79a41855d3a56e33109585c85147c97d8d7217c
a79a418
[X86][AVX512] add intrinsics of Scalar FP to integer conversion with rounding mode
by Asaf Badouh
· 10 years ago
de35fd0
[X86][SSE] Pulled out repeated target shuffle decodes into helper functions. NFCI.
by Simon Pilgrim
· 10 years ago
8ca9284
Fix typo in default getNoPreservedMask implementation
by Jeroen Ketema
· 10 years ago
ae83a11
AVX512: VPBROADCASTB/W/D/Q from GPR intrinsics implementation.
by Igor Breger
· 10 years ago
e7a916a
LangRef: Fix example code for cmpxchg
by Duncan P. N. Exon Smith
· 10 years ago
f71914f
Don't use module context here. It's unnecessary and makes it harder to write unittests
by Daniel Berlin
· 10 years ago
539e9b9
Compute live-in for MemorySSA
by Daniel Berlin
· 10 years ago
6d8a11a
Only insert into definingblocks once per block
by Daniel Berlin
· 10 years ago
f21f097
[X86][AVX2] Regenerated broadcast domain tests
by Simon Pilgrim
· 10 years ago
6536138
[X86][SSE] Add tests for MOVHLPS/MOVLHPS shuffle lowering.
by Simon Pilgrim
· 10 years ago
e647051
[X86][AVX512] Added support for VPMOVZX shuffle decoding.
by Simon Pilgrim
· 10 years ago
3e299e1
[docs] Warn against slow serial builds
by Philip Reames
· 10 years ago
d98b810
[NVPTX] Mark nvvm synchronizing intrinsics as convergent.
by Justin Lebar
· 10 years ago
d14beda
[docs] Redirect new contributors to the right starting point
by Philip Reames
· 10 years ago
79a6578
[docs] Clarify a couple of getting started issues identified during Sprint
by Philip Reames
· 10 years ago
934dab4
[X86][AVX512] Fixed prefix ordering for lzcnt tests.
by Simon Pilgrim
· 10 years ago
a532117
[X86][SSE] Regenerate vector shift tests
by Simon Pilgrim
· 10 years ago
14ac2af
[X86][SSE] Moved shuffle decode CASE macros earlier. NFC.
by Simon Pilgrim
· 10 years ago
36f69d6
[X86][SSE] Refactored PMOVZX shuffle decoding to use scalar input types
by Simon Pilgrim
· 10 years ago
74409a0
[ThinLTO] Include linkage type in function summary
by Teresa Johnson
· 10 years ago
6c6df98
line endings fix
by Simon Pilgrim
· 10 years ago
e4e555f
[X86][SSE] Don't replace an existing 32-bit load with its duplicate
by Simon Pilgrim
· 10 years ago
bb25a33
Comment fix
by Simon Pilgrim
· 10 years ago
5e04a0b
Corrected tests for Loop Versioning LICM, by adding “REQUIRES: asserts”.
by Ashutosh Nema
· 10 years ago
393c3c6
Fixed short underline error in LangRef.rst for recently added
by Ashutosh Nema
· 10 years ago
9feccf4
New Loop Versioning LICM Pass
by Ashutosh Nema
· 10 years ago
e56d199
Relax assertion in ReplaceableMetadataImpl::replaceAllUsesWith().
by Adrian Prantl
· 10 years ago
2060375
[llvm-dwp] Merge cu_index from DWPs
by David Blaikie
· 10 years ago
8192ebb
[Orc] Slightly improve the x86-64 resolver block machine code.
by Lang Hames
· 10 years ago
0f73f7a
llvm-bcanalyzer: Produce summary information for the BLOCKINFO block, it can be
by Richard Smith
· 10 years ago
04de74c
Add note of suboptimal behavior in MemorySSA. NFC.
by George Burgess IV
· 10 years ago
57346be
[AArch64] Add the scheduling model for Exynos-M1
by Evandro Menezes
· 10 years ago
0ba13f5
[StatepointLower] Use None instead of Optional<int>()
by Sanjoy Das
· 10 years ago
db58ab3
Make the OCaml tests temporarily unsupported until they can be updated.
by Eric Christopher
· 10 years ago
88ea047
[Orc] Fix a typo in the comments for the x86_64 resolver block.
by Lang Hames
· 10 years ago
412cc8a
Variable naming style fix /nfc
by Xinliang David Li
· 10 years ago
8ed60ab
Attempt#2 to work around MSVC rejects-valid.
by Richard Smith
· 10 years ago
6085858
Attempt to work around an MSVC rejects-valid. Apparently it gets the access
by Richard Smith
· 10 years ago
2597d07
More workarounds for undefined behavior exposed when compiling in C++14 with
by Richard Smith
· 10 years ago
165b22a
[PGO] Speed up name tab reading
by Xinliang David Li
· 10 years ago
b9f7c71
[llvm-nm] Prefer empty() over size() == 0.
by Davide Italiano
· 10 years ago
48d378b
[llvm-nm] Transform a switch() statement in a pair of if(s).
by Davide Italiano
· 10 years ago
409c554
[llvm-nm] Simplify code logic. NFCI.
by Davide Italiano
· 10 years ago
a1b7852
CallAnalyzer::analyzeCall: change the condition back to "Cost < Threshold"
by Hans Wennborg
· 10 years ago
e1451a3
[AArch64] Refactoring aarch64-ldst-opt. NCF.
by Jun Bum Lim
· 10 years ago
25257d8
TableGen: Add IsOptional field to AsmOperandClass
by Tom Stellard
· 10 years ago
c0410c6
AMDGPU: Account for LDS alignment
by Matt Arsenault
· 10 years ago
d1d0a1a
AMDGPU: Preserve alignments on new created globals
by Matt Arsenault
· 10 years ago
47b3c23
[codeview] Dump a missing field and change its signedness
by Reid Kleckner
· 10 years ago
d794d16
AMDGPU: Remove some purely R600 functions from AMDGPUInstrInfo
by Tom Stellard
· 10 years ago
739e22c
AMDGPU: Fix ordering of CPU and FS parameters in TargetMachine constructors
by Tom Stellard
· 10 years ago
2a628aa
Fix echo.ll test failing due to DOS line endings
by Reid Kleckner
· 10 years ago
f2ca031
Some stackslots are allocated to vregs which have no real reference.
by Wei Mi
· 10 years ago
35cb73c
AMDGPU/SI: Correctly initialize SIInsertWaits pass
by Tom Stellard
· 10 years ago
3798444
[WebAssembly] Update the select instructions' operand orders to match the spec.
by Dan Gohman
· 10 years ago
9a3ee36
Add the missing test case for PR26193
by Nemanja Ivanovic
· 10 years ago
591a727
Fix for PR 26193
by Nemanja Ivanovic
· 10 years ago
4ab360d
Move classes defined in a cpp file into an anonymous namespace.
by Benjamin Kramer
· 10 years ago
2e13053
Prefix external symbols in llvm-c-test.
by Benjamin Kramer
· 10 years ago
7849210
Revert "[AArch64] Improve load/store optimizer to handle LDUR + LDR (take 3)."
by Renato Golin
· 10 years ago
f5861b0
[DebugInfo] Eliminate compilation warning about used variable LSDA
by Dmitry Polukhin
· 10 years ago
60daf2a
[LoopUnrolling] Try harder to avoid rebuilding LCSSA when possible.
by Michael Zolotukhin
· 10 years ago
7ddc547
[MC] Add support for encoding CodeView variable definition ranges
by David Majnemer
· 10 years ago
419c3d8
[RS4GC] Pass DenseMap by reference, NFC
by Joseph Tremoulet
· 10 years ago
5386703
Add various binary operations in the LLVM C API echo test
by Amaury Sechet
· 10 years ago
a8e7588
[LoopLoadElim] Don't allow versioning when optForSize
by Adam Nemet
· 10 years ago
2107b40
Fix typo in comment
by Adam Nemet
· 10 years ago
4b9655d
Fix printing of f16 machine operands
by Matt Arsenault
· 10 years ago
99c3bc5
Fix build breakage introduced by r259846.
by Easwaran Raman
· 10 years ago
8114867
Add a test for MemorySSA. NFC.
by George Burgess IV
· 10 years ago
12e138e
Add Support to llvm-c-test dependancies
by Amaury Sechet
· 10 years ago
51000e3
Function name change /NFC
by Xinliang David Li
· 10 years ago
4bf45e8
Refactor profile summary support code. NFC.
by Easwaran Raman
· 10 years ago
8824280
Improve testing for the C API
by Amaury Sechet
· 10 years ago
e0a5f73
Fix for PR 26356
by Nemanja Ivanovic
· 10 years ago
cb8e306
Fix typo and test commit
by Evandro Menezes
· 10 years ago
4141af9
Provide a test case for rl259798
by Nemanja Ivanovic
· 10 years ago
6f9d229
[AArch64] Bound the number of instructions we scan when searching for updates.
by Chad Rosier
· 10 years ago
2cf81c9
[docs] Fix typo in YamlIO.rst
by Vedant Kumar
· 10 years ago
891198c
Install cmake files to lib/cmake/llvm
by Niels Ole Salscheider
· 10 years ago
7042dc4
[X86][SSE] Select domain for 32/64-bit partial loads for EltsFromConsecutiveLoads
by Simon Pilgrim
· 10 years ago
f611841
Fix a regression for r259736.
by Wei Mi
· 10 years ago
0e7060e
Fix format in comment
by Xinliang David Li
· 10 years ago
f45c13d
[PGO] Add interfaces to annotate instr with VP data
by Xinliang David Li
· 10 years ago
6cced9c
[AArch64] Improve load/store optimizer to handle LDUR + LDR (take 3).
by Chad Rosier
· 10 years ago
ae47d9e
[SCEV] Add boolean accessors for NSW, NUW and NW; NFC
by Sanjoy Das
· 10 years ago
b4612d8
Correctly handle {Always,Never}StepIntoLine
by David Majnemer
· 10 years ago
75a2a42
Add support for S_DEFRANGE and S_DEFRANGE_SUBFIELD
by David Majnemer
· 10 years ago
cae51a8
Make the dumper's output for variable ranges easier to read
by David Majnemer
· 10 years ago
1268fa4
use 'auto' for iterators; NFCI
by Sanjay Patel
· 10 years ago
9223f15
[AArch64] Multiply extended 32-bit ints with `[U|S]MADDL'
by Silviu Baranga
· 10 years ago
67256b8
The canonical way to XFAIL a test for all targets is XFAIL: *, not XFAIL:
by Benjamin Kramer
· 10 years ago
60f6cd1
Enable the %s modifier in inline asm template string
by Nemanja Ivanovic
· 10 years ago
1f5cad4
[PPC] Move PPC test to a PPC-specific dir
by Renato Golin
· 10 years ago
3024052
[X86][SSE] Add general 32-bit LOAD + VZEXT_MOVL support to EltsFromConsecutiveLoads
by Simon Pilgrim
· 10 years ago
954ec75
Revert "[AArch64] Improve load/store optimizer to handle LDUR + LDR."
by Chad Rosier
· 10 years ago
eb525ad
[X86][SSE] Added i686 target tests to make sure we are correctly loading consecutive entries as 64-bit integers
by Simon Pilgrim
· 10 years ago
0358bb5
AVX-512: Fixed a bug in FMA instruction selection on KNL
by Elena Demikhovsky
· 10 years ago
8ed0526
[Power PC] softening long double type
by Petar Jovanovic
· 10 years ago
1f06a18
[AArch64] Improve load/store optimizer to handle LDUR + LDR.
by Chad Rosier
· 10 years ago
Next »