Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
1ece62aab5f5b40da116710cf85ae2444b357bb2
1ece62a
[mips][mt][6/7] Add support for mftr, mttr instructions.
by Simon Dardis
· 8 years ago
de79ef8
Fix non-Windows build after PDB native builtin type change
by Reid Kleckner
· 8 years ago
39bfdfa
[PDB] Enable NativeSession to create symbols for built-in types on demand
by Adrian McCarthy
· 8 years ago
fa1648c
Fix to web assembly lib call list
by Daniel Neilson
· 8 years ago
7c78172
[LoopRotate] Fix DomTree update logic for unreachable nodes. Fix PR33701.
by Jakub Kuderski
· 8 years ago
4157aff
Use std::mutex to avoid memory allocation after OOM
by Reid Kleckner
· 8 years ago
a4790a3
[libFuzzer] Add a dependency on symbolizer from libFuzzer tests
by George Karpenkov
· 8 years ago
43e65bf
[libFuzzer] NFC Declare LIBFUZZER_FLAGS_BASE outside of an if-block
by George Karpenkov
· 8 years ago
053573f
[libFuzzer] Do not use LLVM ostream in tests
by George Karpenkov
· 8 years ago
f4058b9
[x86] improve SBB optimizations for SETB/SETA with subtract
by Sanjay Patel
· 8 years ago
8751bf9
[x86] add tests for improving sbb transforms; NFC
by Sanjay Patel
· 8 years ago
356d2bf
GlobalISel: Handle selection of G_IMPLICIT_DEF in AArch64
by Justin Bogner
· 8 years ago
7c497af
Add a test for r307754
by George Burgess IV
· 8 years ago
634bcab
[mips][mt][5/7] Add support for fork and yield instructions.
by Simon Dardis
· 8 years ago
ef7264b
Add back a CHECK line.
by Rafael Espindola
· 8 years ago
0dedcfc
[CodeGen] Add dependency printer
by Evandro Menezes
· 8 years ago
a48c85b
[X86/FastIsel] Fall-back to SelectionDAG when lowering soft-floats.
by Davide Italiano
· 8 years ago
c96acc5
Add element atomic memmove intrinsic
by Daniel Neilson
· 8 years ago
36ae313
[mips][mt][4/7] Add IAS support for dvpe, evpe instructions.
by Simon Dardis
· 8 years ago
9435879
[X86][SSE] Fix file check prefix warning breaking buildbots
by Simon Pilgrim
· 8 years ago
103b823
Make shell redirection construct portable
by Kamil Rytarowski
· 8 years ago
ec26641
[ARM] Adjust ifcvt heuristic for the diamond ifcvt case
by John Brawn
· 8 years ago
1ca52a5
[X86][SSE] Add 512-bit (iX bitcast(vXi1)) test cases
by Simon Pilgrim
· 8 years ago
fea3236
[mips][mt] Add missing files from last commit
by Simon Dardis
· 8 years ago
2b4e72e
fix typo in document; NFC
by Hiroshi Inoue
· 8 years ago
84aeab5
[mips][mt][3/7] Add IAS support for emt, dmt instructions.
by Simon Dardis
· 8 years ago
dba40dd
[Linker] Add directives to support mixing ARM/Thumb module-level inline asm.
by Florian Hahn
· 8 years ago
a3db459
[ARM] GlobalISel: Simplify inst selector code. NFC
by Diana Picus
· 8 years ago
3870ce2
[PM] Fix a silly bug in my recent update to the CG update logic.
by Chandler Carruth
· 8 years ago
8577619
[ARM] GlobalISel: Select s64 G_FCMP
by Diana Picus
· 8 years ago
fbec1c9
Have Module::createRNG return a unique_ptr
by Serge Guelton
· 8 years ago
1f56665
[X86][LLVM]Expanding Supports lowerInterleavedStore() in X86InterleavedAccess.
by Michael Zuckerman
· 8 years ago
b8cea18
[X86] Synchronize the ProcessorFeatures enum used by getHostCPUName with the enum in libgcc and soon compiler-rt.
by Craig Topper
· 8 years ago
5d2f267
[X86] Sync ProcessorTypes and ProcessorSubtypes enums used by getHostCPUName with the version proposed to for compiler-rt's cpu_model.c
by Craig Topper
· 8 years ago
0b0624a
[X86] Cleanup the switches in getHostCPUName to remove impossible combinations.
by Craig Topper
· 8 years ago
292490b
[X86] Remove 'barcelona' string from getHostCPUName. Use 'amdfam10' instead. The x86 backend doesn't distinguish.
by Craig Topper
· 8 years ago
97e1656
[MemoryBuiltins] Allow truncation in visitAllocaInst()
by Mikael Holmen
· 8 years ago
4b01366
Specify complete target triple in test
by Matthias Braun
· 8 years ago
831d126
Fix minor typo introduced in r276404
by Don Hinton
· 8 years ago
8a1e607
LowerTypeTests: When importing functions skip definitions where the summary contains a decl.
by Peter Collingbourne
· 8 years ago
3b58ca7
[Dominators][NFC] Remove extra semicolon...
by Jakub Kuderski
· 8 years ago
c9c28d9
[WebAssembly] Expose the offset of each data segment
by Sam Clegg
· 8 years ago
4cdc883
Fix unused variable warnings
by Konstantin Zhuravlyov
· 8 years ago
210f522
Simplify interface now that we don't need to pass IsPCRel. NFC.
by Rafael Espindola
· 8 years ago
028eab1
[codeview] Change readobj symbol dumping format
by Reid Kleckner
· 8 years ago
39247cb
[CMake] Support multi-target runtimes build
by Petr Hosek
· 8 years ago
4aebf83
Fully fix the movw/movt addend.
by Rafael Espindola
· 8 years ago
dd0b140
[IPO] Temporarily rollback r307215.
by Davide Italiano
· 8 years ago
3f91c64
[Dominators] Use a custom DFS implementation
by Jakub Kuderski
· 8 years ago
c80f622
[codeview] Fix type index discovery for four symbol records
by Reid Kleckner
· 8 years ago
8f85685
Enhance synchscope representation
by Konstantin Zhuravlyov
· 8 years ago
fdda7ea
[CodeGen] Rename DEBUG_TYPE to match passnames
by Evandro Menezes
· 8 years ago
b6cfd1a
[x86] auto-generate full checks; NFC
by Sanjay Patel
· 8 years ago
c5da2fd
[mips][mt] Correct spelling error in comment. NFCI.
by Simon Dardis
· 8 years ago
0ce5e21
[mips][mt][2/7] Implement .module and .set directives for the MT ASE.
by Simon Dardis
· 8 years ago
847573b
[ARM, ELF] Don't shift movt relocation offsets
by Martin Storsjo
· 8 years ago
827143c
[AArch64] Remove unused IsDarwin & IsNotDarwin predicates (NFCI).
by Florian Hahn
· 8 years ago
849a2b0
[LoopUnrollRuntime] NFC: Add some debugging trace messages for why loop wasn't unrolled.
by Anna Thomas
· 8 years ago
dcb98bd
[ProfileData] Add new option to dump topn hottest functions
by Xinliang David Li
· 8 years ago
17015f9
[NewGVN] Check for congruency of memory accesses.
by Davide Italiano
· 8 years ago
8e6b066
reverting 307677.
by Michael Zuckerman
· 8 years ago
4efbfe0
[NewGVN] Fix an innocent typo I found while debugging PR33720.
by Davide Italiano
· 8 years ago
e57a909
[NewGVN] Clarify the function invariants formatting them properly.
by Davide Italiano
· 8 years ago
79b3d60
[PPC] Fix one test case regression for patch https://reviews.llvm.org/D34337.
by Tony Jiang
· 8 years ago
f8b3ea8
[LibFuzzer] Fix `-Wcomment` warning emitted by GCC.
by Dan Liew
· 8 years ago
09b7b2c
[LibFuzzer] Fix `-Wpedantic` warning reported by Eric Christopher.
by Dan Liew
· 8 years ago
9c6fbac
[msan] Only check shadow memory for operands that are sized.
by Evgeniy Stepanov
· 8 years ago
ad68aab
[mips][mt][1/7] Add the MT ASE as a subtarget feature.
by Simon Dardis
· 8 years ago
2e2081e
Revert "AMDGPU: Do not test for SI in getIsaVersion"
by Konstantin Zhuravlyov
· 8 years ago
75890a7
[X86][LLVM]Expanding Supports lowerInterleavedStore() in X86InterleavedAccess.
by Michael Zuckerman
· 8 years ago
2d2fec3
[LoopUnrollRuntime] Avoid multi-exit nested loop with epilog generation
by Anna Thomas
· 8 years ago
c3676c8
[Hexagon] Do not rely on callee-saved info in hasFP
by Krzysztof Parzyszek
· 8 years ago
5cc2236
[Support] - Add bad alloc error handler for handling allocation malfunctions
by Reid Kleckner
· 8 years ago
f617975
[PPC] Fix two bugs in frame lowering.
by Tony Jiang
· 8 years ago
609a5df2
[Hexagon] Add support for nontemporal loads and stores on HVX
by Krzysztof Parzyszek
· 8 years ago
05c2cd1
[lit] Fix import StringIO errors in Python 3
by Reid Kleckner
· 8 years ago
dbeb61f
[lit] Implement non-pipelined echo commands internally
by Reid Kleckner
· 8 years ago
fa3d66c
[SLPVectorizer] Revert change in cancelScheduling with referencing to FirstInBundle, NFCI.
by Dinar Temirbulatov
· 8 years ago
0495576
[IR] Remove unnecessary const_casts from ConstantDataSequential and it's subclasses.
by Craig Topper
· 8 years ago
9733528
fix formatting; NFC
by Hiroshi Inoue
· 8 years ago
599e6ee
[globalisel][tablegen] Change method of squashing unused variable warnings following post-commit comments.
by Daniel Sanders
· 8 years ago
a589fce
[SystemZ] Minor fixing in SystemZScheduleZ13.td
by Jonas Paulsson
· 8 years ago
85d38e0
[ARM] GlobalISel: Tighten G_FCMP selection test. NFC
by Diana Picus
· 8 years ago
cd73555
[DWARF] - Add testcase for checking message about broken relocations.
by George Rimar
· 8 years ago
c0dfa22e1d
[X86][AVX512] regenerate avx512-insert-extract.ll
by Guy Blank
· 8 years ago
8ae39dc
[ARM] GlobalISel: Add reg mapping for s64 G_FCMP
by Diana Picus
· 8 years ago
eb75f90
[PM] Another post-commit fix in NewPMDriver
by Philip Pfaffe
· 8 years ago
301859b
[ARM] GlobalISel: Tighten legalizer tests. NFC
by Diana Picus
· 8 years ago
a216c32
[globalisel][tablegen] Fix an multi-insn match bug where ComplexPattern is used on multiple insns.
by Daniel Sanders
· 8 years ago
6253ba4
[ARM] ldr pc,=expression should be allowed in Thumb2
by Peter Smith
· 8 years ago
f4f832c
[ARM] GlobalISel: Fix oversight in G_FCMP legalization
by Diana Picus
· 8 years ago
ec48fd1
[globalisel][tablegen] Correct matching of intrinsic ID's.
by Daniel Sanders
· 8 years ago
6845427
[ARM] GlobalISel: Legalize s64 G_FCMP
by Diana Picus
· 8 years ago
a1602eb
Revert Revert [MBP] do not rotate loop if it creates extra branch
by Serguei Katkov
· 8 years ago
a66d085
[GlobalISel][X86] Use correct AND instructions.
by Igor Breger
· 8 years ago
0c2ce7e
[CGP] Relax a bit restriction for optimizeMemoryInst to extend scope
by Serguei Katkov
· 8 years ago
0eb884f
fix typos in comments; NFC
by Hiroshi Inoue
· 8 years ago
64a9b5d
[PM/ThinLTO] Fix PR33536, a bug where the ThinLTO bitcode writer was
by Chandler Carruth
· 8 years ago
9c82670
[PowerPC] fix latency for simple integer instructions in POWER9 scheduler
by Hiroshi Inoue
· 8 years ago
2ff5ec7
[PowerPC] avoid redundant analysis while lowering an immediate; NFC
by Hiroshi Inoue
· 8 years ago
Next »