Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
9b2526d03d18b5dedbc4dd3470b3b0fb37fc4c2e
9b2526d
[ValueTracking] Don't do an unchecked shift in ComputeNumSignBits
by Sanjoy Das
· 9 years ago
95d021b
[APInt] Add APInt::extractBits() method to extract APInt subrange (reapplied)
by Simon Pilgrim
· 9 years ago
955b353
[AVX-512] Fix the execution domain for scalar FMA instructions.
by Craig Topper
· 9 years ago
5d138fe
[AVX-512] Fix the execution domain on some instructions.
by Craig Topper
· 9 years ago
8c3aa94
[AVX-512] Add an additional test case to show the execution domain for vrqsrtsd is wrong.
by Craig Topper
· 9 years ago
7c60e0d
[AVX-512] Use update_llc_test_checks.py to regenerate the avx512er intrinsic test.
by Craig Topper
· 9 years ago
5dd1e7d
reenable accidentally disabled test NFC.
by Nirav Dave
· 9 years ago
d63ab8f
[AVX-512] Remove unnecessary masked versions of VCVTSS2SD and VCVTSD2SS using the scalar register class. We only have patterns for the masked intrinsics.
by Craig Topper
· 9 years ago
6a0edd3
[ExecutionDepsFix] Don't make copies of LiveReg objects when collecting operands for soft instructions
by Craig Topper
· 9 years ago
cc3dbb4
No need to copy the variable [NFC]
by Artyom Skrobov
· 9 years ago
96678fa
Revert r296215, "[PDB] General improvements to Stream library." and followings.
by NAKAMURA Takumi
· 9 years ago
2a05efc
Update various test's codegen. NFC
by Amaury Sechet
· 9 years ago
2d8b3fe
Add test for known bits in uaddo and saddo.
by Amaury Sechet
· 9 years ago
8184c21
The automatic CHECK: to CHECK-LABEL: conversion, back in 2013,
by Artyom Skrobov
· 9 years ago
532cb32
[DebugInfo] Skip implicit_const attributes when dumping .debug_info. NFC.
by Victor Leschuk
· 9 years ago
32147ce
In visitSTORE, always use FindBetterChain, rather than only when UseAA is enabled.
by Nirav Dave
· 9 years ago
79b9778
[Doc] Modernize programmers manual
by Piotr Padlewski
· 9 years ago
51d41dc
Empty line. NFCI
by Xin Tong
· 9 years ago
b646c0a
Add static_cast to silence -Wc++11-narrowing.
by Daniel Jasper
· 9 years ago
f18ff27
[PDB] Disable some tests that are breaking bots.
by Zachary Turner
· 9 years ago
0621f0e
AMDGPU/SI: export s_waitcnt builtin
by Jan Vesely
· 9 years ago
c236d01
Minor code cleanup. NFC.
by Junmo Park
· 9 years ago
0a1a6e3
Re-enable BinaryStreamTest.StreamReaderObject.
by Zachary Turner
· 9 years ago
1613664
Remove redundant code. NFC.
by Akira Hatanaka
· 9 years ago
cf0aa99
Clean up ObjCARCOpts.cpp. NFC.
by Akira Hatanaka
· 9 years ago
9e80319
Disable BinaryStreamTest.StreamReaderObject temporarily.
by Zachary Turner
· 9 years ago
5433d11
[PDB] General improvements to Stream library.
by Zachary Turner
· 9 years ago
7def050
Remove svn:eol-style=native from Properties.
by Zachary Turner
· 9 years ago
40ea284
[PDB] Rename Stream related source files.
by Zachary Turner
· 9 years ago
de5a65f
[XRAY] A Color Choosing helper for XRay Graph
by Dean Michael Berris
· 9 years ago
da9c4a6
[InlineCost] Move the code in isGEPOffsetConstant to a lambda.
by Easwaran Raman
· 9 years ago
8435ebc
Minor code cleanup. NFC.
by Junmo Park
· 9 years ago
dd2b6c5
[PGO] Directory name stripping in global identifier for static functions
by Rong Xu
· 9 years ago
16f0a90
[sancov] extending sancov --help documentation
by Mike Aizatsky
· 9 years ago
8f5a7d6
[WebAssembly] Add support for using a wasm global for the stack pointer.
by Dan Gohman
· 9 years ago
cdc2ace
[Hexagon] Undo shift folding where it could simplify addressing mode
by Krzysztof Parzyszek
· 9 years ago
53ff96a
[WebAssembly] Basic support for Wasm object file encoding.
by Dan Gohman
· 9 years ago
03791bd
[.gitignore] Update .gitignore to ignore a nested build directory
by Chris Bieneman
· 9 years ago
d2a98e0
[Hexagon] Prettify code in HexagonDAGToDAGISel::Select
by Krzysztof Parzyszek
· 9 years ago
5d1e915
AMDGPU : Replace FMAD with FMA when denormals are enabled.
by Wei Ding
· 9 years ago
fef0dbe
Revert "Correct register pressure calculation in presence of subregs"
by Stanislav Mekhanoshin
· 9 years ago
a17350a
[utils] allow auto-generation of checks for thumb triples
by Sanjay Patel
· 9 years ago
89efd71
Disallow redefinition of section symbols.
by Evgeniy Stepanov
· 9 years ago
5982b2c
Initialize MCContext::InlineSrcMgr in the constructor.
by Evgeniy Stepanov
· 9 years ago
c80a3ff
[ARM] add tests for alternate forms of select-of-constants; NFC
by Sanjay Patel
· 9 years ago
43d5d8c
[WebAssembly] Define an initial set of relocation types for Wasm.
by Dan Gohman
· 9 years ago
e3a136c
GlobalISel: check for CImm rather than Imm on G_CONSTANTs.
by Tim Northover
· 9 years ago
f7f0f08
[ARM] auto-generate complete checks; NFC
by Sanjay Patel
· 9 years ago
3d2ef31
[WebAssembly] Handle f16 in fast-isel.
by Dan Gohman
· 9 years ago
8ff5650
Fix Indentation. NFCI
by Xin Tong
· 9 years ago
2843487
[Orc][RPC] Accept both const char* and char* arguments for string serialization.
by Lang Hames
· 9 years ago
0ee8e56
[CodeGenPrepare] Make -addr-sink-using-gep work with address spaces.
by Eli Friedman
· 9 years ago
3afc883
[InstCombine] Fix bug in pointer replacement
by Yaxun Liu
· 9 years ago
de428a4
[Target/MIPS] Kill dead code, no functional change intended.
by Davide Italiano
· 9 years ago
98ee128
[CGP] Split some critical edges coming out of indirect branches
by Michael Kuperstein
· 9 years ago
0ab7c7b
Revert: r296141 [APInt] Add APInt::extractBits() method to extract APInt subrange
by Simon Pilgrim
· 9 years ago
aceef6f
[LV] Merge floating-point and integer induction widening code
by Matthew Simpson
· 9 years ago
ab05c20
[PowerPC] Use subfic instruction for subtract from immediate
by Nemanja Ivanovic
· 9 years ago
92606b3
[PowerPC] Use rldicr instruction for AND with an immediate if possible
by Nemanja Ivanovic
· 9 years ago
30e6a76
[APInt] Add APInt::extractBits() method to extract APInt subrange
by Simon Pilgrim
· 9 years ago
f1e0716
Fixed IntOperandMatcher::emitCxxPredicateExpr arguments
by Simon Pilgrim
· 9 years ago
9a9478c
[DAGCombiner] add missing folds for scalar select of {-1,0,1}
by Sanjay Patel
· 9 years ago
f64a815
Recommit "[mips] Fix atomic compare and swap at O0."
by Simon Dardis
· 9 years ago
3a8812c
Revert "[mips] Fix atomic compare and swap at O0."
by Simon Dardis
· 9 years ago
2468c7d
[mips] Fix atomic compare and swap at O0.
by Simon Dardis
· 9 years ago
bf21af7
[globalisel] Decouple src pattern operands from dst pattern operands.
by Daniel Sanders
· 9 years ago
d94a711
[X86][SSE] Target shuffle combine can try to combine up to 16 vectors
by Simon Pilgrim
· 9 years ago
f2553ab
[InstCombine] don't try SimplifyDemandedInstructionBits from zext/sext because it's slow and unnecessary
by Sanjay Patel
· 9 years ago
e1076e6
[x86] use DAG.getAllOnesConstant(); NFCI
by Sanjay Patel
· 9 years ago
e3af299
Fix missing call to base class constructor in r296121.
by Daniel Sanders
· 9 years ago
2d2498f
[mips] Handle 64 bit immediate in and/or/xor pseudo instructions on mips64
by Simon Dardis
· 9 years ago
27abbac
[ARM] GlobalISel: Select G_STORE
by Diana Picus
· 9 years ago
c12232d
[globalisel] Sort RuleMatchers by priority.
by Daniel Sanders
· 9 years ago
dba394d
Minor test fix
by Diana Picus
· 9 years ago
11601c0
[ARM] GlobalISel: Add reg bank mappings for stores
by Diana Picus
· 9 years ago
3583102
[mips][mc] Fix a crash when disassembling odd sized sections
by Simon Dardis
· 9 years ago
558eff4
Fixup r296105 - only run tests on Mips
by Diana Picus
· 9 years ago
07bcf75
Fix signed/unsigned comparison warnings
by Simon Pilgrim
· 9 years ago
29289da
[ARM] GlobalISel: Legalize stores
by Diana Picus
· 9 years ago
dbda2aa
[mips][mc] Fix a crash when disassembling odd sized sections
by Simon Dardis
· 9 years ago
20c78ed
[mips][mc] Fix a crash when disassembling odd sized sections
by Simon Dardis
· 9 years ago
269c5fd
Revert "[ARM] GlobalISel: Legalize stores"
by Diana Picus
· 9 years ago
03012a0
[ARM] GlobalISel: Legalize stores
by Diana Picus
· 9 years ago
02e6cb0
[APInt] Add APInt::setBits() method to set all bits in range
by Simon Pilgrim
· 9 years ago
dde79d7
Add missing initialization for MachineOptimizationRemarkEmitter
by Justin Bogner
· 9 years ago
b1d1451
[WebAssembly] Add a README.txt entry for mergeable sections.
by Dan Gohman
· 9 years ago
26bc091
[AVX-512] Separate the fadd/fsub/fmul/fdiv/fmax/fmin with rounding mode ISD opcodes into separate packed and scalar opcodes. This is more consistent with the rest of the ISD opcodes. NFC
by Craig Topper
· 9 years ago
7329851
[ExecutionDepsFix] Use range-based for loop. NFC
by Craig Topper
· 9 years ago
c908a7f
[IR][X86] Fix llvm version number in comments in AutoUpgrade. Forgot the next release is 5.0 not 4.1
by Craig Topper
· 9 years ago
474a418
[AVX-512] Remove lzcnt intrinsics and autoupgrade them to generic ctlz intrinsics with select.
by Craig Topper
· 9 years ago
cc2f430
[AVX-512] Move lzcnt and conflict intrinsic tests to avx512cd intrinsic test file since that's their feature.
by Craig Topper
· 9 years ago
e35238c
[AVX-512] Use update_llc_test_checks.py to generate a test.
by Craig Topper
· 9 years ago
193856a
[Fuchsia] Use thread-pointer ABI slots for stack-protector and safe-stack
by Petr Hosek
· 9 years ago
f884f5a
Add some testcases for bitfields with illegal widths.
by Eli Friedman
· 9 years ago
c39d5e6
Fix old testcase for dead store to match the original intent.
by Eli Friedman
· 9 years ago
30d4f65
Fix an iterator invalidation bug when simplifying LIC user.
by Xin Tong
· 9 years ago
c1a4dd3
[LazyMachineBFI] Add testcase
by Adam Nemet
· 9 years ago
969577f
Revert r269060 to pacify bots.
by Michael Kuperstein
· 9 years ago
3c86e87
OptDiag: Add test for r296053
by Justin Bogner
· 9 years ago
8981fc9
[CGP] Split some critical edges coming out of indirect branches
by Michael Kuperstein
· 9 years ago
Next »