Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
40a2c5247c293749c005681aba150f7ae9f0cc51
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
c91180f
[X86][AVX] Add target shuffle decode support for VBROADCAST
by Simon Pilgrim
· 9 years ago
4cb51c5
[Hexagon] Handle returning small structures by value
by Krzysztof Parzyszek
· 9 years ago
f94271d
[X86] Accept SELECT op code for x86-64 fp128 type
by Chih-Hung Hsieh
· 9 years ago
a9c9423
[MathExtras] Fix UB in minIntN
by David Majnemer
· 9 years ago
7778b11
[LoopDist] This test does not require ASSERTS
by Adam Nemet
· 9 years ago
9b7ecbe
[LoopDist] Port to new PM
by Adam Nemet
· 9 years ago
c7b8b5e
[OptRemarkEmitter] Port to new PM
by Adam Nemet
· 9 years ago
c476e17
Sort include headers
by Adam Nemet
· 9 years ago
00a0a78
[X86][AVX2] Added tests that demonstrate duplicate broadcasts
by Simon Pilgrim
· 9 years ago
2cdac89
[Hexagon] Misc changes to HexagonMachineScheduler, NFC
by Krzysztof Parzyszek
· 9 years ago
a7c00b1
[Hexagon] Enable .cur formation in MISched for Hexagon V60
by Krzysztof Parzyszek
· 9 years ago
71c0ef5
Revert "r275571 [DSE]Enhance shorthening MemIntrinsic based on OverlapIntervals"
by Alexander Kornienko
· 9 years ago
c47beda
[Hexagon] Add verbose debugging mode to Hexagon MI Scheduler
by Krzysztof Parzyszek
· 9 years ago
fe4ad6d
[PowerPC] Remove redundant direct moves when extracting integers and converting to FP
by Nemanja Ivanovic
· 9 years ago
5646cdb
[MC] Cleanup Error Handling in AsmParser
by Nirav Dave
· 9 years ago
56af121
[Hexagon] Use timing class info as tie-breaker in machine scheduler
by Krzysztof Parzyszek
· 9 years ago
98b655f
[Hexagon] HexagonMachineScheduler should account for resources
by Krzysztof Parzyszek
· 9 years ago
9547556
[Hexagon] Fix zero latency instructions with multiple predecessors
by Krzysztof Parzyszek
· 9 years ago
46f9c27
Fixed errors in docs.
by Alexander Kornienko
· 9 years ago
0537d4b
[SLPVectorizer][X86] Added sqrt vectorization tests
by Simon Pilgrim
· 9 years ago
5ebefb8
[inlineasm] Propagate operand constraints to the backend
by Simon Dardis
· 9 years ago
0c05ce4
AMDGPU: Disable AMDGPUPromoteAlloca pass for shader calling conventions.
by Nicolai Haehnle
· 9 years ago
7e13fe0
[ARM] Update test to use CHECK-LABEL. NFCI.
by Diana Picus
· 9 years ago
ef2833b
[ARM] Skip inline asm memory operands in DAGToDAGISel
by Diana Picus
· 9 years ago
c9ba7aa
[AVX512] Add EVEX versions of scalar ADD/SUB/MUL/DIV to load folding tables.
by Craig Topper
· 9 years ago
4052e72
[X86] Fix test checks to include leading 'v' on avx mnemonic names.
by Craig Topper
· 9 years ago
d504c85
[ARM] Honour ABI for rem under -O0 for EABI, GNUEABI, Android and Musl
by Diana Picus
· 9 years ago
b06a386
[AVX512] Add KADD/KAND/KOR/KXOR to X86InstrInfo::isAssociativeAndCommutative.
by Craig Topper
· 9 years ago
ad7e1da
[X86] Add VPMULLW/D/Q instructions to X86InstrInfo::isAssociativeAndCommutative.
by Craig Topper
· 9 years ago
fefffbf
[X86] Add VPADD instructions to X86InstrInfo::isAssociativeAndCommutative.
by Craig Topper
· 9 years ago
81c3344
[X86] Add floating point packed logical ops to X86InstrInfo::isAssociativeAndCommutative.
by Craig Topper
· 9 years ago
4388ffc
[X86] Add AVX512 instructions to X86InstrInfo::isAssociativeAndCommutative.
by Craig Topper
· 9 years ago
224d146
[X86] Add more AVX512 instructions to X86InstrInfo::isHighLatencyDef. Also add all packed fp division instructions.
by Craig Topper
· 9 years ago
3305a40
[X86] Add AVX512 load opcodes and a couple AVX load opcodes to X86InstrInfo::areLoadsFromSameBasePtr.
by Craig Topper
· 9 years ago
e70f2b6
[X86] Add more opcodes to isFrameLoadOpcode/isFrameStoreOpcode. Mainly AVX-512 related.
by Craig Topper
· 9 years ago
0c4677f
[AVX512] Use VMOVAPSZ128rr/VMOVAPS256rr for VR128X/VR256X physreg moves when VLX is supported.
by Craig Topper
· 9 years ago
92763c0
[X86] Fix 80-column violations. NFC
by Craig Topper
· 9 years ago
93324fe
[GVNHoist] Change the key for VNtoInsns to a pair
by David Majnemer
· 9 years ago
4893e1f
[llvm-cov] Attempt to fix a test failure on Windows
by Vedant Kumar
· 9 years ago
7358595
Revert r275678, "Revert "Revert r275027 - Let FuncAttrs infer the 'returned' argument attribute""
by NAKAMURA Takumi
· 9 years ago
a6f9e21
[GVNHoist] Sink HoistedCtr into GVNHoist
by David Majnemer
· 9 years ago
326770a
[GVNHoist] Some small cleanups
by David Majnemer
· 9 years ago
7f32109
[GVN] Move other PRE tests to a subdirectory.
by Davide Italiano
· 9 years ago
c2a1d89
[GVN] Move the PRE/LOADPRE test in a subdirectory.
by Davide Italiano
· 9 years ago
9cffe5e
[GVN] Use FileCheck instead of grep for tests.
by Davide Italiano
· 9 years ago
998d310
Strip trailing whitespace
by Simon Pilgrim
· 9 years ago
08df0eb
[X86] Add CTPOP/CTLZ/CTTZ scalar cost tests
by Simon Pilgrim
· 9 years ago
5e704c7
Add tests for max/minIntN(64).
by Justin Lebar
· 9 years ago
f36e869
Avoid UB in maxIntN(64).
by Justin Lebar
· 9 years ago
61e00f9
Clean up some comments in MathExtras.h.
by Justin Lebar
· 9 years ago
Next »