Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
3e6b79abab22983838916fccecf8d8060ea17115
3e6b79a
[docker] Fix LLVM_EXTERNAL_PROJECTS cmake variable value
by Azharuddin Mohammed
· 7 years ago
264d803
[MachineOutliner][NFC] Make Candidates own their call information
by Jessica Paquette
· 7 years ago
6f78ca4
[MachineOutliner][NFC] Move missed opt remark into its own function
by Jessica Paquette
· 7 years ago
f381561
[MachineOutliner][NFC] Sink some candidate logic into OutlinedFunction
by Jessica Paquette
· 7 years ago
cef24f0
Use SCEV to avoid inserting some bounds checks.
by Joel Galenson
· 7 years ago
ae8e83e
[PredicateInfo] Use custom mangling to support ssa_copy with unnamed types.
by Florian Hahn
· 7 years ago
dab9d81
[mips] Fix local dynamic TLS with Sym64
by Simon Atanasyan
· 7 years ago
ab7df71
[x86/SLH] Extract the core register hardening logic to a low-level
by Chandler Carruth
· 7 years ago
0cb0677
[x86/SLH] Tidy up a comment, using doxygen structure and wording it to
by Chandler Carruth
· 7 years ago
99421a4
[ARM] Disable ARMCodeGenPrepare by default
by Sam Parker
· 7 years ago
d61e7c7
ADT: Shrink SmallVector size 0 to 16B on 64-bit platforms
by Duncan P. N. Exon Smith
· 7 years ago
f2cead4
Recommit r334887: [SmallSet] Add SmallSetIterator.
by Florian Hahn
· 7 years ago
35ffbe6
Revert "[DebugInfo] Generate DWARF debug information for labels."
by Shiva Chen
· 7 years ago
b79cc9e
[x86] Clean up and convert test to use generated CHECK lines.
by Chandler Carruth
· 7 years ago
6eec3c8
[x86] Update the CHECK lines of this test to use the latest patterns
by Chandler Carruth
· 7 years ago
b454fa1
[DebugInfo] Generate DWARF debug information for labels.
by Shiva Chen
· 7 years ago
6779fcc
AMDGPU/GlobalISel: Legalize G_INSERT
by Tom Stellard
· 7 years ago
4635615
llvm-xray: Broken chrome trace event format output
by Dean Michael Berris
· 7 years ago
031045e
AMDGPU/GlobalISel: Remove unnecessary legality constraint for G_EXTRACT
by Tom Stellard
· 7 years ago
c4c8d7b
Add PerfJITEventListener for perf profiling support.
by Andres Freund
· 7 years ago
499e3df
[Debugify] Export per-pass debug info loss statistics
by Vedant Kumar
· 7 years ago
a4afd1f
[Debugify] Move interface definitions to a header, NFC
by Vedant Kumar
· 7 years ago
ae41ebb
[x86/SLH] Simplify the code for hardening a loaded value. NFC.
by Chandler Carruth
· 7 years ago
3813cf4
[x86/SLH] Remove complex SHRX-based post-load hardening.
by Chandler Carruth
· 7 years ago
6ee94ea
[DWARF] Use deque in place of SmallVector to fix use-after-free issue
by Fangrui Song
· 7 years ago
55b2a35
Fix typo in test/CodeGen/Mips/dins.ll
by Thomas Anderson
· 7 years ago
2d6fb15
Embed a template specialization in a namespace to work around a gcc bug.
by Wolfgang Pieb
· 7 years ago
3e597f4
[DWARF v5] Refactor range lists dumping by using a more generic way of handling tables of lists.
by Wolfgang Pieb
· 7 years ago
073f01b
[LTO] Handle __imp_ (dllimport) symbols consistently with lld
by Teresa Johnson
· 7 years ago
faddb71
[demangler] call terminate() if allocation failed
by Erik Pilkington
· 7 years ago
ae3e2f0
[MC] Add a separate flag for skipping comdat constant sections for MinGW. NFC.
by Martin Storsjo
· 7 years ago
c819c64
[COFF] Fix assembly output of comdat sections without an attached symbol
by Martin Storsjo
· 7 years ago
09465e9
[AArch64] Use MCAsmInfoMicrosoft and MCAsmInfoGNUCOFF as base classes
by Martin Storsjo
· 7 years ago
217be21
[utils] Fix the llvm::Optional data formatter
by Vedant Kumar
· 7 years ago
113fd07
[SelectionDAG] Reduce DanglingDebugInfo memory traffic, NFC
by Vedant Kumar
· 7 years ago
2f14f11
[ThinLTO] Ensure the TargetLibraryInfo is constructed early enough
by Teresa Johnson
· 7 years ago
4f40986
[DebugCounters] Keep track of total counts
by George Burgess IV
· 7 years ago
94363b3
[gdb] Fix SmallVector pretty printer after r337514
by Fangrui Song
· 7 years ago
7321ba2
ConstantFolding: Avoid a crash.
by Manoj Gupta
· 7 years ago
d3db945
Re-land r335297 "[X86] Implement more of x86-64 large and medium PIC code models"
by Reid Kleckner
· 7 years ago
e6aaf315
[llvm-mca][docs] Define IPC where it is first mentioned. NFC.
by Matt Davis
· 7 years ago
820d48f
Fix RegScavenger::unprocess
by David Greene
· 7 years ago
8454ad6
Add inline asm aliasing test.
by Nirav Dave
· 7 years ago
d24baad
Revert "[docs] Add support for Markdown documentation in Sphinx"
by Michael J. Spencer
· 7 years ago
3acc560
[docs] Add support for Markdown documentation in Sphinx
by Michael J. Spencer
· 7 years ago
f3f578d
[yaml2obj] Add default sh_entsize for dynamic sections
by Paul Semel
· 7 years ago
6884c73
[Hexagon] Handle unnamed globals in HexagonConstExpr
by Krzysztof Parzyszek
· 7 years ago
7bf2466
[Demangle] Attempt to fix arena memory leak
by Reid Kleckner
· 7 years ago
c250bf8
Fixing a typo; NFC.
by Aaron Ballman
· 7 years ago
7550101
[lit] Move the shtest-xunit-output check lines into shtest-format
by Justin Bogner
· 7 years ago
83862fe
[ARM] Use unique_ptr to fix memory leak introduced in r337701
by Fangrui Song
· 7 years ago
2741a66
OpChain has subclasses, so add a virtual destructor.
by Jordan Rupprecht
· 7 years ago
ad863f5
[ARM] Follow-up to r337709.
by Matt Morehouse
· 7 years ago
524f898
[ARM] Add doFinalization() to ARMCodeGenPrepare pass.
by Matt Morehouse
· 7 years ago
eac6487
[Legalize] Elide MERGE_VALUES created by scalarizeVectorLoad.
by Nirav Dave
· 7 years ago
7a4d8f6
[mips] Add more checks to the tls.ll test case. NFC
by Simon Atanasyan
· 7 years ago
65db7c5
[ARM][NFC] ParallelDSP reorganisation
by Sam Parker
· 7 years ago
f1a7318
[SystemZ] Fix dumpSU() method in SystemZHazardRecognizer.
by Jonas Paulsson
· 7 years ago
fabe54b
[FPEnv] Legalize double width StrictFP vector operations
by Cameron McInally
· 7 years ago
e148741
[Docs] Fix LLVM_YAML_IS_DOCUMENT_LIST_VECTOR
by Jonas Devlieghere
· 7 years ago
942fbb2
[ARM] ARMCodeGenPrepare backend pass
by Sam Parker
· 7 years ago
576662c
[GVN] Don't use the eliminated load as an available value in phi construction
by John Brawn
· 7 years ago
40f8300
[MemorySSAUpdater] Update Phi operands after trivial Phi elimination
by Alexandros Lamprineas
· 7 years ago
ef8ab91
[Support] Add a UniqueStringSaver: like StringSaver, but deduplicating.
by Sam McCall
· 7 years ago
7fdea0d
[NFC][MCA] ZnVer1: Update RegisterFile to identify false dependencies on partially written registers.
by Roman Lebedev
· 7 years ago
e3427c2
[NFC][MCA] ZnVer1: add partial-reg-update tests
by Roman Lebedev
· 7 years ago
dbf6cfb
[GVNHoist] safeToHoistLdSt allows illegal hoisting
by Alexandros Lamprineas
· 7 years ago
d0f4fb1
[x86/SLH] Fix a bug where we would harden tail calls twice -- once as
by Chandler Carruth
· 7 years ago
9e30933
[x86/SLH] Add a test covering indirect forms of control flow. NFC.
by Chandler Carruth
· 7 years ago
32b2784
[x86/SLH] Rename and comment the main hardening function. NFC.
by Chandler Carruth
· 7 years ago
c6b3cc7
Test commit, fix a minor typo.
by Jiading Gai
· 7 years ago
13ee34b
[X86] Remove the max vector width restriction from combineLoopMAddPattern and rely splitOpsAndApply to handle splitting.
by Craig Topper
· 7 years ago
a747d61
[ORE] Move loop invariant ORE checks outside the PM loop.
by Xin Tong
· 7 years ago
7a0e9e5
[SelectionDAGBuilder] Use APInt::isZero instead of comparing APInt::getZExtValue to 0 in a place where we can't be sure contents of the APInt fit in a uint64_t.
by Craig Topper
· 7 years ago
8c41af6
[SelectionDAGBuilder] Restrict vector reduction check to types with a power of 2 number of elements.
by Craig Topper
· 7 years ago
bd64674
[X86] Add more MADD recurrence test cases with larger and narrower vector widths.
by Craig Topper
· 7 years ago
bdf2ac0
[llvm-mca][docs] Add documentation for the statistic outputs from mca. NFC
by Matt Davis
· 7 years ago
7d95755
[mips] Factor out register class selection for global base register. NFC
by Simon Atanasyan
· 7 years ago
d0914d1
[mips] Move out the WrapperPat declaration from the NotInMicroMips predicate
by Simon Atanasyan
· 7 years ago
322f6d0
[llvm-undname] Flush output before demangling.
by Zachary Turner
· 7 years ago
0754d77
Fix the MSVC Visualizers for SmallVector classes.
by Zachary Turner
· 7 years ago
ed64ebd
Early exit with cheaper checks
by Aditya Kumar
· 7 years ago
ebc7653
[InstrSimplify] fold sdiv if two operands are negated and non-overflow
by Chen Zheng
· 7 years ago
1d13545
[DebugInfo] Add a new DI flag to record if a C++ record is a trivial type
by Aaron Smith
· 7 years ago
9d8e9ef
[ORC] Re-apply r336760 with fixes.
by Lang Hames
· 7 years ago
845fa15
Re-apply r337595 with fix for LLVM_ENABLE_THREADS=Off.
by Lang Hames
· 7 years ago
c53ade0
[ADT] Only run death tests in !NDEBUG
by Benjamin Kramer
· 7 years ago
15f3331
[Hexagon] Disable packets in test to avoid ordering issues in checks
by Krzysztof Parzyszek
· 7 years ago
43c7ac5
Change the cap on the amount of padding for each vtable to 32-byte (previously it was 128-byte)
by Peter Collingbourne
· 7 years ago
8f2b72e
AMDGPU: Use existing function to check for VGPRs
by Matt Arsenault
· 7 years ago
a69ec54
Revert "[X86][AVX] Convert X86ISD::VBROADCAST demanded elts combine to use SimplifyDemandedVectorElts"
by Benjamin Kramer
· 7 years ago
9f7b748
[llvm-undname] Remove a superfluous semicolon. NFC.
by Martin Storsjo
· 7 years ago
337fc79e
[COFF] Use symbolic constants instead of hardcoded numbers. NFCI.
by Martin Storsjo
· 7 years ago
3631b66
[COFF] Adjust how we flag weak externals
by Martin Storsjo
· 7 years ago
4571da6
[FileCheck] Provide an option for FileCheck to dump original input to stderr on failure
by George Karpenkov
· 7 years ago
1f565f5
Revert r337595 "[ORC] Add new symbol lookup methods to ExecutionSessionBase in preparation for"
by Reid Kleckner
· 7 years ago
6bb56ed
Reapply "[LSV] Refactoring + supporting bitcasts to a type of different size"
by Roman Tereshin
· 7 years ago
a46c1d6
[FileCheck] Fix search ranges for DAG-NOT-DAG
by Joel E. Denny
· 7 years ago
ff83113
[llvm-objcopy] Add basic support for --rename-section
by Jordan Rupprecht
· 7 years ago
502e1bf
And add a lit substitution for llvm-undname, as the comment says to
by Reid Kleckner
· 7 years ago
Next »