Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
54f9742d294f22029007c400d493c078c78dee22
54f9742
[WebAssembly] Fix the opcode value for i64.rotr.
by Dan Gohman
· 9 years ago
ea3f918
IR: Function summary representation for type tests.
by Peter Collingbourne
· 9 years ago
57e4fa8
[sancov] skip duplicated points
by Mike Aizatsky
· 9 years ago
fd40c60
[sancov] hash prefix results in huge merge files, use shorter prefix
by Mike Aizatsky
· 9 years ago
c2dfb0a
[AArch64] Remove a redundant check. NFC.
by Haicheng Wu
· 9 years ago
c880b73
Add the ability for DWARFDie objects to get the parent DWARFDie.
by Greg Clayton
· 9 years ago
8bddda3
cmake: Don't build llvm-config and tblgen concurrently in cross builds
by Justin Bogner
· 9 years ago
91d837c
Update mailing list post URL and add libunwind reference
by Ed Maste
· 9 years ago
373eadc
[X86][SSE] Improve lowering of vXi64 multiplies
by Simon Pilgrim
· 9 years ago
6be18b9
Revert "[InstCombine] New opportunities for FoldAndOfICmp and FoldXorOfICmp"
by David Majnemer
· 9 years ago
7080d37
AMDGPU/SI: Fix file header
by Tom Stellard
· 9 years ago
fa98a04
TypeMetadataUtils: Simplify; spotted by Mehdi.
by Peter Collingbourne
· 9 years ago
d364009
Add missing includes on Windows.
by Zachary Turner
· 9 years ago
f4bf651
[LLParser] Parse vector GEP constant expression correctly
by Michael Kuperstein
· 9 years ago
57ab827
[ConstantFolding] Fix vector GEPs harder
by Michael Kuperstein
· 9 years ago
1222005
[CostModel] Pass shuffle mask args with ArrayRef. NFCI.
by Simon Pilgrim
· 9 years ago
2f4b616
revert first commit . removing empty line in X86.h
by Michael Zuckerman
· 9 years ago
3c3803e
First commit adding new line to X86.h
by Michael Zuckerman
· 9 years ago
b4e27a0
Added a template for building target specific memory node in DAG.
by Elena Demikhovsky
· 9 years ago
0a9fce6
[AMDGPU] Garbage collect dead code. NFCI.
by Davide Italiano
· 9 years ago
7cd6c62
[X86] Vectorcall Calling Convention - Adding CodeGen Complete Support
by Oren Ben Simhon
· 9 years ago
92d5336
[X86] Vectorcall Calling Convention - Adding CodeGen Complete Support
by Oren Ben Simhon
· 9 years ago
c934c63
[X86] Vectorcall Calling Convention - Adding CodeGen Complete Support
by Oren Ben Simhon
· 9 years ago
7327d6f
[X86] Vectorcall Calling Convention - Adding CodeGen Complete Support
by Oren Ben Simhon
· 9 years ago
0e3e0fb
[LDist] Match behavior between invoking via optimization pipeline or opt -loop-distribute
by Adam Nemet
· 9 years ago
5f9dad7
remove pretty-print test that requires debug
by Sebastian Pop
· 9 years ago
4005917
[APFloat] Remove 'else' after return. NFC
by Tim Shen
· 9 years ago
1a6ed84
[Orc][RPC] Actually specialize SerializationTraits and RPCTypeName in the right
by Lang Hames
· 9 years ago
0ed0bfd
machine combiner: fix pretty printer
by Sebastian Pop
· 9 years ago
07fe2b0
[Orc][RPC] Specialize RPCTypeName and SerializationTraits in the right namespace.
by Lang Hames
· 9 years ago
a7e8ae4
Improve natvis for llvm::SmallString so that it correctly displays only the valid portion of the string
by Antonio Maiorano
· 9 years ago
389d8df
[Orc] Add some static-assert checks to improve the error messages for RPC calls
by Lang Hames
· 9 years ago
8317950
IPO: Remove the ModuleSummary argument to the FunctionImport pass. NFCI.
by Peter Collingbourne
· 9 years ago
1ced44b
[Analysis] Centralize objectsize lowering logic.
by George Burgess IV
· 9 years ago
ca7371d
Move GlobPattern class from LLD to llvm/Support.
by Rui Ueyama
· 9 years ago
2f33273
[SCEV] Be less conservative when extending bitwidths for computing ranges.
by Michael Zolotukhin
· 9 years ago
4138b67
Revert "[ObjectYAML] Support for DWARF debug_info section"
by Chris Bieneman
· 9 years ago
0ef22e2
[ObjectYAML] Support for DWARF debug_info section
by Chris Bieneman
· 9 years ago
36fc3f6
IR: Eliminate non-determinism in the module summary analysis.
by Peter Collingbourne
· 9 years ago
036647c
[LoopUnroll] Modify a comment to clarify the usage of TripCount. NFC.
by Haicheng Wu
· 9 years ago
1e77c70
[ARM] Implement isExtractSubvectorCheap.
by Eli Friedman
· 9 years ago
967c9cb
[ARM] Generate checks for shuffle tests using update_llc_test_checks.py.
by Eli Friedman
· 9 years ago
96a2ab4
Use MaxDepth instead of repeating its value
by Matt Arsenault
· 9 years ago
256f801
AMDGPU: Allow 16-bit types in inline asm constraints
by Matt Arsenault
· 9 years ago
4bcae75
AMDGPU: Run fp combine tests on VI
by Matt Arsenault
· 9 years ago
44e5760
AMDGPU: Don't add same instruction multiple times to worklist
by Matt Arsenault
· 9 years ago
8a2cde8
Replace std::find_if with llvm::find_if. NFC.
by George Burgess IV
· 9 years ago
33ae526
Revert "Re-add the assert to StringRef's const char *, length constructor."
by Zachary Turner
· 9 years ago
dba6141
Re-add the assert to StringRef's const char *, length constructor.
by Zachary Turner
· 9 years ago
b0d6793
Fix missing '>' in docs (hopefully fixes bot error... )
by David Blaikie
· 9 years ago
bf89173
Add some brief documentation about GDB pretty printers
by David Blaikie
· 9 years ago
f51b34f
AMDGPU/SI: Make a function const
by Tom Stellard
· 9 years ago
38206ae
AMDGPU/SI: Add a MachineMemOperand when lowering llvm.amdgcn.buffer.load.*
by Tom Stellard
· 9 years ago
5624de7
[X86][SSE] Ensure we're only combining shuffles with legal mask types.
by Simon Pilgrim
· 9 years ago
11d071b
AMDGPU/SI: Add a MachineMemOperand to MIMG instructions
by Tom Stellard
· 9 years ago
7f580b6
Fix build with expensive checks enabled
by Serge Pavlov
· 9 years ago
ab968f6
Remove extraneous space.
by Rui Ueyama
· 9 years ago
1c4b812
[PM] Rework a loop in the CGSCC update logic to be more conservative and
by Chandler Carruth
· 9 years ago
54cffa1
[PM] Provide an initial, minimal port of the inliner to the new pass manager.
by Chandler Carruth
· 9 years ago
c84e30c
Reapply r289926: attempt to fix windows build
by Adrian Prantl
· 9 years ago
7b500b4
[IR] Remove the DIExpression field from DIGlobalVariable.
by Adrian Prantl
· 9 years ago
23755c9
Revert "[ObjectYAML] Support for DWARF debug_info section"
by Chris Bieneman
· 9 years ago
eca8f9a
[ObjectYAML] Support for DWARF debug_info section
by Chris Bieneman
· 9 years ago
97cbb36
Add ARM support to update_llc_test_checks.py
by Eli Friedman
· 9 years ago
ab621d8
[LV] Sink tripcount query to where it's actually used. NFC.
by Michael Kuperstein
· 9 years ago
c2813d9
[ObjectYAML] Support for DWARF Pub Sections
by Chris Bieneman
· 9 years ago
d576930
[libfuzzer] dump_coverage command line flag
by Mike Aizatsky
· 9 years ago
eaf3712
[TargetInstrInfo] replace redundant expression in getMemOpBaseRegImmOfs
by Michael LeMay
· 9 years ago
655737a
Make a function to correctly extract the DW_AT_high_pc given the low pc value.
by Greg Clayton
· 9 years ago
1fd371a
[InstCombine] use commutative matcher for pattern with commutative operators
by Sanjay Patel
· 9 years ago
63e1cbe
[InstCombine] add folds for icmp (umin|umax X, Y), X
by Sanjay Patel
· 9 years ago
c8f0c86
[LoopVersioning] Require loop-simplify form for loop versioning.
by Florian Hahn
· 9 years ago
76d41d2
[AMDGPU] When unifying metadata, add operands to named metadata individually
by Konstantin Zhuravlyov
· 9 years ago
21b74be
[InstCombine] add folds for icmp (smax X, Y), X
by Sanjay Patel
· 9 years ago
d687895
Silence unused warning.
by Daniel Jasper
· 9 years ago
7678e12
[ARM] GlobalISel: Add more checks to test
by Diana Picus
· 9 years ago
af01848
[ARM] GlobalISel: Minor style fixup in test
by Diana Picus
· 9 years ago
ce4dc1f
[ARM] GlobalISel: Lower i8 and i16 register args
by Diana Picus
· 9 years ago
07b3834
[ARM] GlobalISel: Allow i8 and i16 adds
by Diana Picus
· 9 years ago
f2838d8
[ARM] GlobalISel: Select i8 and i16 copies
by Diana Picus
· 9 years ago
9d30ef9
[Power9] Processor Model for Scheduling
by Ehsan Amiri
· 9 years ago
00ab587
[Hexagon] Restore minimum profit check accidentally changed in r290024
by Malcolm Parsons
· 9 years ago
9950c0f
[ARM] GlobalISel: Lower more than 4 arguments
by Diana Picus
· 9 years ago
a8a1767
AMDGPU: [AMDGPU] Assembler: add .hsa_code_object_metadata directive for functime metadata V2.0
by Sam Kolton
· 9 years ago
abc24ac
[ARM] GlobalISel: Support loading from the stack
by Diana Picus
· 9 years ago
0fd1a2c
[CodeGen] Make MachineInstr::isIdenticalTo() symmetric.
by Bjorn Pettersson
· 9 years ago
62e99e1
[XRay] Fix assertion failure on empty machine basic blocks (PR 31424)
by Dean Michael Berris
· 9 years ago
5d0801a
[X86] When recognizing vector loads or VZEXT_LOAD in selectScalarSSELoad make sure we pass the load's user rather than load itself to the second operand of IsLegalToFold.
by Craig Topper
· 9 years ago
7e2d9b0
[TableGen] Use 'unsigned' instead of 'bool' in a place where the code conditionally assigns numeric values. They happen to be 0 and 1 so this is NFC.
by Craig Topper
· 9 years ago
47d6abc
Add files I seem to have dropped in my revert (r290086).
by Daniel Jasper
· 9 years ago
8de3a54
Revert @llvm.assume with operator bundles (r289755-r289757)
by Daniel Jasper
· 9 years ago
1caa820
[X86] Remove all of the patterns that use X86ISD:FAND/FXOR/FOR/FANDN except for the ones needed for SSE1. Anything SSE2 or above uses the integer ISD opcode.
by Craig Topper
· 9 years ago
717d868
[FileCheck] Fix --strict-whitespace --match-full-lines -- add test-case
by Tom de Vries
· 9 years ago
8d31c8a
[FileCheck] Fix --strict-whitespace --match-full-lines
by Tom de Vries
· 9 years ago
bd807b7
[PDB] Don't use the long type
by David Majnemer
· 9 years ago
6fd764e
[InstCombine] use commutative matchers for patterns with commutative operators
by Sanjay Patel
· 9 years ago
43d95ab
Revert r289955 and r289962. This is causing lots of ASAN failures for us.
by Daniel Jasper
· 9 years ago
1a2b5e0
[X86] [AVX512] Minor fix in encoding of scalar EVEX instructions. NFC.
by Michael Zuckerman
· 9 years ago
06557aa
[X86][SSE] Add support for combining target shuffles to SHUFPS.
by Simon Pilgrim
· 9 years ago
9cbd609
[FileCheck] Fix comment in ReadCheckFile
by Tom de Vries
· 9 years ago
Next »