Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
0f16f3c826def2829befdbff764ef3d8ada3032c
0f16f3c
[WinEH] Don't visit the same catchswitch twice
by David Majnemer
· 10 years ago
5a39c0c8
win: Pass /W4 in front of all the -wd flags.
by Nico Weber
· 10 years ago
073a62b
Form reform for MCDwarf.
by Paul Robinson
· 10 years ago
5ac888a
[GC] Make GCStrategy::isGCManagedPointer a type predicate not a value predicate [NFC]
by Philip Reames
· 10 years ago
20aab1c
Unbreak LLVM_ENABLE_THREADS=OFF builds.
by Nico Weber
· 10 years ago
97cdf9d
[WebAssembly] Add a TODO comment for a possible future optimization.
by Dan Gohman
· 10 years ago
982e9b7
[RS4GC] Fix base pair printing for constants.
by Manuel Jacob
· 10 years ago
37de9d0
Provide a way to specify inliner's attribute compatibility and merging.
by Akira Hatanaka
· 10 years ago
12ba7a9
[BPI] Fix two potential divide-by-zero operations that are introduced in r256263.
by Cong Hou
· 10 years ago
8050618
Disable use list order on the gold plugin.
by Rafael Espindola
· 10 years ago
c0f7a53
[WebAssembly] Trim unneeded #includes. NFC.
by Dan Gohman
· 10 years ago
19df6c2
[WebAssembly] Minor code simplification. NFC.
by Dan Gohman
· 10 years ago
ee08350
Add an OperandNamespace field to Target.td's Operand.
by Dan Gohman
· 10 years ago
b1500ee
[unittest] Use Support/thread.h instead of <thread> (second try)
by Vedant Kumar
· 10 years ago
5579d13
lit: Limit number of processes on Windows to 32.
by Nico Weber
· 10 years ago
2cc8f70
[unittest] Use Support/Thread.h instead of <thread> to fix the Windows build
by Vedant Kumar
· 10 years ago
89e6059
AMDGPU/SI: Use flat for global load/store when targeting HSA
by Changpeng Fang
· 10 years ago
86e3cfb
Also add unnamed_addr to functions.
by Rafael Espindola
· 10 years ago
4a8b38c
Revert r256277 and r256279.
by Akira Hatanaka
· 10 years ago
7bf22cd
Add a .td file I forgot to add in r256277.
by Akira Hatanaka
· 10 years ago
a4912f5
Provide a way to specify inliner's attribute compatibility and merging.
by Akira Hatanaka
· 10 years ago
937ba4c
Delete dead GlobalAliases.
by Rafael Espindola
· 10 years ago
a00544a
Revert "AMDGPU/SI: Use flat for global load/store when targeting HSA"
by Rafael Espindola
· 10 years ago
8f0e6ea
Merge duplicated code.
by Rafael Espindola
· 10 years ago
808f964
AMDGPU/SI: Use flat for global load/store when targeting HSA
by Changpeng Fang
· 10 years ago
b8d4096
Use early continue to reduce indentation.
by Rafael Espindola
· 10 years ago
8eb632d
Simplify iterator management. NFC.
by Rafael Espindola
· 10 years ago
c47dfee
Add advice on choosing reviewers
by Paul Robinson
· 10 years ago
40288f7
[BPI] Replace weights by probabilities in BPI.
by Cong Hou
· 10 years ago
d8502a2
Remove deprecated llvm.experimental.gc.result.{int,float,ptr} intrinsics.
by Manuel Jacob
· 10 years ago
3a7ab88
[Support] Allow multiple paired calls to {start,stop}Timer()
by Vedant Kumar
· 10 years ago
f8bc6b5
[RS4GC] Fix crash in the case that a live variable has a constant base.
by Manuel Jacob
· 10 years ago
3ff9f09
[AArch64] Promote loads from stored
by Jun Bum Lim
· 10 years ago
ccbb5bd
Typo. NFC.
by Chad Rosier
· 10 years ago
4025d5b
[X86][AVX512] Add rcp14 and rsqrt14 intrinsics
by Asaf Badouh
· 10 years ago
f580a62
[ASMPrinter] Fix missing handling of DW_OP_bit_piece
by Keno Fischer
· 10 years ago
7482ffb
[libFuzzer] add AFL-style dictionary for C++, remove the old file with tokens
by Kostya Serebryany
· 10 years ago
f31d06a
[MC] Don't use the architecture to govern which object file format to use
by David Majnemer
· 10 years ago
b6b29c7
Partial fix for PR25912, see comment 13. Should fix the sanitizer bootstrap bot
by Kostya Serebryany
· 10 years ago
311da8d
Handle empty Subprogram list when linking metadata.
by Teresa Johnson
· 10 years ago
6db6cfa
Determine callee's hotness and adjust threshold based on that. NFC.
by Easwaran Raman
· 10 years ago
776f33a
[safestack] Add option for non-TLS unsafe stack pointer.
by Evgeniy Stepanov
· 10 years ago
ceb49e0
[PGO] Fix another comdat related issue for COFF
by Xinliang David Li
· 10 years ago
7226592
[Support] Timer: Use emplace_back() and range-based loops (NFC)
by Vedant Kumar
· 10 years ago
597c8ee
[Support] Timer: simplify the init() method
by Vedant Kumar
· 10 years ago
bbd9331
[AVR] Added configuration file and machine function information class
by Dylan McKay
· 10 years ago
4b6fef2
Fix line endings after r256155. NFC.
by Eric Christopher
· 10 years ago
79129dd
Fix test case comment (NFC)
by Xinliang David Li
· 10 years ago
ae63145
[cfi] Fix LowerBitSets on 32-bit targets.
by Evgeniy Stepanov
· 10 years ago
56afa6e
[MC, COFF] Support link /incremental conditionally
by David Majnemer
· 10 years ago
e7f0062
Enhance BranchProbabilityInfo::calcUnreachableHeuristics for InvokeInst
by Jun Bum Lim
· 10 years ago
af14cd0
Resubmit r256193 with test fix: assertion failure analyzed
by Xinliang David Li
· 10 years ago
9a0b6e7
Revert r256193: build bot failure triggered
by Xinliang David Li
· 10 years ago
0d04e87
[X86][SSE] Transform truncations between vectors of integers into X86ISD::PACKUS/PACKSS operations during DAG combine.
by Cong Hou
· 10 years ago
e3e5614
[PGO] Fix profile var comdat generation problem with COFF
by Xinliang David Li
· 10 years ago
4c1d770
[ValueTracking] Properly handle non-sized types in isAligned function.
by Michael Zolotukhin
· 10 years ago
9e02fe5
Fix PR24563 (LiveDebugVariables unconditionally propagates all DBG_VALUEs)
by Adrian Prantl
· 10 years ago
6932e6d
Convert the CodeGen/ARM/sched-it-debug-nodes.ll testcase from IR -> MIR.
by Adrian Prantl
· 10 years ago
7deb7eb
Teach ARMLoadStoreOptimizer to ignore DBG_VALUE instructions when merging
by Adrian Prantl
· 10 years ago
9fc3869
fix leak in a test, make the sanitizer bot green
by Kostya Serebryany
· 10 years ago
1536863
AMDGPU/SI: Fix encoding for FLAT_SCRATCH registers on VI
by Tom Stellard
· 10 years ago
0b69fa9
AMDGPU/SI: Change assembly name for flat scratch registers to flat_scratch
by Tom Stellard
· 10 years ago
0ce5d69
[AArch64] Add additional extract-extend patterns for smov
by Matthew Simpson
· 10 years ago
8c9c853
Add testcase for r256161 (PR25907)
by Teresa Johnson
· 10 years ago
308175c
Remove extra whitespace. NFC.
by Chad Rosier
· 10 years ago
a677216
[ThinLTO] Rename variable to reflect bulk importing change (NFC)
by Teresa Johnson
· 10 years ago
ce0413b
[WebAssembly] Convert a regular for loop to a range-based for loop.
by Dan Gohman
· 10 years ago
8080c4f
[WebAssembly] Clean up comments and fix a missing #include dependency.
by Dan Gohman
· 10 years ago
cd530e1
[WebAssembly] Remove an unneeded empty destructor.
by Dan Gohman
· 10 years ago
05f8e38
[WebAssembly] Enclose the operand variables for load and store instructions in braces.
by Dan Gohman
· 10 years ago
d46c80d
[WebAssembly] Mark the ARGUMENT pseudo-instructions as CodeGenOnly.
by Dan Gohman
· 10 years ago
b306169
[WebAssembly] Add some comments and make some minor source cleanups.
by Dan Gohman
· 10 years ago
1a81ad9
Teach MCOperand::print how to print FPImm operands.
by Dan Gohman
· 10 years ago
0e1a49a
Remove unused functions from ModuleLinker (NFC)
by Teresa Johnson
· 10 years ago
6cfd049
Remove overly strict new assert in BitcodeReader.
by Teresa Johnson
· 10 years ago
3573395
Revert "[AArch64] Promote loads from stores"
by Jun Bum Lim
· 10 years ago
4994844
[LIR] Refactor code to enable future patch. NFC.
by Chad Rosier
· 10 years ago
2835413
[AArch64] Enable PostRAScheduler for AArch64 generic build.
by Chad Rosier
· 10 years ago
3bb8dc4
AVX512BW: Enable AND/OR/XOR vector byte/word paked operation by promoting to qword that natively suppored.
by Igor Breger
· 10 years ago
005b231
[llvm-objdump] Use appropriate helper. NFC.
by Davide Italiano
· 10 years ago
9889174
Implemented Support of IA interrupt and exception handlers:
by Amjad Aboud
· 10 years ago
ba4a99a
[mips][microMIPS] Implement DERET and DI instructions and check size operand for EXT and DEXT* instructions
by Zlatko Buljan
· 10 years ago
59e6e92
check-llvm: Tweak the feature "timestamps" for autoconf.
by NAKAMURA Takumi
· 10 years ago
827bc7f
[MC, COFF] Unbreak support for COFF timestamps
by David Majnemer
· 10 years ago
d644801
[Cygwin] Enable TLS as emutls.
by NAKAMURA Takumi
· 10 years ago
65021c4
[RS4GC] Add an assert which fails if there is a (yet unsupported) addrspacecast.
by Manuel Jacob
· 10 years ago
cc004e5
[InstCombine] Fix indentation. NFC.
by Craig Topper
· 10 years ago
a8c897c
[AVR] Added AVRCallingConv.td
by Dylan McKay
· 10 years ago
372aaa2
[X86] Use range-based for loop. NFC
by Craig Topper
· 10 years ago
a1d9ba7
[X86] Prevent constant hoisting for a couple compare immediates that the selection DAG knows how to optimize into a shift.
by Craig Topper
· 10 years ago
9a2a614
Add AVR.td and AVRRegisterInfo.td
by Dylan McKay
· 10 years ago
abe8418
[llvm-objdump] Move COFF function to where it belongs.
by Davide Italiano
· 10 years ago
5a75233
Fix a bug in test case -- duplicate entries
by Xinliang David Li
· 10 years ago
cb4197f
Fix a latent UAF bug in profwriter
by Xinliang David Li
· 10 years ago
116cc72
Fix mapping of @llvm.arm.ssat/usat intrinsics to ssat/usat instructions for Thumb2
by Weiming Zhao
· 10 years ago
cfbaf11
[PGO] Improve Indexed Profile Reader efficiency
by Xinliang David Li
· 10 years ago
272ce19
Minor clean up -- move large single use method out of header(NFC)
by Xinliang David Li
· 10 years ago
01e490b
Revert r219171, "llvm/test/lit.cfg: Suppress dwarf stuff for targeting x86_64-mingw32 while investigating since r219108."
by NAKAMURA Takumi
· 10 years ago
ec9022d
ThreadPool unittests: do not hold mutex when calling condition_variable:notify()
by Mehdi Amini
· 10 years ago
1d8492e
Nonnull elements in OperandBundleCallSites are not all Instructions
by Sanjoy Das
· 10 years ago
Next »