OSDN Git Service

[cmake] Reset variable before using it
[android-x86/external-llvm.git] / unittests /
2019-03-26 Clement Courbet[llvm-exegesis] Allow the target to disable the selecti...
2019-03-26 Fangrui Song[ADT] Update SmallVectorTest.EmplaceBack tests after...
2019-03-24 Nikita Popov[ConstantRange] Add getFull() + getEmpty() named constr...
2019-03-23 Juergen RibutzkaDisable MachO TBD write tests for Windows.
2019-03-22 Fedor Sergeev[Legacy][TimePasses] allow -time-passes reporting into...
2019-03-22 Juergen Ributzka[TextAPI] TBD Reader/Writer
2019-03-22 Evandro Menezes[AArch64, ARM] Add support for Exynos M5
2019-03-22 Alina Sbirlea[AliasAnalysis] Second prototype to cache BasicAA ...
2019-03-22 Pavel Labath[ObjectYAML] Add basic minidump generation support
2019-03-22 Clement Courbet[llvm-exegesis] Fix compilation before c++17.
2019-03-22 Clement Courbet[llvm-exegesis] Add clustering test.
2019-03-21 Evandro Menezes[AArch64] Update for Exynos
2019-03-21 Pavel LabathFix two more issues with r356652
2019-03-21 Pavel Labath[Object] Add basic minidump support
2019-03-19 Francis Visoiu MistrihReland "[Remarks] Add a new Remark / RemarkParser abstr...
2019-03-19 Francis Visoiu MistrihRevert "[Remarks] Add a new Remark / RemarkParser abstr...
2019-03-19 Francis Visoiu Mistrih[Remarks] Add a new Remark / RemarkParser abstraction
2019-03-19 Markus Lavin[DebugInfo] Introduce DW_OP_LLVM_convert
2019-03-19 Markus LavinRevert "[DebugInfo] Introduce DW_OP_LLVM_convert"
2019-03-19 Markus Lavin[DebugInfo] Introduce DW_OP_LLVM_convert
2019-03-17 Nikita Popov[ConstantRange] Add fromKnownBits() method
2019-03-15 Fedor Sergeev[TimePasses] allow -time-passes reporting into a custom...
2019-03-15 Nikita Popov[ConstantRange] Try to fix compiler warnings; NFC
2019-03-15 Nikita Popov[ConstantRange] Add overflow check helpers
2019-03-15 Pavel LabathYAMLIO: Improve endian type support
2019-03-14 Sunil SrivastavaHandle consecutive-double-quotes in Windows argument...
2019-03-14 Pavel LabathYAMLIO: Improve template arg deduction for mapOptional
2019-03-14 Than McIntosh[SampleFDO] add suffix elision control for fcn names
2019-03-13 Tim Renouf[MsgPack] Removed MsgPackTypes
2019-03-13 Tim Renouf[MsgPack] New MsgPackDocument class
2019-03-13 Simon PilgrimAppease MSVC builds by #ifdef wrapping runAndGetCommand...
2019-03-13 Hubert TongUse AIX version detection at LLVM run-time
2019-03-12 Jason LiuAdd XCOFF triple object format type for AIX
2019-03-11 Brian Gesiak[Utils] Extract EliminateUnreachableBlocks (NFC)
2019-03-11 Pavel Labath[Support/Endian] Add support for endian-specific enums
2019-03-08 Michael Platings[IR][ARM] Add function pointer alignment to datalayout
2019-03-07 Mitch PhillipsRollback of rL355585.
2019-03-07 Michael PlatingsFix & re-enable test that intermittently failed in...
2019-03-07 Michael PlatingsTemporarily disable newly added test that fails in...
2019-03-07 Michael Platings[IR][ARM] Add function pointer alignment to datalayout
2019-03-06 Mitch PhillipsRevert "[IR][ARM] Add function pointer alignment to...
2019-03-06 Michael Platings[IR][ARM] Add function pointer alignment to datalayout
2019-03-05 Francis Visoiu Mistrih[OptRemarks] Make OptRemarks more generic: rename OptRe...
2019-03-05 Craig Topper[Subtarget] Merge ProcSched and ProcDesc arrays in...
2019-03-05 Sanjoy DasPHI nodes are not `FPMathOperator` s
2019-03-01 Nikita Popov[ValueTracking] Known bits support for unsigned saturat...
2019-03-01 Igor Kudrin[CommandLine] Allow grouping options which can have...
2019-03-01 Igor Kudrin[CommandLine] Do not crash if an option has both ValueR...
2019-02-28 Rong Xu[PGO] Context sensitive PGO (part 2)
2019-02-28 Richard TrieuFix IR/Analysis layering issue with OptBisect
2019-02-28 Alexandre Ganea[Memory] Add basic support for large/huge memory pages
2019-02-28 Matt ArsenaultGlobalISel: Implement fewerElementsVector for phi
2019-02-27 Alina Sbirlea[MemorySSA] Make insertDef insert corresponding phi...
2019-02-27 Alexey Lapshin[DebugInfo] add SectionedAddress to DebugInfo interfaces.
2019-02-27 Jonas Devlieghere[DWARFFormValue] Cleanup DWARFFormValue interface....
2019-02-26 Luke Cheeseman[ARM] Add Cortex-M35P
2019-02-25 Luke Cheeseman[AArch64] Add support for Cortex-A76 and Cortex-A76AE
2019-02-23 Daniel SandersTry again to fix memory leak in r354692
2019-02-23 Daniel SandersFix memory leak in r354692
2019-02-22 Daniel SandersRestore ability for C++ API users to Enable IPRA.
2019-02-22 Matt ArsenaultBreakCriticalEdges: Update PostDominatorTree
2019-02-22 Chijun Sima[DTU] Refine the interface and logic of applyUpdates
2019-02-22 Chijun Sima[DTU] Deprecate insertEdge*/deleteEdge*
2019-02-20 Daniel SandersAdd partial implementation of std::to_address() as...
2019-02-19 Matt ArsenaultGlobalISel: Implement moreElementsVector for bit ops
2019-02-18 Matt ArsenaultGlobalISel: Fix double count of offset for irregular...
2019-02-18 Serge Guelton[NFC] Make Optional<T> trivially copyable when T is...
2019-02-16 Serge GueltonRevert r354199: Make Optional<T> Trivially Copyable...
2019-02-16 Serge GueltonMake Optional<T> Trivially Copyable when T is trivially...
2019-02-15 Hans WennborgSpeculatively revert r354051 "Recommit Optional special...
2019-02-14 Matt ArsenaultGlobalISel: Add alignment to LegalityQuery MMOs
2019-02-14 Serge GueltonRecommit Optional specialization for trivially copyable...
2019-02-14 Sam McCallReapply [VFS] Allow multiple RealFileSystem instances...
2019-02-13 Serge GueltonRevert r353962
2019-02-13 Serge GueltonRe-commit rL353927, patch included
2019-02-13 Serge GueltonRevert r353927
2019-02-13 Serge GueltonMissing header
2019-02-13 Serge GueltonMake llvm::Optional<T> trivially copyable when T is...
2019-02-12 Alina Sbirlea[MemorySSA & LoopPassManager] Add remaining book keepin...
2019-02-11 Chandler CarruthUpdate files that were mistakenly added with the old...
2019-02-11 Chandler CarruthUpdate files that were mistakenly added with the old...
2019-02-08 Vedant Kumar[CodeExtractor] Restore outputs after creating exit...
2019-02-07 Matt ArsenaultGlobalISel: Try to make legalize rules more useful...
2019-02-06 Richard TrieuMove DomTreeUpdater from IR to Analysis
2019-02-05 Lang Hames[ADT] Add a fallible_iterator wrapper.
2019-02-05 Thomas Preud'hommeRecommit: Add support for prefix-only CLI options
2019-02-04 Matt ArsenaultGlobalISel: Fix not calling observer when legalizing...
2019-02-04 Matt ArsenaultGlobalISel: Fix CheckMachineFunction passing if ReadChe...
2019-02-04 Matt ArsenaultGlobalISel: Allow constructing SrcOp/DstOp from Machine...
2019-02-04 Matt ArsenaultGlobalISel: Fix CSE handling of buildConstant
2019-02-04 Matt ArsenaultGlobalISel: Improve gtest usage
2019-02-04 Matt ArsenaultGlobalISel: Fix moreElementsToNextPow2
2019-02-04 James Henderson[CommandLine] Don't print empty sentinel values from...
2019-02-04 James HendersonRevert r353048.
2019-02-04 James Henderson[CommandLine] Don't print empty sentinel values from...
2019-02-01 James Y Knight[opaque pointer types] Pass value type to GetElementPtr...
2019-02-01 James Y Knight[opaque pointer types] Pass value type to LoadInst...
2019-02-01 James Y Knight[opaque pointer types] Pass function types to InvokeIns...
2019-02-01 James Y Knight[opaque pointer types] Pass function types to CallInst...
2019-02-01 James HendersonRevert r352750.
next