Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
e61393a9394dc5c6f364332b2e8901bc62533661
e61393a
update to use FileCheck and auto-generate checks
by Sanjay Patel
· 9 years ago
aede87e
Fix include case. NFC.
by George Burgess IV
· 9 years ago
86728a0
add tests for icmp vector folds
by Sanjay Patel
· 9 years ago
c42c8e2
Make DebugInfoMsf a dependency of DebugInfoPDBTests.
by Zachary Turner
· 9 years ago
ea26cb1
GlobalISel: implement legalization pass, with just one transformation.
by Tim Northover
· 9 years ago
428d4aa
Make PDBFile store an msf::Layout.
by Zachary Turner
· 9 years ago
9a3129a
[pdb] Have builders share a single BumpPtrAllocator.
by Zachary Turner
· 9 years ago
4ab13f5
[msf] Create LLVMDebugInfoMsf
by Zachary Turner
· 9 years ago
1dc6ec2
[llvm-ar] Document 'T' thin archive modifier (NFC)
by Teresa Johnson
· 9 years ago
13bed94
[ThinLTO/gold] Remove thin archive part of new test due to bot failures
by Teresa Johnson
· 9 years ago
0618303
Recommit - [DSE]Enhance shorthening MemIntrinsic based on OverlapIntervals
by Jun Bum Lim
· 9 years ago
f9e61b6
add tests for vector bit manipulation intrinsics
by Sanjay Patel
· 9 years ago
9493a84
[ThinLTO/gold] Support for getting list of included objects from gold
by Teresa Johnson
· 9 years ago
a6c7a03
[PM] Port BreakCriticalEdges to the new PM.
by Wei Mi
· 9 years ago
80ee170
Invariant start/end intrinsics overloaded for address space
by Anna Thomas
· 9 years ago
1085c3b
[utils] Update coverage regression checking script
by Vedant Kumar
· 9 years ago
6a2251e
[Hexagon] Make HexagonCodeGen depend on Scalar
by Krzysztof Parzyszek
· 9 years ago
c5a5706
AMDGPU: Remove redundant test
by Matt Arsenault
· 9 years ago
9da217e
AMDGPU: Fix groupstaticsize for large LDS
by Matt Arsenault
· 9 years ago
30f0e3e
AMDGPU: Add HSA dispatch id intrinsic
by Matt Arsenault
· 9 years ago
c28b821
AMDGPU: Delete more dead code
by Matt Arsenault
· 9 years ago
7488ab3
AMDGPU: Fix i1 fp_to_int
by Matt Arsenault
· 9 years ago
7c8be6e
AMDGPU: Don't reinvent transferSuccessorsAndUpdatePHIs
by Matt Arsenault
· 9 years ago
04e7d3c
GlobalISel: implement alloca instruction
by Tim Northover
· 9 years ago
85f2423
[SelectionDAG] Optimization of BITREVERSE legalization for power-of-2 integer scalar/vector types
by Simon Pilgrim
· 9 years ago
7528433
[Profile] Cleanup: remove unused interface
by Xinliang David Li
· 9 years ago
7809543
[Support] Make ErrorAsOutParameter take an Error* rather than an Error&.
by Lang Hames
· 9 years ago
0998606
[RDF] Make the graph construction/use less expensive
by Krzysztof Parzyszek
· 9 years ago
44bd3bd
[pdb] Move file layout header structs to RawTypes.h
by Zachary Turner
· 9 years ago
6406b60
[pdb] Round-trip module & file info to/from YAML.
by Zachary Turner
· 9 years ago
262370b
[Hexagon] Use loop data prefetch on Hexagon
by Krzysztof Parzyszek
· 9 years ago
12e1ff6
Use INT64_MAX instead of LLONG_MAX
by Reid Kleckner
· 9 years ago
370589a
[X86][AVX] Added support for lowering to VBROADCASTF128/VBROADCASTI128 (reapplied)
by Simon Pilgrim
· 9 years ago
e01551d
[FastISel] Ignore @llvm.assume.
by Ahmed Bougacha
· 9 years ago
d6931b1
[llvm-cov] - Add the coverage of lines in the summary report.
by Ying Yi
· 9 years ago
3d6f513
[llvm-profdata] Bring back reading profile data from STDIN.
by Benjamin Kramer
· 9 years ago
964a86a
Revert "[X86][AVX] Added support for lowering to VBROADCASTF128/VBROADCASTI128"
by Benjamin Kramer
· 9 years ago
9b5c51d
[llvm-cov] - Improve llvm-cov error message
by Ying Yi
· 9 years ago
bb5cae8
test commit
by Ying Yi
· 9 years ago
2a04c1e
This refactoring of ARM machine block size computation creates two utility
by Sjoerd Meijer
· 9 years ago
389773f
[mips][microMIPS] Implement SLT, SLTI, SLTIU, SLTU microMIPS32r6 instructions
by Hrvoje Varga
· 9 years ago
22cd3ed
[AVX512] Add ExeDomain to vector extend and truncate instructions.
by Craig Topper
· 9 years ago
f876acd
[AVX512] Add initial support for the Execution Domain fixing pass to change some EVEX instructions.
by Craig Topper
· 9 years ago
44eb5c2
[AVX512] Fix the ExeDomain for some packed fp instructions.
by Craig Topper
· 9 years ago
55cd727
[AVX512] Add load folding for some AVX512VL logic and arithmetic instructions.
by Craig Topper
· 9 years ago
71a0540
[AVX512] Update X86InstrInfo::foldMemoryOperandCustom to handle the EVEX encoded instructions too.
by Craig Topper
· 9 years ago
1483472
Don't remove side effecting instructions due to ConstantFoldInstruction
by David Majnemer
· 9 years ago
9fb35fc
Sync up InstrProfData.inc with compiler-rt with fixes to references
by Xinliang David Li
· 9 years ago
ffdd480
Revert 276386
by Xinliang David Li
· 9 years ago
4e19f6e
Sync up InstrProfData.inc with compiler-rt
by Xinliang David Li
· 9 years ago
632eb53
Fix r276380 for targets without REALPATH.
by Pete Cooper
· 9 years ago
59023bf
Avoid dsymutil calls to getFileNameByIndex.
by Pete Cooper
· 9 years ago
cb5c574
Fix detection of stack-use-after scope for char arrays.
by Vitaly Buka
· 9 years ago
b00a405
[IRCE] Don't misuse CHECK-LABEL; NFC
by Sanjoy Das
· 9 years ago
304682f
[IRCE] Add an option to skip profitability checks
by Sanjoy Das
· 9 years ago
09d947a
GVN-hoist: move check before mutating the IR
by Sebastian Pop
· 9 years ago
a8d06be
[AArch64] Cleanup sign extend in genAlternativeCodeSequence
by David Majnemer
· 9 years ago
96c53f4
GVN-hoist: add missing check for all GEP operands available
by Sebastian Pop
· 9 years ago
23553e9
[llvm-cov] Strengthen a test case
by Vedant Kumar
· 9 years ago
4f9c571
[Sparc]: Fix bug in LowerSTORE due to r275592
by Douglas Katzman
· 9 years ago
ff2ae48
[InstCombine] break up foldICmpEqualityWithConstant(); NFCI
by Sanjay Patel
· 9 years ago
6aa68be
[llvm-cov] Use relative paths to the stylesheet (for html reports)
by Vedant Kumar
· 9 years ago
0eeda09
GVH-hoist: only clone GEPs (PR28606)
by Sebastian Pop
· 9 years ago
fe1bb06
[lit] Use full config path in diagnostics.
by Daniel Dunbar
· 9 years ago
5a06a46
[Profile] deprecate __llvm_profile_override_default_filename
by Xinliang David Li
· 9 years ago
f593e4d
[lit] Bump version number.
by Daniel Dunbar
· 9 years ago
3a4fa31
[PM] Port NaryReassociate to the new PM
by Wei Mi
· 9 years ago
a2132ba
[MIRTesting] Abort when failing to parse a function.
by Quentin Colombet
· 9 years ago
39008ac
[X86] Do not use AND8ri8 in AVX512 pattern
by Michael Kuperstein
· 9 years ago
366a2ca
[InstSimplify] don't crash handling a pointer or aggregate type
by Sanjay Patel
· 9 years ago
477502e
[AArch64][Inline-Asm] Return the 32-bit floating point register class
by Akira Hatanaka
· 9 years ago
f517b9f
[cmake] Move the including of utils/unittests under LLVM_INCLUDE_UTILS instead of LLVM_INCLUDE_TESTS.
by Michael Gottesman
· 9 years ago
32995b5
[InstSimplify] recognize trunc + icmp sgt/slt variants of select simplifications (PR28466)
by Sanjay Patel
· 9 years ago
4d4b609
[OptDiag,LDist] Convert remaining opt remarks to use the new API
by Adam Nemet
· 9 years ago
0414f48
[LV] Move vector int induction update to end of latch
by Matthew Simpson
· 9 years ago
09577f3
Fix the clang-cl self-host with VS 2013 headers
by Reid Kleckner
· 9 years ago
d0a4a04
Normalize file docs. NFC.
by George Burgess IV
· 9 years ago
8dbdfe6
[PGO] Make needsComdatForCounter() available (NFC)
by Rong Xu
· 9 years ago
d1938d1
add vector tests and a simpler version of the negative tests
by Sanjay Patel
· 9 years ago
568aa32
[docs] Move GitHub to GitHubSubMod
by Renato Golin
· 9 years ago
2e6126a
Transfer ownership of the XCore backend.
by Richard Osborne
· 9 years ago
d89a69b
Revert "Invariant start/end intrinsics overloaded for address space"
by Anna Thomas
· 9 years ago
e50f54b
[IndVars] Reflow oddly formatted condition; NFC
by Sanjoy Das
· 9 years ago
4227f92
Invariant start/end intrinsics overloaded for address space
by Anna Thomas
· 9 years ago
990df03
make InstCombine compare helper functions private; NFC
by Sanjay Patel
· 9 years ago
12a672e
Avoid a string copy, NFC
by Vedant Kumar
· 9 years ago
9abf24c
[IRTranslator] Add G_SUB opcode.
by Quentin Colombet
· 9 years ago
b6237e4
[llvm-config][GlobalISel] Canonicalize LLVM_HAS_GLOBAL_ISEL on ON/OFF.
by Quentin Colombet
· 9 years ago
92934fa
[CMake][GlobalISel] Turn LLVM_BUILD_GLOBAL_ISEL into an option. NFC.
by Quentin Colombet
· 9 years ago
368a8a2
[IRTranslator] Add comments to explain the ordering of the switch. NFC.
by Quentin Colombet
· 9 years ago
ec559e1
[InstCombine] break up visitICmpInstWithInstAndIntCst(); NFCI
by Sanjay Patel
· 9 years ago
b2e96ce
Adding RELEASE_TESTERS.TXT
by Renato Golin
· 9 years ago
82910c8
[AMDGPU] Emit read-only data to .rodata for hsa
by Konstantin Zhuravlyov
· 9 years ago
513679d
[IRTranslator] Add G_AND opcode.
by Quentin Colombet
· 9 years ago
33649d7d
AMDGPU/SI: Add support for R_AMDGPU_ABS32
by Konstantin Zhuravlyov
· 9 years ago
eeadb67
[AArch64] Load/store opt: Don't count transient instructions towards search limits.
by Geoff Berry
· 9 years ago
59e5ecf
Weaken ThreadSafeRefCountedBase atomics.
by Benjamin Kramer
· 9 years ago
54eb8ad
[X86][SSE] Allow folding of store/zext with PEXTRW of 0'th element
by Simon Pilgrim
· 9 years ago
cf72104
Fixed line endings
by Simon Pilgrim
· 9 years ago
4f07d11
[X86][SSE] Pull out duplicate EXTRW lowering code. NFCI.
by Simon Pilgrim
· 9 years ago
Next »