Revert "Add Constant Hoisting Pass" (r200034)
[oota-llvm.git] / tools /
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...
2014-01-13 Chandler Carruth[PM] Add an enum for describing the desired output...
2014-01-12 Chandler Carruth[PM] Add module and function printing passes for the...
2014-01-12 Chandler Carruth[PM] Update one user of the printing pass API that...
2014-01-12 Chandler Carruth[PM] Simplify the interface exposed for IR printing...
2014-01-12 Chandler Carruth[PM] Rename the IR printing pass header to a more gener...
2014-01-12 Chandler Carruth[PM] Fix a bunch of bugs I spotted by inspection when...
2014-01-12 Chandler Carruth[PM] Add support for parsing function passes and functi...
2014-01-11 Chandler Carruth[PM] Actually nest pass managers correctly when parsing...
2014-01-11 Chandler Carruth[PM] Add names to passes under the new pass manager...
2014-01-11 Chandler Carruth[PM] Add (very skeletal) support to opt for running...
2014-01-10 Tom RoederSpace formatting fix for r198966.
2014-01-10 Tom RoederFixing build break: should be in the if statement,...
2014-01-10 Tom RoederRestore the library dependency of LLVMgold on LTO;...
2014-01-10 NAKAMURA Takumilli: Tweak CacheName not to contain DOS driveletter.
2014-01-10 NAKAMURA Takumilli: LLIObjectCache: Use llvm::sys::path to get dirname.
2014-01-10 NAKAMURA TakumiWhitespace.
2014-01-09 Lang HamesFix accidental use of the exotic "std::string::back...
2014-01-09 Lang HamesAdd an "-object-cache-dir=<string>" option to LLI....
2014-01-09 David Blaikiellvm-dwarfdump: type unit dwo support
2014-01-09 Saleem Abdulrasoolllvm-readobj: address review comments for ARM EHABI...
2014-01-09 Saleem Abdulrasoolllvm-readobj: fix endianness
2014-01-09 Chandler CarruthPut the functionality for printing a value to a raw_ost...
2014-01-09 Lang HamesReplace fstream use with raw_fd_ostream.
2014-01-08 Rafael EspindolaUse getError and remove the error_code operator.
2014-01-08 Rafael EspindolaUse -std=gnu99 in tools/llvm-c-test/CMakeLists.txt
2014-01-08 Lang HamesRe-apply r196639: Add support for archives and object...
2014-01-08 Saleem Abdulrasoolllvm-readobj: add support for ARM EHABI unwind info
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
2014-01-05 Simon Atanasyan[Mips] Add support for DT_MIPS_RLD_MAP and DT_MIPS_PLTG...
2013-12-30 Nico WeberPort r198087 and r198089 (strip dead code by default...
2013-12-29 Nico WeberSet LLVM_EXPORTED_SYMBOL_FILE in CMakeLists whose corre...
2013-12-28 Nico WeberEXPORTED_SYMBOL_FILE support for cmake
2013-12-27 Nico WeberStrip dead code when linking by default with BFD ld...
2013-12-25 NAKAMURA Takumigold-plugin.cpp: Use form of <plugin-api.h>, since...
2013-12-25 NAKAMURA Takumillvm-config: Fix typo in help message introduced with...
2013-12-24 Alexey Samsonovllvm-symbolizer: add --obj flag to specify a single...
2013-12-20 NAKAMURA Takumillvm-config: Show OBJROOT rather than OBJROOT/BUILD_MOD...
2013-12-20 NAKAMURA Takumillvm-config: Use build_mode instead of LLVM_BUILDMODE...
2013-12-19 NAKAMURA Takumillvm-config: Don't show build tree with --obj-root...
2013-12-19 NAKAMURA Takumillvm-config: Show build root instead of parent path...
2013-12-19 Timur IskhodzhanovTeach the llvm-readobj COFF dumper to dump debug line...
2013-12-19 NAKAMURA Takumillvm-config: Introduce --system-libs to print SYSTEM_LI...
2013-12-19 Yuchen Wullvm-cov: Added -f option for function summaries.
2013-12-18 Yuchen Wullvm-cov: Added -c option for branch counts.
2013-12-18 NAKAMURA TakumiRevert r197380, "llvm-config: Print SYSTEM_LIBS with...
2013-12-17 NAKAMURA Takumillvm-config: Let directories aware of CMAKE_CFG_INTDIR.
next