Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
304ec47e9bb8fd85f29e1f7c96d87985b53e5519
304ec47
[GVNHoist] Properly merge alignments when hoisting
by David Majnemer
· 9 years ago
2d83d8a
[Utils] Simplify combineMetadata
by David Majnemer
· 9 years ago
6b25086
Untabify.
by NAKAMURA Takumi
· 9 years ago
b78624d
Trailing whitespace.
by NAKAMURA Takumi
· 9 years ago
d5f5e9f
[CommandLine] Use Process::GetEnv instead of _wgetenv
by David Majnemer
· 9 years ago
5c5b255
[X86][SSE] Added PR27854 tests
by Simon Pilgrim
· 9 years ago
6b81c4d
[X86] Add shift double tests for PR14593
by Simon Pilgrim
· 9 years ago
69d888e
[X86] Add 'FeatureSlowSHLD' to cpu 'bdver4'
by Simon Pilgrim
· 9 years ago
9ca3a14
[X86] Add SHRD shift combine tests
by Simon Pilgrim
· 9 years ago
c3b4153
[X86] Regenerate shift by parts tests
by Simon Pilgrim
· 9 years ago
7fe63eb
[X86][SSE] Regenerate shifts tests
by Simon Pilgrim
· 9 years ago
da2666e
[X86][SSE] Regenerate SSE copysign tests
by Simon Pilgrim
· 9 years ago
5e00cf6
[X86][AVX512VL] Added AVX512VL half2float vector conversions tests to demonstrate PR23941
by Simon Pilgrim
· 9 years ago
f2a1f86
[X86] Make the FMA3 instruction names consistent between VEX and EVEX encoded versions.
by Craig Topper
· 9 years ago
3a58acf
[X86] Replace CodeGenOnly VPSRAVW/D/Q_Int instructions with patterns since the operand types exactly match the normal VPSRAVW/D/Q instructions.
by Craig Topper
· 9 years ago
ba55955
[Loop Vectorizer] Handling loops FP induction variables.
by Elena Demikhovsky
· 9 years ago
21c0ab8
[MSSA] Make EXPENSIVE_CHECKS check more.
by George Burgess IV
· 9 years ago
946f2ae
[MSSA] Remove useless assert. NFC.
by George Burgess IV
· 9 years ago
9c7a6d9
[X86][SSE] Added float widened broadcast tests
by Simon Pilgrim
· 9 years ago
ada7d32
[X86][SSE] Added more widened broadcast tests
by Simon Pilgrim
· 9 years ago
5b9e6bf
Change some more llvm highlighting instances to be text instead. It seems that Pygment does not handle "token" or "none" yet, and this caused the documentation bot to go red.
by Aaron Ballman
· 9 years ago
570a51e
Switching the highlighting from llvm to none in an attempt to appease the build bot (http://lab.llvm.org:8011/builders/llvm-sphinx-docs/builds/11984/steps/docs-llvm-html/logs/stdio).
by Aaron Ballman
· 9 years ago
e88c598
Removes a warning about duplicate label named _strings from CommandLine.rst.
by Aaron Ballman
· 9 years ago
17fe024
CODE_OWNERS: Take ownership of the MIPS backend
by Simon Dardis
· 9 years ago
391e1bc
[X86] Fix typo in comment.
by Craig Topper
· 9 years ago
55a640e
[X86][SSE] Added tests where we should be trying to widen a load+splat into a broadcast
by Simon Pilgrim
· 9 years ago
a0a5960
[X86][SSE] Regenerated uitofp <2 x i32> -> <2 x float> conversion tests
by Simon Pilgrim
· 9 years ago
6928c3c
[InstCombine] allow icmp (bit-manipulation-intrinsic(), C) folds for vectors
by Sanjay Patel
· 9 years ago
a73dfe8
Fix a GCC error due to this member name also being a type name. This
by Chandler Carruth
· 9 years ago
6381dfd
[AVX512] Implement commuting support for EVEX encoded FMA3 instructions.
by Craig Topper
· 9 years ago
0937f7e
[X86] Make one of the FMA3 commuting methods static. Remove a call to isFMA3 just to get the IsIntrisic flag, instead get it during the first call and pass it along. NFC
by Craig Topper
· 9 years ago
a1f64c9
[X86] Fix switch statement indentation per coding standards.
by Craig Topper
· 9 years ago
36cfd1c
AMDGPU: Delete dead code
by Matt Arsenault
· 9 years ago
52e0b0d
[Profile] Use explicit flag to enable IR PGO
by Xinliang David Li
· 9 years ago
9486968
Avoid using a raw AssumptionCacheTracker in various inliner functions.
by Sean Silva
· 9 years ago
e48bbc4
[coroutines] Part 1 of N: Documentation
by David Majnemer
· 9 years ago
add1047
[LoopUnrollAnalyzer] Handle out of bounds accesses in visitLoad
by David Majnemer
· 9 years ago
fa29211
[SCEV] Make isImpliedCondOperandsViaRanges smarter
by Sanjoy Das
· 9 years ago
18768c9
[cmake] Use a sane default for LLVM_PROFILE_DATA_DIR
by Vedant Kumar
· 9 years ago
d38e8e7
[SCEV] Change the interface of computeConstantDifference; NFC
by Sanjoy Das
· 9 years ago
f03395d
[InstCombine] move udiv+cmp fold over with other BinOp+cmp folds; NFCI
by Sanjay Patel
· 9 years ago
c9b262b
auto-generate checks
by Sanjay Patel
· 9 years ago
a6b9e20
Revert "[AMDGPU] Emit read-only data to .rodata for hsa"
by Tom Stellard
· 9 years ago
3f4fdc9
[LoopDataPrefetch] Fix unused variable in release build
by Adam Nemet
· 9 years ago
5781107
[LoopDataPrefetch] Include hotness of region in opt remark
by Adam Nemet
· 9 years ago
4758a25
[LoopDataPrefetch] Sort headers
by Adam Nemet
· 9 years ago
3dba903
[CFLAA] Add more offset-sensitivity tracking.
by George Burgess IV
· 9 years ago
6176c36
add tests for icmp vector folds
by Sanjay Patel
· 9 years ago
3921674
GlobalISel: allow multiple types on MachineInstrs.
by Tim Northover
· 9 years ago
ecefac9
Unpoison stack before resume instruction
by Vitaly Buka
· 9 years ago
9909951
Add flag to PassManagerBuilder to disable GVN Hoist Pass.
by Alina Sbirlea
· 9 years ago
e5b8fbc
[SLPVectorizer] Vectorize reverse-order loads in horizontal reductions
by Michael Kuperstein
· 9 years ago
7416201
add tests for icmp vector folds
by Sanjay Patel
· 9 years ago
2215e9b
add tests for icmp vector folds
by Sanjay Patel
· 9 years ago
759cf24
[Coverage] Mark more methods const (NFC)
by Vedant Kumar
· 9 years ago
b5911c2
add tests for icmp vector folds
by Sanjay Patel
· 9 years ago
3b6613c
Add invariant start call creation in IRBuilder.NFC
by Anna Thomas
· 9 years ago
2b421e1
Use RValue refs in APInt add/sub methods.
by Pete Cooper
· 9 years ago
d12f372
[llvm-cov] Don't copy stylesheets into index files
by Vedant Kumar
· 9 years ago
c119b4e
[SCEV] Extract out a helper function; NFC
by Sanjoy Das
· 9 years ago
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
Next »