Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
191187346bcd320e2d1b145451aec6a1b75d7a43
1911873
[Object] Fix a crash in Archive::child_iterator's default constructor.
by Lang Hames
· 9 years ago
8c96de4
[ARM] Use __rt_div functions for divrem on Windows
by Martin Storsjo
· 9 years ago
5366649
[Sparc] Implement UMUL_LOHI and SMUL_LOHI instead of MULHS/MULHU/MUL.
by James Y Knight
· 9 years ago
7326421
[ADT] Add missing const_iterator DenseSet::find() const
by Vitaly Buka
· 9 years ago
e249e2a
[asan] Reapply: Switch to using dynamic shadow offset on iOS
by Anna Zaks
· 9 years ago
8f952a8
Improve the debug-info test created in r274263.
by Yunzhong Gao
· 9 years ago
798edac
[LV] Pass profitability analysis in vectorizer constructor (NFC)
by Matthew Simpson
· 9 years ago
f4de15f
[RDF] Fix live def propagation through basic block
by Krzysztof Parzyszek
· 9 years ago
29db06c
AMDGPU: Do not re-use tmpreg in spill/restore lowering
by Matthias Braun
· 9 years ago
82f62ff
[LV] Pass legality analysis in vectorizer constructor (NFC)
by Matthew Simpson
· 9 years ago
81c297e
FastISel: Remove unused/un-overridden entry points. NFCI.
by Peter Collingbourne
· 9 years ago
c3d2cc5
[LV] Remove obsolete comment (NFC)
by Matthew Simpson
· 9 years ago
e7491dd
[LV] Use getScalarizationOverhead in memory instruction costs (NFC)
by Matthew Simpson
· 9 years ago
5e827ba
fix documentation comments; NFC
by Sanjay Patel
· 9 years ago
c55049e
Allow the caller to pass in the hash.
by Rafael Espindola
· 9 years ago
4c9fcf5
Improve DEBUG_VALUE assembly comments for spilled bitpieces
by Reid Kleckner
· 9 years ago
a0848c8
[LV] Add helper function for predicated block probability (NFC)
by Matthew Simpson
· 9 years ago
27b0f61
[mips][ias] fix li macro when values are negated with ~
by Simon Dardis
· 9 years ago
1c07569
[LV] Add isScalarWithPredication helper function (NFC)
by Matthew Simpson
· 9 years ago
92d577b
Revert "[asan] LLVM: Switch to using dynamic shadow offset on iOS"
by Anna Zaks
· 9 years ago
17676e0
[DAG] Teach computeKnownBits and ComputeNumSignBits in SelectionDAG to look through EXTRACT_VECTOR_ELT.
by Bjorn Pettersson
· 9 years ago
54f81ef
Test commit permission. NFC
by Bjorn Pettersson
· 9 years ago
e53904e
Fix build due to comparison of std::pairs.
by Zachary Turner
· 9 years ago
5844b06
Add llvm::enumerate() range adapter.
by Zachary Turner
· 9 years ago
b53fb3c
Don't pass null to memcpy. Should fix the asan bots.
by Rafael Espindola
· 9 years ago
e16f30e
Recommit: "[mips] Add rsqrt, recip for MIPS"
by Simon Dardis
· 9 years ago
8e07f28
Revert r282920 "X86: Allow conditional tail calls in Win64 "leaf" functions (PR26302)"
by Hans Wennborg
· 9 years ago
20d3d70
Revert "[mips] Add rsqrt, recip for MIPS"
by Simon Dardis
· 9 years ago
8bebbdc
[X86] Don't randomly encode %rip where illegal
by Douglas Katzman
· 9 years ago
71beb00
[Thumb] Don't try and emit LDRH/LDRB from the constant pool
by James Molloy
· 9 years ago
471e290
[X86] Fix some tests that didn't assert anything
by Douglas Katzman
· 9 years ago
83acfbf
Test commit permission
by Oren Ben Simhon
· 9 years ago
464fb84
Test commit permission
by Oren Ben Simhon
· 9 years ago
3beccae
[AVR] Don't select 'MOVW' instructions when they are not supported
by Dylan McKay
· 9 years ago
3d6fe50
[AVR] Add AVRRegisterInfo::splitReg function
by Dylan McKay
· 9 years ago
c29dc70
Fix machine operand traversal in ScheduleDAGInstrs::fixupKills
by Krzysztof Parzyszek
· 9 years ago
27025b7
[AVR] Update return type of dynamic alloca pass
by Dylan McKay
· 9 years ago
3aff1d4
[AVR] Add the AVR frame lowering code
by Dylan McKay
· 9 years ago
83aed69
[AVR] Split all of the AVR device definitions into a separate file
by Dylan McKay
· 9 years ago
fac3438
[AVR] Enable the instruction printer in the target definition
by Dylan McKay
· 9 years ago
59cb8c3
[AVR] Add definitions for the ATTiny102 and ATtiny104 chips
by Dylan McKay
· 9 years ago
f9bb6bc
Re-commit "Use StringRef in Support/Darf APIs (NFC)"
by Mehdi Amini
· 9 years ago
bad1f71
[AVR] Add the machine code backend
by Dylan McKay
· 9 years ago
f6b865d
[Support][CommandLine] Add cl::getRegisteredSubcommands()
by Dean Michael Berris
· 9 years ago
6f45c30
Blind attempt to fix windows build after r283290 - Use StringRef in StringSaver API (NFC)
by Mehdi Amini
· 9 years ago
33a6ab0
Use StringRef in ARMConstantPool APIs (NFC)
by Mehdi Amini
· 9 years ago
d03fefc
Revert "Codegen: Tail-duplicate during placement."
by Kyle Butt
· 9 years ago
bc4286d
Use StringRef in FastISel API (NFC)
by Mehdi Amini
· 9 years ago
1455db3
Use StringRef in StringSaver API (NFC)
by Mehdi Amini
· 9 years ago
ba066c0
Use StringRef in ARCRuntimeEntryPoints APIs (NFC)
by Mehdi Amini
· 9 years ago
d4d50f6
[libFuzzer] add ShrinkValueProfileTest, move code around, NFC
by Kostya Serebryany
· 9 years ago
ef350f2
Revert "Re-commit "Use StringRef in Support/Darf APIs (NFC)""
by Mehdi Amini
· 9 years ago
3eff5cd
Use StringRef in MCSectionMachO (NFC)
by Mehdi Amini
· 9 years ago
280c2a6
Use StringRef in DarwinAsmParser (NFC)
by Mehdi Amini
· 9 years ago
c95d4ff
[LoopDistribute] Fix a typo in the pass name.
by Michael Zolotukhin
· 9 years ago
a2df9c8
Re-commit "Use StringRef in Support/Darf APIs (NFC)"
by Mehdi Amini
· 9 years ago
d277734
[libFuzzer] clear the corpus elements if they are evicted (i.e. smaller elements with proper coverage are found). Make sure we never try to mutate empty element. Print the corpus size in bytes in the status lines
by Kostya Serebryany
· 9 years ago
c441cc0
Revert "Use StringRef in Support/Darf APIs (NFC)"
by Mehdi Amini
· 9 years ago
e57a377
Use StringRef instead of raw pointers in ARMBuildAttrs (NFC)
by Mehdi Amini
· 9 years ago
ba4c13c
Use StringRef in Support/Darf APIs (NFC)
by Mehdi Amini
· 9 years ago
062ace9
Codegen: Tail-duplicate during placement.
by Kyle Butt
· 9 years ago
d0bf447
Use StringRef in TableGen (NFC)
by Mehdi Amini
· 9 years ago
e1acf77
[C API] Add LLVMConstExactUDiv and LLVMBuildExactUDiv functions.
by Manuel Jacob
· 9 years ago
13e0592
Use StringRef in TableGen emitted API for attribute (NFC)
by Mehdi Amini
· 9 years ago
2638e45
Misc improvements to StringTableBuilder.
by Rafael Espindola
· 9 years ago
296fa89
[cpu-detection] Copy simplified version of get_cpuid_max to remove dependency to clang's implementation
by Alina Sbirlea
· 9 years ago
06c72d0
Revert r283248. It caused failures in the hexagon buildbots.
by David L Kreitzer
· 9 years ago
b60ab5d
[Target] move reciprocal estimate settings from TargetOptions to TargetLowering
by Sanjay Patel
· 9 years ago
ec53f4b
Next set of additional error checks for invalid Mach-O files for the
by Kevin Enderby
· 9 years ago
ef20529
[safestack] Requires a valid TargetMachine to be passed to the SafeStack pass.
by David L Kreitzer
· 9 years ago
e8ae223
[cmake] Make LIT_COMMAND configurable and improve fallback support
by Michal Gorny
· 9 years ago
0030b47
[Support] Add case-insensitive versions of StringSwitch members.
by Zachary Turner
· 9 years ago
627f616
AArch64: Macrofusion: Split features, add missing combinations.
by Matthias Braun
· 9 years ago
4c9998f
[sancov] renamed symcov-report-server to coverage-report-server
by Mike Aizatsky
· 9 years ago
a8e8b59
[asan] LLVM: Switch to using dynamic shadow offset on iOS
by Anna Zaks
· 9 years ago
b89fc68
Don't filter diagnostics written as YAML to the output file
by Hal Finkel
· 9 years ago
d894e4d
[CMake] Exclude intrinsics_gen from LLVM_COMMON_DEPENDS in LLVMConfig.cmake
by Chris Bieneman
· 9 years ago
0089805
Serialize remark argument as a mapping to get proper quotation for the value.
by Adam Nemet
· 9 years ago
7166679
Allow derived classes of OptimizationRemarkAnalysis in YAML
by Adam Nemet
· 9 years ago
cf04e5f
[SLPVectorizer] Add a test with non-vectorizable IR.
by Alexey Bataev
· 9 years ago
22b0358
[RS4GC] Handle ShuffleVector instruction in findBasePointer
by Anna Thomas
· 9 years ago
1ca4cdc
Remove duplicated typedef. NFC.
by Rafael Espindola
· 9 years ago
61e54f8
Fix IntegerType::MAX_INT_BITS value
by Andrey Bokhanko
· 9 years ago
94ec1e3
[Power9] Exploit D-Form VSX Scalar memory ops that target full VSX register set
by Nemanja Ivanovic
· 9 years ago
c072c50
[mips][fastisel] Consider soft-float an unsupported floating point mode
by Simon Dardis
· 9 years ago
cd988cd
[Object/ELF] - Do not crash on invalid sh_offset value of REL[A] section.
by George Rimar
· 9 years ago
e1a1a52
[SelectionDAG] Fix calling convention in expansion of ?MULO.
by whitequark
· 9 years ago
1390211
[Object/ELF] - Avoid possible crash in getExtendedSymbolTableIndex().
by George Rimar
· 9 years ago
a074ac8
Consistent fp denormal mode names. NFC.
by Sjoerd Meijer
· 9 years ago
02ede7e
Fix a test case failure on Apple PPC.
by Nemanja Ivanovic
· 9 years ago
d0e875c
[Power9] Part-word VSX integer scalar loads/stores and sign extend instructions
by Nemanja Ivanovic
· 9 years ago
aeddc35
[cmake] Reintroduce (ldconfig-compatible) SOVERSIONs on shared libraries
by Michal Gorny
· 9 years ago
40960f6
[cmake] Use separate doctrees to prevent races between Sphinx instances
by Michal Gorny
· 9 years ago
eedfbe0
[libFuzzer] remove dfsan support and some related stale code. This is not being used and as is is pretty weak anyway
by Kostya Serebryany
· 9 years ago
e17aeae
[X86] Add MOV8rm_NOREX to switch in isReallyTriviallyReMaterializable to match MOV8rm.
by Craig Topper
· 9 years ago
bd79a59
[libFuzzer] change the probabilities so that we choose only the inputs that are known to be minimal inputs for at least one coverage feature (works only with -shrink=1 for now)
by Kostya Serebryany
· 9 years ago
548c83d
AMDGPU: Refactor indirect vector lowering
by Matt Arsenault
· 9 years ago
dc1ddc0
AMDGPU: Factor SGPR spilling into separate functions
by Matt Arsenault
· 9 years ago
7789303
Revert "Codegen: Tail-duplicate during placement."
by Kyle Butt
· 9 years ago
6b3629e
[lit] Remove workaround for Python 2.5
by Brian Gesiak
· 9 years ago
Next »