summaryrefslogtreecommitdiffstats
path: root/llvm/include
Commit message (Expand)AuthorAgeFilesLines
* VFS: Avoid some unnecessary std::string copiesDuncan P. N. Exon Smith2019-02-231-3/+3
* [NFC] Fix typos: preceeding -> precedingJordan Rupprecht2019-02-232-6/+6
* [WebAssembly] Remove unneeded MCSymbolRefExpr variantsSam Clegg2019-02-221-4/+1
* CodeGen: Make RegAllocRegistry a template classMatt Arsenault2019-02-221-8/+20
* LiveIntervals: Add removeAllRegUnitsForPhysRegMatt Arsenault2019-02-221-0/+9
* [DAGCombine] Fold overlapping constant storesNirav Dave2019-02-221-1/+7
* BreakCriticalEdges: Update PostDominatorTreeMatt Arsenault2019-02-221-2/+5
* [DTU] Refine the interface and logic of applyUpdatesChijun Sima2019-02-221-11/+24
* [DTU] Deprecate insertEdge*/deleteEdge*Chijun Sima2019-02-221-4/+10
* DAG: Add helper for creating shifts with correct typeMatt Arsenault2019-02-221-0/+3
* [MemorySSA & LoopPassManager] Update MemorySSA in formDedicatedExitBlocks.Alina Sbirlea2019-02-211-1/+1
* Fix missing C++ mode commentsMatt Arsenault2019-02-211-1/+1
* Re-land part of r354244 "[DAGCombiner] Eliminate dead stores to stack."Clement Courbet2019-02-212-0/+37
* [yaml2obj][obj2yaml] - Support SHT_GNU_verdef (.gnu.version_d) section.George Rimar2019-02-211-0/+25
* [DebugInfo] Prep llvm-dwarfdump for typed DW5 ops.Markus Lavin2019-02-212-6/+11
* [SDAG] Support vector UMULO/SMULONikita Popov2019-02-202-3/+9
* Add support for pointer types in patternsTom Stellard2019-02-201-0/+11
* Fixing NDEBUG typo in include/llvm/Support/raw_ostream.hPuyan Lotfi2019-02-201-1/+1
* [MCA][Scheduler] Correctly initialize field NumDispatchedToThePendingSet.Andrea Di Biagio2019-02-201-1/+2
* Add partial implementation of std::to_address() as llvm::to_address()Daniel Sanders2019-02-201-0/+13
* [MCA][Scheduler] Collect resource pressure and memory dependency bottlenecks.Andrea Di Biagio2019-02-202-6/+18
* Re-land the refactoring part of r354244 "[DAGCombiner] Eliminate dead stores ...Clement Courbet2019-02-201-2/+18
* Speculative buildfix for MacHans Wennborg2019-02-201-0/+1
* [MCA][ResourceManager] Add a table that maps processor resource indices to pr...Andrea Di Biagio2019-02-202-1/+12
* [NFC] add/modify wrapper function for findRegisterDefOperand().Chen Zheng2019-02-201-3/+13
* [DTU] Refine the document of mutation APIs [NFC] (PR40528)Chijun Sima2019-02-201-52/+86
* [Dominators] Simplify and optimize path compression used in link-eval forest.Fangrui Song2019-02-201-40/+49
* [Dominators] Delete UpdateLevelsAfterInsertion in edge insertion of depth-bas...Fangrui Song2019-02-201-15/+12
* [WebAssembly] Generalize section ordering constraintsThomas Lively2019-02-201-20/+29
* [lld-link] preserve @llvm.used symbols in LTOBob Haarman2019-02-201-0/+1
* [WebAssembly] Update MC for bulk memoryThomas Lively2019-02-193-4/+22
* [llvm-cov] Add support for gcov --hash-filenames optionVedant Kumar2019-02-191-2/+4
* Annotate timeline in Instruments with passes and other timed regions.Daniel Sanders2019-02-192-0/+46
* [NFC] Remove unused headers in Optional.hSerge Guelton2019-02-191-2/+0
* GlobalISel: Implement moreElementsVector for bit opsMatt Arsenault2019-02-192-0/+10
* [yaml2obj][obj2yaml] - Support SHT_GNU_versym (.gnu.version) section.George Rimar2019-02-191-0/+11
* Recommit r354328, r354329 "[obj2yaml][yaml2obj] - Add support of parsing/dump...George Rimar2019-02-191-0/+35
* Revert r354328, r354329 "[obj2yaml][yaml2obj] - Add support of parsing/dumpin...George Rimar2019-02-191-35/+0
* [obj2yaml][yaml2obj] - Add support of parsing/dumping of the .gnu.version_r s...George Rimar2019-02-191-0/+35
* Fix obsolete comment. NFCDiana Picus2019-02-191-1/+1
* [Dominators] Fix and optimize edge insertion of depth-based searchFangrui Song2019-02-191-96/+85
* [CGP] form usub with overflow from sub+icmpSanjay Patel2019-02-181-0/+17
* GlobalISel: Implement widenScalar for g_extract scalar resultsMatt Arsenault2019-02-182-3/+15
* GlobalISel: Make buildExtract use DstOp/SrcOpMatt Arsenault2019-02-181-1/+1
* [NFC] Make Optional<T> trivially copyable when T is trivially copyableSerge Guelton2019-02-181-0/+72
* [MCA] Slightly refactor method writeStartEvent in WriteState and ReadState. NFCIAndrea Di Biagio2019-02-181-11/+18
* Recommit [NFC] Better encapsulation of llvm::Optional StorageSerge Guelton2019-02-181-77/+99
* Revert r354244 "[DAGCombiner] Eliminate dead stores to stack."Clement Courbet2019-02-183-55/+2
* [DAGCombiner] Eliminate dead stores to stack.Clement Courbet2019-02-183-2/+55
* [MC] Make SubtargetFeatureKV only store one FeatureBitset and use an 'unsigne...Craig Topper2019-02-181-1/+1
OpenPOWER on IntegriCloud