summaryrefslogtreecommitdiffstats
path: root/llvm/unittests
Commit message (Expand)AuthorAgeFilesLines
* Move demangling function from llvm-objdump to Demangle libraryJames Henderson2019-01-172-0/+20
* [Support] Remove error return value from one overload of fs::make_absolutePavel Labath2019-01-161-1/+1
* [WebAssembly] COWS has been renamed to WASI.Dan Gohman2019-01-161-8/+8
* [GISel]: Add support for CSEing continuously during GISel passes.Aditya Nandakumar2019-01-164-49/+142
* [WebAssembly] Support multilibs for wasm32 and add a wasm OS that uses itDan Gohman2019-01-151-0/+18
* Revert "[VFS] Allow multiple RealFileSystem instances with independent CWDs."Amara Emerson2019-01-141-80/+0
* cmake: Don't install plugins used for examples or testsTom Stellard2019-01-141-1/+1
* [VFS] Disable unix-assuming VFS test on windowsSam McCall2019-01-141-1/+1
* [VFS] Allow multiple RealFileSystem instances with independent CWDs.Sam McCall2019-01-141-0/+80
* Add support for prefix-only CLI optionsThomas Preud'homme2019-01-141-1/+75
* Remove TypeBuilder.h, and fix the few locations using it.James Y Knight2019-01-1312-368/+113
* [AArch64] Create feature set for Exynos M4Evandro Menezes2019-01-111-7/+18
* [unittests][Support] AIX: Skip sticky bit file testsHubert Tong2019-01-091-2/+4
* [AArch64] Add command-line option predresDiogo N. Sampaio2019-01-041-1/+3
* [CaptureTracking] Add a unit test for MaxUsesToExploreArtur Pilipenko2019-01-032-0/+79
* Rename TapiTests to TextAPITestsNico Weber2019-01-031-2/+2
* [ARM] Add command-line option for SBDiogo N. Sampaio2019-01-031-1/+2
* [AArch64] Add command-line option for SBDiogo N. Sampaio2018-12-281-1/+2
* [llvm] API for encoding/decoding DWARF discriminators.Mircea Trofin2018-12-211-0/+101
* [TextAPI][elfabi] Fix failing tests from D56020Armando Montanez2018-12-211-0/+2
* [TextAPI][elfabi] Fix YAML support for weak symbolsArmando Montanez2018-12-211-1/+16
* [AArch64] Always use the version of computeKnownBits that returns a value. NFCI.Simon Pilgrim2018-12-211-4/+2
* [ADT] IntervalMap: add overlaps(a, b) methodPavel Labath2018-12-211-0/+44
* cmake: Remove add_llvm_loadable_module()Tom Stellard2018-12-201-1/+1
* Fix gcc7 -Wdangling-else warning. NFCI.Simon Pilgrim2018-12-201-2/+4
* Fix use-after-free with profile remapping.Richard Smith2018-12-191-0/+4
* [VFS] Add isLocal to ProxyFileSystem and add unit tests.Michael J. Spencer2018-12-171-0/+37
* [ADT] Fix bugs in SmallBitVector.Zachary Turner2018-12-141-7/+261
* [globalisel][combiner] Make the CombinerChangeObserver a MachineFunction::Del...Daniel Sanders2018-12-141-4/+4
* [globalisel] Add GISelChangeObserver::changingInstr()Daniel Sanders2018-12-121-0/+1
* [globalisel] Rename GISelChangeObserver's erasedInstr() to erasingInstr() and...Daniel Sanders2018-12-121-1/+1
* [NewPM] fixing asserts on deleted loop in -print-after-allFedor Sergeev2018-12-111-0/+124
* [TextAPI][elfabi] Make SoName optionalArmando Montanez2018-12-111-4/+3
* [GISel]: Refactor MachineIRBuilder to allow passing additional parameters to ...Aditya Nandakumar2018-12-112-31/+33
* Fix LLVM_LINK_LLVM_DYLIB build of TapiTestsSam Clegg2018-12-101-1/+2
* APFloat: allow 64-bit of payloadJF Bastien2018-12-101-22/+38
* [NFC][AArch64] Remove duplicate Arch list in target parser testsDavid Spickett2018-12-101-6/+1
* [TextAPI][elfabi] Make TBE handlers functions that return ErrorsArmando Montanez2018-12-102-23/+17
* [llvm-tapi] Don't try to override SequenceTraits for std::stringSam Clegg2018-12-071-1/+4
* [CodeExtractor] Store outputs at the first valid insertion pointVedant Kumar2018-12-071-0/+68
* [GISel]: Provide standard interface to observe changes in GISel passesAditya Nandakumar2018-12-052-14/+36
* [ADT] Add zip_longest iterators.Michael Kruse2018-12-051-0/+34
* Revert "[ADT] Add zip_longest iterators"Michael Kruse2018-12-041-30/+0
* [ADT] Add zip_longest iteratorsMichael Kruse2018-12-041-0/+30
* [CodeExtractor] Split PHI nodes with incoming values from outlined region (PR...Vedant Kumar2018-12-031-30/+72
* [llvm-tapi] initial commit, supports ELF text stubsArmando Montanez2018-12-033-0/+224
* [AArch64] Add command-line option for SSBSPablo Barrio2018-12-031-2/+3
* [ValueTracking] Support funnel shifts in computeKnownBits()Nikita Popov2018-12-021-0/+48
* [ValueTracking] Make unit tests easier to write; NFCNikita Popov2018-11-301-106/+63
* Revert r347823 "[TextAPI] Switch back to a custom Platform enum."Hans Wennborg2018-11-294-946/+0
OpenPOWER on IntegriCloud