summaryrefslogtreecommitdiff
path: root/include/llvm
AgeCommit message (Expand)Author
2016-05-26[obj2yaml][yaml2obj] Support for MachO lazy bindingsChris Bieneman
2016-05-26[Error] Make ECError only constructible via errorCodeToError.Lang Hames
2016-05-26[obj2yaml][yaml2obj] Support for MachO weak bindingsChris Bieneman
2016-05-26[Orc] Don't create empty globals modules in the CompileOnDemandLayer.Lang Hames
2016-05-26Don't use recursion to print out the PrettyStackTrace after a crash. If theRichard Smith
2016-05-26Add new .def file to module map.Richard Smith
2016-05-26[obj2yaml][yaml2obj] Support for MachO bind opcodesChris Bieneman
2016-05-26[BasicAA] Extend inbound GEP negative offset logic to GlobalVariablesMichael Kuperstein
2016-05-26[Orc] Merge some common code for creating CompileCallbackManagers andLang Hames
2016-05-26Use shouldAssumeDSOLocal on AArch64.Rafael Espindola
2016-05-26MemorySSA: Remove argument to createNewAccess function.Peter Collingbourne
2016-05-26MemorySSA: Fix example in header comment.Peter Collingbourne
2016-05-25[PM/PartiallyInlineLibCalls] Commit missing header.Davide Italiano
2016-05-25[PM] Port PartiallyInlineLibCalls to the new pass manager.Davide Italiano
2016-05-25Revert "[MC] Support symbolic expressions in assembly directives"Reid Kleckner
2016-05-25Objective-C Class Properties: Autoupgrade "Class Properties" module flag.Manman Ren
2016-05-25Remove unused header.Eric Christopher
2016-05-25[MC] Support symbolic expressions in assembly directivesPetr Hosek
2016-05-25[BasicAA] Improve precision of alloca vs. inbounds GEP alias queriesMichael Kuperstein
2016-05-25Look for a loop's starting location in the llvm.loop metadataHal Finkel
2016-05-25Move whole-program virtual call optimization pass after function attribute in...Peter Collingbourne
2016-05-25ValueMaterializer: rename materializeDeclFor() to materialize()Mehdi Amini
2016-05-25ValueMaterializer: fuse materializeDeclFor and materializeInitFor (NFC)Mehdi Amini
2016-05-25[codeview] Move StreamInterface and StreamReader to libcodeview.Zachary Turner
2016-05-25Add a new helper API in triple /NFCXinliang David Li
2016-05-25[obj2yaml] [yaml2obj] MachO support for rebase opcodesChris Bieneman
2016-05-25[RuntimeDyld] Call the SymbolResolver::findSymbolInLogicalDylib method whenLang Hames
2016-05-25Clarify that we match BSwap in InstCombine and BitReverse in CGP. NFC.Chad Rosier
2016-05-25[ThinLTO] Refactor ODR resolution and internalization (NFC)Teresa Johnson
2016-05-25[AArch64] Adding a TargetParser for AArch64Renato Golin
2016-05-25[X86][SSE] Replace (V)CVTDQ2PD(Y) and (V)CVTPS2PD(Y) lossless conversion intr...Simon Pilgrim
2016-05-25[X86] Remove the llvm.x86.sse2.storel.dq intrinsic. It hasn't been used in a ...Craig Topper
2016-05-25[llvm-pdbdump] Decipher the remaining PDB streams.Zachary Turner
2016-05-25Object: ensure that structures are fully definedSaleem Abdulrasool
2016-05-25[llvm-pdbdump] Dump the IPI stream and all records.Zachary Turner
2016-05-25[llvm-pdbdump] Dump stream summary list.Zachary Turner
2016-05-25Support: remove outdated commentSaleem Abdulrasool
2016-05-25[PM] Port BDCE to the new pass manager.Davide Italiano
2016-05-25[esan|wset] EfficiencySanitizer working set tool fastpathDerek Bruening
2016-05-25Revert r270569 (teach llvm-mc to generate compressed debug sections in zlibRichard Smith
2016-05-25[codeview] Add support for new types and symbols.Zachary Turner
2016-05-25[codeview] Add support for S_EXPORT symbol.Zachary Turner
2016-05-24[codeview] Add support for new type records.Zachary Turner
2016-05-24There's no reason to use _ to name variables different just for construction.Eric Christopher
2016-05-24[llvm-pdbdump] Rework command line options.Zachary Turner
2016-05-24[codeview, pdb] Dump symbol records in publics streamZachary Turner
2016-05-24Dump symbol record details in llvm-pdbdumpZachary Turner
2016-05-24[ThinLTO] Change ODR resolution and internalization to be index-basedTeresa Johnson
2016-05-24Recommit r270070 ([llvm-mc] - Teach llvm-mc to generate compressed debug sect...George Rimar
2016-05-24Recommit r270547 ([llvm-dwarfdump] - Teach dwarfdump to decompress debug sect...George Rimar