Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
201cf7ea262385275b632689d3ba5ecf97d36679
201cf7e
[InstCombine] Fold single-use variable into assert.
by Benjamin Kramer
· 8 years ago
582a2bb
[InstCombine] Remove the (not (sext)) case from foldBoolSextMaskToSelect and inline the remaining code to match visitOr
by Craig Topper
· 8 years ago
19f5e62
[InstCombine] Use ConstantInt::getFalse to reduce some code. NFC
by Craig Topper
· 8 years ago
4c314d6
[ThinLTO] Add FunctionAttrs to ThinLTO index
by Charles Saternos
· 8 years ago
4e29225
[InstCombine] narrow lshr with constant
by Sanjay Patel
· 8 years ago
1372527
[AMDGPU][MC] Enabled expressions as operands
by Dmitry Preobrazhensky
· 8 years ago
c5cebfc
[DAGCombiner] Extending pattern detection for vector shuffle.
by Simon Pilgrim
· 8 years ago
f27bcb0
[DSE] Merge stores when the later store only writes to memory locations the early store also wrote to.
by Filipe Cabecinhas
· 8 years ago
406ae06
[InstCombine] Canonicalize clamp of float types to minmax in fast mode.
by Nikolai Bozhenov
· 8 years ago
8a7f237
Add some tests for cast+clamp/min/max before D33186.
by Nikolai Bozhenov
· 8 years ago
35b05a2
[AMDGPU] Fixed MSVC build break
by Florian Gross
· 8 years ago
9f96341
[mips][microMIPS] Extending size reduction pass with ADDIUSP and ADDIUR1SP
by Zoran Jovanovic
· 8 years ago
3898809
[Polly][PM] Register polly passes with the opt tool for the new-pm path
by Philip Pfaffe
· 8 years ago
b7e74df
Do not declare a variable which is used only in assert. NFC
by Max Kazantsev
· 8 years ago
9a16b8e
[IRCE] Handle loops with step different from 1/-1
by Max Kazantsev
· 8 years ago
6069fa8
[AMDGPU] Preserve inverted bit in SI_IF in presence of SI_KILL
by Stanislav Mekhanoshin
· 8 years ago
58d5526
Avoid comparison between signed and unsigned in SCEVExitLimitForget tests
by Max Kazantsev
· 8 years ago
3acb6cc
[AVR] Update target machine to use new constructor parameters
by Dylan McKay
· 8 years ago
0114fa1
[IRCE] Recognize loops with unsigned latch conditions
by Max Kazantsev
· 8 years ago
e307afa
Revert "[llvm][llvm-objcopy] Added support for outputting to binary in llvm-objcopy"
by Petr Hosek
· 8 years ago
0852af3
[InstCombine] Move the call to foldSelectICmpAnd into foldSelectInstWithICmp. NFCI
by Craig Topper
· 8 years ago
28374e9
[InstCombine] Remove unnecessary casts. NFC
by Craig Topper
· 8 years ago
3dadee3
Fix SCEVExitLimitForget tests to make Sanitizer happy
by Max Kazantsev
· 8 years ago
2801a44
Prevent unused warning in non-assert builds (introduced in r310014).
by Daniel Jasper
· 8 years ago
e9c33c9
Un-revert r310014: false revert, it wasn't the cause of build break
by Victor Leschuk
· 8 years ago
dbdaecd
Revert r310014 as it breaks build lld-x86_64-darwin13
by Victor Leschuk
· 8 years ago
cff44d5
Reland "[llvm][llvm-objcopy] Added support for outputting to binary in llvm-objcopy"
by Petr Hosek
· 8 years ago
89c78d2
[Support] Update comments about stdout, raw_fd_ostream, and outs()
by Reid Kleckner
· 8 years ago
f413d6c
Teach GlobalSRA to update the debug info for split-up globals.
by Adrian Prantl
· 8 years ago
1a05d24
[AMDGPU] Add missing hazard for DPP-after-EXEC-write
by Connor Abbott
· 8 years ago
c7e789c
[llvm-cov] Ignore unclosed line segments when setting line counts
by Vedant Kumar
· 8 years ago
0f0fd42
[llvm-cov] NFC: make_unique-ify two allocations
by Vedant Kumar
· 8 years ago
ca0f9bb
Disable libFuzzer tests on Windows
by George Karpenkov
· 8 years ago
4bc3e83
Revert "[TableGen] AsmMatcher: fix OpIdx computation when HasOptionalOperands is true"
by Vitaly Buka
· 8 years ago
dbc0730
AMDGPU: Remove pointless asserts
by Matt Arsenault
· 8 years ago
dad922a
Use profile summary to disable peeling for huge working sets
by Teresa Johnson
· 8 years ago
0856e7a
AMDGPU: Don't use report_fatal_error for unsupported call types
by Matt Arsenault
· 8 years ago
dfb2cfe
AMDGPU: Remove error on calls for amdgcn
by Matt Arsenault
· 8 years ago
688929e
AMDGPU: Fix implicitarg.ptr handling special inputs
by Matt Arsenault
· 8 years ago
25237b0
Support: WOA64 and WOA Signals
by Martell Malone
· 8 years ago
7f318ae
[llvm-pdbutil] Add an option to only dump specific module indices.
by Zachary Turner
· 8 years ago
c601597
AMDGPU: Pass special input registers to functions
by Matt Arsenault
· 8 years ago
6b658aa
Fix typo.
by Eric Christopher
· 8 years ago
c8c7578
AMDGPU: Add analysis pass for function argument info
by Matt Arsenault
· 8 years ago
2bbed02
[Inliner] Increase threshold for hot callsites without PGO.
by Easwaran Raman
· 8 years ago
a107abe
[Mips] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 8 years ago
4bcb103
DAG: Provide access to Pass instance from SelectionDAG
by Matt Arsenault
· 8 years ago
f6eeaf6
[GlobalISel] Make GlobalISel a non-optional library.
by Quentin Colombet
· 8 years ago
0d362a2
[NewGVN] Fix the case where we have a phi-of-ops which goes away.
by Davide Italiano
· 8 years ago
63c839a
[PDB] Fix section contributions
by Reid Kleckner
· 8 years ago
a75318a
[LVI] Constant-propagate a zero extension of the switch condition value through case edges
by Hiroshi Yamauchi
· 8 years ago
357013f
Move unit test to the proper location
by Taewook Oh
· 8 years ago
c593673
[llvm-pdbutil] Allow diff to force module equivalencies.
by Zachary Turner
· 8 years ago
48c84d8
[libFuzzer] Un-reverting change in tests after fixing the failure on Linux.
by George Karpenkov
· 8 years ago
6615aea
test commit
by Connor Abbott
· 8 years ago
cdfc174d
Fix llvm-for-windows-on-linux build after LLVM r272701.
by Nico Weber
· 8 years ago
123eaba
Fix check-lit compatibility with multi-config CMake generators
by Greg Bedwell
· 8 years ago
aebcb9c
Disable loop peeling during full unrolling pass.
by Teresa Johnson
· 8 years ago
b65c3a9
Do not want to use BFI to get profile count for sample pgo
by Dehao Chen
· 8 years ago
5c7ada7
[X86] Adding a test for vector shuffle extractions.
by Simon Pilgrim
· 8 years ago
c984bb0
Revert "[AArch64] Simplify AES*Tied pseudo expansion (NFC)."
by Tim Northover
· 8 years ago
a162bcc
[X86][AVX512] Tidied up v64i8 vector shuffle tests with triple
by Simon Pilgrim
· 8 years ago
d865f4b
AMDGPU/SI: Don't fix a PHI under uniform branch in SIFixSGPRCopies only when sources and destination are all sgprs
by Changpeng Fang
· 8 years ago
61e4e61
Fix use after free in unit test.
by Benjamin Kramer
· 8 years ago
b6b0324
[DAG] Allow merging of stores of vector loads
by Nirav Dave
· 8 years ago
4247581
Revert r309923, it caused PR34045.
by Nico Weber
· 8 years ago
53e7817
[TableGen] AsmMatcher: fix OpIdx computation when HasOptionalOperands is true
by Nirav Dave
· 8 years ago
9360b2e
[NewGVN] fix typos; NFC
by Sanjay Patel
· 8 years ago
34ac720
[BDCE] add tests to show invalid/incomplete transforms
by Sanjay Patel
· 8 years ago
c580a5c
[GlobalISel] Only merge memory ops for mayLoad or mayStore instrs.
by Florian Hahn
· 8 years ago
b587c9e
[LiveDebugVariables] Use lexical scope to trim debug value live intervals
by Robert Lougher
· 8 years ago
7b9531e
Prune linefeed at eof.
by NAKAMURA Takumi
· 8 years ago
dd3b410
llvm/Support/CodeGenCWrappers.h: Add missing "llvm/ADT/Optional.h", to fix modules build.
by NAKAMURA Takumi
· 8 years ago
441e1a2
[SelectionDAG] Resolve PR33978.
by Simon Dardis
· 8 years ago
f133b32
Removed unused variabled from unit test
by Max Kazantsev
· 8 years ago
6eeae17
[Cloning] Move distinct GlobalVariable debug info metadata in CloneModule
by Ewan Crawford
· 8 years ago
14dbdbf
[ARM] GlobalISel: Select simple G_GLOBAL_VALUE instructions
by Diana Picus
· 8 years ago
47af16e
[X86] SET0 to use XMM registers where possible PR26018 PR32862
by Dinar Temirbulatov
· 8 years ago
511c1a3
[SCEV] Re-enable "Cache results of computeExitLimit"
by Max Kazantsev
· 8 years ago
daeea6f
[globalisel][tablegen] Update a comment to use the name of the constant rather than the value.
by Daniel Sanders
· 8 years ago
0e06563
[ARM] Use ADDCARRY / SUBCARRY
by Roger Ferrer Ibanez
· 8 years ago
dfd6a10
Fix WebAssembly target after r309911.
by Daniel Jasper
· 8 years ago
a3b3711
Fix the ppc jit tests.
by Rafael Espindola
· 8 years ago
98bb5a4
[unittest] Remove TODO comment which caused concern
by Tobias Grosser
· 8 years ago
cec5ec4
Add LLVM_FALLTHROUGH.
by Rafael Espindola
· 8 years ago
37ca700
[RegisterCoalescer] Add wrapper for Erasing Instructions
by Sameer AbuAsal
· 8 years ago
9aafb85
Delete Default and JITDefault code models
by Rafael Espindola
· 8 years ago
65d41d8
[ARM] Tidy up banked registers encoding
by Javed Absar
· 8 years ago
ca9f2fd
Fix the bug when SampleProfileWriter writes out number of callsites.
by Dehao Chen
· 8 years ago
d7247b5
Move two functions to a nicer spot. NFC.
by Vedant Kumar
· 8 years ago
c563b04
Rely on autobrief, remove \briefs from a header. NFC.
by Vedant Kumar
· 8 years ago
a8dfa81
[Coverage] Add an API to retrive all instantiations of a function (NFC)
by Vedant Kumar
· 8 years ago
f6b5345
[llvm-cov] Respect the value of the -show-instantiations option
by Vedant Kumar
· 8 years ago
51c4734
Revert "[libFuzzer tests] Use substring comparison in libFuzzer tests"
by George Karpenkov
· 8 years ago
58dd3a3
AMDGPU/GlobalISel: Mark 32-bit G_FMUL as legal
by Tom Stellard
· 8 years ago
50b0dc9
[pdb/lld] Write a valid FPM.
by Zachary Turner
· 8 years ago
11625a0
[MSF] Move MSF unit tests to their own unittest target.
by Zachary Turner
· 8 years ago
34173de
[pdbutil] Add a command to dump the FPM.
by Zachary Turner
· 8 years ago
cd14d22
AMDGPU/R600: Initialize more passes
by Tom Stellard
· 8 years ago
630a4ac
Xray docs with description of Flight Data Recorder binary format.
by Keith Wyss
· 8 years ago
Next »