Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
unittests
c6ed91e
[AArch64] Add command-line option predres
by Diogo N. Sampaio
· 7 years ago
a974b33
[CaptureTracking] Add a unit test for MaxUsesToExplore
by Artur Pilipenko
· 7 years ago
4f13d04
Rename TapiTests to TextAPITests
by Nico Weber
· 7 years ago
8786a94
[ARM] Add command-line option for SB
by Diogo N. Sampaio
· 7 years ago
9123f82
[AArch64] Add command-line option for SB
by Diogo N. Sampaio
· 7 years ago
b53eeb6
[llvm] API for encoding/decoding DWARF discriminators.
by Mircea Trofin
· 7 years ago
8ed73c2
[TextAPI][elfabi] Fix failing tests from D56020
by Armando Montanez
· 7 years ago
4cc2113
[TextAPI][elfabi] Fix YAML support for weak symbols
by Armando Montanez
· 7 years ago
148957f
[AArch64] Always use the version of computeKnownBits that returns a value. NFCI.
by Simon Pilgrim
· 7 years ago
b47bd52
[ADT] IntervalMap: add overlaps(a, b) method
by Pavel Labath
· 7 years ago
2f44fbe
cmake: Remove add_llvm_loadable_module()
by Tom Stellard
· 7 years ago
84980f4
Fix gcc7 -Wdangling-else warning. NFCI.
by Simon Pilgrim
· 7 years ago
0b83209
Fix use-after-free with profile remapping.
by Richard Smith
· 7 years ago
937a104
[VFS] Add isLocal to ProxyFileSystem and add unit tests.
by Michael J. Spencer
· 7 years ago
1eb3aae
[ADT] Fix bugs in SmallBitVector.
by Zachary Turner
· 7 years ago
629db5d
[globalisel][combiner] Make the CombinerChangeObserver a MachineFunction::Delegate
by Daniel Sanders
· 7 years ago
d001e0e
[globalisel] Add GISelChangeObserver::changingInstr()
by Daniel Sanders
· 7 years ago
91dfdd5
[globalisel] Rename GISelChangeObserver's erasedInstr() to erasingInstr() and related nits. NFC
by Daniel Sanders
· 7 years ago
a1d95c3
[NewPM] fixing asserts on deleted loop in -print-after-all
by Fedor Sergeev
· 7 years ago
6d6ff2e
[TextAPI][elfabi] Make SoName optional
by Armando Montanez
· 7 years ago
cef44a2
[GISel]: Refactor MachineIRBuilder to allow passing additional parameters to build Instrs
by Aditya Nandakumar
· 7 years ago
5882328
Fix LLVM_LINK_LLVM_DYLIB build of TapiTests
by Sam Clegg
· 7 years ago
69f6098
APFloat: allow 64-bit of payload
by JF Bastien
· 7 years ago
4d62f6c
[NFC][AArch64] Remove duplicate Arch list in target parser tests
by David Spickett
· 7 years ago
e353459
[TextAPI][elfabi] Make TBE handlers functions that return Errors
by Armando Montanez
· 7 years ago
992fc88
[llvm-tapi] Don't try to override SequenceTraits for std::string
by Sam Clegg
· 7 years ago
b2a6f8e
[CodeExtractor] Store outputs at the first valid insertion point
by Vedant Kumar
· 7 years ago
f75d4f3
[GISel]: Provide standard interface to observe changes in GISel passes
by Aditya Nandakumar
· 7 years ago
f57bfd3
[ADT] Add zip_longest iterators.
by Michael Kruse
· 7 years ago
4db904b
Revert "[ADT] Add zip_longest iterators"
by Michael Kruse
· 7 years ago
e6899bf
[ADT] Add zip_longest iterators
by Michael Kruse
· 7 years ago
d129569
[CodeExtractor] Split PHI nodes with incoming values from outlined region (PR39433)
by Vedant Kumar
· 7 years ago
1e4b370
[llvm-tapi] initial commit, supports ELF text stubs
by Armando Montanez
· 7 years ago
a17f855
[AArch64] Add command-line option for SSBS
by Pablo Barrio
· 7 years ago
687b92c
[ValueTracking] Support funnel shifts in computeKnownBits()
by Nikita Popov
· 7 years ago
219e536
[ValueTracking] Make unit tests easier to write; NFC
by Nikita Popov
· 7 years ago
e632286
Revert r347823 "[TextAPI] Switch back to a custom Platform enum."
by Hans Wennborg
· 7 years ago
b7013d6
[TextAPI] Switch back to a custom Platform enum.
by Juergen Ributzka
· 7 years ago
69127e1
Add Hurd target to LLVMSupport (1/2)
by Kristina Brooks
· 7 years ago
dbaf055
[TextAPI] TBD Reader/Writer (bot fixes: take 2)
by Juergen Ributzka
· 7 years ago
5d1c6f8
[TextAPI] TBD Reader/Writer (bot fixes)
by Juergen Ributzka
· 7 years ago
7353a90
[TextAPI] TBD Reader/Writer
by Juergen Ributzka
· 7 years ago
dec0696
Revert "[TextAPI] TBD Reader/Writer"
by Juergen Ributzka
· 7 years ago
eb6759b
[TextAPI] TBD Reader/Writer
by Juergen Ributzka
· 7 years ago
86f7497
Fix DynamicLibraryTests build on Windows when LLVM_EXPORT_SYMBOLS_FOR_PLUGINS is ON
by Michael Platings
· 7 years ago
e01718c
[ARM, AArch64] Move ARM/AArch64 target parsers into
by David Spickett
· 7 years ago
14f3e3a
[Demangle] remove itaniumFindTypesInMangledName
by Pavel Labath
· 7 years ago
0528e2c
[ARM GlobalISel] Support G_CTLZ and G_CTLZ_ZERO_UNDEF
by Diana Picus
· 7 years ago
4238cd5
[MetadataTest] Fix off-by-one strncpy warning reported by gcc8. (NFC)
by Florian Hahn
· 7 years ago
13cacb2
[unittests] Fix ExpandTilde test to match handling home dirs with trailing slash
by Simon Atanasyan
· 7 years ago
1b25ba0
[unittest] Skip W+X MappedMemoryTests when MPROTECT is enabled
by Michal Gorny
· 7 years ago
7ef0b31
[APInt] Add methods for saturated add and sub
by Sanjay Patel
· 7 years ago
f5ead29
[PatternMatch] Handle undef vectors consistently
by Sanjay Patel
· 7 years ago
56c74cf
[llvm-exegesis][NFC] Some code style cleanup
by Jinsong Ji
· 7 years ago
cda5421
[DebugInfo] DISubprogram flags get their own flags word. NFC.
by Paul Robinson
· 7 years ago
bbab546
[llvm-exegesis][NFC] More tests for ExegesisTarget::fillMemoryOperands().
by Clement Courbet
· 7 years ago
dad611c
Test commit - delete a trailing space.
by Michael Platings
· 7 years ago
e7b789b
[ProfileSummary] Standardize methods and fix comment
by Vedant Kumar
· 7 years ago
ab73426
[VFS] Update unittest to fix Windows buildbot.
by Volodymyr Sapsai
· 7 years ago
7610033
[VFS] Implement `RedirectingFileSystem::getRealPath`.
by Volodymyr Sapsai
· 7 years ago
fb7d1a9
Re-apply r346985: [ADT] Drop llvm::Optional clang-specific optimization for trivially copyable types
by Tom Stellard
· 7 years ago
919fbbb
[BinaryFormat] Add MsgPackTypes
by Scott Linder
· 7 years ago
c0830f5
[Support] Teach YAMLIO about polymorphic types
by Scott Linder
· 7 years ago
09e516c
[VPlan, SLP] Add simple SLP analysis on top of VPlan.
by Florian Hahn
· 7 years ago
dd1a928
Correctly instantiate `iterator_adaptor_base` when defining `pointer_iterator`
by David Blaikie
· 7 years ago
e0c0071
Make the ExpandTilde unit test expect "\" (not "/") on Win32
by Matthew Voss
· 7 years ago
bb27911
DebugInfo: Add a CU metadata attribute for use of DWARF ranges base address specifiers
by David Blaikie
· 7 years ago
b23f430
[FileSystem] Add expand_tilde function
by Jonas Devlieghere
· 7 years ago
107d0a8
[CSP, Cloning] Update DuplicateInstructionsInSplitBetween to use DomTreeUpdater.
by Florian Hahn
· 7 years ago
45eb84f
[Support] Make error banner optional in logAllUnhandledErrors
by Jonas Devlieghere
· 7 years ago
1235539
[AArch64] Support HiSilicon's TSV110 processor
by Bryan Chan
· 7 years ago
99538e8
Revert "[VFS] Add "expand tilde" argument to getRealPath."
by Sam McCall
· 7 years ago
df78bf1
[llvm-exegesis] Fix unit tests on PowerPC/AArch64.
by Clement Courbet
· 7 years ago
eee2e06
[llvm-exegesis][NFC] Add a way to declare the default counter binding for unbound CPUs for a target.
by Clement Courbet
· 7 years ago
da375a6
[XRay] Improve FDR trace handling and error messaging
by Dean Michael Berris
· 7 years ago
f5b6d11
[VFS] Add "expand tilde" argument to getRealPath.
by Jonas Devlieghere
· 7 years ago
8cca8bd
[SelectionDAG] Assert on the width of DemandedElts argument to computeKnownBits for all vector typed operations not just build_vector.
by Craig Topper
· 7 years ago
5fd3e75
[PowerPC][llvm-exegesis] Add a PowerPC target
by Jinsong Ji
· 7 years ago
65cb9d7
[SCEV][NFC] Verify IR in isLoop[Entry,Backedge]GuardedByCond
by Max Kazantsev
· 7 years ago
cbb5c86
Extend virtual file system with `isLocal` method
by Jonas Devlieghere
· 7 years ago
8f07efc
Fix unit tests after patch https://reviews.llvm.org/rL346313
by Calixte Denizet
· 7 years ago
59439dd
[XRay] Use TSC delta encoding for custom/typed events
by Dean Michael Berris
· 7 years ago
3d849f6
MachineModuleInfo: Store more specific reference to LLVMTargetMachine; NFC
by Matthias Braun
· 7 years ago
e7c94ef
[ValueTracking] determine sign of 0.0 from select when matching min/max FP
by Sanjay Patel
· 7 years ago
1ba8618
[SelectionDAG] Remove special methods for creating *_EXTEND_VECTOR_INREG nodes. Move asserts into getNode.
by Craig Topper
· 7 years ago
cac28b4
[ValueTracking] peek through 2-input shuffles in ComputeNumSignBits
by Sanjay Patel
· 7 years ago
45a148d
[ValueTracking] add test for non-canonical shuffle; NFC
by Sanjay Patel
· 7 years ago
a68096c
[ValueTracking] allow non-canonical shuffles when computing signbits
by Sanjay Patel
· 7 years ago
5595b1e
Allow null-valued function operands in getCalledFunction()
by David Stenberg
· 7 years ago
8a3ef6f
[XRay] Fix tests with updated fdr-dump
by Dean Michael Berris
· 7 years ago
fd9722fb
[AliasSetTracker] Misc cleanup (NFCI)
by Alina Sbirlea
· 7 years ago
5223624
[ADT] Clean up SparseBitVector copying and make it moveable
by Benjamin Kramer
· 7 years ago
6b67ff0
[XRay] Add CPU ID in Custom Event FDR Records
by Dean Michael Berris
· 7 years ago
41fb951
[VFS] Add support for "no_push" to VFS recursive iterators.
by Jonas Devlieghere
· 7 years ago
03da6e6
[ValueTracking] add tests for fmin/fmax; NFC
by Sanjay Patel
· 7 years ago
f777e8b
[adt] SparseBitVector::test() should be const
by Daniel Sanders
· 7 years ago
60243ca
[ADT] Remove illegal comparison of singular iterators from SmallSetTest
by Florian Hahn
· 7 years ago
ef83ddc
2nd attempt to fix ambiguities because of ADL
by Matthias Braun
· 7 years ago
854b1af
Try to fix ambiguities with C++17 headers in unittest
by Matthias Braun
· 7 years ago
9fd397b
ADT/STLExtras: Introduce llvm::empty; NFC
by Matthias Braun
· 7 years ago
Next »