Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
2941d4770db3079ef6adbf623c345d72eb492852
2941d47
AArch64: Fix invalid CCMP emission
by Matthias Braun
· 7 years ago
1849855
Add objc.* ARC intrinsics and codegen them to their runtime methods.
by Pete Cooper
· 7 years ago
7331098
[MachineOutliner][NFC] Move yet another std::vector out of a loop
by Jessica Paquette
· 7 years ago
17892fe
[MachineOutliner][NFC] Move std::vector out of loop
by Jessica Paquette
· 7 years ago
3c93875
[MachineOutliner][NFC] Remove IntegerInstructionMap from InstructionMapper
by Jessica Paquette
· 7 years ago
922f82f
[GlobalISel] Introduce G_BUILD_VECTOR, G_BUILD_VECTOR_TRUNC and G_CONCAT_VECTOR opcodes.
by Amara Emerson
· 7 years ago
3b07352
[MachineOutliner][NFC] Remove buildCandidateList and replace with findCandidates
by Jessica Paquette
· 7 years ago
8bd5d3d
[MachineOutliner][NFC] Candidates don't need to be shared_ptrs anymore
by Jessica Paquette
· 7 years ago
ad6bed6
Revert r347934 "[SCEV] Guard movement of insertion point for loop-invariants"
by David L. Jones
· 7 years ago
c264b47
[WebAssembly] Change event section code to 13
by Heejin Ahn
· 7 years ago
7c48342
[InstCombine] remove dead code from visitExtractElement
by Sanjay Patel
· 7 years ago
096ae71
[MachineOutliner][NFC] Remove CandidateList, since it's now unused.
by Jessica Paquette
· 7 years ago
510a345
Fix buildbot capture warning
by Jessica Paquette
· 7 years ago
d5178b0
[MachineOutliner][NFC] Simplify and unify pruning/outlining logic
by Jessica Paquette
· 7 years ago
810c63b
[InstCombine] reduce duplication in visitExtractElementInst; NFC
by Sanjay Patel
· 7 years ago
5aafb60
[InstCombine] add/move tests for extractelement; NFC
by Sanjay Patel
· 7 years ago
08bc3d8
ThinLTO: Do not import debug info for imported global constants
by David Blaikie
· 7 years ago
a5d8d4c
[MachineOutliner] Outline functions by order of benefit
by Jessica Paquette
· 7 years ago
83757df
[Hexagon] Add intrinsics for Hexagon V66
by Krzysztof Parzyszek
· 7 years ago
017a641
[Hexagon] Add instruction definitions for Hexagon V66
by Krzysztof Parzyszek
· 7 years ago
2ea1ed5
[Hexagon] Foundation of support for Hexagon V66
by Krzysztof Parzyszek
· 7 years ago
a47a91a
[GISel]: Provide standard interface to observe changes in GISel passes
by Aditya Nandakumar
· 7 years ago
e1363b4
[CodeExtractor] Do not marked outlined calls which may resume EH as noreturn
by Vedant Kumar
· 7 years ago
c8e84f9
[X86][SSE] Fix a copy+paste typo that was folding the sext/zext of partial vectors
by Simon Pilgrim
· 7 years ago
6da5474
[AArch64] Reword description of feature (NFC)
by Evandro Menezes
· 7 years ago
9815171
[llvm-mca] Simplify test (NFC)
by Evandro Menezes
· 7 years ago
7f1c3d3
[llvm-mca] Sort test run lines (NFC)
by Evandro Menezes
· 7 years ago
96d084f
[MachineOutliner][NFC] Use getOccurrenceCount() in getNotOutlinedCost()
by Jessica Paquette
· 7 years ago
b70f93c
[MachineOutliner][NFC] Make getters in MachineOutliner.h const
by Jessica Paquette
· 7 years ago
f18b476
[MachineOutliner][NFC] Don't create outlined sequence from integer mapping
by Jessica Paquette
· 7 years ago
0fca1c8
[gold-plugin] allow function/data sections to be toggleable
by Nick Desaulniers
· 7 years ago
818b1d7
AMDGPU: Fix using old address spaces in some tests
by Matt Arsenault
· 7 years ago
c642a82
[DAGCombiner] don't try to extract a fraction of a vector binop and crash (PR39893)
by Sanjay Patel
· 7 years ago
007924c
Allow norecurse attribute on functions that have debug infos.
by Christian Bruel
· 7 years ago
a26e880
[X86] Add test case to show missed opportunity to combine a concat_vector into a scalar_to_vector. NFC
by Andrea Di Biagio
· 7 years ago
5e78401
Revert "[IR] Add NODISCARD to attribute functions"
by Brian Gesiak
· 7 years ago
d6d25e5
[SLH] Fix a nasty bug in SLH.
by Chandler Carruth
· 7 years ago
2f95ca4
[SLH] Regenerate tests with --no_x86_scrub_rip to restore the higher
by Chandler Carruth
· 7 years ago
3ab2632
[IR] Add NODISCARD to attribute functions
by Brian Gesiak
· 7 years ago
62a4268
[AMDGPU]: Turn on the DPP combiner by default
by Valery Pykhtin
· 7 years ago
d222be1
[InstCombine] simplify icmps with same operands based on dominating cmp
by Sanjay Patel
· 7 years ago
efa8437
[X86][SSE] Begun adding modulo rotate support to LowerRotate
by Simon Pilgrim
· 7 years ago
e96cf5f
[llvm-rc] Support not expressions.
by Martin Storsjo
· 7 years ago
b2a7ed6
[TargetLowering] Remove ISD::ANY_EXTEND/ANY_EXTEND_VECTOR_INREG opcodes from SimplifyDemandedVectorElts
by Simon Pilgrim
· 7 years ago
cf7a3f6
[DAG] Add fshl/fshr tblgen opcodes
by Simon Pilgrim
· 7 years ago
52f31f6
[test] Skip ThinLTO cache tests requiring atime setting on NetBSD
by Michal Gorny
· 7 years ago
8dc1a1a
[test] Split strip-preserve-time.test, and skip atime test on NetBSD
by Michal Gorny
· 7 years ago
67f4757
[SelectionDAG] Initial support for FSHL/FSHR funnel shift opcodes (PR39467)
by Simon Pilgrim
· 7 years ago
b3f633f
[MC] - Fix build bot.
by George Rimar
· 7 years ago
c683b71
Remove superfluous comments. NFCI.
by Simon Pilgrim
· 7 years ago
d437f3c
Recommit r348243 - "[llvm-mc] - Do not crash when referencing undefined debug sections."
by George Rimar
· 7 years ago
cf6cfbd
[TargetLowering] SimplifyDemandedVectorElts - don't alter DemandedElts mask
by Simon Pilgrim
· 7 years ago
1dd5a04
[ARM GlobalISel] Implement call lowering for Thumb2
by Diana Picus
· 7 years ago
a26d00a
[LICM] *Actually* disable ControlFlowHoisting.
by Alina Sbirlea
· 7 years ago
cafffd2
HowToBuildWithPGO.rst: Fix a few details in the manual steps
by Hans Wennborg
· 7 years ago
bd3579d
[X86] Remove -costmodel-reduxcost=true from the experimental vector reduction intrinsic tests as it appears to be unnecessary. NFC
by Craig Topper
· 7 years ago
f0da853
[X86] Add more cost model tests for vector reductions with narrow vector types. NFC
by Craig Topper
· 7 years ago
9c4010c
AArch64: support funclets in fastcall and swift_call
by Saleem Abdulrasool
· 7 years ago
f7528fd
[X86] Add narrow vector test cases to vector-reduce* tests. Add copies of the tests with -x86-experimental-vector-widening-legalization
by Craig Topper
· 7 years ago
547017d
[NFC] Verify memoryssa in test for PR39783
by Max Kazantsev
· 7 years ago
23084bd
[MachineLICM][X86][AMDGPU] Fix subtle bug in the updating of PhysRegClobbers in post-RA LICM
by Craig Topper
· 7 years ago
0b64fe3
[asan] Add clang flag -fsanitize-address-use-odr-indicator
by Vitaly Buka
· 7 years ago
0f562fe
[TableGen] Preserve order of output operands in DAGISelMatcherGen
by Craig Topper
· 7 years ago
cdd2e83
[SelectionDAG] Split very large token factors for loads into 64k chunks.
by Amara Emerson
· 7 years ago
790a5cd
[ADT] Add zip_longest iterators.
by Michael Kruse
· 7 years ago
2e4508a
LTO: Don't internalize available_externally globals.
by Peter Collingbourne
· 7 years ago
9459f97
[AArch64][GlobalISel] Re-enable selection of volatile loads.
by Amara Emerson
· 7 years ago
51be74a
Remove the hash code from CVRecord.
by Zachary Turner
· 7 years ago
584d7cc
[asan] Split -asan-use-private-alias to -asan-use-odr-indicator
by Vitaly Buka
· 7 years ago
97e21dd
[InstCombine] add tests for implied simplifications; NFC
by Sanjay Patel
· 7 years ago
72482ac
AArch64: clean up some whitespace in Windows CC (NFC)
by Saleem Abdulrasool
· 7 years ago
b5c2dcf
[llvm-pdbutil] Remove the analyze subcommand.
by Zachary Turner
· 7 years ago
429f642
[PDB] Emit S_UDT records in LLD.
by Zachary Turner
· 7 years ago
edb0941
[AVR] Silence fallthrough warning. NFC.
by Nirav Dave
· 7 years ago
dcd2fa5
Revert "[ADT] Add zip_longest iterators"
by Michael Kruse
· 7 years ago
a348028
[ADT] Add zip_longest iterators
by Michael Kruse
· 7 years ago
e7c735a
[PowerPC] Make no-PIC default to match GCC - LLVM
by Stefan Pintilie
· 7 years ago
04cb4ca
[CmpInstAnalysis] fix function signature for ICmp code to predicate; NFC
by Sanjay Patel
· 7 years ago
edbf2ec
Move llc-start-stop-instance to x86
by Matt Arsenault
· 7 years ago
02f12ee
[SelectionDAG] Redefine isGAPlusOffset in terms of unwrapAddress. NFCI.
by Nirav Dave
· 7 years ago
f9a9214
AMDGPU: Add f32 vectors to SGPR register classes
by Matt Arsenault
· 7 years ago
4c2adea
MIR: Add method to stop after specific runs of passes
by Matt Arsenault
· 7 years ago
3d1c516
[InstCombine] rearrange foldICmpWithDominatingICmp; NFC
by Sanjay Patel
· 7 years ago
aefeecf
[dsymutil] Ensure we're comparing time stamps with the same precision.
by Jonas Devlieghere
· 7 years ago
4bd8561
[X86][SSE] Add SimplifyDemandedBitsForTargetNode handling for MOVMSK
by Simon Pilgrim
· 7 years ago
5dbce2e
Revert "Adapt gcov to changes in CFE."
by Ilya Biryukov
· 7 years ago
5224ff0
[X86][SSE] Add MOVMSK demandedbits/elts tests
by Simon Pilgrim
· 7 years ago
4f5b6cd
[InstCombine] auto-generate full checks for icmp overflow tests; NFC
by Sanjay Patel
· 7 years ago
09dac2e
[InstCombine] add helper for icmp with dominator; NFC
by Sanjay Patel
· 7 years ago
bb4b51a
[InstCombine] auto-generate full checks for icmp dominator tests; NFC
by Sanjay Patel
· 7 years ago
3372b1a
[Hexagon] Remove unused checker functions from asm parser
by Krzysztof Parzyszek
· 7 years ago
3a2fb20
[SimpleLoopUnswitch] Remove debug dump.
by Alina Sbirlea
· 7 years ago
6c49527
Add common check prefix. NFCI.
by Simon Pilgrim
· 7 years ago
53a9c2e
[yaml2obj] Move redundant statements into a separate static function
by Xing GUO
· 7 years ago
9a60319
Update MemorySSA in SimpleLoopUnswitch.
by Alina Sbirlea
· 7 years ago
e00b976
[GN][NFC] Update readme example to functional command
by Martell Malone
· 7 years ago
c99e0db
[X86][NFC] Add more constant-size memcmp tests.
by Clement Courbet
· 7 years ago
dd5d6cf
Fix MSVC "unknown pragma" warning. NFCI.
by Simon Pilgrim
· 7 years ago
4d22820
Fix -Wparentheses warning. NFCI.
by Simon Pilgrim
· 7 years ago
53dbb5a
[X86] Remove unnecessary peekThroughEXTRACT_SUBVECTORs call.
by Simon Pilgrim
· 7 years ago
Next »