Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
101d620a14be2253c442ba3df826d3430ed62585
101d620
[ThinLTO] Make inline assembly handling more efficient in summary
by Teresa Johnson
· 9 years ago
ad27fda
[CostModel][X86] Added mul costs for vXi8 vectors
by Simon Pilgrim
· 9 years ago
2e6f35a
[X86][AVX] Fixed v16i16/v32i8 ADD/SUB costs on AVX1 subtargets
by Simon Pilgrim
· 9 years ago
4bbcd0a
[PPC] add intrinsics for vec extract exp/significand and vec test data class.
by Sean Fertile
· 9 years ago
91298c7
Reverting r285406, which was a temporary workaround to get one of the documentation bots upgraded to something newer than GCC 4.7. This restores the check for GCC 4.8.
by Aaron Ballman
· 9 years ago
bdeedc7
Revert "llvm-strings: support printing the filename"
by Renato Golin
· 9 years ago
7ff5cb1
Remove redundant condition (PR28352) NFCI.
by Simon Pilgrim
· 9 years ago
a52fb28
[InlineCost] Remove skew when calculating call costs
by James Molloy
· 9 years ago
c4d8c58
Remove redundant condition (PR28800) NFCI.
by Simon Pilgrim
· 9 years ago
e16596f
GlobalISel: Fix indentation. NFC
by Diana Picus
· 9 years ago
f2c2f53
[JumpThreading] Prevent non-deterministic use lists
by Pablo Barrio
· 9 years ago
4a8d98b
GlobalISel: Fix typos. NFC
by Diana Picus
· 9 years ago
dffdb5c
Add explicit (void) cast to unused unique_ptr::release() results
by Eric Fiselier
· 9 years ago
1d94ec7
Demangle: only demangle mangled symbols
by Saleem Abdulrasool
· 9 years ago
c41a51e
[AVX-512] Add suffixless aliases for EVEX encoded vcvtsi2ss/vcvtsi2sd/vcvtusi2ss/vcvtusi2sd. This matches the VEX behavior.
by Craig Topper
· 9 years ago
460a780
[X86] Cleanup 'x' and 'y' mnemonic suffixes for vcvtpd2dq/vcvttpd2dq/vcvtpd2ps and similar instructions.
by Craig Topper
· 9 years ago
d03c7ac
[AVX-512] Remove and autoupgrade masked dword/qword variable shift intrinsics to the new unmasked versions and selects.
by Craig Topper
· 9 years ago
00eb18d
[LangRef] Drop misleading anecdote
by Sanjoy Das
· 9 years ago
5b20442
test: remove the archive before modifying it
by Saleem Abdulrasool
· 9 years ago
a5627e5
llvm-cxxfilt: support reading from stdin
by Saleem Abdulrasool
· 9 years ago
38feb36
[ValueTracking] recognize even more variants of smin/smax
by Sanjay Patel
· 9 years ago
1bad30c
[AVX-512] Fix a disassembler failure for AVX-512 vcmpss/vcmpsd with an immediate larger than 32. Fix the same bug with VLX vcmpps/vcmppd.
by Craig Topper
· 9 years ago
2311432
test: synchronise lit substitutions
by Saleem Abdulrasool
· 9 years ago
7c0b299
[ValueTracking] move min/max matching to helper function; NFCI
by Sanjay Patel
· 9 years ago
5eb34e8
[X86][IR] Reduce the number of full string comparisons in the code that autoupgrades masked shift intrinsics.
by Craig Topper
· 9 years ago
c99852c
llvm-strings: support printing the filename
by Saleem Abdulrasool
· 9 years ago
4404d0d
AMDGPU: Implement SGPR spilling with scalar stores
by Matt Arsenault
· 9 years ago
b70e96e
revert commit r286761, some builds failed on Win platforms
by Igor Breger
· 9 years ago
85580f9
[X86][SSE] Add zero lower 32-bits test case for PR30845
by Simon Pilgrim
· 9 years ago
58917b8
[X86][AVX512] Add masked VPMOZX test case for PR26762
by Simon Pilgrim
· 9 years ago
2bae973
[X86][SSE] Add additional test case for PR30845
by Simon Pilgrim
· 9 years ago
061d58f
[X86][AVX512] Removing llvm x86 intrinsics for _mm_mask_move_{ss|sd} intrinsics.
by Ayman Musa
· 9 years ago
0a21d7d
[X86][AVX512] Add patterns for all variants of VMOVSS/VMOVSD instructions.
by Ayman Musa
· 9 years ago
e59ef16
[InstCombine][AVX-512] Teach InstCombineCalls to handle the new unmasked AVX-512 variable shift intrinsics.
by Craig Topper
· 9 years ago
2460663
[AVX-512] Add unmasked intrinsics for variable shifts of dwords and qwords.
by Craig Topper
· 9 years ago
9027123
[AMDGPU] Add f16 support (VI+)
by Konstantin Zhuravlyov
· 9 years ago
dead081
Bitcode: Change module reader functions to return an llvm::Expected.
by Peter Collingbourne
· 9 years ago
b0c36f7
Analysis: Simplify the ScalarEvolution::getGEPExpr() interface. NFCI.
by Peter Collingbourne
· 9 years ago
77a1226
Bitcode: More precise casting. NFCI.
by Peter Collingbourne
· 9 years ago
e1f5c81
IR: Change the Type::get{Array,Vector,Pointer}ElementType() functions to perform the correct type assertion.
by Peter Collingbourne
· 9 years ago
0177b1e
[AVX-512] Move masked shift intrinsics tests to the autoupgrade test file. These missed being moved in r286725.
by Craig Topper
· 9 years ago
eb14a74
[InstCombine][AVX-512] Expand vector shift handling to work on the AVX-512 shift by immediate and shift by single value.
by Craig Topper
· 9 years ago
4506e1d
[x86] add smin/smax with zero tests
by Sanjay Patel
· 9 years ago
b2c07dd
[X86][SSE] Add test case for PR30845
by Simon Pilgrim
· 9 years ago
a1e4ad0
[ORC] Remove the 'const' qualifier from the member function wrapper, make the
by Lang Hames
· 9 years ago
763a1ec
test: explicitly use gnu format
by Saleem Abdulrasool
· 9 years ago
98825db
llvm-strings: trivialise logic until we support more options
by Saleem Abdulrasool
· 9 years ago
7aa2751
[AVX-512] Remove the remaining masked shift by immediate or by single value. Autoupgrade them to recently introduced unmasked versions and a select.
by Craig Topper
· 9 years ago
fd34282
[Support] Add StringRef::find_lower and contains_lower.
by Zachary Turner
· 9 years ago
4e9c4a8
[OCaml] Clear cross-target test deps when building out-of-tree
by Michal Gorny
· 9 years ago
8a6ccbe
As we released 3.9, from the 4.0 release notes, points to version 3.9 instead of 3.8
by Sylvestre Ledru
· 9 years ago
7fc9a56
[AVX-512] Add unmasked version of shift by immediate and shift by single element in XMM.
by Craig Topper
· 9 years ago
328301f
CODE_OWNERS: Take ownership of the X86 backend.
by Craig Topper
· 9 years ago
ddd7d89
[AVX-512] Add support for lowering shuffles to VALIGND/VALIGNQ
by Craig Topper
· 9 years ago
0a923ad
build: add a dependency on llvm-strings
by Saleem Abdulrasool
· 9 years ago
421c744
llvm-strings: ensure that the last string is correctly printed
by Saleem Abdulrasool
· 9 years ago
18c0ee2
[OCaml] Adapt to the new attribute C API.
by whitequark
· 9 years ago
b1cfc87
[C API] Fix several null pointer dereferences.
by whitequark
· 9 years ago
be30018
[libFuzzer] one more trophy
by Kostya Serebryany
· 9 years ago
8f3d5a3
[libFuzzer] use a valid ASCII string for a dummy seed corpus
by Kostya Serebryany
· 9 years ago
4258590
[ORC] Add a WrappedHandlerReturn type to map handler return types onto error
by Lang Hames
· 9 years ago
8524467
Improve `git llvm push` to suggest `git pull` when applying patch fails
by Mehdi Amini
· 9 years ago
3978213
One more set of changes to fix formatv() on linux.
by Zachary Turner
· 9 years ago
aec8332
Add missing #include.
by Zachary Turner
· 9 years ago
672f0a3
Fix another problem with formatv().
by Zachary Turner
· 9 years ago
22480ff
[libFuzzer] use less stack
by Kostya Serebryany
· 9 years ago
2b728d1
Remove extra semicolon.
by Rui Ueyama
· 9 years ago
da5a5c7
AMDGPU/SI: Promote i16 = fp_[us]int f32 for VI
by Tom Stellard
· 9 years ago
fb49289
Try to fix build after llvm::formatv() patch.
by Zachary Turner
· 9 years ago
005ec66
Fix -Werror build with clang-cl.
by Zachary Turner
· 9 years ago
97dac2b
[Support] Introduce llvm::formatv() function.
by Zachary Turner
· 9 years ago
cccd305
Define DbiStreamBuilder::addSectionContribs.
by Rui Ueyama
· 9 years ago
6687aab
AMDGPU/SI: Fix visit order assumption in SIFixSGPRCopies
by Tom Stellard
· 9 years ago
d085da5
Print correct directory in merge script.
by Richard Trieu
· 9 years ago
a8a96a9
[InstCombine] use dyn_cast rather isa+cast; NFC
by Sanjay Patel
· 9 years ago
8d3ad73
[InstCombine] update test to use FileCheck; NFC
by Sanjay Patel
· 9 years ago
04777c4
[libFuzzer] do not initialize parts of TracePC -- let them be initialized by the linker. Add no-msan attribute to the memcmp hook.
by Kostya Serebryany
· 9 years ago
9728332
[InstCombine] clean up foldSelectOpOp(); NFC
by Sanjay Patel
· 9 years ago
1a26404
[tsan][llvm] Implement the function attribute to disable TSan checking at run time
by Anna Zaks
· 9 years ago
7f0fc37
[LV] Stop saying "use -Rpass-analysis=loop-vectorize"
by Adam Nemet
· 9 years ago
e923c84
[RPC] Add const qualifier to MemberFnWrapper to make buildbots happy.
by Lang Hames
· 9 years ago
6d8b101
Fix typo in comment.
by Rui Ueyama
· 9 years ago
dc2310f
Revert "(origin/master, origin/HEAD) MachineScheduler/ScheduleDAG: Add support to skipping a node."
by Matthias Braun
· 9 years ago
59a5edd
MachineScheduler/ScheduleDAG: Add support to skipping a node.
by Matthias Braun
· 9 years ago
97c4b7a
ScheduleDAGInstrs: Move VRegUses to ScheduleDAGMILive; NFCI
by Matthias Braun
· 9 years ago
e9923d3
MachineScheduler: Dump EntrySU/ExitSU if possible
by Matthias Braun
· 9 years ago
9755e15
ScheduleDAG: Identify EntrySU/ExitSU when dumping node ids
by Matthias Braun
· 9 years ago
eec5bf7
FunctionComparator: don't rely on argument evaluation order.
by Erik Eckstein
· 9 years ago
aa2b11d
Fix static initialization order fiasco in MCTests
by Mehdi Amini
· 9 years ago
823ac75
[ORC] Temporarily fix the RPCUtils unit test by explicitly specifying a handler
by Lang Hames
· 9 years ago
797e9cd
NFC ProgrammersManual fix
by Piotr Padlewski
· 9 years ago
feb16c8
Simplify code and address review comments (NFC)
by Adrian Prantl
· 9 years ago
2322de6
[Orc] Update the BuildingAJIT Chapter 5 server class for the recent RPC changes.
by Lang Hames
· 9 years ago
cd5b334
Fix a reference-to-temporary introduced in r286607.
by Adrian Prantl
· 9 years ago
085827f
[ORC] Re-apply 286620 with fixes for the ErrorSuccess class.
by Lang Hames
· 9 years ago
13e440e
[PowerPC] Add remaining vector permute builtins in altivec.h - LLVM portion
by Nemanja Ivanovic
· 9 years ago
06f9b86
[cfi] Fix weak functions handling.
by Evgeniy Stepanov
· 9 years ago
345d21c
Make the FunctionComparator of the MergeFunctions pass a stand-alone utility.
by Erik Eckstein
· 9 years ago
6b8a078
Fix -Wpessimizing-move warning.
by Rui Ueyama
· 9 years ago
35cecc3
Fixed the lost FastMathFlags for FCmp operations in SLPVectorizer.
by Vyacheslav Klochkov
· 9 years ago
Next »