Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
24b5a5351b0d267d9d8587f54d9ed74772bec17c
24b5a53
[gcov] Fix wrong line hit counts when multiple blocks are on the same line
by Calixte Denizet
· 7 years ago
b17277e
[PDB] Add the ability to map forward references to full decls.
by Zachary Turner
· 7 years ago
c12a456
[llvm-mca][BtVer2] Modify ANDN tests in zero-idioms-avx-256.s. NFC
by Andrea Di Biagio
· 7 years ago
1c86ce8
[IR] add shuffle query for vector concatenation
by Sanjay Patel
· 7 years ago
dff6e8d
[IR] reduce duplication in unittest for shuffles; NFC
by Sanjay Patel
· 7 years ago
a6fe721
[InstCombine] Handle vector compares in foldGEPIcmp()
by Jesper Antonsson
· 7 years ago
911cc8d
[llvm-exegesis] Fix broken build bots.
by Guillaume Chatelet
· 7 years ago
be9fcb8
[X86][SSE] Remove UNPCKL(SHUFFLE)->UNPCKH custom combine
by Simon Pilgrim
· 7 years ago
db98902
[llvm-exegesis] Improve Register Setup (roll forward of D51856).
by Guillaume Chatelet
· 7 years ago
f724c01
[ADT] Bring back memmove to make GCC 5.4 happy
by Benjamin Kramer
· 7 years ago
eda0de3
[X86][SSE] Remove PSHUFLW/PSHUFHW combineRedundantHalfShuffle combine
by Simon Pilgrim
· 7 years ago
d4dc551
[RISCV][MC] Modify evaluateConstantImm interface to allow reuse from addExpr
by Alex Bradbury
· 7 years ago
21164cc
Fix -Wdocumentation warnings introduced by r342555. NFC
by Andrea Di Biagio
· 7 years ago
0bc4e61
Fix line-endings. NFCI.
by Simon Pilgrim
· 7 years ago
fc05216
[ADT] Try again to use the same version of llvm::Optional on all compilers
by Benjamin Kramer
· 7 years ago
37d99d3
[DWARF] - Emit the correct value for DW_AT_addr_base.
by George Rimar
· 7 years ago
0b774f6
[IPSCCP] Fix a problem with removing labels in a switch with undef condition
by Bjorn Pettersson
· 7 years ago
44db1d1
[IR] Add a boolean field in DILocation to know if a line must covered or not
by Calixte Denizet
· 7 years ago
b5fa23b
[RISCV][MC] Improve parsing of jal/j operands
by Alex Bradbury
· 7 years ago
e1f5d9d
[NFC][x86][AArch64] Add BEXTR-like test patterns.
by Roman Lebedev
· 7 years ago
3f24abf
Improve the doc about the initial commit email sent to the ML
by Sylvestre Ledru
· 7 years ago
32a3289
[MachineVerifier] Relax checkLivenessAtDef regarding dead subreg defs
by Bjorn Pettersson
· 7 years ago
ba88c3a
[XRay][compiler-rt] FDRLogWriter Abstraction
by Dean Michael Berris
· 7 years ago
85a14f0
Temporarily Revert "[New PM] Introducing PassInstrumentation framework"
by Eric Christopher
· 7 years ago
f68a67a
Fix for bug 34002 - label generated before it block is finalized. Differential Revision: https://reviews.llvm.org/D52258
by Maya Madhavan
· 7 years ago
6bf5f37
[unittests] Do not use llvm::sort in googlemock
by Dean Michael Berris
· 7 years ago
5dd1dd3
[PowerPC] Fix the assert of combineBVOfConsecutiveLoads when element num is 1
by QingShan Zhang
· 7 years ago
776583c
[WebAssembly] Renumber SIMD ops
by Thomas Lively
· 7 years ago
eddbfad
[WEB] add new flags to a DebugInfo lit test
by Michael Berg
· 7 years ago
5ffd6db
[New PM] Introducing PassInstrumentation framework
by Fedor Sergeev
· 7 years ago
c3779f5
Revert "[XRay][compiler-rt] FDRLogWriter Abstraction" and 1 more.
by Evgeniy Stepanov
· 7 years ago
de66c77
[x86] add test for 256-bit andn (PR37749); NFC
by Sanjay Patel
· 7 years ago
fe55544
[SelectionDAG] allow vector types with isBitwiseNot()
by Sanjay Patel
· 7 years ago
2327768
Fix the build when LLVM_TARGETS_TO_BUILD is empty.
by Juergen Ributzka
· 7 years ago
e48b211
[x86] add test for add+not vector fold; NFC
by Sanjay Patel
· 7 years ago
98f7c2b
AArch64: Add FuseCryptoEOR fusion rules
by Matthias Braun
· 7 years ago
9214de5
MachineScheduler: Add -misched-print-dags flag
by Matthias Braun
· 7 years ago
55025c4
Workaround a limitation of llvm::Any when used with types that have
by Chandler Carruth
· 7 years ago
b044a64
[ARM] Adjust the feature set for Exynos
by Evandro Menezes
· 7 years ago
f9cabb9
[ARM] Refactor Exynos feature set (NFC)
by Evandro Menezes
· 7 years ago
be08b55
[InstCombine] Disable strcmp->memcmp transform for MSan.
by Matt Morehouse
· 7 years ago
71589ff
[X86] Handle COPYs of physregs better (regalloc hints)
by Simon Pilgrim
· 7 years ago
9de32f7
Copy utilities updated and added for MI flags
by Michael Berg
· 7 years ago
3a89b36
[x86] change names of vector splitting helper functions; NFC
by Sanjay Patel
· 7 years ago
6e5f07e
[ThinLTO] Write TYPE_IDs for types used in functions imported by aliases
by Vitaly Buka
· 7 years ago
3c27669
[ThinLTO] Extract getReferencedTypeIds from [NFC]
by Vitaly Buka
· 7 years ago
d4b7306
[mips][microMIPS] Extending size reduction pass with MOVEP
by Simon Atanasyan
· 7 years ago
bb017fb
[mips][microMIPS] Fix the definition of MOVEP instruction
by Simon Atanasyan
· 7 years ago
563a3bb
[LLJIT] Add API to expose linking layer from LLJIT classes
by Chris Bieneman
· 7 years ago
8ea1c2f
[X86] Add initial SimplifyDemandedVectorEltsForTargetNode support
by Simon Pilgrim
· 7 years ago
eb2ecf3
Attempt to unbreak buidlbot lld-x86_64-darwin13 after r342555.
by Andrea Di Biagio
· 7 years ago
76c0cf6
[AMDGPU] Add instruction selection for i1 to f16 conversion
by Carl Ritson
· 7 years ago
bf6ec20
[bpf] Symbol sizes and types in object file
by Yonghong Song
· 7 years ago
a9c15c1
[TableGen][SubtargetEmitter] Add the ability for processor models to describe dependency breaking instructions.
by Andrea Di Biagio
· 7 years ago
dcc2525
[DAGCombiner][x86] add transform/hook to decompose integer multiply into shift/add
by Sanjay Patel
· 7 years ago
68fc66e
Revert rL342544: [New PM] Introducing PassInstrumentation framework
by Fedor Sergeev
· 7 years ago
3b4fa0d
Fix -Wsign-compare warnings. NFCI
by Simon Pilgrim
· 7 years ago
490f68f
[AtomicExpandPass]: Add a hook for custom cmpxchg expansion in IR
by Alex Bradbury
· 7 years ago
80b0618
[benchmark] Cherrypick fix for MinGW/ARM from upstream
by Martin Storsjo
· 7 years ago
7795456
[InstCombine] foldICmpWithLowBitMaskedVal(): handle uncanonical ((-1 << y) >> y) mask
by Roman Lebedev
· 7 years ago
47c99e0
[InstCombine] foldICmpWithLowBitMaskedVal(): handle uncanonical ((1 << y)+(-1)) mask
by Roman Lebedev
· 7 years ago
74e3c34
[InstCombine] foldICmpWithLowBitMaskedVal(): handle ~(-1 << y) mask
by Roman Lebedev
· 7 years ago
bb4c357
[ARM] Fix unwind information for floating point registers
by Oliver Stannard
· 7 years ago
fa4dbf7
[New PM] Introducing PassInstrumentation framework
by Fedor Sergeev
· 7 years ago
f02ce8d
[TableGen] CodeGenDAGPatterns::GenerateVariants - use BitVector::set() where possible. NFCI.
by Simon Pilgrim
· 7 years ago
fd06cb2
[InstCombine] Don't transform sin/cos -> tanl if for half types
by Benjamin Kramer
· 7 years ago
45e1986
Verify commit access in fixing typo
by Calixte Denizet
· 7 years ago
60bebed
[TableGen] CodeGenDAGPatterns::GenerateVariants - use BitVector::push_back()
by Simon Pilgrim
· 7 years ago
ab1155a
[ADT][BitVector] Add push_back()
by Simon Pilgrim
· 7 years ago
2fdd5d3
[RISCV] Codegen for i8, i16, and i32 atomicrmw with RV32A
by Alex Bradbury
· 7 years ago
c75b449
[COFF] Emit @feat.00 on 64-bit and set the CFG bit when emitting guardcf tables
by Hans Wennborg
· 7 years ago
94083e0
[X86][SSE] Update extractelement test in preparation for D52140
by Simon Pilgrim
· 7 years ago
e8654da
[DebugInfo][Dexter] Speculated BB presents illegal variable value to debugger.
by Carlos Alberto Enciso
· 7 years ago
aef0513
[DWARF Verifier] Add helper function to dump DIEs. [NFC]
by Jonas Devlieghere
· 7 years ago
b74b9fd
[WebAssembly][NFC] Remove extra space in WebAssemblyInstrSIMD.td
by Thomas Lively
· 7 years ago
b496702
AArch64MacroFusion: Factor out some opcode handling code; NFC
by Matthias Braun
· 7 years ago
b064c24
ScheduleDAG: Cleanup dumping code; NFC
by Matthias Braun
· 7 years ago
9a1a4ca
[XRay][compiler-rt] FDRLogWriter Abstraction
by Dean Michael Berris
· 7 years ago
50dce07
[WebAssembly] v4f32.abs and v2f64.abs
by Thomas Lively
· 7 years ago
638f42a
Revert r342494 as it was failing on a bot and the author cannot look at it until tomorrow.
by Douglas Yung
· 7 years ago
520d38c
[benchmark] Mention another cherry-picked change in README.LLVM. NFC.
by Martin Storsjo
· 7 years ago
7dee23a
[bugpoint] Revert r318459
by Don Hinton
· 7 years ago
9ae6d92
Remove svn:executable from a documentation file.
by Kristina Brooks
· 7 years ago
cd4dcda
[Docs] [Support] System Library to Support Library transition along with minor corrections to reflect it.
by Kristina Brooks
· 7 years ago
fbb826f
Do not optimize atomic load to non-atomic memcmp
by Christy Lee
· 7 years ago
40cb0cb
[AMDGPU] Match udot8 pattern
by Farhana Aleen
· 7 years ago
e105a22
Fix function signature to actually be an override.
by Zachary Turner
· 7 years ago
f65d102
[PGO][CHR] Add opt remarks.
by Hiroshi Yamauchi
· 7 years ago
6848bda
Check lines before using alias analysis to check for interference
by Christy Lee
· 7 years ago
0c5ced8
[PDB] Better support for enumerating pointer types.
by Zachary Turner
· 7 years ago
00a938c
[PostRASink] Make sure to remove subregisters from live-ins as well
by Krzysztof Parzyszek
· 7 years ago
c5c0a4b
[NFC] Update comments regarding BufferSize for ProcResources
by Jinsong Ji
· 7 years ago
d1ec7a7
Revert rL342465: Added function to set a register to a particular value + tests.
by Simon Pilgrim
· 7 years ago
6b2193a
Revert rL342466: [llvm-exegesis] Improve Register Setup.
by Simon Pilgrim
· 7 years ago
02a915b
[RISCV][MC] Use a custom ParserMethod for the bare_symbol operand type
by Alex Bradbury
· 7 years ago
0a7f06b
[RISCV][MC] Reject bare symbols for the simm12 operand type
by Alex Bradbury
· 7 years ago
3c958d8
[RISCV][MC] Tighten up checking of sybol operands to lui and auipc
by Alex Bradbury
· 7 years ago
cb24b2b
Remove dead function user_cache_directory()
by Nico Weber
· 7 years ago
c66f16c
[llvm-mca] Add the ability to mark register reads/writes associated with dep-breaking instructions. NFCI
by Andrea Di Biagio
· 7 years ago
859ed6c
Revert r342457 "Fixes removal of dead elements from PressureDiff (PR37252)."
by Hans Wennborg
· 7 years ago
Next »