Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
ae6762ba78ea70bed6f27c447e8e24659745bade
ae6762b
[AArch64] Model the cost of vector by element FP multiplies on Exynos M1. (NFC)
by Evandro Menezes
· 9 years ago
6898ae0
Support/ELF: Add R_AMDGPU_GOTPCREL relocation
by Tom Stellard
· 9 years ago
072362b
[MachOYAML] Use a temporary to avoid gcc strict-aliasing warning
by Chris Bieneman
· 9 years ago
b234de3
[codeview] Add classes and unions to the Local/Global UDTs lists
by Hans Wennborg
· 9 years ago
6ee5dc2
[LCG] Make the name of an SCC include more of the functions in it.
by Chandler Carruth
· 9 years ago
46c1e8f
[yaml2macho] Removing asserts in favor of explicit yaml parse error
by Chris Bieneman
· 9 years ago
f444c52
[CMake] Add LLVM runtimes directory
by Chris Bieneman
· 9 years ago
55eeb45
MachineScheduler: Followup to debug message changes
by Matthias Braun
· 9 years ago
da15505
Codegen: [X86] preservere memory refs for folded umul_lohi
by Kyle Butt
· 9 years ago
ffdf177
Codegen: LICM Remove check for exactly 1 register def.
by Kyle Butt
· 9 years ago
680b0dd
MachineScheduler: Improve debug messages
by Matthias Braun
· 9 years ago
e41c71e
Uses shouldAssumeDSOLocal.
by Rafael Espindola
· 9 years ago
f71f365
Attempt #2 to unbreak bots broken by r273596.
by George Burgess IV
· 9 years ago
805aa9b
Refactor to use shouldAssumeDSOLocal. NFC.
by Rafael Espindola
· 9 years ago
8bbe924
[libfuzzer] moving is_ascii handler inside mutation dispatcher.
by Mike Aizatsky
· 9 years ago
205ddae
Convert test to FileCheck.
by Rafael Espindola
· 9 years ago
dce5fb2
InstCombine rule to fold trunc when value available
by Anna Thomas
· 9 years ago
dfb588c
AMDGPU: Add option to disable spilling SGPRs to VGPRs.
by Matt Arsenault
· 9 years ago
8e5f167
Attempt to fix breakage caused by r273596.
by George Burgess IV
· 9 years ago
22a6a11
Default to using the Unicode version of Win32 APIs instead of the ANSI version. This helps to catch instances where a developer accidentally forgets to explicitly specify which version of the API to use and accidentally winds up failing to support non-ASCII characters properly.
by Aaron Ballman
· 9 years ago
39639d9
[CFLAA] Use better interprocedural function summaries.
by George Burgess IV
· 9 years ago
d8c0071
Refactor duplicated code. NFC.
by Rafael Espindola
· 9 years ago
a918066
[codeview] Fix letter casing in FileCheck regexes
by Hans Wennborg
· 9 years ago
f7e90f8
[X86] Extract HiPE prologue constants into metadata
by Michael Kuperstein
· 9 years ago
ec3f141
Typo.
by Vassil Vassilev
· 9 years ago
06876d2
Fix the wasm build by including EndianStream.h
by Reid Kleckner
· 9 years ago
fdd3c34
Prevent generation of temp file in test from r273585.
by Nirav Dave
· 9 years ago
bad5ba7
[SCEV] Don't unnecessarily namespace; NFC
by Sanjoy Das
· 9 years ago
49816e0
[IRCE] Use getTerminator instead of rbegin; NFC
by Sanjoy Das
· 9 years ago
218e584
Preserve DebugInfo when replacing values in DAGCombiner
by Nirav Dave
· 9 years ago
ba911c4
[ValueTracking] simplify logic in ComputeNumSignBits (NFCI)
by Sanjay Patel
· 9 years ago
bcf03bb
[TableGen] Use StringRef::compare instead of != and <. NFC.
by Ahmed Bougacha
· 9 years ago
e8da13b
[ARM] Lower (select_cc k k (select_cc ~k ~k x)) into (SSAT l_k x)
by Pablo Barrio
· 9 years ago
525757e
Upgrade other old memset/memcpy signatures in tests causing buildbot failures with rL273568.
by Artur Pilipenko
· 9 years ago
d9ba941
[codeview] Emit retained types
by Hans Wennborg
· 9 years ago
bac9cdf
Change the email address for commit access requests to my llvm address.
by Chris Lattner
· 9 years ago
26de1b8
NFC, add an "end namespace" comment for consistency
by Vedant Kumar
· 9 years ago
ca74a50
Revert r273567 "[SystemZ] Let z13 also support FeatureMiscellaneousExtensions."
by Hans Wennborg
· 9 years ago
99faa52
Revert r273568 "Remangle intrinsics names when types are renamed"
by Hans Wennborg
· 9 years ago
1fa3fc6
Fix an old memset signature in 2009-09-01-PostRAProlog.ll test causing a buildbot failure
by Artur Pilipenko
· 9 years ago
e90638d
[docs] Bump minimum version of CMake in its own doc
by Renato Golin
· 9 years ago
8f92645
Remangle intrinsics names when types are renamed
by Artur Pilipenko
· 9 years ago
249d639
[SystemZ] Let z13 also support FeatureMiscellaneousExtensions.
by Jonas Paulsson
· 9 years ago
f84be78
Revert "[misched] Extend scheduler to handle unsupported features"
by Simon Dardis
· 9 years ago
00fb6ab
Explicitly specify the ANSI version of these Win32 APIs. While these are seemingly unrelated changes, they are all NFC because we currently default to the ANSI versions of the APIs when building for Windows. This simply makes the ANSI usage explicit.
by Aaron Ballman
· 9 years ago
b5514ec
[LoopUnrollAnalyzer] Fix a bug in UnrolledInstAnalyzer::visitLoad.
by Michael Zolotukhin
· 9 years ago
85d2541
[AMDGPU] Enable absolute expression initializer for amd_kernel_code_t fields.
by Valery Pykhtin
· 9 years ago
c1faee3
[X86][AVX512] Added AVX512F vector sign extend tests
by Simon Pilgrim
· 9 years ago
3ae5db8
Allow DeadStoreElimination to track combinations of partial later wrties
by Hal Finkel
· 9 years ago
43733c2
[mips] Don't derive the default ABI from the CPU in the backend.
by Daniel Sanders
· 9 years ago
b0b7bd4
[ARM] Use member initializers in ARMSubtarget. NFCI
by Diana Picus
· 9 years ago
47c3c00
[mips][ias] Integers are not registers.
by Daniel Sanders
· 9 years ago
c412e39
[llc] Remove exit-on-error flag (PR27759)
by Diana Picus
· 9 years ago
53391f4
[misched] Extend scheduler to handle unsupported features
by Simon Dardis
· 9 years ago
a4a23ea
[AMDGPU] Remove exit-on-error in test (PR27761)
by Diana Picus
· 9 years ago
7e4530e
[mips] Fix dext/dins definitions
by Simon Dardis
· 9 years ago
2c8eca9
[IfConversion] Bugfix: Don't use undef flag while adding use operands.
by Jonas Paulsson
· 9 years ago
f8f2c7f
[ARM] Do not test for CPUs, use SubtargetFeatures (Part 1). NFCI
by Diana Picus
· 9 years ago
12d48c9
[AVX512] Remove masked unpack intrinsics and autoupgrade to vectorshuffle and selects.
by Craig Topper
· 9 years ago
0b27eaf
[X86] Add assert to ensure only 128-bit vector types are used. 256 or 512-bit would require lane handling which is missing.
by Craig Topper
· 9 years ago
6b0bf92
[modules] Good ol' JIT is gone.
by Vassil Vassilev
· 9 years ago
42bb389
Add missing include. Should fix modules builds.
by Vassil Vassilev
· 9 years ago
7c2609a
[LLVM][MIPS] Introduce 64 bit atomic check in CheckAtomic.cmake
by Sagar Thakur
· 9 years ago
5ec082b
Fix doubly included header
by Matt Arsenault
· 9 years ago
07997a9
[libFuzzer] Add standard license info and comment header to AFLDriverTest.cpp
by Vitaly Buka
· 9 years ago
5783163
Use C++ comments for large block comment.
by Eric Christopher
· 9 years ago
8552cfd
AMDGPU: readlane/writelane do not read exec
by Matt Arsenault
· 9 years ago
eeb0d63
Fix unused variable warning by folding the temporary into the debug statement.
by Eric Christopher
· 9 years ago
e77d9ad
[SCCP] Don't assume all Constants are ConstantInt
by David Majnemer
· 9 years ago
7867935
[ADT] Add a range variant of std::transform
by David Majnemer
· 9 years ago
788062d
[IRObjectFile] Try to be defensive, add a break.
by Davide Italiano
· 9 years ago
7cbcee7
Revert r273456, "Preserve DebugInfo when replacing values in DAGCombiner" as it caused pr28270.
by Peter Collingbourne
· 9 years ago
d73d2ca
[llvm-cov] Fix a buggy lit test
by Vedant Kumar
· 9 years ago
22644bb
[codeview] Add EFLAGS to the list of CodeView register numbers
by Reid Kleckner
· 9 years ago
fddf7f5
AMDGPU: Fix liveness when expanding m0 loop
by Matt Arsenault
· 9 years ago
4b8bee1
[RS4GC] Use StringRef; NFC
by Sanjoy Das
· 9 years ago
e68240c
Change that to include MCMachObjectWriter.h
by Reid Kleckner
· 9 years ago
6398eb7
Add one more missing MCObjectWriter.h include
by Reid Kleckner
· 9 years ago
d017561
Fix instance of -Wdelete-incomplete
by Reid Kleckner
· 9 years ago
26f1dde
Prune some includes from headers and sink some inline functions
by Reid Kleckner
· 9 years ago
42fe7e4
[PM]: LoopAccessInfo simple refactoring
by Xinliang David Li
· 9 years ago
e97bf81
[pdb] Treat a stream size of ~0U as 0
by Reid Kleckner
· 9 years ago
1a713c6
[MachO] Finish moving fat header swap functions to MachO.h
by Chris Bieneman
· 9 years ago
700dff7
[ImplicitNullChecks] Hoist trivial depdendencies if possible
by Sanjoy Das
· 9 years ago
bf7782c
Use shouldAssumeDSOLocal.
by Rafael Espindola
· 9 years ago
4f8f710
Extract a few variables to make 'if' smaller. NFC.
by Rafael Espindola
· 9 years ago
7cde679
AMDGPU/SI: Define an intrinsic to expose ds_swizzle_b32
by Changpeng Fang
· 9 years ago
10551df
[codeview] Write LF_UDT_SRC_LINE records (PR28251)
by Hans Wennborg
· 9 years ago
9b666b1
Do not require __STDC_LIMIT_MACROS and others
by Pawel Bylica
· 9 years ago
d8b7c9f
[CMake] LLVM_BINARY_DIR was not being properly set in LLVMConfig.cmake
by Chris Bieneman
· 9 years ago
57b5696
[MachO] Adding a few missing swapStruct functions
by Chris Bieneman
· 9 years ago
83b162c
[codeview] Fix the alignment padding that we add to list records
by Reid Kleckner
· 9 years ago
9010765
[IRObjectFile] Propagate .weak attribute correctly for ASM symbols.
by Davide Italiano
· 9 years ago
c81dea1
Update header documentation for API deliberately made public
by Daniel Berlin
· 9 years ago
2772584
IR: Introduce Module::global_objects().
by Peter Collingbourne
· 9 years ago
e46cd3a
AMDGPU: Run verifier after 2nd run of SIShrinkInstructions
by Matt Arsenault
· 9 years ago
e228570
AMDGPU: Fix verifier errors in SILowerControlFlow
by Matt Arsenault
· 9 years ago
c7a10fc
[Hexagon] Add SDAG preprocessing step to expose shifted addressing modes
by Krzysztof Parzyszek
· 9 years ago
e93d6b1
[UpdateCompilerUsed] API rename and cleanup, suggested by Rafaael.
by Davide Italiano
· 9 years ago
9e588d8
[MBFI]: Add a new suboption for graph viewer
by Xinliang David Li
· 9 years ago
Next »