Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
95f42d0b8c48eaf41ea07a7bd38691f2f47e6f5c
95f42d0
[InstCombine] add test for ComputeNumSignBits with shuffle; NFC
by Sanjay Patel
· 7 years ago
3f46d1d
[llvm-mca] Remove dependency from InstrBuilder in class InstructionTables.
by Andrea Di Biagio
· 7 years ago
8ae5d12
[LegalizeDAG] ExpandLegalINT_TO_FP - cleanup UINT_TO_FP i64 -> f32 expansion.
by Simon Pilgrim
· 7 years ago
ed350b9
[InstCombine] add test for select with shuffled condition (PR37549); NFC
by Sanjay Patel
· 7 years ago
0ca5e5e
IR: Optimize FunctionType::get to perform one hash lookup instead of two, NFCI
by Krasimir Georgiev
· 7 years ago
c26bd23
[InstCombine] try harder to form select from logic ops (2nd try)
by Sanjay Patel
· 7 years ago
a9c4859
[llvm-mca] Refactor class SourceMgr. NFCI
by Andrea Di Biagio
· 7 years ago
31fda75
[FPEnv] Convert more BinaryOperator::isFNeg(...) to m_FNeg(...)
by Cameron McInally
· 7 years ago
99402db
[DEBUGINFO, NVPTX] Try to pack bytes data into a single string.
by Alexey Bataev
· 7 years ago
306868b
Fix llvm-strings crash for negative char values
by James Henderson
· 7 years ago
1dca977
[X86][SSE] Update PMULDQ schedule tests to survive more aggressive SimplifyDemandedBits
by Simon Pilgrim
· 7 years ago
0fd37a0
[MinGW] Enable large file for mingw-w64
by Martin Storsjo
· 7 years ago
2191c15
[llvm-exegesis] Implements a cache of Instruction objects.
by Guillaume Chatelet
· 7 years ago
8f55d09
[llvm-mca] [llvm-mca] Improved error handling and error reporting from class InstrBuilder.
by Andrea Di Biagio
· 7 years ago
62af346
[ThinLTO] Change parameter type. NFC
by Eugene Leviant
· 7 years ago
37f7dbe
Revert r345114
by Gil Rapaport
· 7 years ago
7d5e5c2
[AMDGPU] Defined gfx909 Raven Ridge 2
by Tim Renouf
· 7 years ago
8b5bda2
[ThinLTO] Fix dot dumper for regular LTO modules
by Eugene Leviant
· 7 years ago
63aae62
[LV] Don't have fold-tail under optsize invalidate interleave-groups when
by Dorit Nuzman
· 7 years ago
edb9243
[LSR] Combine unfolded offset into invariant register
by Gil Rapaport
· 7 years ago
bb45f1e
[X86] Correct a bad isel predicate. Though I don't think it can be exposed.
by Craig Topper
· 7 years ago
e10866a
[ARM64][Windows] Add unwind support to llvm-readobj
by Sanjin Sijaric
· 7 years ago
9a2b84c
ARM: handle checking aliases with out-of-bounds GEPs
by Saleem Abdulrasool
· 7 years ago
0253f75
Commit missing comment edit and use correct cast to fix std::min overload
by Reid Kleckner
· 7 years ago
bd26778
[hurd] Make getMainExecutable get the real binary path
by Reid Kleckner
· 7 years ago
a73d657
[PM] keeping history when original SCC split and then merge into itself
by Wei Mi
· 7 years ago
0785227
SelectionDAG: Reuse bigger sized constants in memset expansion.
by Matthias Braun
· 7 years ago
8b9cbda
[ORC] Re-apply r345077 with fixes to remove ambiguity in lookup calls.
by Lang Hames
· 7 years ago
2a04af1
Revert "[ThinLTO] Fix a crash in lazy loading of Metadata"
by Teresa Johnson
· 7 years ago
70fc21b
[hot-cold-split] Only perform splitting in ThinLTO backend post-link
by Teresa Johnson
· 7 years ago
fe08d67
[ThinLTO] Fix a crash in lazy loading of Metadata
by Teresa Johnson
· 7 years ago
eec87ee
Actually fix test from r345085 REQUIRE: asserts
by Fangrui Song
· 7 years ago
c8b72a0
Fix test after r345085
by Fangrui Song
· 7 years ago
26f7b1b
[X86] Autogenerate comple checks. NFC
by Craig Topper
· 7 years ago
1bbd49a
Print out DebugCounter info with -print-debug-counter
by Zhizhou Yang
· 7 years ago
ed9fa1a
[dwarfdump] Make incompatibility between -diff and -verbose explicit.
by Jonas Devlieghere
· 7 years ago
f596114
Fix typo in verifier error message
by Matt Arsenault
· 7 years ago
47fe3c0
CGP: Clear data structures at the end of a loop iteration instead of the beginning.
by Peter Collingbourne
· 7 years ago
c2e4d07
[llvm-objcopy] Fix use-after-move clang-tidy warning
by Jordan Rupprecht
· 7 years ago
1989ce1
Revert r345077 "[ORC] Change how non-exported symbols are matched during lookup."
by Reid Kleckner
· 7 years ago
e4c9c39
[ORC] Change how non-exported symbols are matched during lookup.
by Lang Hames
· 7 years ago
39f6fac
[test-suite/doc] Add list of programs we might add.
by Michael Kruse
· 7 years ago
fda29c9
[HotColdSplitting] Attach MinSize to outlined code
by Vedant Kumar
· 7 years ago
75e42f6
[X86][SSE] Revert rL343922 combinePMULDQ AddToWorklist (PR39398)
by Simon Pilgrim
· 7 years ago
863ec6da
[llvm-strip] Support -s alias for --strip-all. Make both strip and objcopy case sensitive to support both -s (--strip-all) and -S (--strip-debug).
by Jordan Rupprecht
· 7 years ago
d537407
[LegalizeDAG] Share Vector/Scalar CTPOP Expansion
by Simon Pilgrim
· 7 years ago
2ea19c8
X86DAGToDAGISel::matchBitExtract(): lambdas can't have default arguments.
by Roman Lebedev
· 7 years ago
79b7ee9
[LegalizeDAG] Share Vector/Scalar CTLZ Expansion
by Simon Pilgrim
· 7 years ago
5b29309
Fix MSVC build by correcting placement of declspec after r345056
by Daniel Sanders
· 7 years ago
68de396
[IR] Fix -Wunused-function after r345052
by Fangrui Song
· 7 years ago
ca762c6
[tblgen] Allow FixedLenDecoderEmitter to use APInt-like objects as InsnType
by Daniel Sanders
· 7 years ago
b63f24a
[PDB] Fix -Wunused-private-field in DIA
by Reid Kleckner
· 7 years ago
c0de197
[Power9] Add __float128 support in the backend for bitcast to a i128
by Stefan Pintilie
· 7 years ago
6e61423
[IR] remove fake binop queries for not/neg
by Sanjay Patel
· 7 years ago
c04985c
[InstCombine] use 'match' to simplify code
by Sanjay Patel
· 7 years ago
6fffb2a
[TTI][X86] Treat SK_Transpose shuffles as SK_PermuteTwoSrc - there's no difference in lowering.
by Simon Pilgrim
· 7 years ago
22a8730
[DebugInfo][GlobalOpt] Fix -debugify for globalopt shrinking globals to booleans.
by Jordan Rupprecht
· 7 years ago
922e137
[CostModel][X86] Add transpose shuffle cost tests
by Simon Pilgrim
· 7 years ago
c924df9
[WebAssembly] use 'match' to simplify code; NFC
by Sanjay Patel
· 7 years ago
1a72ab0
[Reassociate] replace fake binop queries with 'match' API
by Sanjay Patel
· 7 years ago
3a1d78f
[SelectionDAG] use 'match' to simplify code; NFC
by Sanjay Patel
· 7 years ago
8681ecc
[LegalizeDAG] Remove unused variable
by Benjamin Kramer
· 7 years ago
e3237d2
[LegalizeDAG] Share Vector/Scalar CTTZ Expansion
by Simon Pilgrim
· 7 years ago
838ac38
[SLPVectorizer] Add basic support for mul/and/or/xor horizontal reductions
by Simon Pilgrim
· 7 years ago
f46dd75
[InstCombine] use 'match' to handle vectors and simplify code
by Sanjay Patel
· 7 years ago
fa8e666
[InstCombine] swap select profile metadata when swapping select ops
by Sanjay Patel
· 7 years ago
b0f74f0
[InstCombine] add/move tests for select with inverted condition; NFC
by Sanjay Patel
· 7 years ago
d07f87e
Revert "[MachinePipeliner] Split MachinePipeliner code into header and cpp files"
by Aleksandr Urakov
· 7 years ago
8a6e76e
[SLSR] use 'match' to simplify code; NFC
by Sanjay Patel
· 7 years ago
191127e
[SLSR] auto-generate full test assertions; NFC
by Sanjay Patel
· 7 years ago
778349e
Experimental re-land of [X86][BMI1] X86DAGToDAGISel: select BEXTR from x << (32 - y) >> (32 - y) pattern
by Roman Lebedev
· 7 years ago
bd0ecc1
Add BROADCAST shuffle cost tests.
by Simon Pilgrim
· 7 years ago
f3f1265
Add BROADCAST shuffle cost tests.
by Simon Pilgrim
· 7 years ago
e7a9299
Leftover bits from https://reviews.llvm.org/D53420 that were accidentally left
by Dorit Nuzman
· 7 years ago
ee6a84b
[lit] Only return a found bash executable on Windows if it can understand Windows paths
by Greg Bedwell
· 7 years ago
477d32c
[X86][SSE] Update raw mask shuffle decoders to handle UNDEF mask elts
by Simon Pilgrim
· 7 years ago
54030c2
Revert "[X86][BMI1] X86DAGToDAGISel: select BEXTR from x << (32 - y) >> (32 - y) pattern"
by Roman Lebedev
· 7 years ago
befe74f
[TTI] Add generic cost handling of SK_Reverse shuffles
by Simon Pilgrim
· 7 years ago
62bea74
[X86][BMI1] X86DAGToDAGISel: select BEXTR from x << (32 - y) >> (32 - y) pattern
by Roman Lebedev
· 7 years ago
8e47a8d
Fix non-Windows build for D53324
by Aleksandr Urakov
· 7 years ago
7fc581a
Revert "Revert "[PDB] Extend IPDBSession's interface to retrieve frame data""
by Aleksandr Urakov
· 7 years ago
40760b7
[MachinePipeliner] Split MachinePipeliner code into header and cpp files
by Lama Saba
· 7 years ago
2cf3038
Add support for GNU Hurd in Path.inc and other places
by Sylvestre Ledru
· 7 years ago
5eb2e5b
[X86] Regenerate test checks to show fma comments. NFC
by Craig Topper
· 7 years ago
c407a17
[RuntimeDyld][COFF] Skip non-loaded sections when calculating ImageBase.
by Lang Hames
· 7 years ago
41fdb6a
[ORC] Show JITDylib search order in JITDylib::dump.
by Lang Hames
· 7 years ago
abbd80e
[ORC] Dump flags for JITDylib symbol table entries.
by Lang Hames
· 7 years ago
ac0745e
[hwasan] add stack frame descriptions.
by Kostya Serebryany
· 7 years ago
956dada
[dsymutil] Improve error reporting when we cannot create output file.
by Jonas Devlieghere
· 7 years ago
8ad683c
[WebAssembly] Fix assembly printing of br_table
by Heejin Ahn
· 7 years ago
d248358
[WebAssembly] Added test for inline assembly roundtrip.
by Wouter van Oortmerssen
· 7 years ago
4d0646d
X86: fix a comment copy-paste issue (NFC)
by Saleem Abdulrasool
· 7 years ago
c06413b
[X86] Remove unused entries from the X86ProcFamily enum. Add a note to discourage creation of new enum entries.
by Craig Topper
· 7 years ago
152aae5
[Intrinsic] Unigned Saturation Addition Intrinsic
by Leonard Chan
· 7 years ago
d8c8943
X86: Do not optimize branches with undef eflags inputs
by Matthias Braun
· 7 years ago
8f75264
[Reassociate] remove bogus tests; NFC
by Sanjay Patel
· 7 years ago
e209715
[MC] Shrink MCAsmParser by grouping bools, add const, NFC
by Reid Kleckner
· 7 years ago
4235b9c
[ARM] Regenerate reverse shuffle costs
by Simon Pilgrim
· 7 years ago
a551fc9
Recommit r344877 "[X86] Stop promoting integer loads to vXi64"
by Craig Topper
· 7 years ago
5528b0e
[Reassociate] add vector tests with undef elements; NFC
by Sanjay Patel
· 7 years ago
Next »