Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
1f633af49eb599d342789b74c2b463b700f0c04d
1f633af
Introduce bug life cycle documentation.
by Kristof Beyls
· 7 years ago
b7a96d6
RegAllocFast: Leave unassigned virtreg entries in map
by Matthias Braun
· 7 years ago
b8a4e38
RegAllocFast: Further cleanups; NFC
by Matthias Braun
· 7 years ago
2c10712
RegAllocFast: Refactor PhysRegState usage; NFC
by Matthias Braun
· 7 years ago
2e8ff63
[NFC] Add missing test case, some test renaming
by Max Kazantsev
· 7 years ago
8fa10fd
[XRay] Use TSC delta encoding for custom/typed events
by Dean Michael Berris
· 7 years ago
63cd3e5
[llvm-strip] Check "strip" with StringRef::contains instead of ends_with
by Fangrui Song
· 7 years ago
7fe0579
[WebAssembly] Update more test cases after FixFunctionBitcasts
by Heejin Ahn
· 7 years ago
a1b1c95
[cmake] Fix typo. NFC
by Shoaib Meenai
· 7 years ago
a2606fd
RegAllocFast: Factor spill/reload creation into their own functions; NFC
by Matthias Braun
· 7 years ago
a007c00
RegAllocFast: Cleanups; NFC
by Matthias Braun
· 7 years ago
f41ebcb
RegAllocFast: Rename statistic from NumCopies to NumCoalesced
by Matthias Braun
· 7 years ago
0f48414
[WebAssembly] Update test cases after FixFunctionBitcasts
by Heejin Ahn
· 7 years ago
be9ce13
[IR] add optional parameter for copying IR flags to compare instructions
by Sanjay Patel
· 7 years ago
db36e6f
[Windows] Simplify WindowsSupport.h
by Reid Kleckner
· 7 years ago
6b96996
[FileCheck] Try to fix windows bots broken by r346272
by Joel E. Denny
· 7 years ago
4e5e34a
[MachineOutliner][NFC] Remove OccurrenceCount from SuffixTreeNode
by Jessica Paquette
· 7 years ago
d2bfbec
[MachineOutliner][NFC] Remove IsInTree from SuffixTreeNode
by Jessica Paquette
· 7 years ago
86faa6e
[PATCH] [AArch64] Refactor helper functions (NFC)
by Evandro Menezes
· 7 years ago
e861874
[FileCheck] Parse command-line options from FILECHECK_OPTS
by Joel E. Denny
· 7 years ago
3d04968
[MachineOutliner][NFC] Add findRepeatedSubstrings to SuffixTree, kill LeafVector
by Jessica Paquette
· 7 years ago
0bbaef2
Silence deprecation warning for GetVersionEx with clang-cl
by Reid Kleckner
· 7 years ago
01ba68f
AMDGPU: Add an option -disable-promote-alloca-to-lds
by Yaxun Liu
· 7 years ago
ffb90c4
AMDGPU/Docs: Fix the processor table
by Konstantin Zhuravlyov
· 7 years ago
645cd31
[ThinLTO] Split NotEligibleToImport into legality and inlinability flags
by Teresa Johnson
· 7 years ago
d1583a4
[X86] Add custom promotion of v2i8/v2i16 fp_to_sint to avoid over promotion to v2i64 which would force scalarization.
by Craig Topper
· 7 years ago
2b75576
[CodeExtractor] Do not extract calls to eh_typeid_for (PR39545)
by Vedant Kumar
· 7 years ago
b109c42
[CodeExtractor] Erase use-without-def debug intrinsics in parent func
by Vedant Kumar
· 7 years ago
27ad7c2
LivePhysRegs/IfConversion: Change some types from unsigned to MCPhysReg; NFC
by Matthias Braun
· 7 years ago
6824131
[AArch64][GlobalISel] Simplify and autogenerate the legalizer tests
by Volkan Keles
· 7 years ago
7bad2ac
[utils] Update SmallVector lldb formatter for r337514
by Justin Bogner
· 7 years ago
0706b91
Reland r346166: [GlobalISel] Refactor the artifact combiner a bit by using MIPatternMatch
by Volkan Keles
· 7 years ago
d9f217d
Disable calls to *_finite and other glibc-only functions on Musl.
by Eli Friedman
· 7 years ago
992cf17
[WebAssembly] Add shared memory support to limits field
by Derek Schuff
· 7 years ago
09d77c0
[InstCombine] allow vector types for fcmp+fpext fold
by Sanjay Patel
· 7 years ago
f49d01a
[InstCombine] add vector test for fcmp+fpext; NFC
by Sanjay Patel
· 7 years ago
031587f
[InstCombine] propagate fast-math-flags when folding fcmp+fpext, part 2
by Sanjay Patel
· 7 years ago
ac037d2
[InstCombine] rearrange code for fcmp+fpext; NFCI
by Sanjay Patel
· 7 years ago
6052aa3
[InstCombine] propagate fast-math-flags when folding fcmp+fpext
by Sanjay Patel
· 7 years ago
be4139f
[InstCombine] adjust tests to show dropping FMF; NFC
by Sanjay Patel
· 7 years ago
d174746
[InstCombine] propagate fast-math-flags when folding fcmp+fneg, part 2
by Sanjay Patel
· 7 years ago
458830e
[benchmark] Disable exceptions in Microsoft STL
by Elizabeth Andrews
· 7 years ago
9063923
[InstCombine] adjust tests to show dropping FMF; NFC
by Sanjay Patel
· 7 years ago
c52594a
[InstCombine] reduce code; NFC
by Sanjay Patel
· 7 years ago
bd1a44f
[InstCombine] propagate fast-math-flags when folding fcmp+fneg
by Sanjay Patel
· 7 years ago
07c5c7f
[InstCombine] add tests for FMF propagation failure; NFC
by Sanjay Patel
· 7 years ago
b9e341e
[mips] Support sigrie instruction
by Simon Atanasyan
· 7 years ago
302c74f
[llvm-exegesis] Ignore X86 pseudo instructions.
by Clement Courbet
· 7 years ago
bfcda1d
[X86][NFC] Fix comment.
by Clement Courbet
· 7 years ago
241a3bc
[InstCombine] Ensure nested shifts are in range (OSS-Fuzz #9880)
by Simon Pilgrim
· 7 years ago
5bc1446
[Support] Fix `warning: unknown pragma ignored` for mingw target
by Martin Storsjo
· 7 years ago
d16e7d9
[NFC] Turn collectTransitivePredecessors into a static function
by Max Kazantsev
· 7 years ago
b92b0b8
[XRay] Update XRayRecord to support Custom/Typed Events
by Dean Michael Berris
· 7 years ago
bd5ea2b6
[LICM] Remove too conservative IsMustExecute variable
by Max Kazantsev
· 7 years ago
326c246
AArch64: Cleanup CCMP code; NFC
by Matthias Braun
· 7 years ago
eb4aa4b
It's a test commit, which is my first commit and also add my name to CREDITS.TXT
by Zi Xuan Wu
· 7 years ago
5927508
[LICM] Use ICFLoopSafetyInfo in LICM
by Max Kazantsev
· 7 years ago
7c8bf01
[NFC] Add motivating test case for revert in rL346198
by Max Kazantsev
· 7 years ago
a61bdda
Revert "[IndVars] Smart hard uses detection"
by Max Kazantsev
· 7 years ago
46a9649
[LLVM-C] Fix Windows Build of Core
by Robert Widmann
· 7 years ago
4fefaae
[LLVM-C] Improve Intrinsics Bindings
by Robert Widmann
· 7 years ago
a8f890f
[X86] Autogenerate complete checks. NFC
by Craig Topper
· 7 years ago
fd192da
Revert "[WebAssembly] Fixup `main` signature by default"
by Sam Clegg
· 7 years ago
4579aee
Specify REQUIRES: default_triple in two debuginfo tests
by Justin Bogner
· 7 years ago
5617e05
TargetMachine: Move lib/CodeGen specific callbacks to LLVMTargetMachine; NFC
by Matthias Braun
· 7 years ago
dad0df6
MachineFunction: Store more specific reference to LLVMTargetMachine; NFC
by Matthias Braun
· 7 years ago
51c2c7a
MachineModuleInfo: Store more specific reference to LLVMTargetMachine; NFC
by Matthias Braun
· 7 years ago
1d019ae
[DWARF] Support types CU list in .gdb_index dumping
by Fangrui Song
· 7 years ago
40f2fec
[TargetLowering] Change TargetLoweringBase::getPreferredVectorAction to take an MVT instead of an EVT. NFC
by Craig Topper
· 7 years ago
7829a6d
AMDGPU: Add sram-ecc feature
by Konstantin Zhuravlyov
· 7 years ago
351cca4
Revert "[GlobalISel] Refactor the artifact combiner a bit by using MIPatternMatch"
by Volkan Keles
· 7 years ago
94a5ca4
[X86] Don't turn any_extend from a mask register into a sign_extend during lowering. Add patterns to match any_extend during isel instead.
by Craig Topper
· 7 years ago
e357c8b
[InstSimplify] fold select (fcmp X, Y), X, Y
by Sanjay Patel
· 7 years ago
80ce0ad
[InstSimplify] add tests for select+fcmp; NFC
by Sanjay Patel
· 7 years ago
4d360e2
[GlobalISel] Refactor the artifact combiner a bit by using MIPatternMatch
by Volkan Keles
· 7 years ago
24e02bb
[X86] Regenerate test checks in preparation for a patch. NFC
by Craig Topper
· 7 years ago
4a52ea2
[COFF][LLD] Add link support for Microsoft precompiled headers OBJs
by Alexandre Ganea
· 7 years ago
c0bf8d6
Only call FlushFileBuffers() when writing executables on Windows
by Alexandre Ganea
· 7 years ago
960c599
[MergeICmps] Do not perform the transformation if GEP is used outside of block
by Taewook Oh
· 7 years ago
513520e
[InstCombine] add/adjust tests for fcmp+select substitution; NFC
by Sanjay Patel
· 7 years ago
26835b9
[Power9] Add support for stxvw4x.be and stxvd2x.be intrinsics
by Zaara Syeda
· 7 years ago
ab049d8
[InstCombine] canonicalize -0.0 to +0.0 in fcmp
by Sanjay Patel
· 7 years ago
60a9b33
[InstCombine] loosen FP 0.0 constraint for fcmp+select substitution
by Sanjay Patel
· 7 years ago
36d0612
[InstCombine] adjust tests for select with FP identity op; NFC
by Sanjay Patel
· 7 years ago
7c44263
[FPEnv] Add constrained CEIL/FLOOR/ROUND/TRUNC intrinsics
by Cameron McInally
· 7 years ago
fbe1078
[ThinLTO] Add an option to disable (thin)lto internalization.
by Xin Tong
· 7 years ago
e3b5152
[TargetLowering] Begin generalizing TargetLowering::expandFP_TO_SINT support. NFCI.
by Simon Pilgrim
· 7 years ago
28d0309
[InstCombine] add/adjust tests for select with fsub identity op; NFC
by Sanjay Patel
· 7 years ago
570bf67
[NFCI][FPEnv] Split constrained intrinsic tests
by Cameron McInally
· 7 years ago
74ece93
[InstCombine] add tests for select with FP identity op; NFC
by Sanjay Patel
· 7 years ago
5cc99f0
[Inliner] Penalise inlining of calls with loops at Oz
by David Green
· 7 years ago
a6a81ae
[Mips] Supplement long branch pseudo instructions
by Stefan Maksimovic
· 7 years ago
7051a2e
[NFC][ARM] Adding extra test for ARM CGP
by Sam Parker
· 7 years ago
5efc199
[AMDGPU] Fix the new atomic optimizer in pixel shaders.
by Neil Henning
· 7 years ago
040e4d7
[CMake] Expose opt-remark tooling through libOptRemarks.dylib
by Francis Visoiu Mistrih
· 7 years ago
4bf0a8e
[ARM] Turn assert into condition in ARMCGP
by Sam Parker
· 7 years ago
76d0100
[ARM][ARMCGP] Remove unecessary zexts and truncs
by Sam Parker
· 7 years ago
13d535a
Exclude wasm target from Windows packaging due to PR39448
by Hans Wennborg
· 7 years ago
98b2622
[NFC][x86][AArch64] extract-bits.ll: add test with 'ashr'.
by Roman Lebedev
· 7 years ago
29dd59de
[DAGCombiner] Use tryFoldToZero to simplify some code and make it work correctly between LegalTypes and LegalOperations.
by Craig Topper
· 7 years ago
Next »