summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
...
* [AArch64] Enhance the load/store optimizer with target-specific alias analysis.Chad Rosier2015-05-211-20/+51
* fix typo in comment; NFCSanjay Patel2015-05-211-1/+1
* Make it easier to use DwarfContext with MCJITKeno Fischer2015-05-217-6/+68
* Put GEPOperator member function definition in the appropriate .cpp fileDavid Blaikie2015-05-212-30/+31
* [opaque pointer type] Allow gep_type_iterator to work with the pointee type f...David Blaikie2015-05-213-0/+32
* Stop forwarding (get|set)Aligment from MCSectionData to MCSection.Rafael Espindola2015-05-2110-44/+39
* Resubmit r237708 (MIR Serialization: print and parse LLVM IR using MIR format).Alex Lorenz2015-05-2112-9/+302
* [PPC64] Handle vpkudum mask pattern correctly when vpkudum isn't availableBill Schmidt2015-05-211-1/+8
* Stop creating MCSectionData is the ELF writer.Rafael Espindola2015-05-211-35/+45
* [lib/Fuzzer] ignore flags that start with --; use git pull --rebase instead o...Kostya Serebryany2015-05-212-2/+12
* IR / debug info: Add a DWOId field to DICompileUnit,Adrian Prantl2015-05-217-15/+22
* [PPC/LoopUnrollRuntime] Don't avoid high-cost trip count computation on the P...Hal Finkel2015-05-211-0/+4
* writeSymbolTable now only needs a MCContext.Rafael Espindola2015-05-211-12/+7
* Pass a const MCAssembler to writeSectionHeader.Rafael Espindola2015-05-211-5/+9
* YAML: Null terminate block scalar's value.Alex Lorenz2015-05-211-1/+2
* Remove unused argument. NFC.Rafael Espindola2015-05-211-8/+5
* Fix StreamingMemoryObject to respect known object size.Derek Schuff2015-05-211-5/+12
* Fetch alignment directly out of MCSection. NFC.Rafael Espindola2015-05-211-7/+5
* Add support for VSX scalar single-precision arithmetic in the PPC targetNemanja Ivanovic2015-05-211-46/+82
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-2167-351/+326
* [LoopDistribute] Remove a layer of pointer indirection.Benjamin Kramer2015-05-211-41/+32
* use range-based for-loops; NFCISanjay Patel2015-05-211-4/+2
* use range-based for-loops; NFCISanjay Patel2015-05-211-6/+2
* Fix warning on builds without asserts.Rafael Espindola2015-05-211-0/+1
* use range-based for-loopSanjay Patel2015-05-211-3/+2
* Avoid unnecessary section switching. NFC.Rafael Espindola2015-05-211-2/+1
* Remove yet another method of creating begin and end symbol for sections.Rafael Espindola2015-05-214-35/+24
* Use existing helper for adding a section. NFC.Rafael Espindola2015-05-211-3/+1
* use range-based for-loop; NFCISanjay Patel2015-05-211-4/+1
* std::sort must be called with a strict weak ordering.Manuel Klimek2015-05-211-4/+4
* AVX-512: Enabled SSE intrinsics on AVX-512.Elena Demikhovsky2015-05-212-14/+33
* Make Triple::parseARMArch use ARMTargetParserRenato Golin2015-05-212-50/+89
* [RewriteStatepointsForGC] Fix debug assertion during derivable pointer remate...Igor Laevsky2015-05-211-6/+6
* Test commit. Fix typo in MemDerefPrinter.cpp comment.Artur Pilipenko2015-05-211-1/+1
* Remove unnecessary FIXME commentRenato Golin2015-05-211-2/+0
* Fixed unused variable warning in non-assert builds from rL237885Simon Pilgrim2015-05-211-2/+1
* [X86][SSE] Improve support for 128-bit vector sign extensionSimon Pilgrim2015-05-213-13/+162
* [TableGen] Resolve complex def names inside multiclassesHal Finkel2015-05-212-6/+44
* AsmPrinter: Compute absolute label difference directlyDuncan P. N. Exon Smith2015-05-212-0/+27
* [MemCpyOpt] Do move the memset, but look at its dest's dependencies.Ahmed Bougacha2015-05-211-1/+8
* MC: Simplify MCSymbolData initialization and remove MCSymbol pointerDuncan P. N. Exon Smith2015-05-211-17/+0
* MC: Remove last use of MCSymbolData::getSymbol(), NFCDuncan P. N. Exon Smith2015-05-211-3/+3
* [MemCpyOpt] Pass Instruction to IRBuilder, no need for NextNode. NFC.Ahmed Bougacha2015-05-211-2/+2
* [opaque pointer type] Pass explicit pointee type in another case of GEP const...David Blaikie2015-05-211-1/+1
* Fix build errorAndrew Kaylor2015-05-201-1/+1
* [MemCpyOpt] Don't move the memset when optimizing memset+memcpy.Ahmed Bougacha2015-05-201-1/+1
* Fix build warningAndrew Kaylor2015-05-201-1/+1
* [WinEH] C++ EH state numbering fixesAndrew Kaylor2015-05-202-106/+364
* [WinEH] Store pointers to the LSDA in the exception registration objectReid Kleckner2015-05-203-13/+93
* Don't generate comments in the DebugLocStream unless required. NFC.Pete Cooper2015-05-203-10/+22
OpenPOWER on IntegriCloud