]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - tools
Reapply r201180 with an additional error path.
[opencl/llvm.git] / tools /
2014-02-11 Sylvestre LedruImprove the declaration when LDPO_PIE is not available.
2014-02-11 Sylvestre LedruIf LDPO_PIE is not defined (before binutils 2.23 version),
2014-02-10 Eli BenderskyMove the *PassPrinter into their own module.
2014-02-10 Manman RenLTO API: add lto_module_create_from_memory_with_path.
2014-02-10 Rafael EspindolaFix an old FIXME. LDPO_PIE is available since 2.23...
2014-02-10 Rafael EspindolaChange the begin and end methods in ObjectFile to match...
2014-02-09 Saleem Abdulrasooltools: cast the right operand
2014-02-09 Saleem Abdulrasooltools: explicitly cast to avoid a warning
2014-02-08 Saleem Abdulrasooltools: handle out-of-line personality 0 decoding
2014-02-06 Chandler Carruth[PM] Add a new "lazy" call graph analysis pass for...
2014-02-06 Chandler Carruth[PM] Back out one hunk of the patch in r200901 that...
2014-02-06 Chandler Carruth[PM] Wire up the analysis managers in the opt driver...
2014-02-05 Rafael EspindolaRemove support for not using .loc directives.
2014-02-05 Rafael EspindolaUse the information provided by getFlags to unify some...
2014-02-04 Rafael EspindolaSmall fix for llvm-nm handling of weak symbols on ELF...
2014-02-04 Duncan P. N. Exon... cleanup: scc_iterator consumers should use isAtEnd
2014-02-04 Justin Bognerllvm-cov: Implement the preserve-paths flag
2014-02-04 Justin Bognerllvm-cov: Implement the object-directory flag
2014-02-04 Justin Bognerllvm-cov: Ignore missing .gcda files
2014-02-04 Rafael EspindolaMove error handling down to getSymbolNMTypeChar.
2014-01-31 Rafael EspindolaSimplify getSymbolFlags.
2014-01-31 NAKAMURA TakumiRevert r200560, "LTO itself hasn't depended on MCDisass...
2014-01-31 NAKAMURA TakumiLTO itself hasn't depended on MCDisassembler any more.
2014-01-31 NAKAMURA Takumillvm/tools: Prune redundant target_link_libraries.
2014-01-30 Rafael EspindolaThis file already has a "using namespace object;",...
2014-01-30 Rafael EspindolaOnly ELF has a dynamic symbol table. Remove it from...
2014-01-30 Rafael EspindolaUse early returns and factor the object::Binary creation.
2014-01-30 Saleem Abdulrasooltools: fix Twine abuse
2014-01-30 Saleem Abdulrasooltools: remove unnecessary typename
2014-01-30 Saleem Abdulrasooltools: repair Windows build
2014-01-30 Saleem Abdulrasooltools: add support for decoding ARM attributes
2014-01-30 Rafael EspindolaSimplify the handling of iterators in ObjectFile.
2014-01-30 Rafael EspindolaFix TLS handling in ELF's getAddress and llvm-nm to...
2014-01-29 Justin Bognerllvm-cov: Accept the long forms of gcov options
2014-01-29 Justin Bognerllvm-cov: Improve help message text
2014-01-29 Justin Bognerllvm-cov: Expect a source file as a positional parameter
2014-01-29 Rafael EspindolaNormalize the style in llvm-nm.cpp.
2014-01-29 Rafael EspindolaMake createObjectFile's signature a bit less error...
2014-01-28 David WoodhouseChange MCStreamer EmitInstruction interface to take...
2014-01-28 NAKAMURA Takumi[CMake] Put lli-child-target into the Folder "Misc".
2014-01-27 Tobias GrosserDo not reference llvm-gcc from bugpoint
2014-01-27 Rui UeyamaRename IMAGE_DLL_CHARACTERISTICS_HIGH_ENTROPY_VA.
2014-01-26 Rafael EspindolaPass a MCSubtargetInfo down to the TargetStreamer creation.
2014-01-26 Rui UeyamaCOFF: Add a missing enum value for high entropy ASLR.
2014-01-26 Rui Ueyamallvm-readobj: add support for PE32+ (Windows 64 bit...
2014-01-25 Mark SeabornFix "llvm-objdump -d -r" to show relocations inline...
2014-01-25 Mark Seabornllvm-objdump: Some style cleanups to follow LLVM coding...
2014-01-24 Rafael EspindolaFix c++03 build.
2014-01-24 Rafael EspindolaMake ObjectFile ownership of the MemoryBuffer optional.
2014-01-24 Alp TokerFix known typos
2014-01-24 Alp TokerReport lli remote IO errors consistently
2014-01-23 Alp Tokerlli: Factor portable messaging into a new RPCChannel...
2014-01-23 Alp TokerRemove unused include following r199929
2014-01-23 Alp TokerReplace the interim lli build fix with something cleaner
2014-01-23 Juergen RibutzkaAdd target analysis passes to the codegen pipeline...
2014-01-23 NAKAMURA TakumiWindows/ChildTarget.inc: LLIChildTarget::allocate(...
2014-01-23 Alp TokerInterim build fix for Makefiles
2014-01-23 Alp TokerProspective Makefile build fix
2014-01-23 Alp TokerRefactor lli-child-target to remove duplicated code
2014-01-22 Alp TokerTweak r199835 to use can_execute() instead of exists()
2014-01-22 Alp TokerEliminate inappropriate use of FindProgramByName()...
2014-01-22 Rafael EspindolaDon't open or fstat files twice in llvm-ar.
2014-01-22 Rafael EspindolaPass the computed magic to createBinary and createObjec...
2014-01-22 NAKAMURA TakumiWhitespace.
2014-01-22 Rafael EspindolaChange createObjectFile to return an ErrorOr.
2014-01-21 Rafael EspindolaBe a bit more consistent about using ErrorOr when const...
2014-01-21 Yunzhong GaoAdding new LTO APIs to parse metadata nodes and extract...
2014-01-21 Rafael EspindolaRename these methods to match the style guide.
2014-01-21 Saleem Abdulrasooltools: use 64-bit print specifier
2014-01-21 Saleem Abdulrasooltools: support decoding ARM EHABI opcodes in readobj
2014-01-20 NAKAMURA TakumiWhitespace.
2014-01-20 Chandler Carruth[PM] Wire up the Verifier for the new pass manager...
2014-01-19 Chandler Carruth[PM] Make the verifier work independently of any pass...
2014-01-17 Rui Ueyamallvm-objdump/COFF: Print ordinal base number.
2014-01-16 Quentin Colombet[opt][PassInfo] Allow opt to run passes that need targe...
2014-01-16 Rui UeyamaFix style issues.
2014-01-16 Rui Ueyamallvm-objdump/COFF: Print DLL name in the export table...
2014-01-16 Ed Mastellvm-symbolizer: make mangled name heuristic apply...
2014-01-16 Quentin ColombetRevert r199361: Now, the sanitizer got the change
2014-01-16 Quentin Colombet[LTO] Modify lto.exports to force the sanitizer to...
2014-01-16 Rui Ueyamallmv-objdump/COFF: Print export table contents.
2014-01-15 Rui Ueyamallvm-objdump: Don't print "Import table:" header if...
2014-01-15 Quentin Colombet[LTO] Add a hook to map LLVM diagnostics into the clien...
2014-01-15 Rafael EspindolaReturn an ErrorOr<Binary *> from createBinary.
2014-01-15 NAKAMURA TakumiWhitespace.
2014-01-15 Rafael EspindolaCheck the error code and save a call to sys::fs::exists.
2014-01-15 Rafael EspindolaMake parseBitcodeFile return an ErrorOr<Module *>.
2014-01-14 Rafael EspindolaReturn an error_code from materializeAllPermanently.
2014-01-14 Renato GolinFix Remote MCJIT on Windows
2014-01-14 Renato GolinSanitize MCJIT remote execution
2014-01-14 Duncan P. N. Exon... Reapply "LTO: add API to set strategy for -internalize"
2014-01-14 Rafael EspindolaHandle UIDs and GIDs that don't fit in 6 decimal places.
2014-01-14 NAKAMURA TakumiRevert r199191, "LTO: add API to set strategy for ...
2014-01-14 Duncan P. N. Exon... LTO: add API to set strategy for -internalize
2014-01-13 Chandler Carruth[PM] Split DominatorTree into a concrete analysis resul...
2014-01-13 Chandler Carruth[cleanup] Move the Dominators.h and Verifier.h headers...
2014-01-13 Chandler Carruth[cleanup] Add a missing include exposed by resorting...
2014-01-13 Chandler CarruthRe-sort #include lines again, prior to moving headers...
2014-01-13 Chandler Carruth[PM] Wire up support for writing bitcode with new PM.
2014-01-13 Chandler Carruth[PM] Wire up support for printing assembly output from...
next