Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
8f37d00cdf82adc5fbf6b138db025f5d43b0770f
8f37d00
[VPlan] VPlan version of InterleavedAccessInfo.
by Florian Hahn
· 7 years ago
20a1e3c
[TTI] Make TargetTransformInfo::getOperandInfo static. NFCI.
by Simon Pilgrim
· 7 years ago
9483553
[CostModel][X86] Add more cost tests for funnel shifts
by Simon Pilgrim
· 7 years ago
25a367f
Fix comment for XOP rotates. NFCI.
by Simon Pilgrim
· 7 years ago
1ee147e
Add bracket that was lost in rL346727 and has been causing buildbot failures for some time.
by Simon Pilgrim
· 7 years ago
c55ae3f
Fix .cfi_restore with register numbers > 64
by Alexander Richardson
· 7 years ago
71ee93d
Fix modules build of AVRAsmParser.cpp
by Alexander Richardson
· 7 years ago
4cc00e8
[SystemZ] Increase the number of VLREPs
by Jonas Paulsson
· 7 years ago
01a109e
[X86] Add more tests for -x86-experimental-vector-widening-legalization
by Craig Topper
· 7 years ago
9bfa082
[FileCheck] fixing docs buildbot - use proper code-block type
by Fedor Sergeev
· 7 years ago
f2e7b94
[BuildingAJIT] Fixing the build by inserting a forgotten paren.
by George Karpenkov
· 7 years ago
f2fbd3c
[commit test] Add blank line to test/tools/llvm-objdump/full-contents.test
by Xing GUO
· 7 years ago
d75b981
[DAGCombiner] Enable tryToFoldExtendOfConstant to run after legalize vector ops
by Craig Topper
· 7 years ago
30b44ff
[BuildingAJIT] Clang-format chapters 1 and 2.
by Lang Hames
· 7 years ago
94419b4
[BuildingAJIT] Update chapter 2 to use the ORCv2 APIs.
by Lang Hames
· 7 years ago
7230fe4
[FileCheck] fixing small formatting error in docs
by Fedor Sergeev
· 7 years ago
84d18ae
[libObject] Fix getDesc for Elf_Note_Impl
by Jake Ehrlich
· 7 years ago
7b60928
[FileCheck] fixing typo in assert
by Fedor Sergeev
· 7 years ago
162ad1b
[FileCheck] introduce CHECK-COUNT-<num> repetition directive
by Fedor Sergeev
· 7 years ago
9fa421d
[MachineOutliner][NFC] Simplify isMBBSafeToOutlineFrom check in AArch64 outliner
by Jessica Paquette
· 7 years ago
4ab75fa
Introduce DebugCounter into ConstProp pass
by Zhizhou Yang
· 7 years ago
613246a
[InstCombine] add rotate variants that include select; NFC
by Sanjay Patel
· 7 years ago
2cfb7f3
[MachineOutliner][NFC] Change getMachineOutlinerMBBFlags to isMBBSafeToOutlineFrom
by Jessica Paquette
· 7 years ago
3201558
[llvm-objcopy] Don't copy Config when processing --keep
by Fangrui Song
· 7 years ago
2b46d37
[InstCombine] narrow width of rotate patterns, part 3
by Sanjay Patel
· 7 years ago
5621733
[DWARF] Do not use PRIx32 for printing uint64_t values
by Simon Atanasyan
· 7 years ago
772bdfc
[InstCombine] narrow width of rotate patterns, part 2 (PR39624)
by Sanjay Patel
· 7 years ago
4606305
[GC][NFC] Simplify code now that we only have one safepoint kind
by Philip Reames
· 7 years ago
a192b9d
[InstCombine] refactor code for matching shift amount of a rotate; NFC
by Sanjay Patel
· 7 years ago
40bb371
Use a data structure better suited for large sets in SimplificationTracker.
by Ali Tamur
· 7 years ago
225b2c8
[X86][SSE] Add lowerVectorShuffleAsByteRotateAndPermute (PR39387)
by Simon Pilgrim
· 7 years ago
ac159b5
AMDGPU: Adding more median3 patterns
by Aakanksha Patil
· 7 years ago
3787b83
[InstCombine] add more tests for rotate narrowing; NFC
by Sanjay Patel
· 7 years ago
cede812
[GC docs] Update the gcroot documentation to reflect recent simplifcations to GCStrategy configurability
by Philip Reames
· 7 years ago
b884de4
[GC] Remove so called PreCall safepoints
by Philip Reames
· 7 years ago
c9db589
[WebAssembly] Added WasmAsmParser.
by Wouter van Oortmerssen
· 7 years ago
f57ca0b
[GC][InstCombine] Fix a potential iteration issue
by Philip Reames
· 7 years ago
32b991b
[X86] In LowerMULH, use generic truncate and vector shuffle nodes instead of directly emitting PACKUS.
by Craig Topper
· 7 years ago
15dabb4
NFC: DebugInfo: Reduce scope of DebugOffset to simplify code
by David Blaikie
· 7 years ago
129e496
[AMDGPU] Optimize S_CBRANCH_VCC[N]Z -> S_CBRANCH_EXEC[N]Z
by Stanislav Mekhanoshin
· 7 years ago
7ffaeb4
[InstCombine] regenerate checks; NFC
by Sanjay Patel
· 7 years ago
1e99562
[CostModel][X86] Add funnel shift rotation special case costs
by Simon Pilgrim
· 7 years ago
1c82b7d
Fix MachineInstr::findRegisterUseOperandIdx subreg checks
by Stanislav Mekhanoshin
· 7 years ago
6856bcc
[llvm-readelf] Make llvm-readelf more compatible with GNU readelf.
by Jordan Rupprecht
· 7 years ago
cd74b07
[CostModel][X86] Add SHLD/SHRD scalar funnel shift costs
by Simon Pilgrim
· 7 years ago
412b368
[MachineOutliner][NFC] Early exit pruning when candidates don't share an MBB
by Jessica Paquette
· 7 years ago
d2e4943
[MachineOutliner][NFC] Put suffix tree in buildCandidateList
by Jessica Paquette
· 7 years ago
9dffc88
[DWARFv5] Emit split type units in .debug_info.dwo.
by Paul Robinson
· 7 years ago
91a58f1
[CostModel][X86] Add some initial cost tests for funnel shifts
by Simon Pilgrim
· 7 years ago
e06d075
[CostModel][X86] SK_ExtractSubvector is cheap if the (legal) subvector is aligned within the source vector
by Simon Pilgrim
· 7 years ago
e988bd6
[SystemZ::TTI] Improve accuracy of costs for vector fp <-> int conversions
by Jonas Paulsson
· 7 years ago
bb61c72
[CostModel] Add more realistic SK_InsertSubvector generic costs.
by Simon Pilgrim
· 7 years ago
aeeabb5
[VectorUtils] add funnel-shifts to the list of vectorizable intrinsics
by Sanjay Patel
· 7 years ago
7b8a79a
[VectorUtils] reorder list of vectorizable intrinsics; NFC
by Sanjay Patel
· 7 years ago
af76058
[LoopVectorize] add tests for funnel shifts; NFC
by Sanjay Patel
· 7 years ago
bc960f6
Fix unused variable warning. NFCI.
by Simon Pilgrim
· 7 years ago
789879d
[CostModel] Add more realistic SK_ExtractSubvector generic costs.
by Simon Pilgrim
· 7 years ago
c90bfa8
[RISCV] Support .option relax and .option norelax
by Alex Bradbury
· 7 years ago
c5dba22
[DAGCombiner] Fix load-store forwarding of indexed loads.
by Nirav Dave
· 7 years ago
736b8af
[llvm-mca] Correctly update the resource strategy for processor resources with multiple units.
by Andrea Di Biagio
· 7 years ago
d3733c2
[newpm] Fix r346645: Missing consume of the Error return by the pipeline parser
by Philip Pfaffe
· 7 years ago
0c20a4d
Add an OptimizerLast EP
by Philip Pfaffe
· 7 years ago
8e59cd1
[LICM] Hoist guards from non-header blocks
by Max Kazantsev
· 7 years ago
b7ec431
[GCOV] Add options to filter files which must be instrumented.
by Calixte Denizet
· 7 years ago
79d60f6
[SystemZ] Replicate the load with most uses in buildVector()
by Jonas Paulsson
· 7 years ago
00ddaab
[llvm-objdump] add more constraints for tests
by Fangrui Song
· 7 years ago
0165418
[GC] Remove unused configuration variable
by Philip Reames
· 7 years ago
78a558a
[GC] Minor style modernization
by Philip Reames
· 7 years ago
a04e7e3
[IPSCCP] Delete two forward declarations
by Fangrui Song
· 7 years ago
21b5863
[llvm-nm] Use WithColor for error reporting
by Jonas Devlieghere
· 7 years ago
8e8485e
[llvm-objdump] Use WithColor for error reporting
by Jonas Devlieghere
· 7 years ago
d96e13f
[llvm-undname] Use WithColor for error reporting
by Jonas Devlieghere
· 7 years ago
4708fed
[GCRoot] Remove some unneccessary complexity
by Philip Reames
· 7 years ago
e6258d7
[IPSCCP] Use forward declaration.
by Florian Hahn
· 7 years ago
7ae3f03
[IPSCCP,PM] Add missing #include in rL346618
by Fangrui Song
· 7 years ago
d3caae0
[IPSCCP,PM] Preserve PDT in the new pass manager.
by Florian Hahn
· 7 years ago
1cfec9f
[MC] Fix 3 objdump tests after rL346610
by Fangrui Song
· 7 years ago
b87342a
[DWARF] Change pubnames to use DWARFSection instead of StringRef
by Fangrui Song
· 7 years ago
1854e96
[llvm][test] Update tests using objdump
by Kristina Brooks
· 7 years ago
11c0888
[llvm-objdump] Add symbol 'O' for object data
by Kristina Brooks
· 7 years ago
89fcd8b
[x86] auto-generate complete checks; NFC
by Sanjay Patel
· 7 years ago
ac4b70f
Make initializeOutputStream() return false on error and true on success.
by Nico Weber
· 7 years ago
abb65ff
[X86] Use DAG.getConstant instead of getZeroVector.
by Craig Topper
· 7 years ago
686dfe3
[Support] Make error banner optional in logAllUnhandledErrors
by Jonas Devlieghere
· 7 years ago
3283290
[X86] Replace calls to getOnesVector/getZeroVector with getConstant.
by Craig Topper
· 7 years ago
bb2ce32
[llvm-cxxdump] Use error reporting helpers from support
by Jonas Devlieghere
· 7 years ago
d30e101
[DAGCombiner] Make tryToFoldExtendOfConstant return an SDValue instead of an SDNode*. NFC
by Craig Topper
· 7 years ago
7c38906
[InstCombine] simplify code for merging stores; NFCI
by Sanjay Patel
· 7 years ago
f7b5c13
[x86] allow vector load narrowing with multi-use values
by Sanjay Patel
· 7 years ago
5db501a
[InstCombine] auto-generate full checks; NFC
by Sanjay Patel
· 7 years ago
7ef18df
Fix DragonFlyBSD linkage issue.
by David Carlier
· 7 years ago
6f0ce79
[X86] Remove unused variable
by Benjamin Kramer
· 7 years ago
4ad252b
[X86] Remove apparently unneeded code from combineVSZext.
by Craig Topper
· 7 years ago
acd225a
[CostModel][X86] SK_ExtractSubvector costs must only be tested for vector types (PR39615)
by Simon Pilgrim
· 7 years ago
2f9bd23
[GC] Rename a header for consistency
by Philip Reames
· 7 years ago
94d44f1
[X86][BdVer2] Fix loads/stores throughput for Piledriver (PR39465)
by Roman Lebedev
· 7 years ago
6557f4a
[NFC][MCA][BdVer2] Add bdver2 runline into register-file-statistics.s test
by Roman Lebedev
· 7 years ago
10c84a8
[ThinLTO] Internalize readonly globals
by Eugene Leviant
· 7 years ago
01568d5
[X86] Use a MOVSX instruction instead of a MOVZX instruction in isel for an any_extend of the remainder from an 8-bit sdivrem.
by Craig Topper
· 7 years ago
6c3e6aa
[X86] Add a test case to show scalarized vector srem to demonstrate unnecessary instructions. NFC
by Craig Topper
· 7 years ago
Next »