OSDN Git Service

[CFLAA] Be more conservative with values we haven't seen.
[android-x86/external-llvm.git] / tools /
2016-08-02 Lang Hames[lli] Add the ability for OrcLazyJIT to accept multiple...
2016-08-01 Zachary Turner[msf] Teach LLVM to parse a split Fpm.
2016-08-01 Lang Hames[ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld:...
2016-07-31 David Majnemer[COFF] Remove a duplicate import_directory_table_entry...
2016-07-31 David Majnemer[bugpoint] Add a -Os option
2016-07-29 Rui Ueyamapdbdump: Dump Free Page Map contents.
2016-07-29 Zachary Turner[msf] Resubmit "Rename Msf -> MSF".
2016-07-29 Zachary TurnerRevert "[msf] Rename Msf to MSF."
2016-07-29 Zachary Turner[msf] Rename Msf to MSF.
2016-07-29 Kevin EnderbyThe next step along the way to getting good error messa...
2016-07-28 Daniel BerlinRework CFG simplification in bugpoint
2016-07-28 David Majnemer[coroutines] Part 3 of N: Adding Boilerplate for Corout...
2016-07-28 Zachary Turner[pdb] Refactor library to more clearly separate reading...
2016-07-28 Zachary TurnerGet rid of IMsfStreamData class.
2016-07-27 Vedant Kumar[llvm-cov] Add a debug mode for source range highlighti...
2016-07-27 Vedant KumarRevert "[llvm-cov] Minor aesthetic improvements for...
2016-07-27 Vedant Kumar[llvm-cov] Minor aesthetic improvements for html reports
2016-07-27 Daniel BerlinMake bugpoint transform conditional jumps into uncondit...
2016-07-27 Vedant Kumar[llvm-cov] Escape '\' in strings when emitting JSON
2016-07-27 Andrew Wilkins[llvm-go] parameterize $GOPATH construction
2016-07-26 Vedant KumarRetry: [llvm-cov] Add support for exporting coverage...
2016-07-26 Vedant KumarRevert "[llvm-cov] Add support for exporting coverage...
2016-07-26 Vedant Kumar[llvm-cov] Add support for exporting coverage data...
2016-07-26 Chris Bieneman[CMake] Updating Xcode Toolchain creation to support...
2016-07-25 Michael Kuperstein[PM] Port SymbolRewriter to the new PM
2016-07-25 Joel JonesMC] Provide an MCTargetOptions to implementors of MCAsm...
2016-07-22 Vedant Kumar[llvm-cov] Don't copy stylesheets into index files
2016-07-22 Zachary Turner[pdb] Have builders share a single BumpPtrAllocator.
2016-07-22 Zachary Turner[msf] Create LLVMDebugInfoMsf
2016-07-22 Teresa Johnson[llvm-ar] Document 'T' thin archive modifier (NFC)
2016-07-22 Teresa Johnson[ThinLTO/gold] Support for getting list of included...
2016-07-22 Zachary Turner[pdb] Round-trip module & file info to/from YAML.
2016-07-22 Ying Yi[llvm-cov] - Add the coverage of lines in the summary...
2016-07-22 Benjamin Kramer[llvm-profdata] Bring back reading profile data from...
2016-07-22 Ying Yitest commit
2016-07-22 Pete CooperFix r276380 for targets without REALPATH.
2016-07-22 Pete CooperAvoid dsymutil calls to getFileNameByIndex.
2016-07-21 Vedant Kumar[llvm-cov] Use relative paths to the stylesheet (for...
2016-07-21 Quentin Colombet[llvm-config][GlobalISel] Canonicalize LLVM_HAS_GLOBAL_...
2016-07-21 Benjamin Kramer[profdata] Remove constructor that MSVC 2013 pretends...
2016-07-20 Xinliang David LiReapply r276185
2016-07-20 Xinliang David LiRevert r276185 -- build bot failure
2016-07-20 Xinliang David Li[Profile] support directory reading in profile merging
2016-07-20 Rui Ueyama[pdbdump] Use the "flow" style to print out a sequence...
2016-07-20 Saleem Abdulrasoolllvm-readobj: add some more aliases
2016-07-19 Kevin EnderbyNext step along the way to getting good error messages...
2016-07-19 Vedant KumarRetry: [llvm-profdata] Speed up merging by using a...
2016-07-19 Vedant KumarRevert "[llvm-profdata] Speed up merging by using a...
2016-07-18 Vedant Kumar[llvm-profdata] Speed up merging by using a thread...
2016-07-18 Vedant Kumar[llvm-cov] Re-write a very opaque comment (NFC)
2016-07-18 Vedant Kumar[llvm-cov] Place anchors around line numbers in html...
2016-07-18 Vedant Kumar[llvm-cov] Clean up error reporting (NFC)
2016-07-16 Matthias Braunllc: Add support for -run-pass none
2016-07-16 Matthias Braunllc: Move pass query/add code into an own function...
2016-07-15 Vedant Kumar[llvm-cov] Attempt to appease an older builder
2016-07-15 Sebastian Popbugpoint: add flag -verbose-errors
2016-07-15 Vedant Kumar[llvm-cov] Attempt to appease Windows bots
2016-07-15 Vedant Kumar[llvm-cov] Optionally use a symbol demangler when prepa...
2016-07-15 Vedant Kumar[llvm-cov] Document a few private fields of CodeCoverag...
2016-07-15 Alexei StarovoitovBPF: Use official ELF e_machine value
2016-07-15 Zachary Turner[pdb] Teach MsfBuilder and other classes about the...
2016-07-15 Zachary Turner[pdb] Round trip the NameMap data structure to YAML.
2016-07-15 Zachary Turner[pdb] Use MsfBuilder to handle the writing PDBs.
2016-07-15 Adam Nemet[OptRemark,LDist] RFC: Add hotness attribute
2016-07-15 Vedant Kumar[llvm-cov] Improve error messages
2016-07-15 Vedant Kumar[llvm-cov] Fix a use-after-free
2016-07-15 Vedant Kumar[llvm-cov] Clean up an awkward capture-by-reference...
2016-07-15 Vedant Kumar[Coverage] Mark a few more methods const (NFC)
2016-07-14 Tim Northoverllvm-objdump: extend __mh_execute_header handling to...
2016-07-14 Tim Northoverllvm-objdump: handle stubbed and malformed dylibs better
2016-07-14 Peter CollingbourneMove legacy LTO interface headers to legacy/ directory.
2016-07-14 Teresa Johnson[ThinLTO/gold] Perform index-based weak/linkonce resolution
2016-07-14 Lang Hames[Object] Re-apply r275316 now that I have the correspon...
2016-07-14 Lang Hames[Object] Revert r275316, Archive::child_iterator change...
2016-07-13 Vedant Kumar[llvm-cov] Use a thread pool to speed up report generat...
2016-07-13 Lang Hames[Object] Change Archive::child_iterator for better...
2016-07-13 Quentin Colombet[MIR] Print on the given output instead of stderr.
2016-07-13 Teresa Johnson[ThinLTO/gold] Enable symbol resolution in distributed...
2016-07-13 Nirav DaveRename llc's -fpreserve-as-comments flag -preserve...
2016-07-13 Teresa Johnson[ThinLTO/gold] ThinLTO internalization fixes
2016-07-12 Nirav Dave[MC] Flip llc's assembly comment preservation flag...
2016-07-12 NAKAMURA TakumiFix libdeps in r275125. LTO tools require BitReader.
2016-07-11 Mehdi AminiAdd a libLTO API to query a memory buffer and check...
2016-07-11 Zachary TurnerRefactor the PDB writing to use a builder approach
2016-07-11 Zachary Turner[pdb] Add a pdb2yaml option to not dump file headers.
2016-07-11 Nirav DaveProvide support for preserving assembly comments
2016-07-10 Benjamin Kramer[codeview] Drop unused private inheritance.
2016-07-10 Michael Gottesman[cmake] Change lli-child-target to use add_llvm_utility...
2016-07-08 Wei Mi[PM] Port UnreachableBlockElim to the new Pass Manager
2016-07-06 Vedant KumarMinor formatting change, NFC
2016-07-06 Vedant Kumar[llvm-cov] Add support for creating html reports
2016-07-06 Zachary Turner[pdb] Round trip the PDB stream between YAML and binary...
2016-06-30 Zachary Turner[pdb] Re-add code to write PDB files.
2016-06-30 Zachary TurnerUpdate llvm-pdbdump to use subcommands.
2016-06-29 Peter CollingbourneObject: Replace NewArchiveIterator with a simpler NewAr...
2016-06-29 Vedant Kumar[llvm-cov] Use relative paths to file reports in -outpu...
2016-06-29 Kevin EnderbyChange Archive::create() from ErrorOr<...> to Expected...
2016-06-29 Rafael EspindolaDon't verify inputs to the Linker if ODR merging.
2016-06-29 Vedant KumarUse LLVM_ATTRIBUTE_UNUSED instead of void casts; NFC
2016-06-29 Vedant Kumar[llvm-cov] Do not allow ".." to escape the coverage...
next