summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
* Reverting r306695 while investigating failing test case.Alexandre Isoard2017-06-291-26/+0
* fix trivial typo, NFCHiroshi Inoue2017-06-291-1/+1
* Remove useless header. NFCXin Tong2017-06-291-1/+0
* [Dominators] Add parent and sibling property verification (non-hacky)Jakub Kuderski2017-06-291-2/+15
* [ConstantHoisting] Avoid hoisting constants in GEPs that index into a struct ...Leo Li2017-06-291-35/+60
* PredicateInfo: Use OrderedInstructions instead of our homemadeDaniel Berlin2017-06-291-51/+27
* NewGVN: Remove useless test in addPhiOfOps.Daniel Berlin2017-06-291-2/+1
* Remove unneeded else from OrderedInstructions::dominates.Daniel Berlin2017-06-291-2/+1
* [DWARF] NFC: DWARFDataExtractor combines relocs with DataExtractor.Paul Robinson2017-06-2912-94/+96
* ScalarEvolution: Add URem supportAlexandre Isoard2017-06-291-0/+26
* [Hexagon] Keep all phi nodes when building DFG in addr-mode-optKrzysztof Parzyszek2017-06-291-4/+6
* [DAG] Fold FrameIndex offset into BaseIndexOffset analysis. NFCI.Nirav Dave2017-06-292-21/+35
* [llvm-objdump] Handle invalid instruction gracefully on ARMEugene Leviant2017-06-291-1/+1
* bpf: remove unnecessary truncate operationYonghong Song2017-06-291-77/+235
* [PowerPC] fix potential verification error on __tls_get_addrHiroshi Inoue2017-06-293-4/+22
* [DWARF] - Fix message reporting about broken relocation.George Rimar2017-06-291-1/+1
* Revert "r306529 - [X86] Correct dwarf unwind information in function epilogue"Daniel Jasper2017-06-2913-716/+22
* [TBAA] Remove metadata keyword from IR examples in comments (NFC).Florian Hahn2017-06-291-10/+10
* [TargetTransformInfo, API] Add a list of operands to TTI::getUserCostEvgeny Astigeevich2017-06-293-6/+8
* Recommit "[Support] Add RetryAfterSignal helper function"Pavel Labath2017-06-293-25/+12
* [GlobalISel][X86] Support vector type G_MERGE_VALUES selection.Igor Breger2017-06-291-0/+53
* [LLVM][X86][Goldmont] Adding new target-cpu: GoldmontMichael Zuckerman2017-06-293-2/+40
* [SLPVectorizer] Introducing getTreeEntry() helper function [NFC]Dinar Temirbulatov2017-06-291-34/+33
* [ARM] Add tGPRwithpc register class and use it for TBB/THHFlorian Hahn2017-06-292-4/+8
* [BinaryFormat] Identify AArch64 COFF filesMartin Storsjo2017-06-291-2/+2
* llvm-profdata: Indirect infrequently used fields to reduce memory usageDavid Blaikie2017-06-291-8/+7
* Revert "Replace trivial use of external rc.exe by writing our own .res file."Eric Beckmann2017-06-292-10/+18
* [InstCombine] In visitXor, use m_Not on the instruction itself instead of loo...Craig Topper2017-06-291-3/+2
* [CodeView] Fix some Clang-tidy modernize-use-using and Include What You Use w...Eugene Zelenko2017-06-2911-46/+127
* [InstCombine] Retain TBAA when narrowing memory accessesKeno Fischer2017-06-282-3/+29
* Introduce symbol cache to PDB NativeSessionAdrian McCarthy2017-06-282-5/+20
* AMDGPU: Remove SITypeRewriterMatt Arsenault2017-06-284-159/+0
* Fix a typo.Eric Christopher2017-06-281-1/+1
* Fold fneg and fabs like multiplicationsStanislav Mekhanoshin2017-06-281-0/+46
* [AArch64] Make assert messages uniform and general [NFC]Mandeep Singh Grang2017-06-284-8/+5
* [AArch64][Falkor] Attempt to fix Windows buildbotsGeoff Berry2017-06-281-1/+1
* Reuse existing variables. NFC.Rafael Espindola2017-06-281-11/+9
* [AArch64][Falkor] Try to avoid exhausting HW prefetcher resources when unroll...Geoff Berry2017-06-281-0/+59
* Reuse existing variable. NFC.Rafael Espindola2017-06-281-2/+2
* [LV] Fix PR33613 - retain order of insertelement per partAyal Zaks2017-06-281-6/+7
* Fix PR33625.Rafael Espindola2017-06-281-1/+1
* Don't repeat name in comment and format. NFC.Rafael Espindola2017-06-281-19/+15
* [LoopUnroll] Fix bug in computeUnrollCount causing it to not honor MaxCountGeoff Berry2017-06-281-0/+2
* [InstCombine] use local variable to reduce code; NFCISanjay Patel2017-06-281-18/+14
* Rangify loops, formatting changes, use bool instead of unsigned, NFCKrzysztof Parzyszek2017-06-281-18/+16
* Don't repeat names and reformat. NFC.Rafael Espindola2017-06-281-46/+37
* [LoopUnroll] Pass SCEV to getUnrollingPreferences hook. NFCI.Geoff Berry2017-06-2814-31/+37
* Missed a check for UndefVI in r306466Krzysztof Parzyszek2017-06-281-1/+1
* [AArch64] AArch64CondBrTuningPass generates wrong branch instructionsAlexandros Lamprineas2017-06-281-3/+3
* Don't repeat name in comments. 80 columns. NFC.Rafael Espindola2017-06-281-22/+16
OpenPOWER on IntegriCloud