Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
d8fd22b7ecbedbd9a11031110f76b81cf831c727
d8fd22b
[x86] enable machine combiner reassociations for 128-bit vector logical integer insts (2nd try)
by Sanjay Patel
· 10 years ago
3034c71
[CodeGen] Fix AtomicExpand invalidation issue caused by r247429.
by Ahmed Bougacha
· 10 years ago
b43332c
[X86] Renamed lowerVectorShuffleAsUnpack NFCI.
by Simon Pilgrim
· 10 years ago
0f17418
Don't use bashism/kshism of test ==. From Kamil Rytarowski.
by Joerg Sonnenberger
· 10 years ago
9114b92
[X86] Moved lowerVectorShuffleWithUNPCK earlier to make reuse easier. NFCI.
by Simon Pilgrim
· 10 years ago
1b1bacb
[X86] Added i1 vector sextload tests
by Simon Pilgrim
· 10 years ago
21e0b1f
[X86][FMA] Refreshed fma tests
by Simon Pilgrim
· 10 years ago
69f08e5
revert r247506; need to verify changes in existing tests
by Sanjay Patel
· 10 years ago
e6c453b
[x86] enable machine combiner reassociations for 128-bit vector logical integer insts
by Sanjay Patel
· 10 years ago
427fe35
Fixed unused variable warning.
by Simon Pilgrim
· 10 years ago
231ed70
[InstCombine] CVTPH2PS Vector Demanded Elements + Constant Folding
by Simon Pilgrim
· 10 years ago
9029773
[X86][SSE] Use general sext IR for (v)pmovsx stack folding tests
by Simon Pilgrim
· 10 years ago
e73e5b4
[PM] Port SROA to the new pass manager.
by Chandler Carruth
· 10 years ago
e5c2842
Clean up: Refactoring the hardcoded value of 6 for FindAvailableLoadedValue()'s parameter MaxInstsToScan.
by Larisse Voufo
· 10 years ago
767c34a
Fix typos.
by Bruce Mitchener
· 10 years ago
6adacc9
Move asserts from PHINode::addIncoming to PHINode::setIncoming*
by Hal Finkel
· 10 years ago
0a0a960
dsymutil: Factor out the relocation handling into a RelocationManager (NFC)
by Adrian Prantl
· 10 years ago
830d0f8
[MC] Fix style bugs introduced in r247471. Reported by Rafael Espindola.
by Davide Italiano
· 10 years ago
125be70
[MC] Don't crash on division by zero.
by Davide Italiano
· 10 years ago
7ba3323
Add a non-exiting diagnostic handler for LTO.
by Yunzhong Gao
· 10 years ago
4d5d1dc
typo; NFC
by Sanjay Patel
· 10 years ago
8e2b613
Use function attribute "stackrealign" to decide whether stack
by Akira Hatanaka
· 10 years ago
d917fe0
[CMake] [Darwin] Need to set lto_library on CMAKE_MODULE_LINKER_FLAGS as well
by Chris Bieneman
· 10 years ago
4c53124
[X86] Make sure startproc/endproc are paired
by David Majnemer
· 10 years ago
8ae5f64
[IR] Print the label operands of a catchpad like an invoke
by Reid Kleckner
· 10 years ago
74869be
[CodeGen] Refactor TLI/AtomicExpand interface to make LLSC explicit.
by Ahmed Bougacha
· 10 years ago
f3d2de3
[CodeGen] Rename AtomicRMWExpansionKind to AtomicExpansionKind.
by Ahmed Bougacha
· 10 years ago
dee68c8
[PR24785] Appease MSC18 to tweak optimizations.
by NAKAMURA Takumi
· 10 years ago
18320e5
[libFuzzer] mention more trophies
by Kostya Serebryany
· 10 years ago
5ab98c2
[mips] Add missing disassembler tests for MIPS64-MIPS64R5.
by Daniel Sanders
· 10 years ago
79f7553
[mips] Add missing MIPS32 - MIPS32R5 disassembler tests.
by Daniel Sanders
· 10 years ago
b43119d
[mips] Attempt to fix llvm-s390x-linux1
by Daniel Sanders
· 10 years ago
8aa6e22
[mips] Add missing MIPS-IV disassembler tests.
by Daniel Sanders
· 10 years ago
335f5c3
[mips] Add missing MIPS-III disassembler tests.
by Daniel Sanders
· 10 years ago
7f81eab
Tweak 2 x86 gold tests so they can run on non-x86 platforms
by Arnaud A. de Grandmaison
· 10 years ago
5694c5f
[mips] Add missing MIPS-II disassembler tests.
by Daniel Sanders
· 10 years ago
05d48de
Add #include llvm-config.h to Locale.cpp which depends on LLVM_ON_WIN32.
by Yaron Keren
· 10 years ago
f9c4a2d
Re-commit r247405: [mips] Add missing MIPS-I disassembler tests.
by Daniel Sanders
· 10 years ago
0207031
Revert r247405: [mips] Add missing MIPS-I disassembler tests.
by Daniel Sanders
· 10 years ago
2d14cb6
[mips] Add missing MIPS-I disassembler tests.
by Daniel Sanders
· 10 years ago
595af7e
PPCFrameLowering::emitEpilogue(): Avoid manipulating MBBI on iterator end.
by NAKAMURA Takumi
· 10 years ago
1512548
Fix llvm/test/tools/gold/X86/bad-alias.ll.
by NAKAMURA Takumi
· 10 years ago
5f69f9f
[dsymutil] Discard useless location attributes.
by Frederic Riss
· 10 years ago
5571e77
[dsymutil] Rename some variables NFC.
by Frederic Riss
· 10 years ago
7f52e5c
Fix the gold test cases after alias changes
by David Blaikie
· 10 years ago
21f77df
[opaque pointer type] Add textual IR support for explicit type parameter for global aliases
by David Blaikie
· 10 years ago
a6f58ad
[modules] Move ConvertUTF.h to a separate submodule that doesn't require C++.
by Richard Smith
· 10 years ago
385beeb
Fixed a bug that BranchProbability is not defined in BlockFrequency.cpp. NFC.
by Cong Hou
· 10 years ago
812e1e4
AsmWriter: Avoid O(N^2) processing of metadata
by Duncan P. N. Exon Smith
· 10 years ago
5db3146
Revert "[InstCombineCalls] Use isKnownNonNullAt() to check nullness of passing arguments at callsite"
by Mehdi Amini
· 10 years ago
8a15ef5
[libFuzzer] perform fewer crossover operations compared to plain mutations
by Kostya Serebryany
· 10 years ago
fbf4869
Add .exe check to Execute to fix clang-modernize tests broken in r247358
by Reid Kleckner
· 10 years ago
4f84072
[modules] Add another .def file to our list of textual headers.
by Richard Smith
· 10 years ago
f84a11c
ScanDirForExecutable on Windows fails to find executables with the "exe" extension in name
by Reid Kleckner
· 10 years ago
e545713
Pass BranchProbability/BlockMass by value instead of const& as they are small. NFC.
by Cong Hou
· 10 years ago
337cd21
[InstCombineCalls] Use isKnownNonNullAt() to check nullness of passing arguments at callsite
by Chen Li
· 10 years ago
0df4288
Mark another method const. Sorry for missing this one the first time.
by Rafael Espindola
· 10 years ago
55a7e0f
[InstCombineCalls] Use isKnownNonNullAt() to check nullness of gc.relocate return value
by Chen Li
· 10 years ago
4d0f917
Remove gcc warning when comparing an unsigned var for >= 0
by Filipe Cabecinhas
· 10 years ago
3f3f976
[WinEH] Push and pop EBP for 32-bit funclets
by Reid Kleckner
· 10 years ago
d62d9ca
AMDGPU: Simplify debug printing
by Matt Arsenault
· 10 years ago
3a8d465
AMDGPU: Use StringRef value
by Matt Arsenault
· 10 years ago
395d7b0
[SPARC] Switch to the Machine Scheduler.
by James Y Knight
· 10 years ago
5b18c9f
Mark two methods const.
by Rafael Espindola
· 10 years ago
76b8270
Fix SEH state numbering algorithm to handle cleanupendpads
by Reid Kleckner
· 10 years ago
19991cc
[LV] Relax Small Size Reduction Type Requirement
by Matthew Simpson
· 10 years ago
b56b4c0
[RuntimeDyld] Support non-zero addends for the MachO X86_64 SUBTRACTOR reloc.
by Lang Hames
· 10 years ago
44decbe
[RuntimeDyld] Fix a bug in debugging output: all sections should be dumped
by Lang Hames
· 10 years ago
c061b2b
Add an explicit 'inline' specifier to these static functions. GCC is
by Chandler Carruth
· 10 years ago
3db5c58
Correct the return type of CreateCleanupEndPad
by Reid Kleckner
· 10 years ago
ec31826
Revert "[SPARC] Switch to the Machine Scheduler."
by James Y Knight
· 10 years ago
1c018c2
[IR] Conservatively mark 'catchpad' as accessing memory
by David Majnemer
· 10 years ago
8eaf34e
[libFuzzer] refactor the code to allow building libFuzzer on platforms that don't have dfsan and don't support weak functions
by Kostya Serebryany
· 10 years ago
24346ed
[CMake] Add lto subdirectory explicitly.
by Chris Bieneman
· 10 years ago
ba662b3
[SPARC] Switch to the Machine Scheduler.
by James Y Knight
· 10 years ago
cc8cfb9
[SCEV] Consistently Handle Expressions That Cannot Be Divided
by Matthew Simpson
· 10 years ago
50c9e63
[MergeFuncs] Fix callsite attributes in thunk generation
by JF Bastien
· 10 years ago
6ff608f
Tidy up some alias syntax to make explicit pointer type migration easier
by David Blaikie
· 10 years ago
1aa8d7c
[CMake] s/LLVM_SOURCE_DIR/LLVM_MAIN_SRC_DIR/
by Jordan Rose
· 10 years ago
5d8f37f
[SimplifyCFG] Use known bits to eliminate dead switch defaults
by Philip Reames
· 10 years ago
4b5f4e5
[CMake] Add DARWIN_LTO_LIBRARY option to allow overriding -lto_library.
by Chris Bieneman
· 10 years ago
a37234f
[CMake] Allow LLVM_TOOLCHAIN_TOOLS to be overridden
by Chris Bieneman
· 10 years ago
a72d302
[CMake] Fix Xcode build with LLVM_ENABLE_OBJLIB.
by Jordan Rose
· 10 years ago
40b623b
Debug Info: Allow a DIModule to appear as the scope of other entities.
by Adrian Prantl
· 10 years ago
8b25542
[docs][PerformanceTips] Add text on allocas and alignment
by Philip Reames
· 10 years ago
a8d8dba
[libFuzzer] add two more variants of FuzzerDriver for convenience
by Kostya Serebryany
· 10 years ago
883735e
[WinEH] Fix single-block cleanup coloring
by Joseph Tremoulet
· 10 years ago
07a3b97
Re-commit r247216: "Fix Clang-tidy misc-use-override warnings, other minor fixes"
by Hans Wennborg
· 10 years ago
d4c5df7
Fix an undefined behavior introduces in r247234
by Steven Wu
· 10 years ago
a77744d
80-cols; NFC
by Sanjay Patel
· 10 years ago
64714ea
use range-based for loop; NFCI
by Sanjay Patel
· 10 years ago
2a25359
use range-based for loop; NFCI
by Sanjay Patel
· 10 years ago
fbb2bed
[Bitcode] Add xfail test for PR24755 (uselistorder)
by Vedant Kumar
· 10 years ago
3dc6b39
fix typo; NFC
by Sanjay Patel
· 10 years ago
eecbba2
Fix PR 24724 - The implicit register verifier shouldn't assume certain operand
by Alex Lorenz
· 10 years ago
7ad3ef0
Cleaning up LLVM IR mode for Emacs.
by Rafael Espindola
· 10 years ago
7744f3c
AVX512: Implemented encoding and intrinsics for
by Igor Breger
· 10 years ago
377dd66
Silencing C4141 warnings that were introduced en masse because __forceinline cannot be combined with inline in MSVC without triggering this diagnostic. This is safe to disable because clang will catch instances of the issue with -Wduplicate-decl-specifier, so we are not losing diagnostic coverage.
by Aaron Ballman
· 10 years ago
2d07ebf
[FileCheck] Use range-based for loops. NFC.
by Benjamin Kramer
· 10 years ago
d42deae
There is a trunc(lshr (zext A), Cst) optimization in InstCombineCasts that
by Jakub Kuderski
· 10 years ago
Next »