Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
625a9ef4f3f4c36a88583dd65af10a56c5e53533
625a9ef
[LV] NFC patch for moving VP*Recipe class definitions from LoopVectorize.cpp to VPlan.h
by Hal Finkel
· 8 years ago
4651377
Add -enable-import-metadata to test
by Teresa Johnson
· 8 years ago
fbba83d
[X86] Add back the assert from r320830 that was reverted in r320850
by Craig Topper
· 8 years ago
a48c4cc
Fix NDEBUG build problem in r320895
by Teresa Johnson
· 8 years ago
2140d92
[ThinLTO] Enable importing of aliases as copy of aliasee
by Teresa Johnson
· 8 years ago
2d82935
Fix WebAssembly backend for some LLVM API changes
by David Blaikie
· 8 years ago
02ede68
[TableGen][GlobalISel] Make the different Matcher comparable
by Quentin Colombet
· 8 years ago
e9ec3f0
[TableGen][GlobalISel] Fix unused variable warning in release mode
by Quentin Colombet
· 8 years ago
87764e1
Revert "Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header.""
by Paul Robinson
· 8 years ago
6b36b46
[TableGen][GlobalISel] Have the predicate directly know which data they are dealing with
by Quentin Colombet
· 8 years ago
bee91d7
Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header."
by Paul Robinson
· 8 years ago
3587705
Fix unused variable in non-assert builds
by Matthias Braun
· 8 years ago
d318139
MachineFunction: Return reference from getFunction(); NFC
by Matthias Braun
· 8 years ago
dfcb4f5
MachineFunction: Slight refactoring; NFC
by Matthias Braun
· 8 years ago
1203053
MachineModuleInfo: Remove unused function; NFC
by Matthias Braun
· 8 years ago
4e7906d
Fixed the gcc 'enumeral and non-enumeral type in conditional expression [-Werror=extra]' warning introduced by r320750
by Galina Kistanova
· 8 years ago
4d6de6f
[Hexagon] Remove recursion in visitUsesOf, replace with use queue
by Krzysztof Parzyszek
· 8 years ago
a211d55
[Hexagon] Handle concat_vectors of all allowed HVX types
by Krzysztof Parzyszek
· 8 years ago
2dccaf4
[X86] Use AND32ri8 instead of AND64ri8 in Asan code in EmitCallAsanReport for 32-bit mode.
by Craig Topper
· 8 years ago
4c29a62
[X86] In LowerVectorCTPOP use ISD::ZERO_EXTEND/ISD::TRUNCATE instead of the target specific nodes.
by Craig Topper
· 8 years ago
6be8b99
[X86] Remove unnecessary TODO.
by Craig Topper
· 8 years ago
aaef0e4
[LTO] Remove unused RegularLTOState::HasModule
by Vitaly Buka
· 8 years ago
d154dd9
Re-commit : [LICM] Allow sinking when foldable in loop
by Jun Bum Lim
· 8 years ago
86e9c5d
Revert "[DWARFv5] Dump an MD5 checksum in the line-table header."
by Paul Robinson
· 8 years ago
47812d8
[llvm-objcopy] Reformat everything using clang-format -i
by Jake Ehrlich
· 8 years ago
f1c8b17
[Hexagon] Fix operand-swapping PatFrag for atomic stores
by Krzysztof Parzyszek
· 8 years ago
17486de
[DWARFv5] Dump an MD5 checksum in the line-table header.
by Paul Robinson
· 8 years ago
185a067
[X86] Remove assert in X86MCCodeEmitter.cpp that was added in r320830.
by Craig Topper
· 8 years ago
af4be70
[SelectionDAG][X86] Fix insert_vector_elt lowering for v32i1/v64i1 with non-constant index
by Craig Topper
· 8 years ago
7edcd37
[Memcpy Loop Lowering] Insert loop BB inbetween the split BB.
by Sean Fertile
· 8 years ago
5386758
[X86] Add 'Requires<[In64BitMode]>' to a bunch of instructions that only have memory and immediate operands.
by Craig Topper
· 8 years ago
11e27ba
[X86] Change BNDLDX to use anymem instead of i64mem for itsmemory operand.
by Craig Topper
· 8 years ago
f5e35f2
[X86] Remove the 'Requires' In64BitMode/Not64BitMode from the LWP instructions.
by Craig Topper
· 8 years ago
65b5d17
[X86] Remove the 'Requires<[In64BitMode]>' from SHSTK instructions.
by Craig Topper
· 8 years ago
050e890
[TargetLibraryInfo] fix documentation comment; NFC
by Sanjay Patel
· 8 years ago
05d2a17
[CodeGen] fix documentation comments; NFC
by Sanjay Patel
· 8 years ago
9e11f1e
[AArch64] Fix typo in the ASIMD instruction optimization pass
by Evandro Menezes
· 8 years ago
e58640a
fix typo in comment and remove inaccurate comment; NFC
by Sanjay Patel
· 8 years ago
b0364a5
Fix for bug PR35549 - Repeated schedule comments.
by Andrew V. Tischenko
· 8 years ago
4b01fd2
Revert "Re-commit : [LICM] Allow sinking when foldable in loop"
by Jun Bum Lim
· 8 years ago
cc05ee7
[CodeGen] fix documentation comments; NFC
by Sanjay Patel
· 8 years ago
33f616e
Re-commit : [LICM] Allow sinking when foldable in loop
by Jun Bum Lim
· 8 years ago
6469bc6
Updated llvm-objdump to display local relocations in Mach-O binaries
by Michael Trent
· 8 years ago
2a6a25b
[X86] Fix XSAVE64 and similar instructions to not be allowed by the assembler in 32-bit mode.
by Craig Topper
· 8 years ago
5ffe36b
Revert "[LICM] Allow sinking when foldable in loop"
by Jun Bum Lim
· 8 years ago
38e881d
[CodeGen] Print stack object references as %(fixed-)stack.0 in both MIR and debug output
by Francis Visoiu Mistrih
· 8 years ago
bab7762
[ThinLTO] Disallow multiple prevailing defs
by Eugene Leviant
· 8 years ago
021be3a
[X86] Widen (v2i32 (fp_to_uint v2f64)) to (v8i32 (fp_to_uint v8f64)) during legalization if we have AVX512F, but not VLX. NFC
by Craig Topper
· 8 years ago
20ea5a5
[LICM] Allow sinking when foldable in loop
by Jun Bum Lim
· 8 years ago
213645a
[ARM] Some DAG combine tests
by Sam Parker
· 8 years ago
278b31c
[MIR] Add support for missing CFI directives
by Francis Visoiu Mistrih
· 8 years ago
413da1b
[X86] Add RTM schedule tests
by Simon Pilgrim
· 8 years ago
147a400
[InlineCost] Find repeated loads in the callee
by Haicheng Wu
· 8 years ago
6941623
[X86] Add MWAITX/MONITORX schedule tests
by Simon Pilgrim
· 8 years ago
e41a428
Fix the second build bot break introduced by r320791.
by Nemanja Ivanovic
· 8 years ago
ccd8351
[X86] Add XOP schedule tests
by Simon Pilgrim
· 8 years ago
e2ef920
Fix code causing fallthrough warnings in the PPC back end.
by Nemanja Ivanovic
· 8 years ago
54ce4c3
[X86] Add AVX512 VPOPCNTDQ schedule tests
by Simon Pilgrim
· 8 years ago
d25fc44
[RISCV] Change shift amount operand of RVC shift instructions to uimmlog2xlennonzero
by Alex Bradbury
· 8 years ago
aa17733
Fix the build bot break introduced by r320791.
by Nemanja Ivanovic
· 8 years ago
ff43d39
[RISCV] Enable emission of alias instructions by default
by Alex Bradbury
· 8 years ago
f1b0fdf
[PM] port Rewrite Statepoints For GC to the new pass manager.
by Fedor Sergeev
· 8 years ago
452fd43
[ARM] Add tests for D34515
by Roger Ferrer Ibanez
· 8 years ago
72044ef
[LLVMgold] Don't set undefined symbol as prevailing
by Eugene Leviant
· 8 years ago
01cfc43
[PowerPC] Convert r+r instructions to r+i (pre and post RA)
by Nemanja Ivanovic
· 8 years ago
d077c97
[X86] Fix a couple bugs in my recent changes to vXi1 insert_subvector lowering.
by Craig Topper
· 8 years ago
a9252d8
[SCEV] Fix the movement of insertion point in expander. PR35406.
by Serguei Katkov
· 8 years ago
06d39e2
Recommit CodeGen: Fix assertion in machine inst sheduler due to llvm.dbg.value
by Yaxun Liu
· 8 years ago
20e1861
Disabling r312514 as it causes miscompiles that show up on bootstrap
by Nemanja Ivanovic
· 8 years ago
9d3546d
[cmake] Fix clang-cl cross-compilation on macOS
by Shoaib Meenai
· 8 years ago
2955f15
[X86] Add a TODO about v8i1 CONCAT_VECTORS.
by Craig Topper
· 8 years ago
9affb73
[SelectionDAG] Make getNode calls that take an ArrayRef of SDValue for operands call NewSDValueDbgMsg.
by Craig Topper
· 8 years ago
31be897
[X86] Further rearrange the setOperationAction calls to separate the ones that require 512-bit registers OR VLX into separate sections. NFCI
by Craig Topper
· 8 years ago
411b939
[X86] Group setOperationActions related to vXi1 masks together. NFCI
by Craig Topper
· 8 years ago
8ffae71
[X86] Make ISD::INSERT_SUBVECTOR v8i1 legal with AVX512F because we should be custom lowering inserting v1i1 into v8i1 under this.
by Craig Topper
· 8 years ago
9a06d0d
[X86] Move some of the hasVLX qualified code out of the main hasAVX512 block in the X86ISelLowering constructor. NFCI
by Craig Topper
· 8 years ago
055a3e3
FastISel: support no-PLT PIC calls on ELF x86_64
by Saleem Abdulrasool
· 8 years ago
1764ef1
Don't crash in llvm-pdbutil when dumping TypeIndexes with high bit set.
by Zachary Turner
· 8 years ago
5334180
[WebAssembly] Implement @llvm.global_ctors and @llvm.global_dtors
by Sam Clegg
· 8 years ago
d7cf6c7
[debuginfo] Remove obsolete test_debuginfo.pl that was moved to debuginfo-tests.
by Don Hinton
· 8 years ago
0584169
Remove a non-modular header (& inline it into its one use)
by David Blaikie
· 8 years ago
9f7a094
[TableGen][GlobalISel] Add a common class for all PredicateMatcher
by Quentin Colombet
· 8 years ago
f1cb8ef
[ProfileData] Use a different data structure to save memory.
by George Burgess IV
· 8 years ago
5ab8b45
[Unit][AArch64] Additional tests for target parsing
by Evandro Menezes
· 8 years ago
e615040
[AArch64] Test patch
by Evandro Menezes
· 8 years ago
4fddb01
EmitFuncArgumentDbgValue: Prefer stack slots over registers for stack arguments
by Adrian Prantl
· 8 years ago
696d9a2
[X86] Remove an unnecessary SmallVector that was collecting chains for two SDNode's we're still holding SDValues for. NFCI
by Craig Topper
· 8 years ago
45d0bf2
TLI: Allow using PSV for intrinsic mem operands
by Matt Arsenault
· 8 years ago
ece9b23
Fix many -Wsign-compare and -Wtautological-constant-compare warnings.
by Zachary Turner
· 8 years ago
7034870
[SimplifyCFG] don't sink common insts too soon (PR34603)
by Sanjay Patel
· 8 years ago
a40d3af
DAG: Expose all MMO flags in getTgtMemIntrinsic
by Matt Arsenault
· 8 years ago
a9bb60c
[Hexagon] Generate HVX code for comparisons and selects
by Krzysztof Parzyszek
· 8 years ago
e1acb56
[WebAssembly] Add support for init functions linking metadata
by Sam Clegg
· 8 years ago
00bb3b5
Revert "Fix isPodLike for MSVC and use it in TypeHashing."
by Zachary Turner
· 8 years ago
1fb1af1
Fix isPodLike for MSVC and use it in TypeHashing.
by Zachary Turner
· 8 years ago
4438866
[SLPVectorizer] Don't ignore scalar extraction instructions of aggregate value
by Guozhi Wei
· 8 years ago
b9a44ec
Only use is_trivially_copyable if we know it's safe to do so.
by Zachary Turner
· 8 years ago
a3a5536
Add MVT::v128i1, NFC
by Krzysztof Parzyszek
· 8 years ago
71f21a2
[opt-viewer] Render utf-8 characters properly in the generated HTML
by Adam Nemet
· 8 years ago
1efcc42
[MC] Allow .file directives to be out-of-order
by Paul Robinson
· 8 years ago
Next »