aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests
AgeCommit message (Expand)AuthorFilesLines
2017-11-15Merging r310475:Tom Stellard1-0/+6
2017-09-28Merging r313998:Tom Stellard1-0/+3
2017-08-03Merging r309928:Hans Wennborg1-0/+59
2017-07-19Debug Info: Add a file: field to DIImportedEntity.Adrian Prantl2-14/+21
2017-07-17[codeview] Remove TypeServerHandler and PDBTypeServerHandlerReid Kleckner3-187/+2
2017-07-17[YAMLTraits] Add filename support to yaml::InputAlex Bradbury1-0/+16
2017-07-15[PM/LCG] Teach the LazyCallGraph to maintain reference edges from everyChandler Carruth2-20/+29
2017-07-15[Dominators] Fix reachable visitation and reenable a unit testJakub Kuderski1-1/+27
2017-07-14[Dominators] Temporarily disable a flaky unit testJakub Kuderski1-1/+1
2017-07-14[Dominators] Remove an extra semicolon and add a missing include.Jakub Kuderski1-1/+2
2017-07-14[Dominators] Implement incremental deletionsJakub Kuderski1-0/+127
2017-07-14[Dominators] Implement incremental insertionsJakub Kuderski1-0/+125
2017-07-14[Dominators] Make IsPostDominator a template parameterJakub Kuderski1-11/+10
2017-07-13[Dominators] Define Arc less-than operator inline.Jakub Kuderski2-7/+5
2017-07-13[Dominators] Rename Update.Arc to Update.EdgeJakub Kuderski2-7/+7
2017-07-13[Dominators] Add CFGBuilder testing utilityJakub Kuderski3-0/+366
2017-07-13Support: Add llvm::center_justify.Frederich Munch1-0/+5
2017-07-13[AArch64] Add an SVE target feature to the backend and TargetParser.Amara Emerson1-2/+3
2017-07-12Allow clients to specify search order of DynamicLibraries.Frederich Munch1-0/+10
2017-07-12[PM] Fix a silly bug in my recent update to the CG update logic.Chandler Carruth1-6/+6
2017-07-12Have Module::createRNG return a unique_ptrSerge Guelton1-1/+1
2017-07-11Enhance synchscope representationKonstantin Zhuravlyov1-2/+3
2017-07-11fix typos in comments; NFCHiroshi Inoue1-1/+1
2017-07-10InstrProf: Fix unit test which accidentally used a duplicate nameVedant Kumar1-4/+1
2017-07-10[PM] Enable registration of out-of-tree passes with PassBuilderPhilip Pfaffe2-0/+522
2017-07-10[ADT] Fix another "oops" spotted by eddyb and reported in IRC.Chandler Carruth1-1/+1
2017-07-10llvm-profdata: Reduce memory usage by using Error callback rather than memberDavid Blaikie2-97/+88
2017-07-09CGSCCPassManagerTest.cpp: Fix warnings. [-Wunused-variable]NAKAMURA Takumi1-0/+2
2017-07-09[PM] Fix a nasty bug in the new PM where we failed to properlyChandler Carruth1-16/+17
2017-07-09[PM] Add unittesting of the call graph update logic with complexChandler Carruth1-0/+166
2017-07-09[ADT] Fix a test case to use a correct escape for a null byte followedChandler Carruth1-7/+7
2017-07-09[PM] Teach PreservedAnalyses to have an `allInSet` static factoryChandler Carruth1-0/+7
2017-07-09[ADT] Add a default constructor and a bool conversion to function_ref.Chandler Carruth1-0/+14
2017-07-09[PM] Finish implementing and fix a chain of bugs uncovered by testingChandler Carruth1-6/+24
2017-07-08Revert "Revert "Revert "Revert "Switch external cvtres.exe for llvm's own res...Eric Beckmann1-1/+2
2017-07-07ProfData: Fix some unchecked Errors in unit testsDavid Blaikie3-124/+146
2017-07-07[cloning] Do not duplicate types when cloning functionsGor Nishanov1-2/+11
2017-07-07[Support] sys::getProcessTriple should return a macOS triple usingAlex Lorenz1-0/+61
2017-07-07[ORC] Errorize the ORC APIs.Lang Hames7-62/+90
2017-07-06[ORC] Update GlobalMappingLayer::addModuleSet to addModule.Lang Hames1-1/+1
2017-07-06Prototype: Reduce llvm-profdata merge memory usage furtherDavid Blaikie1-14/+14
2017-07-06Simplify InstrProfRecord tests, eliminating named temporaries in favor of bra...David Blaikie2-107/+56
2017-07-05Revert "Revert "Revert "Replace trivial use of external rc.exe by writing our...Eric Beckmann1-2/+1
2017-07-05Revert "Revert "Replace trivial use of external rc.exe by writing our own .re...Eric Beckmann1-1/+2
2017-07-05Revert "Replace trivial use of external rc.exe by writing our own .res file."Eric Beckmann1-2/+1
2017-07-04[Orc] Remove the memory manager argument to addModule, and de-templatize theLang Hames3-54/+47
2017-07-03MathExtras UnitTest: Assert that isPowerOf2(0) is false. NFC.Zvi Rackover1-0/+2
2017-07-01Revert "Revert "Replace trivial use of external rc.exe by writing our own .re...Eric Beckmann1-1/+2
2017-07-01[Dominators] Reapply r306892, r306893, r306893.Jakub Kuderski1-0/+13
2017-06-30Revert "[Dominators] Teach IDF to use level information"Jakub Kuderski1-13/+0