Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
fc721a89bb4480d9ac749016935f62a473dd8399
fc721a8
Allow demangler's node allocator to fail, and bail out of the entire
by Richard Smith
· 7 years ago
2feea28
[RISCV] Fix std::advance slowness
by Ana Pazos
· 7 years ago
5247936
[llvm-mca] Move ResourceManager from Scheduler into its own file. NFC.
by Matt Davis
· 7 years ago
8d280d4
Fix ExpandedSpecialSubstitution demangling for Sa and Sb.
by Richard Smith
· 7 years ago
4ad99d4
Add documentation comment to ForwardTemplateReference.
by Richard Smith
· 7 years ago
a5beadf
Add data structure to form equivalence classes of mangled names.
by Richard Smith
· 7 years ago
4746a18
[llvm-mca] Revert r340659. NFC.
by Matt Davis
· 7 years ago
17e5e85
[CVP] Extend tests to illustrate an old patch isn't needed
by Philip Reames
· 7 years ago
ac55a7f
[llvm-mca] Move the ResourceManger from the Scheduler into its own file. NFC.
by Matt Davis
· 7 years ago
e50e528
[PGO] add target md5sum in warning message for icall
by Xinliang David Li
· 7 years ago
936b78d
DAG: Allow matching fminnum/fmaxnum from vselect
by Matt Arsenault
· 7 years ago
a4da437
Use unique_ptr to hold MCInstrInfo
by Vitaly Buka
· 7 years ago
b20e492
Verifier: verify that a DILocation's scope is a DILocalScope.
by Adrian Prantl
· 7 years ago
e07179a
[SafeStack] Set debug location for calls to __safestack_pointer_address.
by Eli Friedman
· 7 years ago
5309f16
Reduce the memory footprint of dsymutil. (NFC)
by Adrian Prantl
· 7 years ago
84d4a7b
CodeGen: Add two more conditions for adding symbols to the address-significance table.
by Peter Collingbourne
· 7 years ago
10937f2
DebugInfo: Fix skipping CUs in DWARFv5 debug_names table
by David Blaikie
· 7 years ago
444bd81
[llvm-mca] Move views and stats into a Views subdir. NFC.
by Matt Davis
· 7 years ago
98864f4
[PowerPC] Emit xscpsgndp instead of xxlor when copying floating point scalar registers for P9
by Stefan Pintilie
· 7 years ago
ddf0892
Use unique_ptr.
by Joel Galenson
· 7 years ago
fcffb94
[Exception Handling] Unwind tables are required for all functions that have an EH personality.
by Stefan Pintilie
· 7 years ago
a694af0
[PowerPC] Change Test Options [NFC]
by Stefan Pintilie
· 7 years ago
93b31da
[AST] Simplify code minorly using pattern match [NFC]
by Philip Reames
· 7 years ago
0fddef7
[AArch64] Reject inline asm with FP registers when FP is disabled.
by Eli Friedman
· 7 years ago
5cd2797
[Support] Allow discarding a FileOutputBuffer without removing the memory mapping
by Martin Storsjo
· 7 years ago
118d1ce
[X86] Teach combineLoopMAddPattern to handle cases where there is no loop and the add has two multiply inputs
by Craig Topper
· 7 years ago
b7914a1
[X86] Add test case for D50868. NFC
by Craig Topper
· 7 years ago
cd62213
[DAGCombiner][Mips] Don't combine bitcast+store after LegalOperations when the store is volatile, if the resulting store isn't Legal
by Craig Topper
· 7 years ago
355bcdc
Revert "[Exception Handling] Unwind tables are required for all functions that have an EH personality."
by Stefan Pintilie
· 7 years ago
be41091
Revert [Inliner] Attribute callsites with inline remarks
by David Bolvansky
· 7 years ago
192fe4c
[Inliner] Attribute callsites with inline remarks
by David Bolvansky
· 7 years ago
ef0538f
[LICM] Hoist an invariant_start out of loops if there are no stores executed before it
by Philip Reames
· 7 years ago
64e272c
Add missing override keyword (NFC)
by Joel Galenson
· 7 years ago
ca333d7
[Exception Handling] Unwind tables are required for all functions that have an EH personality.
by Stefan Pintilie
· 7 years ago
d73e0d8
[PhiValues] Use callback value handles to invalidate deleted values
by John Brawn
· 7 years ago
ff323c3
[cfi-verify] Support cross-DSO
by Joel Galenson
· 7 years ago
e47abe7
[llvm-objdump] Label calls to the PLT.
by Joel Galenson
· 7 years ago
77a17af
Find PLT entries for x86, x86_64, and AArch64.
by Joel Galenson
· 7 years ago
97d7bcd
[Local] Make DoesKMove required for combineMetadata.
by Florian Hahn
· 7 years ago
3327f8b
[XRay] Refactor loadTraceFile(...) into two (NFC)
by Dean Michael Berris
· 7 years ago
2024fa2
[SDAG] Add versions of computeKnownBits that return a value
by Justin Bogner
· 7 years ago
a11014c
Make llvm-profdata show -text work as advertised in the documentation.
by Richard Smith
· 7 years ago
db0f769
Make LLVM_ENABLE_CRASH_DUMPS set a variable default
by Reid Kleckner
· 7 years ago
4976f0e
DebugInfo: Improve debug location merging
by David Blaikie
· 7 years ago
4e5d1aa
[IDF] Make GraphDiff a const constructor argument.
by Alina Sbirlea
· 7 years ago
6602cf7
[MemorySSA] Fix def optimization handling
by George Burgess IV
· 7 years ago
81dfd7d
[MIPS GlobalISel] Lower i8 and i16 arguments
by Petar Jovanovic
· 7 years ago
9a14b78
[llvm-mca] Fix parameter name. NFC.
by Walter Lee
· 7 years ago
d4a902b
[WebAssembly] Prioritize splats over v128.consts
by Thomas Lively
· 7 years ago
780d32e
Remove the use of pair inside the tuple in concat_iterator.
by Alina Sbirlea
· 7 years ago
8f95334
[llvm-mca] Set the Selection strategy to Default if nullptr is passed.
by Matt Davis
· 7 years ago
47ef170
[x86] move/add tests for insertelement with variable index; NFC
by Sanjay Patel
· 7 years ago
8bcab14
[LoopVectorize][NFCI] Use find instead of count
by David Bolvansky
· 7 years ago
65dbe30
Fixup AreCoreFilesPrevented() to consider first LLVM_ENABLE_CRASH_DUMPS and secondly coreFilesPrevented.
by Douglas Yung
· 7 years ago
647d93d
[ValueTracking] Fix assert message and add test case for r340546 and PR38677.
by Craig Topper
· 7 years ago
d18e2f2
[DEBUGINFO] Fix misprint in the name of DebugDirectivesOnly, NFC.
by Alexey Bataev
· 7 years ago
17b68c2
[RegisterCoalescer] Fix for assert in removePartialRedundancy
by Tim Renouf
· 7 years ago
b076be5
[ValueTracking] Fix an assert from r340480.
by Craig Topper
· 7 years ago
d024286
[llvm-mca] Fix wrong call to setCustomStrategy().
by Andrea Di Biagio
· 7 years ago
ba4c8a1
[x86] add debug option for and-immediate shrinking
by Sanjay Patel
· 7 years ago
48d2b81
[InstCombine] Fold Select with binary op - FP opcodes
by David Bolvansky
· 7 years ago
7aa6161
[FunctionAttrs] Infer WriteOnly Function Attribute
by Brian Homerding
· 7 years ago
069b918
[llvm-mca] Allow the definition of custom strategies for selecting processor resource units.
by Andrea Di Biagio
· 7 years ago
3660992
[GVN] Invalidate cached info for phis when setting dead predecessors to undef
by John Brawn
· 7 years ago
271b93a
[DWARF] Unify warning callbacks. NFC.
by Victor Leschuk
· 7 years ago
2234b90
[SCCP] Remove unused variable added in r340525.
by Florian Hahn
· 7 years ago
dcf21c6
Recommit r333268: [IPSCCP] Use PredicateInfo to propagate facts from cmp instructions.
by Florian Hahn
· 7 years ago
8d709d9
[Support] Fix some Wundef warnings
by Sven van Haastregt
· 7 years ago
47ff67b
Allow creating llvm::Function in non-zero address spaces
by Alexander Richardson
· 7 years ago
286f6b5
TableGen/SearchableTables: Cast enums to unsigned in generated code
by Nicolai Haehnle
· 7 years ago
b6e9cdd
Fix comparison of char and int64 in TestWriteFixNegativeInt
by Vitaly Buka
· 7 years ago
4662b47
Initialize the address-significance table fragment's layout order.
by Peter Collingbourne
· 7 years ago
e88a506
[x86/retpoline] Split the LLVM concept of retpolines into separate
by Chandler Carruth
· 7 years ago
1853218
MC: Don't align COFF section contents.
by Peter Collingbourne
· 7 years ago
d8e05e4
Revert r340508: [DebugInfo] Fix bug in LiveDebugVariables.
by Chandler Carruth
· 7 years ago
0130b6e
[LibCalls] Added returned attribute to libcalls
by David Bolvansky
· 7 years ago
33aee6f
Improve incompatible triple error
by JF Bastien
· 7 years ago
0119632
[DebugInfo] Fix bug in LiveDebugVariables.
by Hsiangkai Wang
· 7 years ago
5d5174c
Fix undefined behavior in r340457
by Scott Linder
· 7 years ago
648e7fb
Add new .def file introduced for BinaryFormat/MsgPack
by David Blaikie
· 7 years ago
aaa1b67
[WebAssembly] SIMD Bitwise binary arithmetic
by Thomas Lively
· 7 years ago
35f83f4
[WebAssembly][NFC] Reorganize SIMD instructions
by Thomas Lively
· 7 years ago
d684f5c
[WebAssembly][NFC] Move specific instruction formats to specific files
by Thomas Lively
· 7 years ago
38b60af
MC: Teach the COFF object writer to write address-significance tables.
by Peter Collingbourne
· 7 years ago
8781944
[ValueTracking] Teach computeNumSignBits to understand min/max clamp patterns with constant/splat values
by Craig Topper
· 7 years ago
f1d4273
[X86] Teach combineLoopSADPattern to handle cases where there is no loop and the add has two absolute difference inputs
by Craig Topper
· 7 years ago
8029441
[X86] Add test cases for D50817. NFC
by Craig Topper
· 7 years ago
2898554
[NFC] Refactor simplification of pow()
by Evandro Menezes
· 7 years ago
f0aaf6f
[WebAssembly] Arbitrary BUILD_VECTOR and remove i64x2.mul
by Thomas Lively
· 7 years ago
4171588
[SelectionDAG] unroll unsupported vector FP ops earlier to avoid libcalls on undef elements (PR38527)
by Sanjay Patel
· 7 years ago
7657bca
[NFC] Expand test cases for simplifying pow()
by Evandro Menezes
· 7 years ago
9e027f8
[MemorySSA] Invalidate optimized Defs upon moving them; NFC
by George Burgess IV
· 7 years ago
575895c
[ARM] Lower llvm.ctlz.i32 to a libcall when clz is not available.
by Eli Friedman
· 7 years ago
8b3c688
[BinaryFormat] Add MessagePack reader/writer
by Scott Linder
· 7 years ago
66ce6fc
[SafeStack] Handle unreachable code with safe stack coloring.
by Eli Friedman
· 7 years ago
39184e4
bpf: fix an assertion in BPFAsmBackend applyFixup()
by Yonghong Song
· 7 years ago
c78d44c
[WebAssembly] Don't write SP back when prolog is generated only for EH
by Heejin Ahn
· 7 years ago
3553a3c
[AST] Add a test for attribute intersection
by Philip Reames
· 7 years ago
cab386f
[ARM] Avoid injecting constant islands in movw+movt pairs on Windows
by Martin Storsjo
· 7 years ago
487456c
[ARM] Move machine operand target flags to ARMBaseInstrInfo
by Martin Storsjo
· 7 years ago
Next »