summaryrefslogtreecommitdiffstats
path: root/unittests
Commit message (Expand)AuthorAgeFilesLines
* Merging r310475:Tom Stellard2017-11-151-0/+6
* Merging r313998:Tom Stellard2017-09-281-0/+3
* Merging r309928:Hans Wennborg2017-08-031-0/+59
* Debug Info: Add a file: field to DIImportedEntity.Adrian Prantl2017-07-192-14/+21
* [codeview] Remove TypeServerHandler and PDBTypeServerHandlerReid Kleckner2017-07-173-187/+2
* [YAMLTraits] Add filename support to yaml::InputAlex Bradbury2017-07-171-0/+16
* [PM/LCG] Teach the LazyCallGraph to maintain reference edges from everyChandler Carruth2017-07-152-20/+29
* [Dominators] Fix reachable visitation and reenable a unit testJakub Kuderski2017-07-151-1/+27
* [Dominators] Temporarily disable a flaky unit testJakub Kuderski2017-07-141-1/+1
* [Dominators] Remove an extra semicolon and add a missing include.Jakub Kuderski2017-07-141-1/+2
* [Dominators] Implement incremental deletionsJakub Kuderski2017-07-141-0/+127
* [Dominators] Implement incremental insertionsJakub Kuderski2017-07-141-0/+125
* [Dominators] Make IsPostDominator a template parameterJakub Kuderski2017-07-141-11/+10
* [Dominators] Define Arc less-than operator inline.Jakub Kuderski2017-07-132-7/+5
* [Dominators] Rename Update.Arc to Update.EdgeJakub Kuderski2017-07-132-7/+7
* [Dominators] Add CFGBuilder testing utilityJakub Kuderski2017-07-133-0/+366
* Support: Add llvm::center_justify.Frederich Munch2017-07-131-0/+5
* [AArch64] Add an SVE target feature to the backend and TargetParser.Amara Emerson2017-07-131-2/+3
* Allow clients to specify search order of DynamicLibraries.Frederich Munch2017-07-121-0/+10
* [PM] Fix a silly bug in my recent update to the CG update logic.Chandler Carruth2017-07-121-6/+6
* Have Module::createRNG return a unique_ptrSerge Guelton2017-07-121-1/+1
* Enhance synchscope representationKonstantin Zhuravlyov2017-07-111-2/+3
* fix typos in comments; NFCHiroshi Inoue2017-07-111-1/+1
* InstrProf: Fix unit test which accidentally used a duplicate nameVedant Kumar2017-07-101-4/+1
* [PM] Enable registration of out-of-tree passes with PassBuilderPhilip Pfaffe2017-07-102-0/+522
* [ADT] Fix another "oops" spotted by eddyb and reported in IRC.Chandler Carruth2017-07-101-1/+1
* llvm-profdata: Reduce memory usage by using Error callback rather than memberDavid Blaikie2017-07-102-97/+88
* CGSCCPassManagerTest.cpp: Fix warnings. [-Wunused-variable]NAKAMURA Takumi2017-07-091-0/+2
* [PM] Fix a nasty bug in the new PM where we failed to properlyChandler Carruth2017-07-091-16/+17
* [PM] Add unittesting of the call graph update logic with complexChandler Carruth2017-07-091-0/+166
* [ADT] Fix a test case to use a correct escape for a null byte followedChandler Carruth2017-07-091-7/+7
* [PM] Teach PreservedAnalyses to have an `allInSet` static factoryChandler Carruth2017-07-091-0/+7
* [ADT] Add a default constructor and a bool conversion to function_ref.Chandler Carruth2017-07-091-0/+14
* [PM] Finish implementing and fix a chain of bugs uncovered by testingChandler Carruth2017-07-091-6/+24
* Revert "Revert "Revert "Revert "Switch external cvtres.exe for llvm's own res...Eric Beckmann2017-07-081-1/+2
* ProfData: Fix some unchecked Errors in unit testsDavid Blaikie2017-07-073-124/+146
* [cloning] Do not duplicate types when cloning functionsGor Nishanov2017-07-071-2/+11
* [Support] sys::getProcessTriple should return a macOS triple usingAlex Lorenz2017-07-071-0/+61
* [ORC] Errorize the ORC APIs.Lang Hames2017-07-077-62/+90
* [ORC] Update GlobalMappingLayer::addModuleSet to addModule.Lang Hames2017-07-061-1/+1
* Prototype: Reduce llvm-profdata merge memory usage furtherDavid Blaikie2017-07-061-14/+14
* Simplify InstrProfRecord tests, eliminating named temporaries in favor of bra...David Blaikie2017-07-062-107/+56
* Revert "Revert "Revert "Replace trivial use of external rc.exe by writing our...Eric Beckmann2017-07-051-2/+1
* Revert "Revert "Replace trivial use of external rc.exe by writing our own .re...Eric Beckmann2017-07-051-1/+2
* Revert "Replace trivial use of external rc.exe by writing our own .res file."Eric Beckmann2017-07-051-2/+1
* [Orc] Remove the memory manager argument to addModule, and de-templatize theLang Hames2017-07-043-54/+47
* MathExtras UnitTest: Assert that isPowerOf2(0) is false. NFC.Zvi Rackover2017-07-031-0/+2
* Revert "Revert "Replace trivial use of external rc.exe by writing our own .re...Eric Beckmann2017-07-011-1/+2
* [Dominators] Reapply r306892, r306893, r306893.Jakub Kuderski2017-07-011-0/+13
* Revert "[Dominators] Teach IDF to use level information"Jakub Kuderski2017-06-301-13/+0