Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
012ff47f2f57c42ca703dbda62a65b59cf0dca3a
012ff47
Fix build failures after rL341386.
by Hiroshi Yamauchi
· 7 years ago
b9587f4
[WebAssembly] Fix operand rewriting in inline asm lowering.
by Dan Gohman
· 7 years ago
c38c850
[PGO] Control Height Reduction
by Hiroshi Yamauchi
· 7 years ago
c7d9aac
[CodeGen] Fix remaining zext() assertions in SelectionDAG
by Scott Linder
· 7 years ago
fe2c687
[MachO] Fix inconsistency between error messages when validating LC_DYSYMTAB
by Francis Visoiu Mistrih
· 7 years ago
e6cfed9
[MachO] Fix LC_DYSYMTAB validation for external symbols
by Francis Visoiu Mistrih
· 7 years ago
488ca48
[dwarfdump] Improve -diff option by hiding more data.
by Jonas Devlieghere
· 7 years ago
1381c3b
Revert r341269: [Constant Hoisting] Hoisting Constant GEP Expressions
by Chandler Carruth
· 7 years ago
784fc22
Fix some Wundef warnings in Compiler.h
by Sven van Haastregt
· 7 years ago
d2b1fb1
[x86/SLH] Add a real Clang flag and LLVM IR attribute for Speculative
by Chandler Carruth
· 7 years ago
24a8df2
Disable -Wnoexcept-type due to false positives with GCC.
by Aaron Ballman
· 7 years ago
cf0bf50
Revert r341342: Dwarf .debug section compression support (zlib, zlib-gnu).
by Chandler Carruth
· 7 years ago
2ec0ce0
[x86/SLH] Teach SLH to harden against the "ret2spec" attack by
by Chandler Carruth
· 7 years ago
81a94dc
Do not leak the Mach host port in sys::getHostCPUName()
by Kristina Brooks
· 7 years ago
be7ae28
[x86/SLH] Teach SLH to harden indirect branches and switches without retpolines.
by Chandler Carruth
· 7 years ago
4cf831c
[InstCombine] Fold icmp ugt/ult (add nuw X, C2), C --> icmp ugt/ult X, (C - C2)
by Nicola Zaghen
· 7 years ago
7bcfffc
[NFC] correcting patterns in time-passes test to fix buildbot
by Fedor Sergeev
· 7 years ago
dc6d9ec
[NFC] Add assert to detect LCSSA breaches early
by Max Kazantsev
· 7 years ago
0f20aef
[PassTiming] reporting time-passes separately for multiple pass instances of the same pass
by Fedor Sergeev
· 7 years ago
f0dce67
[IndVars] Fix usage of SCEVExpander to not mess with SCEVConstant. PR38674
by Max Kazantsev
· 7 years ago
f27e185
[NFC][llvm-objcopy] clang-formating Object.cpp
by Puyan Lotfi
· 7 years ago
8098c52
[NFC][llvm-objcopy] Fixing a ubi-san problem with unaligned memory writes.
by Puyan Lotfi
· 7 years ago
341c1a8
[llvm-objcopy] Dwarf .debug section compression support (zlib, zlib-gnu).
by Puyan Lotfi
· 7 years ago
e0a1c47
[AArch64][x86] add tests for pow(x, 0.25); NFC
by Sanjay Patel
· 7 years ago
0f7b987
[mips] Disable the selection of mixed microMIPS/MIPS code
by Simon Atanasyan
· 7 years ago
cc6f9cb
[InstCombine] simplify xor/not folds; NFCI
by Sanjay Patel
· 7 years ago
8427b2f
[InstCombine] allow add+not --> sub for arbitrary vector constants.
by Sanjay Patel
· 7 years ago
2ea8666
Revert r341329 due to MSAN error
by Brian Gesiak
· 7 years ago
314d4c4
[InstCombine] consolidate tests for ~(X+C); NFC
by Sanjay Patel
· 7 years ago
c4a79cd
Revert [Hexagon] Add support for getRegisterByName.
by Sid Manning
· 7 years ago
5ca8be3
[SLC] Support expanding pow(x, n+0.5) to x * x * ... * sqrt(x)
by Florian Hahn
· 7 years ago
9b1f688
Re-push "[Option] Fix PR37006 prefix choice in findNearest"
by Brian Gesiak
· 7 years ago
aab21a7
[X86] Remove wrong ReadAdvance from multiclass sse_fp_unop_s.
by Andrea Di Biagio
· 7 years ago
f4bf809
Add header guards to some headers that are missing them
by Argyrios Kyrtzidis
· 7 years ago
24b52d3
DAG: Handle extract_vector_elt in isKnownNeverNaN
by Matt Arsenault
· 7 years ago
0985a44
Rename a few unittests/.../Foo.cpp files to FooTest.cpp
by Nico Weber
· 7 years ago
cccbfeb
[DebugInfo] Have the verifier accept missing linkage names.
by Jonas Devlieghere
· 7 years ago
8e6fd5f
[AArch64] Simplify code in LowerGlobalAddress. NFCI.
by Martin Storsjo
· 7 years ago
dfcc987
[Sparc] allow tls_add/tls_call syntax in assembler parser
by Daniel Cederman
· 7 years ago
67bd0d9
Fix issue introduced by r341301 that broke buildbot.
by Sander de Smalen
· 7 years ago
3b146be
Remove unnecessary semicolon to silence -Wpedantic warning. NFCI.
by Simon Pilgrim
· 7 years ago
be79906
Test commit.
by Carlos Alberto Enciso
· 7 years ago
1d40abd
Extend hasStoreToStackSlot with list of FI accesses.
by Sander de Smalen
· 7 years ago
66813d7
Test commit - adding a new line.
by Carlos Alberto Enciso
· 7 years ago
de01dd1
[MC] - ConstantPools.cpp: Style consistency, remove redundant braces. NFC.
by Kristina Brooks
· 7 years ago
7cbb2dd
[PowerPC] Add Itineraries of IIC_IntRotateDI for P7/P8
by QingShan Zhang
· 7 years ago
87137bb
[InstCombine] allow not+sub fold for arbitrary vector constants
by Sanjay Patel
· 7 years ago
514dd47
[InstCombine] move/add tests for not+sub; NFC
by Sanjay Patel
· 7 years ago
e39c39b
Revert "[DebugInfo] Fix bug in LiveDebugVariables."
by Hsiangkai Wang
· 7 years ago
27ea31c
[DebugInfo] Fix bug in LiveDebugVariables.
by Hsiangkai Wang
· 7 years ago
722ea18
[Reassociate] swap binop operands to increase factoring potential
by Sanjay Patel
· 7 years ago
41b17bc
[DAGCombine] optimizeSetCCOfSignedTruncationCheck(): handle inverted pattern
by Roman Lebedev
· 7 years ago
339dfeb
clang-format r341282.
by Lang Hames
· 7 years ago
0cc8ff4
[ORC] Tidy up JITSymbolFlags to remove the need for some explicit static_casts.
by Lang Hames
· 7 years ago
0096cdb
[llvm-mca] Fix typo in debug output. NFC.
by Matt Davis
· 7 years ago
2a632aa
[InstCombine] simplify code for 'or' fold
by Sanjay Patel
· 7 years ago
001bbba
[AVR] Redefine the 'LSL' instruction as an alias of 'ADD'
by Dylan McKay
· 7 years ago
777b95d
[AVR] Redefine the 'SBR' instruction as an alias
by Dylan McKay
· 7 years ago
dfd17d0
[AVR] Define the TST instruction as an alias of AND
by Dylan McKay
· 7 years ago
855b4f9
[AVR] Define the ROL instruction as an alias of ADC
by Dylan McKay
· 7 years ago
051c613
AMDGPU/GlobalISel: Define instruction mapping for G_SELECT
by Tom Stellard
· 7 years ago
f76a2c7
Make HasWinCFI a plain bool instead of Optional<bool>
by Sanjin Sijaric
· 7 years ago
f6dfc5e
[Constant Hoisting] Hoisting Constant GEP Expressions
by Zhaoshi Zheng
· 7 years ago
29f24c9
Fix typo in size remarks for module passes
by Jessica Paquette
· 7 years ago
44c99af
[AMDGPU] Split v32i32 loads
by Stanislav Mekhanoshin
· 7 years ago
0c44dad
[Hexagon] Don't access non-existent instructions
by Krzysztof Parzyszek
· 7 years ago
64a07d9
Revamp test-suite documentation
by Matthias Braun
· 7 years ago
3fad8a7
[X86] Add intrinsics for KTEST instructions.
by Craig Topper
· 7 years ago
87d50cf
[NFC] Optionally pass a function to emitInstrCountChangedRemark
by Jessica Paquette
· 7 years ago
a5d3acd
[NFC] Check if P is a pass manager on entry to emitInstrCountChangedRemark
by Jessica Paquette
· 7 years ago
4f3a219
[NFC] Pass the instruction delta to emitInstrCountChangedRemark
by Jessica Paquette
· 7 years ago
1466707
[NFC] Pre-calculate SCC IR counts in size remarks.
by Jessica Paquette
· 7 years ago
ca1a357
[NFC] Pre-calculate module IR counts in size remarks.
by Jessica Paquette
· 7 years ago
6a73860
[NFC] Pre-calculate loop IR counts in size remarks.
by Jessica Paquette
· 7 years ago
c1a096d
[NFC] Pre-calculate basic block IR counts in size remarks.
by Jessica Paquette
· 7 years ago
e76b95d
[NFC] Pre-calculate function IR counts in size remarks.
by Jessica Paquette
· 7 years ago
c523f7a
lit: Use sys.executable for executing builtin commands
by Tom Stellard
· 7 years ago
6c04680
[XRay] Update RecordInitializer for PIDRecord
by Dean Michael Berris
· 7 years ago
0ce8202
[XRay] Use correct type for PID records
by Dean Michael Berris
· 7 years ago
e25423d
Tests: fix tests encoding specific hash values for 32-bit systems.
by Tim Northover
· 7 years ago
7170738
[XRay] Use correct type for thread ID parsing
by Dean Michael Berris
· 7 years ago
8a0d68f
[Hexagon] Add support for getRegisterByName.
by Sid Manning
· 7 years ago
889f703
[XRay] Improve test matching granularity (NFC)
by Dean Michael Berris
· 7 years ago
3da9db9
[XRay] Change function record reader to be endian-aware
by Dean Michael Berris
· 7 years ago
817cfcb
[XRay] Fix FunctionRecord serialization
by Dean Michael Berris
· 7 years ago
0444f57
[DebugInfo] Common behavior for error types
by Alexandre Ganea
· 7 years ago
3bdab0c
[X86] Add support for turning vXi1 shuffles into KSHIFTL/KSHIFTR.
by Craig Topper
· 7 years ago
c4a2b8b
[XRay] Make Trace loading endian-aware
by Dean Michael Berris
· 7 years ago
bff6dcb
[XRay] Make the FDRTraceWriter Endian-aware
by Dean Michael Berris
· 7 years ago
8f931c7
[X86][BtVer2] Remove wrong ReadAdvance from AVX vbroadcast(ss|sd|f128) instructions.
by Andrea Di Biagio
· 7 years ago
3ecff60
[mips] Fix `mtc1` and `mfc1` definitions for microMIPS R6
by Simon Atanasyan
· 7 years ago
6241a83
AMDGPU: Restrict extract_vector_elt combine to loads
by Matt Arsenault
· 7 years ago
9ee1996
AMDGPU: Actually commit re-run of update_llc_test_checks
by Matt Arsenault
· 7 years ago
1dc4181
[Wasm] Add missing EOF checks for floats
by Jonas Devlieghere
· 7 years ago
bde9b31
SLPVectorizer: Fix assert with different sized address spaces
by Matt Arsenault
· 7 years ago
d3da33b
AMDGPU: Fix broken generated check lines
by Matt Arsenault
· 7 years ago
57ed8ef
[X86] Add llvm-mca tests that show how operand latency is wrongly computed for SSE sqrtss/sd and rcpss.
by Andrea Di Biagio
· 7 years ago
73e2113
[llvm-objdump] Keep the memory buffer from the dSYM alive when using -g -dsym
by Francis Visoiu Mistrih
· 7 years ago
c42a8a5
[XRay] Remove array for Metadata Record Types
by Dean Michael Berris
· 7 years ago
a3d05d4
[GlobalISel][X86] Add the support for G_FPTRUNC
by Alexander Ivchenko
· 7 years ago
Next »