Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
cafffd22b14046e5dcc8d7798d2d849715f11d08
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
2f5801a
[TargetLowering] expandFP_TO_UINT - avoid FPE due to out of range conversion (PR17686)
by Simon Pilgrim
· 7 years ago
69cbcac
Revert rL348121 from llvm/trunk: [NFC][AArch64] Split out backend features
by Simon Pilgrim
· 7 years ago
dd1e7c9
Revert r348243 "[llvm-mc] - Do not crash when referencing undefined debug sections."
by George Rimar
· 7 years ago
8254306
[TargetLowering] Add SimplifyDemandedVectorElts support to EXTEND opcodes
by Simon Pilgrim
· 7 years ago
35e86cf
[llvm-mc] - Do not crash when referencing undefined debug sections.
by George Rimar
· 7 years ago
49a2ac0
[llvm-dwarfdump] - Dump the older versions of .eh_frame/.debug_frame correctly.
by George Rimar
· 7 years ago
25a13e3
[X86] Remove custom DAG combine for SIGN_EXTEND_VECTOR_INREG/ZERO_EXTEND_VECTOR_INREG.
by Craig Topper
· 7 years ago
2f8f828
Reverting r348215
by Ranjeet Singh
· 7 years ago
3144389
[TableGen] Improve the formatting of the emitted predicates (NFC)
by Evandro Menezes
· 7 years ago
df8eba6
[TableGen] Fix typo in emitted comment (NFC)
by Evandro Menezes
· 7 years ago
0ad7fb4
[ExecutionEngine] Change NotifyObjectEmitted/NotifyObjectFreed API.
by Lang Hames
· 7 years ago
8e969e2
[ARM64][Windows] Fix local stack size for funclets
by Sanjin Sijaric
· 7 years ago
426a6a8
[asan] Reduce binary size by using unnamed private aliases
by Vitaly Buka
· 7 years ago
c448b14
[MachineOutliner] Move stack instr check logic to getOutliningCandidateInfo
by Jessica Paquette
· 7 years ago
fb6c224
[MachineOutliner][AArch64][NFC] Add early exit to candidate discarding logic
by Jessica Paquette
· 7 years ago
81680ae
[projects] Use directory name for add_llvm_external_projects
by Shoaib Meenai
· 7 years ago
3982fbc
[ThinLTO] Look through aliases when computing hash keys
by George Burgess IV
· 7 years ago
f4979f3
[IR] Don't assume all functions are 4 byte aligned
by Ranjeet Singh
· 7 years ago
5e43cc2
[Hexagon] Switch to auto-generated intrinsic definitions and patterns
by Krzysztof Parzyszek
· 7 years ago
f00f55a
[CodeExtractor] Split PHI nodes with incoming values from outlined region (PR39433)
by Vedant Kumar
· 7 years ago
ba96667
Adapt gcov to changes in CFE.
by Adrian Prantl
· 7 years ago
dd37dd6
BumpPtrAllocator: Add a couple of convenient wrappers around identifyObject().
by Artem Dergachev
· 7 years ago
9887fee
[Hexagon] Extract operand decoders into a separate file, NFC
by Krzysztof Parzyszek
· 7 years ago
a6c2a7e
[DAGCombiner] narrow truncated vector binops when legal
by Sanjay Patel
· 7 years ago
68298d4
[mips] Fix TestDWARF32Version5Addr8AllForms test failure on MIPS hosts
by Simon Atanasyan
· 7 years ago
8207557
[Hexagon] Remove unused encodings, NFC
by Krzysztof Parzyszek
· 7 years ago
4ffef2b
[InstCombine] fix undef propagation bug with shuffle+binop
by Sanjay Patel
· 7 years ago
7589f84
[gn build] Use print_function in write_cmake_config.py
by Nico Weber
· 7 years ago
d132565
[WebAssembly] Enforce assembler emits to streamer in order.
by Wouter van Oortmerssen
· 7 years ago
fbdc008
[Hexagon] Update timing classes
by Krzysztof Parzyszek
· 7 years ago
d7774dc
[InstCombine] foldICmpWithLowBitMaskedVal(): disable 2 faulty folds.
by Roman Lebedev
· 7 years ago
7fa8f24
[cmake] Clean up add_llvm_subdirectory
by Shoaib Meenai
· 7 years ago
f3a84c1
[TextAPI] Remove a superfluous semicolon, fixing GCC warnings. NFC.
by Martin Storsjo
· 7 years ago
7a8d553
[COFF] Remove an outdated/incorrect comment. NFC.
by Martin Storsjo
· 7 years ago
53ce77a
[COFF] Don't mark mingw .eh_frame sections writable
by Martin Storsjo
· 7 years ago
40c4646
[InstCombine] rearrange shuffle+binop fold; NFC
by Sanjay Patel
· 7 years ago
14107a3
[llvm-objcopy] Add --build-id-link-dir flag
by Jake Ehrlich
· 7 years ago
915fd73
[InstCombine] add tests for shuffle+binop fold; NFC
by Sanjay Patel
· 7 years ago
dda0ca0
[Hexagon] Change instruction type field in TSFlags to 7 bits
by Krzysztof Parzyszek
· 7 years ago
bab257c
[llvm-tapi] initial commit, supports ELF text stubs
by Armando Montanez
· 7 years ago
4a9bb28
[MachineOutliner] Drop candidates that require fixups if it's beneficial
by Jessica Paquette
· 7 years ago
2c3aa39
[Hexagon] Add HasV5 predicate for compatibility with auto-generated files
by Krzysztof Parzyszek
· 7 years ago
3d5bca2
Fix issue with Tpi Stream hash map.
by Zachary Turner
· 7 years ago
72f170d
[X86] Fix bad formatting. NFC
by Craig Topper
· 7 years ago
5656053
[Hexagon] Remove unused operand definitions, NFC
by Krzysztof Parzyszek
· 7 years ago
579dd82
[Hexagon] Some formatting changes, NFC
by Krzysztof Parzyszek
· 7 years ago
53e1857
Don't build the Tpi Hash map by default.
by Zachary Turner
· 7 years ago
7d7bbfa8
[X86] Teach LowerMUL/LowerMULH for vXi8 to unpack constant RHS.
by Craig Topper
· 7 years ago
a713978
[X86] Add DAG combine to combine a v8i32->v8i16 truncate with a packuswb that truncates v8i16->v8i8.
by Craig Topper
· 7 years ago
edc98ed
Fix non-modular build.
by Adrian Prantl
· 7 years ago
5678548
Update Diagnostic handling for changes in CFE.
by Adrian Prantl
· 7 years ago
750d1ed
[SimplifyCFG] add tests for cross block compare folding; NFC
by Sanjay Patel
· 7 years ago
79a6444
[CmpInstAnalysis] fix formatting; NFC
by Sanjay Patel
· 7 years ago
71aa202
Fix line endings. NFCI.
by Simon Pilgrim
· 7 years ago
Next »