Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
bc05d15136051a1359a7f93ca7453a47205fb109
bc05d15
[AArch64] Properly validate the reciprocal estimation.
by Evandro Menezes
· 9 years ago
11faea3
[InstCombine] fold add(zext(xor X, C), C) --> sext X when C is INT_MIN in the source type
by Sanjay Patel
· 9 years ago
fed9fd5
Attempt to appease MSVC buildbots.
by George Burgess IV
· 9 years ago
f36cce1
[AMDGPU] Remove spurious line (should've been removed in r276029).
by Davide Italiano
· 9 years ago
5012465
[AMDGPU] Remove dead code.
by Davide Italiano
· 9 years ago
bfc5803
[CFLAA] Make a test tell the truth. NFC.
by George Burgess IV
· 9 years ago
1caa063
[CFLAA] Add some interproc. analysis to CFLAnders.
by George Burgess IV
· 9 years ago
fa90761
Next step along the way to getting good error messages for bad archives.
by Kevin Enderby
· 9 years ago
5f33cbe
add even more missing tests for simplifySelectBitTest()
by Sanjay Patel
· 9 years ago
058f700
[CFLAA] Teach CFLAnders to distinguish reads from writes.
by George Burgess IV
· 9 years ago
de4fbfe
This code block breaks the docs build (http://lab.llvm.org:8011/builders/llvm-sphinx-docs/builds/11921/steps/docs-llvm-html/logs/stdio). Setting the code highlighting to none instead of llvm to hopefully get the bot stumbling back towards green.
by Aaron Ballman
· 9 years ago
75cca7a
Use posix_fallocate instead of ftruncate.
by Rafael Espindola
· 9 years ago
ea47fc5
[tsan] Don't instrument __llvm_gcov_global_state_pred or __llvm_gcda*
by Vedant Kumar
· 9 years ago
b2e69d9
ARM: move feature for Thumb2 pkhbt/pkhtb onto architectures.
by Tim Northover
· 9 years ago
98d2ab3
[GlobalISel] Mark newly-created gvregs as having a bank.
by Ahmed Bougacha
· 9 years ago
e627715
[GlobalISel] Simplify more RegClassOrRegBank is+get. NFC.
by Ahmed Bougacha
· 9 years ago
baf88b3
[FunctionAttrs] Correct the safety analysis for inference of 'returned'
by David Majnemer
· 9 years ago
bd77322
[SCCP] Improve assert messages. NFCI.
by Davide Italiano
· 9 years ago
3487192
[libFuzzer] properly intercept memmem
by Kostya Serebryany
· 9 years ago
fbab381
[DSE] Add additional debug output. NFC.
by Chad Rosier
· 9 years ago
3c8951d
Add a testcase for r275581
by David Majnemer
· 9 years ago
a05b1c3
[RegionInfo] Some cleanups
by David Majnemer
· 9 years ago
2666c82
[RegionPass] Some minor cleanups
by David Majnemer
· 9 years ago
55bd48f
[LoopPass] Some minor cleanups
by David Majnemer
· 9 years ago
ce04fe5
This code block breaks the docs build (http://lab.llvm.org:8011/builders/llvm-sphinx-docs/builds/11920/steps/docs-llvm-html/logs/stdio), but I cannot see anything immediately wrong with it and cannot reproduce the diagnostic locally. Setting the code highlighting to none instead of nasm to hopefully get the bot stumbling back towards green.
by Aaron Ballman
· 9 years ago
d9f3c5e
add tests related to PR28466
by Sanjay Patel
· 9 years ago
259dd35
[X86][AVX512] Added AVX512 subvector broadcast tests
by Simon Pilgrim
· 9 years ago
5d55323
[X86][AVX] Fixed typo in test names
by Simon Pilgrim
· 9 years ago
33f9159
[DSE] Add additional debug output. NFC.
by Chad Rosier
· 9 years ago
779845c
add missing test for simplifySelectBitTest()
by Sanjay Patel
· 9 years ago
65165b2
[InstCombine] Enable cast-folding in logic(cast(icmp), cast(icmp))
by Tobias Grosser
· 9 years ago
1ce58d7
AMDGPU: Only use legal inline immediates with kill pseudo
by Matt Arsenault
· 9 years ago
0f9cdd2
[X86][SSE] Reimplement SSE fp2si conversion intrinsics instead of using generic IR
by Simon Pilgrim
· 9 years ago
aa39b55
[ARM] Refactor Thumb2 Mul and Mla instr descs
by Sam Parker
· 9 years ago
7f3b304
[AArch64] PredictableSelectIsExpensive for Vulcan.
by Pankaj Gode
· 9 years ago
ca1d6a6
Add support for tlsldm assembler operator to ARM target
by Peter Smith
· 9 years ago
c964a66
[AARCH64] Fix linu triple typo
by Simon Pilgrim
· 9 years ago
e927841
[AARCH64] Enable AARCH64 lit tests on windows dev machines
by Simon Pilgrim
· 9 years ago
3c62668
Get rid of VS2015 operator precedence warning. NFCI.
by Simon Pilgrim
· 9 years ago
6b209b8
[mips][ias] R_MIPS_GOT_(PAGE|OFST) do not need symbols
by Daniel Sanders
· 9 years ago
0f320a4
[mips] Correct label prefixes for N32 and N64.
by Daniel Sanders
· 9 years ago
6019c79
[mips] Recognise the triple used by Debian stretch for mips64el.
by Daniel Sanders
· 9 years ago
0f7fca9
[InstCombine] Minor cleanup of cast simplification code [NFC]
by Tobias Grosser
· 9 years ago
3666281
Style: drop some unnecessary ';' [NFC]
by Tobias Grosser
· 9 years ago
87a7905
AVX-512: Fixed BT instruction selection.
by Elena Demikhovsky
· 9 years ago
c61cf90
[AVX512] Give priority to EVEX encoded PSHUFB over the VEX versions.
by Craig Topper
· 9 years ago
b120dcd
[X86] Remove superfluous parameter from a multiclass. All instantiations passed the same value.
by Craig Topper
· 9 years ago
9906b88
[MemorySSA] Update to the new shiny walker.
by George Burgess IV
· 9 years ago
dbee0bf
[X86] Rename VINSERTzrr to use a capital Z to match other instructions. NFC
by Craig Topper
· 9 years ago
d91d378
Retry: [llvm-profdata] Speed up merging by using a thread pool
by Vedant Kumar
· 9 years ago
40a2c52
Revert "[llvm-profdata] Speed up merging by using a thread pool"
by Vedant Kumar
· 9 years ago
92a8d60
Recommit the patch "Use uniforms set to populate VecValuesToIgnore".
by Wei Mi
· 9 years ago
530f0c2
AMDGPU/SI: Fix SI scheduler refcount issue
by Matt Arsenault
· 9 years ago
4cead0b
AMDGPU: Expand register indexing pseudos in custom inserter
by Matt Arsenault
· 9 years ago
5a04b09
[Kaleidoscope][BuildingAJIT] More work on the text for Chapter 3.
by Lang Hames
· 9 years ago
aaf3f19
[LoopReroll] Reroll loops with unordered atomic memory accesses
by Sanjoy Das
· 9 years ago
2d37e25
TableGen: Allow custom register operand decoder method
by Matt Arsenault
· 9 years ago
f36ea23
AMDGPU: Fix test name and broken CHECK-LABEL
by Matt Arsenault
· 9 years ago
27e3ea1
[utils] Generate html reports with the code coverage utility script
by Vedant Kumar
· 9 years ago
ec2cddd
Fix -Wreturn-type with gcc 4.8 and libc++
by Matt Arsenault
· 9 years ago
94471e3
[llvm-profdata] Speed up merging by using a thread pool
by Vedant Kumar
· 9 years ago
09080a9
[NVPTX] Make sure we adjust alignment at all call sites
by Artem Belevich
· 9 years ago
e7eb2d5
[PM] Convert Loop Strength Reduce pass to new PM
by Dehao Chen
· 9 years ago
829ba42
Update doxygen description for `WriteBitcodeToFile()` API (NFC)
by Mehdi Amini
· 9 years ago
385d706
[PM] Port FunctionImport Pass to new PM
by Teresa Johnson
· 9 years ago
fba236f
Revert rL275912.
by Wei Mi
· 9 years ago
1938056
Use uniforms set to populate VecValuesToIgnore.
by Wei Mi
· 9 years ago
dba9c32
refactor SimplifySelectInst; NFCI
by Sanjay Patel
· 9 years ago
dd7a28e
Write isUInt using template specializations to work around an incorrect MSVC warning.
by Justin Lebar
· 9 years ago
cc7cb1c
add tests for missed sext transform
by Sanjay Patel
· 9 years ago
9beed53
build_llvm_package.bat: update version to 4.0.0
by Hans Wennborg
· 9 years ago
52f3fd0
auto-generate checks
by Sanjay Patel
· 9 years ago
394b671
Revert r273099 "If the revision number starts with r, drop it. It will get added back"
by Hans Wennborg
· 9 years ago
67e73ac
[NVPTX] Force minimum alignment of 4 for byval arguments of device-side functions.
by Artem Belevich
· 9 years ago
1bf3e6c
[LoopSimplify] Update LCSSA after separating nested loops.
by Michael Zolotukhin
· 9 years ago
2d1ffcc
Revert "[ARM] Skip inline asm memory operands in DAGToDAGISel"
by Vitaly Buka
· 9 years ago
8b25cc9
Revert "[ARM] Update test to use CHECK-LABEL. NFCI."
by Vitaly Buka
· 9 years ago
8c78205
[MC] Separate non-parsing operations from conditional chains. NFC.
by Nirav Dave
· 9 years ago
cf907e0
[GVNHoist] Remove a home-grown version of replaceUsesOfWith
by David Majnemer
· 9 years ago
a2def1b
[LCSSA] Post-process PHI-nodes created by SSAUpdate when constructing LCSSA form.
by Michael Zolotukhin
· 9 years ago
1b96f3c
AMDGPU: Remove pointless dyn_cast_or_null
by Matt Arsenault
· 9 years ago
a554d40
Fix -Wmicrosoft-enum-value in GVNHoist.cpp
by Reid Kleckner
· 9 years ago
93695a4
[X86][SSE] Regenerate extraction from promotion test
by Simon Pilgrim
· 9 years ago
6bb6adf
[X86][SSE] Regenerate extraction+store memop tests
by Simon Pilgrim
· 9 years ago
d57926e
[X86][SSE] Regenerate truncate+extension memop tests
by Simon Pilgrim
· 9 years ago
dddc530
AMDGPU: Fix missing switch case warning
by Matt Arsenault
· 9 years ago
9a118f0
Regenerate test
by Simon Pilgrim
· 9 years ago
bb09cfd
AMDGPU: Add intrinsic for s_flbit_i32/v_ffbh_i32
by Matt Arsenault
· 9 years ago
40ca91a
AMDGPU/R600: Replace barrier intrinsics
by Matt Arsenault
· 9 years ago
865e2fa
AMDGPU: Remove dead check in AMDGPUPromoteAlloca
by Matt Arsenault
· 9 years ago
797b9ee
AMDGPU: Remove dead code and redundant check
by Matt Arsenault
· 9 years ago
5e89a80
[ThinLTO] Address review comments from PGO indirect call promotion (NFC)
by Teresa Johnson
· 9 years ago
d7c16ef
CodeGenPrep: use correct function to determine Global's alignment.
by Tim Northover
· 9 years ago
ee86574
[llvm-cov] Re-write a very opaque comment (NFC)
by Vedant Kumar
· 9 years ago
e046459
Trunk release notes now refer to 4.0.0
by Hans Wennborg
· 9 years ago
98c7b9a
[llvm-cov] Place anchors around line numbers in html reports
by Vedant Kumar
· 9 years ago
a3ff212
[llvm-cov] Clean up error reporting (NFC)
by Vedant Kumar
· 9 years ago
5337a14
Bump the trunk version to 4.0.0svn.
by Hans Wennborg
· 9 years ago
44217e1
[Hexagon] Handle returning small structures by value
by Krzysztof Parzyszek
· 9 years ago
b3b8a5a
[Hexagon] Revert r275822: mistake in commit message
by Krzysztof Parzyszek
· 9 years ago
Next »