Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
4fefaaea5a07a09d1bc08678a246b9db064510dc
4fefaae
[LLVM-C] Improve Intrinsics Bindings
by Robert Widmann
· 7 years ago
a8f890f
[X86] Autogenerate complete checks. NFC
by Craig Topper
· 7 years ago
fd192da
Revert "[WebAssembly] Fixup `main` signature by default"
by Sam Clegg
· 7 years ago
4579aee
Specify REQUIRES: default_triple in two debuginfo tests
by Justin Bogner
· 7 years ago
5617e05
TargetMachine: Move lib/CodeGen specific callbacks to LLVMTargetMachine; NFC
by Matthias Braun
· 7 years ago
dad0df6
MachineFunction: Store more specific reference to LLVMTargetMachine; NFC
by Matthias Braun
· 7 years ago
51c2c7a
MachineModuleInfo: Store more specific reference to LLVMTargetMachine; NFC
by Matthias Braun
· 7 years ago
1d019ae
[DWARF] Support types CU list in .gdb_index dumping
by Fangrui Song
· 7 years ago
40f2fec
[TargetLowering] Change TargetLoweringBase::getPreferredVectorAction to take an MVT instead of an EVT. NFC
by Craig Topper
· 7 years ago
7829a6d
AMDGPU: Add sram-ecc feature
by Konstantin Zhuravlyov
· 7 years ago
351cca4
Revert "[GlobalISel] Refactor the artifact combiner a bit by using MIPatternMatch"
by Volkan Keles
· 7 years ago
94a5ca4
[X86] Don't turn any_extend from a mask register into a sign_extend during lowering. Add patterns to match any_extend during isel instead.
by Craig Topper
· 7 years ago
e357c8b
[InstSimplify] fold select (fcmp X, Y), X, Y
by Sanjay Patel
· 7 years ago
80ce0ad
[InstSimplify] add tests for select+fcmp; NFC
by Sanjay Patel
· 7 years ago
4d360e2
[GlobalISel] Refactor the artifact combiner a bit by using MIPatternMatch
by Volkan Keles
· 7 years ago
24e02bb
[X86] Regenerate test checks in preparation for a patch. NFC
by Craig Topper
· 7 years ago
4a52ea2
[COFF][LLD] Add link support for Microsoft precompiled headers OBJs
by Alexandre Ganea
· 7 years ago
c0bf8d6
Only call FlushFileBuffers() when writing executables on Windows
by Alexandre Ganea
· 7 years ago
960c599
[MergeICmps] Do not perform the transformation if GEP is used outside of block
by Taewook Oh
· 7 years ago
513520e
[InstCombine] add/adjust tests for fcmp+select substitution; NFC
by Sanjay Patel
· 7 years ago
26835b9
[Power9] Add support for stxvw4x.be and stxvd2x.be intrinsics
by Zaara Syeda
· 7 years ago
ab049d8
[InstCombine] canonicalize -0.0 to +0.0 in fcmp
by Sanjay Patel
· 7 years ago
60a9b33
[InstCombine] loosen FP 0.0 constraint for fcmp+select substitution
by Sanjay Patel
· 7 years ago
36d0612
[InstCombine] adjust tests for select with FP identity op; NFC
by Sanjay Patel
· 7 years ago
7c44263
[FPEnv] Add constrained CEIL/FLOOR/ROUND/TRUNC intrinsics
by Cameron McInally
· 7 years ago
fbe1078
[ThinLTO] Add an option to disable (thin)lto internalization.
by Xin Tong
· 7 years ago
e3b5152
[TargetLowering] Begin generalizing TargetLowering::expandFP_TO_SINT support. NFCI.
by Simon Pilgrim
· 7 years ago
28d0309
[InstCombine] add/adjust tests for select with fsub identity op; NFC
by Sanjay Patel
· 7 years ago
570bf67
[NFCI][FPEnv] Split constrained intrinsic tests
by Cameron McInally
· 7 years ago
74ece93
[InstCombine] add tests for select with FP identity op; NFC
by Sanjay Patel
· 7 years ago
5cc99f0
[Inliner] Penalise inlining of calls with loops at Oz
by David Green
· 7 years ago
a6a81ae
[Mips] Supplement long branch pseudo instructions
by Stefan Maksimovic
· 7 years ago
7051a2e
[NFC][ARM] Adding extra test for ARM CGP
by Sam Parker
· 7 years ago
5efc199
[AMDGPU] Fix the new atomic optimizer in pixel shaders.
by Neil Henning
· 7 years ago
040e4d7
[CMake] Expose opt-remark tooling through libOptRemarks.dylib
by Francis Visoiu Mistrih
· 7 years ago
4bf0a8e
[ARM] Turn assert into condition in ARMCGP
by Sam Parker
· 7 years ago
76d0100
[ARM][ARMCGP] Remove unecessary zexts and truncs
by Sam Parker
· 7 years ago
13d535a
Exclude wasm target from Windows packaging due to PR39448
by Hans Wennborg
· 7 years ago
98b2622
[NFC][x86][AArch64] extract-bits.ll: add test with 'ashr'.
by Roman Lebedev
· 7 years ago
29dd59de
[DAGCombiner] Use tryFoldToZero to simplify some code and make it work correctly between LegalTypes and LegalOperations.
by Craig Topper
· 7 years ago
8fe35cc
[DAGCombiner] Remove an unused argument from tryFoldToZero. NFC
by Craig Topper
· 7 years ago
2674d3c
[AVR] Fix a backend bug that left extraneous operands after expansion
by Dylan McKay
· 7 years ago
e1bfe1a
[X86] Custom type legalize v2i8/v2i16/v2i32 mul to use to pmuludq.
by Craig Topper
· 7 years ago
9de4672
[AVR] Disallow the LDDWRdPtrQ instruction with Z as the destination
by Dylan McKay
· 7 years ago
32afb0f
[X86] Fix typo in test comment. NFC
by Craig Topper
· 7 years ago
fd24147
[HotColdSplitting] Use TTI to inform outlining threshold
by Vedant Kumar
· 7 years ago
ad684cf
[X86] Add nounwind to some tests to remove cfi directives from checks. NFC
by Craig Topper
· 7 years ago
42f23f5
[X86] Regenerate test checks to merge 32 and 64 bit. Remove stale check prefixes. NFC
by Craig Topper
· 7 years ago
0547a96
[X86] Add vector shift by immediate to SimplifyDemandedBitsForTargetNode.
by Craig Topper
· 7 years ago
fd7c7dd
[ValueTracking] determine sign of 0.0 from select when matching min/max FP
by Sanjay Patel
· 7 years ago
88f9623
[DAGCombiner] Remove 'else' after return. NFC
by Craig Topper
· 7 years ago
3ba729d
[SelectionDAG] Remove special methods for creating *_EXTEND_VECTOR_INREG nodes. Move asserts into getNode.
by Craig Topper
· 7 years ago
ad3c2dd
[X86] Update comment I forgot to change in r346043. NFC
by Craig Topper
· 7 years ago
7fad5fb
[ValueTracking] peek through 2-input shuffles in ComputeNumSignBits
by Sanjay Patel
· 7 years ago
cc8a1a6
[codeview] Let the X86 backend tell us the VFRAME offset adjustment
by Reid Kleckner
· 7 years ago
974dfd1
[DWARF v5] Verifier: Add checks for DW_FORM_strx* forms.
by Wolfgang Pieb
· 7 years ago
057bda6
[LTO] Fix a crash caused by accessing an empty ValueInfo
by Teresa Johnson
· 7 years ago
aeef43e
[X86] In LowerEXTEND_VECTOR_INREG, emit a vector shuffle instead of directly using X86ISD::UNPCKL
by Craig Topper
· 7 years ago
ef5bf36
[WebAssembly] Parsing missing directives to produce valid .o
by Wouter van Oortmerssen
· 7 years ago
83e97cb
[X86] Don't emit *_extend_vector_inreg nodes when both the input and output types are legal with AVX1
by Craig Topper
· 7 years ago
e29a02a
[DWARF] Fix typo, .gnu_index -> .gdb_index
by Fangrui Song
· 7 years ago
3497542
[AArch64] [Windows] Misc fixes for llvm-readobj -unwind.
by Eli Friedman
· 7 years ago
584721e
[RISCV] Add some missing expansions for floating-point intrinsics
by Alex Bradbury
· 7 years ago
f15ca65
[X86][AVX512] Change mask ops on vpermi2var tests to not use zeroinitializer.
by Simon Pilgrim
· 7 years ago
11e8afc
[WebAssembly] Change indices types to unsined int (NFC)
by Heejin Ahn
· 7 years ago
088dcea
[WebAssembly] Fix bugs in rethrow depth counting and InstPrinter
by Heejin Ahn
· 7 years ago
b11a4e5
[DebugInfo][InstMerge] Fix -debugify for phi node created by -mldst-motion
by Jordan Rupprecht
· 7 years ago
7a01cbd
ARMExpandPseudoInsts: Fix CMP_SWAP expansion adding a kill flag to a def
by Matthias Braun
· 7 years ago
6892afb
[ValueTracking] add test for non-canonical shuffle; NFC
by Sanjay Patel
· 7 years ago
437cbaf
Fix a few small issues in llvm-pdbutil
by Leonard Mosescu
· 7 years ago
04550cf
[SystemZ::TTI] Improve cost handling of uint/sint to fp conversions.
by Jonas Paulsson
· 7 years ago
4860c62
Refactor the lit configuration files
by Zachary Turner
· 7 years ago
6ed7d33
[ProfileSummary] Add options to override hot and cold count thresholds.
by Easwaran Raman
· 7 years ago
062cd21
Fixed inclusion of M_PI fow MinGW-w64
by Sylvestre Ledru
· 7 years ago
7e36a98
[SystemZ] Rework getInterleavedMemoryOpCost()
by Jonas Paulsson
· 7 years ago
2033b5a
[MachineSink][DebugInfo] Correctly sink DBG_VALUEs
by Jeremy Morse
· 7 years ago
6709348
[ValueTracking] allow non-canonical shuffles when computing signbits
by Sanjay Patel
· 7 years ago
1b82386
[NFC] Remove some extra characters from docs/LangRef.rst
by Cameron McInally
· 7 years ago
b7577ab
[Hexagon] Do not reduce load size for globals in small-data
by Krzysztof Parzyszek
· 7 years ago
c5e4cd2
[DEBUGINFO, NVPTX]DO not emit ',debug' option if no debug info or only debug directives are requested.
by Alexey Bataev
· 7 years ago
11ef6e1
Allow null-valued function operands in getCalledFunction()
by David Stenberg
· 7 years ago
44ee005
[DAGCombiner] Remove reduceBuildVecConvertToConvertBuildVec and rely on the vectorizers instead (PR35732)
by Simon Pilgrim
· 7 years ago
70c62a1
[AMDGPU] UBSan bug fix for r345710
by Neil Henning
· 7 years ago
180fb86
Fix a typo in a function name
by Alex Denisov
· 7 years ago
6d0de65
[LV] Avoid vectorizing loops under opt for size that involve SCEV checks
by Ayal Zaks
· 7 years ago
b562d40
[XRay] Fix tests with updated fdr-dump
by Dean Michael Berris
· 7 years ago
8de3dff
[XRay] Update delta computations in runtime
by Dean Michael Berris
· 7 years ago
e643787
AMDGPU: Fix assertion with bitcast from i64 constant to v4i16
by Matt Arsenault
· 7 years ago
f4ddd62
test/DebugInfo: Convert some tests to MIR
by Matthias Braun
· 7 years ago
94f7fc2
LLVMTargetMachine/TargetPassConfig: Simplify handling of start/stop options; NFC
by Matthias Braun
· 7 years ago
2495823
[WebAssembly] Added a .globaltype directive to .s output.
by Wouter van Oortmerssen
· 7 years ago
437a937
[WebAssembly] General vector shift lowering
by Thomas Lively
· 7 years ago
c46ca76
[NFC][LICM] Factor out instruction erasing logic
by Max Kazantsev
· 7 years ago
a00405d
[WebAssembly] Expand inserts and extracts with variable indices
by Thomas Lively
· 7 years ago
782574b
[AliasSetTracker] Misc cleanup (NFCI)
by Alina Sbirlea
· 7 years ago
badd06e
[gold-plugin] Fix a bunch of build warnings
by Mandeep Singh Grang
· 7 years ago
08238b7
[COFF, ARM64] Implement Intrinsic.sponentry for AArch64
by Mandeep Singh Grang
· 7 years ago
41672bb
[DAGCombiner] Make the isTruncateOf call from visitZERO_EXTEND work for vectors. Remove FIXME.
by Craig Topper
· 7 years ago
7cdbd11
[X86] Add test cases for adding vector support to isTruncateOf in DAGCombiner::visitZERO_EXTEND
by Craig Topper
· 7 years ago
41e2e9f
[MachineOutliner][NFC] Remember when you map something illegal across MBBs
by Jessica Paquette
· 7 years ago
Next »