Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
e84d8c12d5157a926db15976389f703809c49aa5
e84d8c1
Convert getSymbolSection to return an ErrorOr.
by Rafael Espindola
· 10 years ago
3a16c79
add a missing regression test for a DAGCombiner FDIV optimization
by Sanjay Patel
· 10 years ago
945ad7d
AMDGPU: Add pass to lower OpenCL image and sampler arguments.
by Tom Stellard
· 10 years ago
99c91eb
[SPARC] Disable unsupported ExecutionEngine tests, and XFAIL a couple
by James Y Knight
· 10 years ago
0346fc9
[LAA] Remove unused pointer partition argument from getNumberOfChecks, NFC
by Adam Nemet
· 10 years ago
32dd246
[LAA] Make the set of runtime checks part of the state of LAA, NFC
by Adam Nemet
· 10 years ago
c5f0fbc
[AArch64][LoadStoreOptimizer] Turn a test into an assert. NFC.
by Quentin Colombet
· 10 years ago
b56c34e
AMDGPU/SI: Use InstAlias instead of MnemonicAlias for VOPC instructions
by Tom Stellard
· 10 years ago
a4fd751
redo r244360 (tighten checks...) after specifying triple
by Sanjay Patel
· 10 years ago
2f214ca
tighten checks using update_llc_test_checks.py
by Sanjay Patel
· 10 years ago
812f706
MIR Serialization: Serialize the base alignment for the machine memory operands.
by Alex Lorenz
· 10 years ago
74e6108
MIR Serialization: Serialize the offsets for the machine memory operands.
by Alex Lorenz
· 10 years ago
522a2ea
MIR Parser: Extract the parsing of the operand's offset into a new method. NFC.
by Alex Lorenz
· 10 years ago
48b5b55
AMDGPU: Assume SMRD access for constant address space
by Matt Arsenault
· 10 years ago
310e6c3
Don't look for a SHT_DYNSYM in the ELFFile's constructor.
by Rafael Espindola
· 10 years ago
9f316a2
Add Intel family 6 model 90 as Silvermont. Fixes PR24392.
by Craig Topper
· 10 years ago
8081351
Remove the symbol iteration functions that don't take a symbol table.
by Rafael Espindola
· 10 years ago
7ae57e1
[LAA] Remove unused pointer partition argument from print(), NFC
by Adam Nemet
· 10 years ago
b3df245
[ConstantFoldTerminator] Preserve make.implicit metadata when converting SwitchInst to BranchInst
by Chen Li
· 10 years ago
e825981
[MCDwarf] Use more idiomatic [u]int8_t types.
by Frederic Riss
· 10 years ago
547527c
[InstCombine] Fix SSE2/AVX2 vector logical shift by constant
by Simon Pilgrim
· 10 years ago
433c477
NFC.
by Cong Hou
· 10 years ago
6d6e4e4
Add functions to save and restore the PrettyStackTrace state.
by Nico Weber
· 10 years ago
2fe3acd
Add a comment.
by Nico Weber
· 10 years ago
9b171d2
Delete dead code. NFC.
by Rafael Espindola
· 10 years ago
7f6b762
[ARM] Remove an unused reference to MachineRegisterInfo. NFC.
by Chad Rosier
· 10 years ago
09ad805
Don't use a DenseMap to handle SHT_SYMTAB_SHNDX.
by Rafael Espindola
· 10 years ago
e8ad273
AMDGPU/SI: Use correct encoding of vopc for VI in the assembler
by Tom Stellard
· 10 years ago
3148bd5
AMDGPU/SI: Add VI checks to vop3 assembler tests
by Tom Stellard
· 10 years ago
9097e5d
We're actually -Wmissing-field-initializers clean thanks to the cmake
by Eric Christopher
· 10 years ago
0b35ff9
Delete dead typedef. NFC.
by Rafael Espindola
· 10 years ago
e428f29
Use 'signed char' instead of 'char'
by Frederic Riss
· 10 years ago
423d8e4
add missing tests files
by Rafael Espindola
· 10 years ago
98203b8
AMDGPU/SI: v_mac_legacy_f32 does not exist on VI
by Tom Stellard
· 10 years ago
779291b
AMDGPU/SI: Remove unused outs parameter from VOPC TableGen classes
by Tom Stellard
· 10 years ago
e1358aa
Add dynamic_table iterators back to ELF.h.
by Rafael Espindola
· 10 years ago
54c40cf
[dsymutil] Use the new MCDwarfLineTableParams customization to emit linetables
by Frederic Riss
· 10 years ago
796478f
[MC/Dwarf] Allow to specify custom parameters for linetable emission.
by Frederic Riss
· 10 years ago
1962b1b
Fix unused variable warning introduced in r244314
by Silviu Baranga
· 10 years ago
441de05
[ARM] Update ReconstructShuffle to handle mismatched types
by Silviu Baranga
· 10 years ago
bb8d0fb
Revert "Make global aliases have symbol size equal to their type"
by John Brawn
· 10 years ago
34620e3
Tweak llvm/test/tools/dsymutil/arch-option.test to avoid globbing on mingw-w64.
by NAKAMURA Takumi
· 10 years ago
52cfa5e
ShrinkWrap.cpp: Tweak r244235 for a non-functional member, PredicateFtor. [-Wdocumentation]
by NAKAMURA Takumi
· 10 years ago
6d2f2ee
WebAssembly: textual emission uses expected opcode names
by JF Bastien
· 10 years ago
9baa291
ELF: Add AMDGPU specific defintions
by Tom Stellard
· 10 years ago
d2914e3
ValueMapper: Resolve uniquing cycles more aggressively
by Duncan P. N. Exon Smith
· 10 years ago
db5b592
ValueMapper: Pull out helper to resolve cycles, NFC
by Duncan P. N. Exon Smith
· 10 years ago
e06606f
[llvm-readobj] Convert to range-loops.
by Davide Italiano
· 10 years ago
b12f9b3
MIR Serialization: Fix serialization of unnamed IR block references.
by Alex Lorenz
· 10 years ago
263d80f
MIR Parser: Simplify the token's string value handling.
by Alex Lorenz
· 10 years ago
7515d33
[LangRef] Cleanup some stray whitespace inconsistencies.
by Sean Silva
· 10 years ago
1709c2b
[LangRef] Tiny editorial fixes.
by Sean Silva
· 10 years ago
32dcc28
Add initial documentation for the MIR serialization format.
by Alex Lorenz
· 10 years ago
138cd6d
[AArch64][FastISel] Always use AND before checking the branch flag.
by Juergen Ributzka
· 10 years ago
6f653ee
Revert "[AArch64][FastISel] Add more truncation tests." and "[AArch64][FastISel] Always use an AND instruction when truncating to non-legal types."
by Juergen Ributzka
· 10 years ago
3153f23
[compatibility.ll] Cover explicitly named comdats.
by Sean Silva
· 10 years ago
c169fa6
Describe the process better.
by Sean Silva
· 10 years ago
8a0ff18
Move to llvm-readobj code that is only used there.
by Rafael Espindola
· 10 years ago
ecc0eab
Revert accidentally committed WinEHPrepare changes
by David Majnemer
· 10 years ago
5931147
[IR] Remove TerminateInst's "NameStr" argument
by David Majnemer
· 10 years ago
a94c4c0
PHIs don't need to be postprocessed
by David Majnemer
· 10 years ago
d284a38
Handle PHI nodes prefacing EH pads too
by David Majnemer
· 10 years ago
7020014
handle phi nodes
by David Majnemer
· 10 years ago
cb675bb
[WinEHPrepare] Add rudimentary support for the new EH instructions
by David Majnemer
· 10 years ago
af511be
[dsymutil] Implement dSYM bundle creation
by Frederic Riss
· 10 years ago
e88f2f3
[dsymutil] Add (unimplemented) --flat option
by Frederic Riss
· 10 years ago
9a7f450
Thread premissions through sys::fs::create_director{y|ies}
by Frederic Riss
· 10 years ago
cf16656
[WinEH] Add documentation motivating the new EH instructions
by Reid Kleckner
· 10 years ago
9301135
[IndVars] Fix PR24356.
by Sanjoy Das
· 10 years ago
95d9915
[IndVars] Improved logging under DEBUG(); NFC.
by Sanjoy Das
· 10 years ago
be21eab
Convert a bunch of loops to foreach. NFC.
by Pete Cooper
· 10 years ago
4752eae
Update comments.
by Rui Ueyama
· 10 years ago
f5063f4
AMDGPU/SI: Add Fiji support
by Tom Stellard
· 10 years ago
825c884
AMDGPU/SI: Add support for 32-bit immediate SMRD offsets on CI
by Tom Stellard
· 10 years ago
732a4ce
AMDGPU/SI: Use ComplexPatterns for SMRD addressing modes
by Tom Stellard
· 10 years ago
01d5be6
Fix memory leaks by avoiding extra manual dynamic allocation
by David Blaikie
· 10 years ago
a57926b
Fix nested CrashRecoveryContexts with LLVM_ENABLE_THREADS=OFF, allow them.
by Nico Weber
· 10 years ago
397ed3e
[libFuzzer] move the mutators to public interface so that custom mutators may reuse these functions directly
by Kostya Serebryany
· 10 years ago
3dd7bf5
Rename inst_range() to instructions() for consistency. NFC
by Nico Rieck
· 10 years ago
1c618a4
Fix possible infinite loop in shrink wrapping when searching for save/restore
by Kit Barton
· 10 years ago
cfb2e81
LibDriver: Replace references to lld-link2 with lld-link.
by Peter Collingbourne
· 10 years ago
f5232c2
[Reassociation] Fix miscompile for va_arg arguments.
by Quentin Colombet
· 10 years ago
dcfc698
MIR Parser: Report an error when parsing duplicate memory operand flags.
by Alex Lorenz
· 10 years ago
dbc2c06
Revert r244154 which causes some build failure. See https://llvm.org/bugs/show_bug.cgi?id=24377.
by Cong Hou
· 10 years ago
66353e3
Update docs for accessing !dbg attachments
by Duncan P. N. Exon Smith
· 10 years ago
87433fc
This patch changes the interface to enable the shrink wrapping optimization.
by Kit Barton
· 10 years ago
11c1577
[AArch64] Use a static function and other minor cleanup for readability. NFC.
by Chad Rosier
· 10 years ago
8191fed
[cmake] Handle Dragonfly BSD like FreeBSD
by Reid Kleckner
· 10 years ago
181ebad
docs: Fix typo in Phabricator.rst
by Reid Kleckner
· 10 years ago
7a40257
MIR Serialization: Serialize the 'invariant' machine memory operand flag.
by Alex Lorenz
· 10 years ago
972533b
Fix an alignment error in `llvm::expandAtomicRMWToCmpXchg` without breaking the build where X86 isn't enabled.
by Richard Diamond
· 10 years ago
3c4339b
MIR Serialization: Serialize the 'non-temporal' machine memory operand flag.
by Alex Lorenz
· 10 years ago
535cac4
[AArch64] Improve the readability of the ld/st optimization pass. NFC.
by Chad Rosier
· 10 years ago
d7d9972
[SPARC] Don't compare arch name as a string, use the enum instead.
by Douglas Katzman
· 10 years ago
437cb16
Reuse variable. NFC.
by Rafael Espindola
· 10 years ago
3d3d5ae
Silencing a -Wtype-limits warning; NFC.
by Aaron Ballman
· 10 years ago
639ab38
Plug memory leaks in AsmWriterEmitter::EmitPrintAliasInstruction.
by Yaron Keren
· 10 years ago
97f89e5
Fix minor typos. NFC.
by Chad Rosier
· 10 years ago
7809bb2
Revert "Divide the primitive size in bits by eight so the initial load's alignment is in bytes as expected. Tested with the included unit test."
by Renato Golin
· 10 years ago
47e91a810
llvm/lib/IR/AttributeImpl.h: Move comment block not to cover typedef, introduced in r244164. [-Wdocumentation]
by NAKAMURA Takumi
· 10 years ago
Next »