OSDN Git Service

Follow up for r261597: Add the * to the auto.
[android-x86/external-llvm.git] / tools /
2016-02-22 Benjamin KramerFix some abuse of auto flagged by clang's -Wrange-loop...
2016-02-20 Mike Aizatskyfixing msvc warning.
2016-02-19 Mike Aizatsky[sancov] sanitizer html report cosmetic improvements.
2016-02-19 David Blaikiellvm-dwp: Improve performance (N^2 to amortized N)...
2016-02-19 Davide Italiano[llvm-nm] In C++, main implicitly returns 0. Pointed...
2016-02-19 David Blaikiellvm-dwp: Don't test compression when zlib isn't available
2016-02-19 David Blaikiellvm-dwp: Support compressed input
2016-02-19 Mike Aizatsky[sancov] widening default blacklist.
2016-02-19 Mike Aizatsky[sancov] Adding covered/uncovered tables to coverage...
2016-02-18 Richard TrieuRemove uses of builtin comma operator.
2016-02-18 Amaury SechetAdd support for invoke/landingpad/resume in C API test
2016-02-18 Benjamin KramerAdd parentheses around arithmetic in operand of '|'.
2016-02-18 Chandler Carruth[PM/AA] Teach the new pass manager to use pass-by-lambd...
2016-02-17 Amaury SechetAdd upport for bitcast in the C API echo test
2016-02-17 Amaury SechetAdd support for memory operations (load/store/gep)...
2016-02-17 Michael J. Spencer[readobj] Remove uneeded braces in case statement.
2016-02-17 Amaury SechetMake sure functions are generated even there is no...
2016-02-17 Amaury SechetAdd support for global variables in the C API echo...
2016-02-17 Easwaran RamanAdd a profile summary class specific to instrumentation...
2016-02-17 Rafael EspindolaRepresent the dynamic table itself with a DynRegionInfo.
2016-02-17 Rafael EspindolaAdd a unwrapOrError utility and use it to simplify...
2016-02-17 Rafael EspindolaChange how readobj stores info about dynamic symbols.
2016-02-17 David Blaikiellvm-dwp: Support for type units when merging DWPs...
2016-02-17 David BlaikieFix the hash function.
2016-02-16 Rafael EspindolaPass a std::unique_ptr to IRMover::move.
2016-02-16 Rafael EspindolaReapply r260489.
2016-02-16 Rafael EspindolaIntroduce a getAsRange helper.
2016-02-16 Rafael EspindolaMove DynRegionInfo out of the ELFDumper.
2016-02-16 Rafael EspindolaThis reverts commit r260488 and r260489.
2016-02-16 Amaury SechetMake sure the functions' range is empty before going...
2016-02-16 Amaury SechetDo some refactoring in constant generation in the C...
2016-02-16 Amaury SechetGenerate functions in 2 steps in the C API echo test...
2016-02-16 Amaury SechetRestore the capability to manipulate datalayout from...
2016-02-14 Amaury SechetUse report_fatal_error more consistently in the C API...
2016-02-14 Amaury SechetGet constant cloning out of CloneValue so it can be...
2016-02-14 Amaury SechetMove clone_params around
2016-02-13 Davide Italiano[llvm-size] Remove variable used only once.
2016-02-13 Davide Italiano[llvm-size] Make error handling uniform.
2016-02-12 David Majnemer[llvm-pdbdump] Start to decode some streams
2016-02-12 Hans Wennborg[CMake] don't build libLTO when LLVM_ENABLE_PIC is OFF
2016-02-12 Mehdi Aminillvm-config: replace assertions with a helpful error...
2016-02-12 Mike Aizatsky[sancov] improved object files handling.
2016-02-11 Reid Kleckner[codeview] Dump def range lengths in hex
2016-02-11 Amaury SechetAdd support for phi nodes in the LLVM C API test
2016-02-11 Quentin Colombet[CMake] Produce an empty library for GlobalISel when...
2016-02-11 Michael J. Spencer[readobj] Dump DT_JMPREL relocations when outputting...
2016-02-11 Michael J. Spencer[readobj] Handle ELF files with no section table or...
2016-02-11 Michael J. Spencer[readobj] Move dynamic table parsing to a new function...
2016-02-11 Michael J. Spencer[readobj] Sort switch by enum value.
2016-02-11 Michael J. Spencer[readobj] Parse sections before dynamic table.
2016-02-11 Hemant KulkarniFix const confusion while lambda function usage
2016-02-11 Davide Italiano[llvm-nm] Simplify code logic. Rewrite a single functio...
2016-02-11 Hemant KulkarniFix build failure caused in r260430
2016-02-10 Davide Italiano[llvm-nm] Minor style change. Prefer EXIT_SUCCESS over 0.
2016-02-10 Davide Italiano[llvm-nm] Prefer range-based loop over explicit iterator.
2016-02-10 Teresa JohnsonRestore "[ThinLTO] Use MD5 hash in function index....
2016-02-10 Hemant Kulkarni[llvm-readobj] Option to emit readelf like output
2016-02-10 Teresa JohnsonRevert "[ThinLTO] Use MD5 hash in function index."...
2016-02-10 Teresa Johnson[ThinLTO] Use MD5 hash in function index.
2016-02-10 Hemant KulkarniRevert "[llvm-readobj] Option to emit readelf like...
2016-02-10 Hemant Kulkarni[llvm-nm] Add -radix option
2016-02-10 Hemant Kulkarni[llvm-readobj] Option to emit readelf like output
2016-02-10 Rong Xu[PGO] Differentiate Clang instrumentation and IR level...
2016-02-10 NAKAMURA Takumillvm-config: Fix DLL prefix on cygming.
2016-02-10 NAKAMURA Takumillvm-config: Quick fix for cross compilation. Don't...
2016-02-10 Lang Hames[Orc] Add lazy-JITting support for i386.
2016-02-10 Amaury SechetAdd support for struct in C API test
2016-02-10 Amaury SechetAdd binding for counting argument and find called value...
2016-02-09 Amaury SechetSplit clone value and instruction in the echo C API...
2016-02-09 Amaury SechetAdd icmp and conditional branches in the C API echo...
2016-02-09 Amaury SechetAdd C binding for AllocaInst::getAllocatedType
2016-02-09 Amaury SechetImprove the C API echo test tool to emit basic block...
2016-02-09 Rafael EspindolaThis brings back commit r259578.
2016-02-09 Rafael EspindolaFix name style.
2016-02-09 Rafael EspindolaUpdate comment style.
2016-02-09 Rafael EspindolaRevert "Correct size calculations for ELF files"
2016-02-09 Ehsan Akhgarillvm-config: Add preliminary Windows support
2016-02-09 Simon Atanasyan[llvm-readobj][ELF] Show MIPS GOT content when there...
2016-02-09 Kevin EnderbyFix a formatting problems with llvm-size and the -m...
2016-02-08 Davide Italiano[llvm-nm] Remove excessive parenthesis, noticed by...
2016-02-08 Rong Xu[PGO] Revert r260146 as it breaks Darwin platforms.
2016-02-08 Davide Italiano[llvm-nm] Yet another attempt of simplifying code.
2016-02-08 Rong Xu[PGO] Differentiate Clang instrumentation and IR level...
2016-02-06 David Blaikie[llvm-dwp] Merge cu_index from DWPs
2016-02-06 Richard Smithllvm-bcanalyzer: Produce summary information for the...
2016-02-05 Davide Italiano[llvm-nm] Prefer empty() over size() == 0.
2016-02-05 Davide Italiano[llvm-nm] Transform a switch() statement in a pair...
2016-02-05 Davide Italiano[llvm-nm] Simplify code logic. NFCI.
2016-02-05 Reid Kleckner[codeview] Dump a missing field and change its signedness
2016-02-05 Benjamin KramerPrefix external symbols in llvm-c-test.
2016-02-05 Amaury SechetAdd various binary operations in the LLVM C API echo...
2016-02-05 Amaury SechetAdd Support to llvm-c-test dependancies
2016-02-04 Easwaran RamanRefactor profile summary support code. NFC.
2016-02-04 Amaury SechetImprove testing for the C API
2016-02-04 David MajnemerCorrectly handle {Always,Never}StepIntoLine
2016-02-04 David MajnemerAdd support for S_DEFRANGE and S_DEFRANGE_SUBFIELD
2016-02-04 David MajnemerMake the dumper's output for variable ranges easier...
2016-02-03 David MajnemerPrint the OffsetStart field's relocation
2016-02-03 David Majnemer[llvm-readobj] Add support for dumping S_DEFRANGE symbols
2016-02-02 Hemant KulkarniCorrect size calculations for ELF files
next