Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
4fbe7c8ae1a255e1403227a7b02c893fd3780574
4fbe7c8
[RDF] Further improve readability of the graph
by Krzysztof Parzyszek
· 9 years ago
1c287c0
Use getSize instead of data().size(). NFC.
by Rafael Espindola
· 9 years ago
420bc56
[RTDyld] Fix a bug in RTDyldMemoryManager::deregisterEHFrames.
by Lang Hames
· 9 years ago
d1ed87a
[RDF] Replace RegisterAliasInfo with target-independent code using lane masks
by Krzysztof Parzyszek
· 9 years ago
7b05e5c
[x86, SSE/AVX] allow 128/256-bit lowering for copysign vector intrinsics (PR30433)
by Sanjay Patel
· 9 years ago
da49ba4
Don't drop the llvm. prefix when renaming.
by Rafael Espindola
· 9 years ago
097e033
fix formatting; NFC
by Sanjay Patel
· 9 years ago
3e3a0a0
Prevent out of order HashDirective lexing in AsmLexer.
by Nirav Dave
· 9 years ago
510a4bc
AMDGPU: Fix typo
by Matt Arsenault
· 9 years ago
82f1243
AMDGPU: Fix missing -verify-machineinstrs in test
by Matt Arsenault
· 9 years ago
d89ff9a
[X86][SSE] Add PR30371 (shuffle constant folding) test case
by Simon Pilgrim
· 9 years ago
9920e54
Add new target hooks for LoadStoreVectorizer
by Volkan Keles
· 9 years ago
ec44dc9
[ARM] Code size optimisation to lower udiv+urem to udiv+mls instead of a
by Sjoerd Meijer
· 9 years ago
6fd795d
[CodeGen] Adding a test showing the current state of poor code gen of
by Alexey Bataev
· 9 years ago
1184da1
[lit] Throw in unimplemented method (NFC)
by Chris Bieneman
· 9 years ago
245ab62
[lit] Remove unused imports (NFC)
by Chris Bieneman
· 9 years ago
47cdc16
[lit] Compare to None using identity, not equality
by Chris Bieneman
· 9 years ago
4d21682
[AMDGPU] Remove unused variables from SIOptimizeExecMasking
by Konstantin Zhuravlyov
· 9 years ago
dd1b9ba
[PowerPC] Account for the ELFv2 function prologue during branch selection
by Hal Finkel
· 9 years ago
8fd6969
[AVX-512] Remove isCheapAsAMove flag from VMOVAPSZ128rm_NOVLX and friends.
by Craig Topper
· 9 years ago
7036cb8
[X86] Mark all sizes of (V)MOVUPD as trivially rematerializable.
by Craig Topper
· 9 years ago
a96fb08
[X86][AVX2] Add support for combining target shuffles to VPERMD/VPERMPS
by Simon Pilgrim
· 9 years ago
4f64dd9
[SCEV] Rely on ConstantRange instead of custom logic; NFCI
by Sanjoy Das
· 9 years ago
53936b8
[ConstantRange] Make getEquivalentICmp smarter
by Sanjoy Das
· 9 years ago
630a87a
[X86][AVX2] Missed opportunities to combine to VPERMD/VPERMPS
by Simon Pilgrim
· 9 years ago
bb9190f
[X86][AVX2] Fix typo in test names
by Simon Pilgrim
· 9 years ago
c36f800
Rangify for loops.
by Yaron Keren
· 9 years ago
892bbf6
[x86] remove 'nan' strings from copysign assertions; NFC
by Sanjay Patel
· 9 years ago
7e696f0
[x86] add test to show unnecessary scalarization of copysign intrinsics (PR30433)
by Sanjay Patel
· 9 years ago
9d7b8dc
[X86][AVX] Ensure broadcast loads respect dependencies
by Simon Pilgrim
· 9 years ago
a8c3c60
[X86] Don't set i64 ADDC/ADDE/SUBC/SUBE as Custom if the target isn't 64-bit. This way we don't have to catch them and do nothing with them in ReplaceNodeResults.
by Craig Topper
· 9 years ago
ca641f3
[X86] Fix indentation. NFC
by Craig Topper
· 9 years ago
d300098
Revert r283057 and r283058
by Sanjoy Das
· 9 years ago
4c305be
[PowerPC] Refactor soft-float support, and enable PPC64 soft float
by Hal Finkel
· 9 years ago
f6a95d4
Remove duplicated code; NFC
by Sanjoy Das
· 9 years ago
afbfbca
[SCEV] Rely on ConstantRange instead of custom logic; NFCI
by Sanjoy Das
· 9 years ago
4e4cf39
[ConstantRange] Make getEquivalentICmp smarter
by Sanjoy Das
· 9 years ago
ca07d00
[SCEV] Remove commented out code; NFC
by Sanjoy Das
· 9 years ago
d17dee5
COFF: Fix short import lib import name type bitshift
by Martell Malone
· 9 years ago
ec8ee2a
[X86][SSE] Cleaned up shuffle decode assertion messages
by Simon Pilgrim
· 9 years ago
1b14831
[SLPVectorizer][X86] Added fptosi/fptoui tests
by Simon Pilgrim
· 9 years ago
065e592
[CostModel][X86] Added tests for current fptosi/fptoui costs
by Simon Pilgrim
· 9 years ago
a94243b4
[SLPVectorizer][X86] Added fcopysign tests
by Simon Pilgrim
· 9 years ago
4a24b14
[SLPVectorizer][X86] Added fabs tests
by Simon Pilgrim
· 9 years ago
1df457a
[CostModel][X86] Added fcopysign costs
by Simon Pilgrim
· 9 years ago
793d2a4
Use StringRef for MemoryBuffer identifier API (NFC)
by Mehdi Amini
· 9 years ago
089e03e
[CostModel][X86] Added fabs costs
by Simon Pilgrim
· 9 years ago
fc651f7
Fix signed/unsigned warning
by Simon Pilgrim
· 9 years ago
20e8247
[X86][SSE] Add support for combining target shuffles to binary BLEND
by Simon Pilgrim
· 9 years ago
a8904db
Use StringRef in Registry API (NFC)
by Mehdi Amini
· 9 years ago
55ce06a
[X86][SSE] Always combine target shuffles to MOVSD/MOVSS
by Simon Pilgrim
· 9 years ago
1c8d24e
[X86][SSE] Enable commutation from MOVSD/MOVSS to BLENDPD/BLENDPS on SSE41+ targets
by Simon Pilgrim
· 9 years ago
f4f5451
Revert r283029 - [cmake] Make LIT_COMMAND configurable and improve fallback support
by Michal Gorny
· 9 years ago
f2993f0
[X86][SSE] Regenerate vselect tests and improve AVX1/AVX2 coverage
by Simon Pilgrim
· 9 years ago
6bc4743
Revert "[MC] Prevent out of order HashDirective lexing in AsmLexer."
by Nirav Dave
· 9 years ago
c513af9
[cmake] Fix incorrect default for LIT_COMMAND, from r283029
by Michal Gorny
· 9 years ago
310d306
[cmake] Make LIT_COMMAND configurable and improve fallback support
by Michal Gorny
· 9 years ago
bf7d569
[OCaml] Install .mli (interface) files
by Michal Gorny
· 9 years ago
962713f
Split a comment into generic description and note about the specific cmake use.
by Joerg Sonnenberger
· 9 years ago
1839f8a
Retire LLVM_BINDIR and friends. They haven't been provided with actual
by Joerg Sonnenberger
· 9 years ago
120924c
[libFuzzer] add fuzzer test for libxml2, finds https://bugzilla.gnome.org/show_bug.cgi?id=751631
by Kostya Serebryany
· 9 years ago
83660ff
GC HAVE_STRTOQ
by Joerg Sonnenberger
· 9 years ago
a27efcd
Retire bugpoint's -R. hack.
by Joerg Sonnenberger
· 9 years ago
1acd70c
[libFuzzer] fix a recent bugs (buffer overflow)
by Kostya Serebryany
· 9 years ago
b800476
[X86] Cleanup patterns for using VMOVDDUP for broadcasts.
by Craig Topper
· 9 years ago
102077e
Revert "Use StringRef instead of raw pointer in TargetRegistry API (NFC)"
by Mehdi Amini
· 9 years ago
ec52cde
Use StringRef instead of raw pointers in MCAsmInfo/MCInstrInfo APIs (NFC)
by Mehdi Amini
· 9 years ago
876fe65
Use StringRef instead of raw pointer in TargetRegistry API (NFC)
by Mehdi Amini
· 9 years ago
d1fa61b
Use StringRef instead of raw pointer in ExecutionEngine
by Mehdi Amini
· 9 years ago
825f7d8
[AVX-512] Add EVEX versions of VPBROADCASTW patterns with truncated i32 loads.
by Craig Topper
· 9 years ago
dbe4e45
[AVX-512] Add VLX command lines to 128 and 256-bit shufffle tests.
by Craig Topper
· 9 years ago
0efcb40
Use StringRef in Datalayout API (NFC)
by Mehdi Amini
· 9 years ago
afe556b
DIFlags: use StringRef instead of raw pointer (NFC)
by Mehdi Amini
· 9 years ago
48435b0
Revert "Use StringRef in Datalayout API (NFC)"
by Mehdi Amini
· 9 years ago
b398ca6
Use StringRef in Datalayout API (NFC)
by Mehdi Amini
· 9 years ago
6bd185b
Use StringRef in Pass Info/Support API (NFC)
by Mehdi Amini
· 9 years ago
b7d8ee4
Use StringRef in CommandLine Options handling (NFC)
by Mehdi Amini
· 9 years ago
798a8cd
Use StringRef instead of raw pointer in MachinePassRegistry (NFC)
by Mehdi Amini
· 9 years ago
5e07fb3
Use StringRef in TLI instead of raw pointer (NFC)
by Mehdi Amini
· 9 years ago
67f335d
Use StringRef in Pass/PassManager APIs (NFC)
by Mehdi Amini
· 9 years ago
3e821f8
Revert "AMDGPU: Don't use offen if it is 0"
by Mehdi Amini
· 9 years ago
26e89a7
Remove getTargetTriple and update all uses to use the Triple off
by Eric Christopher
· 9 years ago
0c50304
Stop calling getTargetTriple off of the AsmPrinter and constructing a
by Eric Christopher
· 9 years ago
76315da
Remove TargetTriple from AArch64MCInstLower as it's used in few places
by Eric Christopher
· 9 years ago
494146d
AMDGPU: Don't use offen if it is 0
by Matt Arsenault
· 9 years ago
65e620e
Use StringRef in LTOCodegenerator (NFC)
by Mehdi Amini
· 9 years ago
a5deba0
Use StringRef in LTOModule implementation (NFC)
by Mehdi Amini
· 9 years ago
fc85882
Use StringRef in Triple API (NFC)
by Mehdi Amini
· 9 years ago
f46303a
[libFuzzer] implement the -shrink=1 option that tires to make elements of the corpus smaller, off by default
by Kostya Serebryany
· 9 years ago
28901d9
[MC] Prevent out of order HashDirective lexing in AsmLexer.
by Nirav Dave
· 9 years ago
090f75d
[ASAN] Add the binder globals on Darwin to llvm.compiler.used to avoid LTO dead-stripping
by Mehdi Amini
· 9 years ago
b6b3db7
[libFuzzer] remove some experimental code
by Kostya Serebryany
· 9 years ago
c5efc2c
[llvm-objdump] Switch to a range loop. NFCI.
by Davide Italiano
· 9 years ago
a179dcf
ScheduleDAGInstrs: Cleanup, use range based for; NFC
by Matthias Braun
· 9 years ago
7faa446
[libFuzzer] fix openssl fuzzer tests when running on a machine w/o openssl installed
by Kostya Serebryany
· 9 years ago
5d78fc6
[libFuzzer] remove unused option
by Kostya Serebryany
· 9 years ago
7d8f62d
[SEH] Emit the parent frame offset label even if there are no funclets
by Reid Kleckner
· 9 years ago
e71d314
[AArch64][RegisterBankInfo] Use the helper functions for the checks
by Quentin Colombet
· 9 years ago
2bd65b5
[AArch64][RegisterBankInfo] Rename getValueMappingIdx to getValueMapping
by Quentin Colombet
· 9 years ago
e4d60ad
[AArch64][RegisterBankInfo] Compress the ValueMapping table a bit.
by Quentin Colombet
· 9 years ago
Next »