OSDN Git Service

[PDB] Don't write uninitialized bytes to a PDB file.
[android-x86/external-llvm.git] / include /
2017-06-20 Yuka Takahashi[GSoC] Flag value completion for clang
2017-06-20 Daniel Sanders[globalisel][tablegen] Add support for COPY_TO_REGCLASS.
2017-06-20 Simon PilgrimFix Wdocumentation warning
2017-06-20 Igor Breger[GlobalISel] combine not symmetric merge/unmerge nodes.
2017-06-20 Sam Clegg[WebAssembly] Add support for weak symbols in the binar...
2017-06-20 Vedant Kumar[ProfileData] PR33517: Check for failure of symtab...
2017-06-19 Eugene Zelenko[ExecutionEngine] Fix some Clang-tidy modernize-use...
2017-06-19 Eugene Zelenko[Target] Fix some Clang-tidy modernize-use-using and...
2017-06-19 Eugene Zelenko[IR] Fix some Clang-tidy modernize-use-using warnings...
2017-06-19 Kevin EnderbyChange llvm-nm for Mach-O files to use dyld info in...
2017-06-19 Eric BeckmannHave writeCOFFWriter return Expected<unique_ptr>.
2017-06-19 Taewook OhImprove profile-guided heuristics to use estimated...
2017-06-19 Jakub Kuderski[Dominators] Clean up typedefs in GenericDomTreeConstru...
2017-06-19 Reid Kleckner[PDB] Start emitting source file and line information
2017-06-19 Jakub Kuderski[Dominators] Clean up GenericDomTree.h. NFC.
2017-06-19 Reid Kleckner[CodeView] Fix dumping of public symbol record flags
2017-06-19 Craig Topper[Reassociate] Make one of the helper methods static...
2017-06-19 Florian HahnRecommit rL305677: [CodeGen] Add generic MacroFusion...
2017-06-19 Florian HahnRevert r305677 [CodeGen] Add generic MacroFusion pass.
2017-06-19 Florian Hahn[CodeGen] Add generic MacroFusion pass.
2017-06-18 Zachary TurnerDelete TypeDatabase.
2017-06-18 Craig Topper[APFloat] Move the integerPartWidth constant into APFlo...
2017-06-17 NAKAMURA Takumi[CMake] Introduce LLVM_TARGET_TRIPLE_ENV as an option...
2017-06-17 Matthias BraunRegScavenging: Add scavengeRegisterBackwards()
2017-06-17 Davide Italiano[InstCombine] Make FPMathOperator working with Constant...
2017-06-16 Sam Clegg[WebAssembly] Use __stack_pointer global when writing...
2017-06-16 Zachary Turner[CodeView] Fix random access of type names.
2017-06-16 Wei MiRevert rL305578. There is still some buildbot failure...
2017-06-16 Eric BeckmannClean up some things in the WindowsResource changes.
2017-06-16 Eric BeckmannSwitch external cvtres.exe for llvm's own resource...
2017-06-16 Evgeniy StepanovChange YAML traits for vector<string> to flow_vector.
2017-06-16 Wei Mi[GVN] Recommit the patch "Add phi-translate support...
2017-06-16 Spyridoula Gravani[DWARF] Replaced mem-initializers with non-static data...
2017-06-16 Matthias BraunRevert "RegScavenging: Add scavengeRegisterBackwards()"
2017-06-16 Daniel Neilson[Atomics] Rename and change prototype for atomic memcpy...
2017-06-16 Eugene Zelenko[BinaryFormat, Option, TableGen] Fix some Clang-tidy...
2017-06-16 Evgeniy Stepanov[cfi] CFI-ICall for ThinLTO.
2017-06-15 Zachary Turner[llvm-pdbutil] Add support for dumping lines and inline...
2017-06-15 Zachary Turner[llvm-pdbutil] Add back support for dumping file checksums.
2017-06-15 Zachary TurnerResubmit "[llvm-pdbutil] rewrite the "raw" output style."
2017-06-15 Matthias BraunRegScavenging: Add scavengeRegisterBackwards()
2017-06-15 Zachary TurnerRevert "[llvm-pdbutil] rewrite the "raw" output style."
2017-06-15 Zachary Turner[llvm-pdbutil] rewrite the "raw" output style.
2017-06-15 Alexander TimofeevDivergencyAnalysis patch for review
2017-06-15 Lei Huang[MachineLICM] Hoist TOC-based address instructions
2017-06-15 Arnold SchwaighoferISel: Fix FastISel of swifterror values
2017-06-15 Peter CollingbourneApply summary-based dead stripping to regular LTO modul...
2017-06-15 Max Kazantsev[ScalarEvolution] Apply Depth limit to getMulExpr
2017-06-15 Diana Picus[ARM] GlobalISel: Add support for i32 modulo
2017-06-15 Zachary Turner[formatv] Add the ability to specify a fill character...
2017-06-14 Spyridoula Gravani[DWARF] Minor coding style modifications, no functional...
2017-06-14 Peter CollingbourneIR: Tweak the API around adding modules to the summary...
2017-06-14 Eugene Zelenko[ADT] Partial re-commit of r303383. Fix some Clang...
2017-06-14 Zachary Turner[StringExtras] overload toHex for ArrayRef<uint8_t>
2017-06-14 Frederich MunchHide dbgs() stream for when built with -fmodules.
2017-06-14 Peter CollingbourneMC, Object: Reserve a section type, SHT_LLVM_ODRTAB...
2017-06-14 Zachary TurnerAdd an include of gtest-printers.h to appease the build...
2017-06-14 Zachary Turner[gtest] Create a shared include directory for gtest...
2017-06-14 Zachary TurnerResubmit "[codeview] Make obj2yaml/yaml2obj support...
2017-06-14 Sanjay Patel[MathExtras] fix documentation comments; NFC
2017-06-14 Florian HahnAlign definition of DW_OP_plus with DWARF spec [3/3]
2017-06-14 Zachary TurnerRevert "[codeview] Make obj2yaml/yaml2obj support ...
2017-06-14 Zachary TurnerAdd some #includes to appease the build.
2017-06-14 Zachary Turner[codeview] Make obj2yaml/yaml2obj support .debug$S...
2017-06-14 Peter CollingbourneSupport: Remove MSVC 2013 workarounds in ThreadPool...
2017-06-14 Spyridoula GravaniAdded partial verification for .apple_names accelerator...
2017-06-13 Daniel Sanders[globalisel][legalizer] G_LOAD/G_STORE NarrowScalar...
2017-06-13 Eugene Zelenko[ADT] Revert r305326 changes in BitVector.h to fix...
2017-06-13 Eugene Zelenko[ADT] Fix some Clang-tidy modernize-use-using and Inclu...
2017-06-13 Roman Lebedev[ADT] PointerUnion::getAddrOfPtr1(): fix/silence -Wcast...
2017-06-13 Frederich MunchRevert r305313 & r305303, self-hosting build-bot isn...
2017-06-13 Sam Clegg[WebAssembly] Cleanup WebAssemblyWasmObjectWriter
2017-06-13 Eric BeckmannImprove error messages in order to help with fixing...
2017-06-13 Craig Topper[IR] Remove a couple explicitly deleted default constru...
2017-06-13 Craig TopperFix m_[Ord|Unord][FMin|FMax] matchers to correctly...
2017-06-13 Frederich MunchForce RegisterStandardPasses to construct std::function...
2017-06-13 Reid Kleckner[PDB] Add a module descriptor for every object file
2017-06-13 Eric BeckmannUpdate the test framework for llvm-cvtres to be more...
2017-06-13 Eric BeckmannRevert "Fix alignment bug in COFF emission."
2017-06-13 Eric BeckmannFix alignment bug in COFF emission.
2017-06-13 Craig Topper[IR] Remove override of operator new from PHINode.
2017-06-12 Craig Topper[IR] Stop deleting other signatures of User::operator...
2017-06-12 Sanjay Patelfix typos/formatting; NFC
2017-06-12 George Burgess IV[ADT] Add type-safe methods to FoldingSetImpl; NFC.
2017-06-12 Zachary TurnerSlightly better fix for dealing with no-id-stream PDBs.
2017-06-12 Zachary Turner[llvm-pdbdump] Don't fail on PDBs with no ID stream.
2017-06-12 George Burgess IV[ADT] Reduce duplication between {Contextual,}FoldingSe...
2017-06-12 Peter CollingbourneIR: Replace the "Linker Options" module flag with ...
2017-06-12 Tim HammerquistAdd EOL at EOF to appease source utils like unifdef
2017-06-12 Reid Kleckner[llvm-ar] Make llvm-lib behave more like the MSVC archiver
2017-06-12 Sanjay Patel[DAG] add helper to bind memop chains; NFCI
2017-06-12 Daniel NeilsonConst correctness for TTI::getRegisterBitWidth
2017-06-12 Kamil RytarowskiInitialize SubArch in class Triple
2017-06-11 Xinliang David Li[PartialInlining] Support shrinkwrap life_range markers
2017-06-10 Craig Topper[IR] Remove stale comment from HungoffOperandTraits...
2017-06-10 Craig Topper[IR] Delete operator new(size_t, unsigned) for ShuffleV...
2017-06-10 Craig Topper[IR] Put a comment back on a function it belongs to...
2017-06-10 Craig Topper[IR] Remove unnecessary override of operator new in...
2017-06-09 Andrew Kaylor[InstSimplify] Don't constant fold or DCE calls that...
2017-06-09 Eugene Zelenko[Support] Fix some Clang-tidy modernize-use-using and...
next