OSDN Git Service

[llvm-objcopy] Add e_machine validity check for reserved section indexes
[android-x86/external-llvm.git] / unittests /
2017-09-12 Peter CollingbourneIR: Represent -ggnu-pubnames with a flag on the DICompi...
2017-09-09 NAKAMURA TakumiCoverageMappingTest.cpp: Suppress warnings. [-Wdocument...
2017-09-08 Vedant Kumar[Coverage] Build sorted and unique segments
2017-09-08 Jonas Devlieghere[dwarfdump] Verify line table prologue
2017-09-07 Lang Hames[ORC] Add ErrorSuccess and void specializations to...
2017-09-05 Lang Hames[ORC] Convert null remote symbols to null JITSymbols.
2017-09-05 Davide Italiano[unittest/ReverseIteration] Unbreak when compiling...
2017-09-05 Mandeep Singh Grang[unittests] Add reverse iteration unit test for pointer...
2017-09-05 Daniel Neilson[SCEV] Ensure ScalarEvolution::createAddRecFromPHIWithC...
2017-09-05 Lang Hames[ORC] Add a pair of ORC layers that forward object...
2017-09-03 Lang Hames[ORC] Add an Error return to the JITCompileCallbackMana...
2017-08-31 Benjamin Kramer[BinaryFormat] Fix out of bounds read.
2017-08-30 Reid Kleckner[IR] Don't print "!DIExpression() = !DIExpression(...
2017-08-29 Lang Hames[Error] Add an optional error message to cantFail.
2017-08-28 Evgeny Mankov[Support][CommandLine] Add cl::Option::setDefault()
2017-08-28 NAKAMURA TakumiUntabify.
2017-08-28 Lang Hames[Error] Add a handleExpected utility.
2017-08-25 Mandeep Singh Grang[unittests] Remove reverse iteration tests which use...
2017-08-25 Stephen HinesFix two (three) more issues with unchecked Error.
2017-08-24 Mandeep Singh Grang[ADT] Enable reverse iteration for DenseMap
2017-08-24 Chad Rosier[TargetParser][AArch64] Add support for RDM feature...
2017-08-24 Lang Hames[Support] Rewrite handleAllErrors in terms of cantFail.
2017-08-22 Sam Parker[ARM][AArch64] Add Armv8.3-a unittests
2017-08-21 Justin BognerRe-apply "Introduce FuzzMutate library"
2017-08-21 Justin BognerRevert "Re-apply "Introduce FuzzMutate library""
2017-08-21 Justin BognerRe-apply "Introduce FuzzMutate library"
2017-08-21 Pirama Arumuga Nainar[Support, Windows] Handle long paths with unix separators
2017-08-21 Justin BognerRevert "Introduce FuzzMutate library"
2017-08-21 Justin BognerIntroduce FuzzMutate library
2017-08-21 Davide Italiano[APFloat] Fix IsInteger() for DoubleAPFloat.
2017-08-21 Sam Parker[ARM][AArch64] Cortex-A75 and Cortex-A55 support
2017-08-18 Ben Dunbobbin[Support] env vars with empty values on windows
2017-08-18 Renato Golin[Triple] Define OS Check for Haiku
2017-08-16 Jakub Kuderski[Dominators] Introduce batch updates
2017-08-15 Quentin ColombetReapply "[GlobalISel] Remove the GISelAccessor API."
2017-08-15 Jakub Kuderski[Dominators] Include infinite loops in PostDominatorTree
2017-08-11 Chandler Carruth[PM] Switch the CGSCC debug messages to use the standar...
2017-08-10 Reid KlecknerDisable some IR death tests when SEH is available
2017-08-10 Marcello Maggioni[unittests] Adding a unittest for ChangeTaTargetIndex...
2017-08-09 Benoit Belley[Support] PR33388 - Fix formatv_object move constructor
2017-08-09 Chandler Carruth[LCG] Switch one of the update methods for the LazyCall...
2017-08-08 Zachary Turner[PDB] Fix linking of function symbols and local variables.
2017-08-04 Reid Kleckner[Support] Remove getPathFromOpenFD, it was unused
2017-08-04 Max KazantsevAvoid comparison between signed and unsigned in SCEVExi...
2017-08-04 Max KazantsevFix SCEVExitLimitForget tests to make Sanitizer happy
2017-08-03 Quentin Colombet[GlobalISel] Make GlobalISel a non-optional library.
2017-08-03 Dehao ChenDo not want to use BFI to get profile count for sample pgo
2017-08-03 Benjamin KramerFix use after free in unit test.
2017-08-03 Max KazantsevRemoved unused variabled from unit test
2017-08-03 Ewan Crawford[Cloning] Move distinct GlobalVariable debug info metad...
2017-08-03 Max Kazantsev[SCEV] Re-enable "Cache results of computeExitLimit"
2017-08-03 Tobias Grosser[unittest] Remove TODO comment which caused concern
2017-08-03 Rafael EspindolaDelete Default and JITDefault code models
2017-08-02 Vedant Kumar[Coverage] Add an API to retrive all instantiations...
2017-08-02 Zachary Turner[pdb/lld] Write a valid FPM.
2017-08-02 Zachary Turner[MSF] Move MSF unit tests to their own unittest target.
2017-08-02 Zachary Turner[pdbutil] Add a command to dump the FPM.
2017-08-02 Rafael EspindolaDon't pass the code model to MC
2017-08-02 Jakub Kuderski[Dominators] Teach LoopDeletion to use the new incremen...
2017-08-01 Tobias Grosser[PostDom] document the current handling of infinite...
2017-08-01 Alina SbirleaAllow None as a MemoryLocation to getModRefInfo
2017-07-31 George Rimar[Support/GlobPattern] - Do not crash when pattern has...
2017-07-28 Adrian PrantlRemove the obsolete offset parameter from @llvm.dbg...
2017-07-27 Florian Hahn[TargetParser] Use enum classes for various ARM kind...
2017-07-19 Rafael EspindolaRemove some leftover DWARFContextInMemory.
2017-07-19 Rafael EspindolaUse delegation instead of inheritance.
2017-07-19 Adrian PrantlDebug Info: Add a file: field to DIImportedEntity.
2017-07-17 Reid Kleckner[codeview] Remove TypeServerHandler and PDBTypeServerHa...
2017-07-17 Alex Bradbury[YAMLTraits] Add filename support to yaml::Input
2017-07-15 Chandler Carruth[PM/LCG] Teach the LazyCallGraph to maintain reference...
2017-07-15 Jakub Kuderski[Dominators] Fix reachable visitation and reenable...
2017-07-14 Jakub Kuderski[Dominators] Temporarily disable a flaky unit test
2017-07-14 Jakub Kuderski[Dominators] Remove an extra semicolon and add a missin...
2017-07-14 Jakub Kuderski[Dominators] Implement incremental deletions
2017-07-14 Jakub Kuderski[Dominators] Implement incremental insertions
2017-07-14 Jakub Kuderski[Dominators] Make IsPostDominator a template parameter
2017-07-13 Jakub Kuderski[Dominators] Define Arc less-than operator inline.
2017-07-13 Jakub Kuderski[Dominators] Rename Update.Arc to Update.Edge
2017-07-13 Jakub Kuderski[Dominators] Add CFGBuilder testing utility
2017-07-13 Frederich MunchSupport: Add llvm::center_justify.
2017-07-13 Amara Emerson[AArch64] Add an SVE target feature to the backend...
2017-07-12 Frederich MunchAllow clients to specify search order of DynamicLibraries.
2017-07-12 Chandler Carruth[PM] Fix a silly bug in my recent update to the CG...
2017-07-12 Serge GueltonHave Module::createRNG return a unique_ptr
2017-07-11 Konstantin ZhuravlyovEnhance synchscope representation
2017-07-11 Hiroshi Inouefix typos in comments; NFC
2017-07-10 Vedant KumarInstrProf: Fix unit test which accidentally used a...
2017-07-10 Philip Pfaffe[PM] Enable registration of out-of-tree passes with...
2017-07-10 Chandler Carruth[ADT] Fix another "oops" spotted by eddyb and reported...
2017-07-10 David Blaikiellvm-profdata: Reduce memory usage by using Error callb...
2017-07-09 NAKAMURA TakumiCGSCCPassManagerTest.cpp: Fix warnings. [-Wunused-variable]
2017-07-09 Chandler Carruth[PM] Fix a nasty bug in the new PM where we failed...
2017-07-09 Chandler Carruth[PM] Add unittesting of the call graph update logic...
2017-07-09 Chandler Carruth[ADT] Fix a test case to use a correct escape for a...
2017-07-09 Chandler Carruth[PM] Teach PreservedAnalyses to have an `allInSet`...
2017-07-09 Chandler Carruth[ADT] Add a default constructor and a bool conversion...
2017-07-09 Chandler Carruth[PM] Finish implementing and fix a chain of bugs uncove...
2017-07-08 Eric BeckmannRevert "Revert "Revert "Revert "Switch external cvtres...
2017-07-07 David BlaikieProfData: Fix some unchecked Errors in unit tests
2017-07-07 Gor Nishanov[cloning] Do not duplicate types when cloning functions
next