]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - tools
formatting
[opencl/llvm.git] / tools /
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.
2013-12-16 Yuchen Wullvm-cov: Added -u option for unconditional branch...
2013-12-16 NAKAMURA Takumi[CMake] Introduce LLVM_RUNTIME_OUTPUT_INTDIR and LLVM_L...
2013-12-16 NAKAMURA Takumillvm-config: Fixup r197380, tweak for cross compilation...
2013-12-16 NAKAMURA Takumillvm-config: Print SYSTEM_LIBS with --libs, instead...
2013-12-13 Yuchen Wullvm-cov: Added -b option for branch probabilities.
2013-12-10 Matt ArsenaultFix gcc warnings.
2013-12-10 NAKAMURA Takumi[CMake] Add MCDisassembler to tools/lto. (has been...
2013-12-10 NAKAMURA Takumi[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists...
2013-12-10 NAKAMURA Takumi[CMake] lli/CMakeLists.txt: Move add_subdirectory(Child...
2013-12-10 Yuchen Wullvm-cov: Added -a option for block data.
2013-12-07 NAKAMURA TakumiWhitespace cleanups.
2013-12-07 Lang HamesRevert r196639 while I investigate a bot failure.
2013-12-07 Lang HamesAdd support for archives and object file caching under...
2013-12-05 Yuchen Wullvm-cov: Conformed headers.
2013-12-05 Renato GolinAdd #pragma vectorize enable/disable to LLVM
2013-12-05 Matt ArsenaultFix minor GCC warnings.
2013-12-05 Alp TokerCorrect word hyphenations
2013-12-05 Will DietzExport symbols in tools that support loading plugins.
2013-12-04 Yuchen Wullvm-cov: Split GCOVFile's read into GCNO and GCDA.
2013-12-03 NAKAMURA Takumicheck-llvm: Ask llvm-config about assertion mode, inste...
2013-12-03 Arnold Schwaighoferopt: Mirror vectorization presets of clang
2013-12-03 NAKAMURA Takumillvm-config: With --build-mode, show ${CMAKE_CFG_INTDIR...
2013-12-03 Yuchen Wullvm-cov: Removed output to STDOUT/specified file.
2013-12-02 Alp TokerCut the gold plugin README down to size
2013-11-27 Chandler Carruth[PM] Remove the underspecified 'getRoot' method from...
2013-11-26 Chandler Carruth[PM] Split the CallGraph out from the ModulePass which...
2013-11-22 Hans WennborgVS integration: use the correct registry key after...
2013-11-19 Juergen Ributzka[weak vtables] Place class definitions into anonymous...
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-19 David Blaikiellvm-dwarfdump: support for emitting only the debug_typ...
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-15 Benjamin Kramerllvm-cov: Clean up memory leaks.
2013-11-14 NAKAMURA Takumillvm-cov requires IR and Support as libraries. Instrume...
2013-11-11 Simon AtanasyanAdd support for DT_VERxxx and DT_MIPS_xxx .dynamic...
2013-11-11 Bob WilsonChange libLTO back to linking with @executable_path...
2013-11-08 NAKAMURA Takumillvm-ar: Let opening a directory failed in llvm-ar.
2013-11-05 Alp TokerSuppress OS crash dialog in llvm-rtdyld
2013-11-05 Yuchen WuRevert "llvm-cov: Added command-line option to change...
2013-11-05 Yuchen Wullvm-cov: Added command-line option to change dir.
2013-11-04 Jakub StaszakUse startswith_lower() where possible.
2013-11-02 Rafael Espindolamove getSymbolNMTypeChar to the one program that needs...
2013-11-02 Yuchen WuAdded command-line option to output llvm-cov to file.
2013-10-31 Rafael EspindolaUse LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead...
2013-10-31 Rafael EspindolaRules adjustments in order to build on DragonFly BSD.
2013-10-31 Yuchen WuUpdated llvm-cov's OVERVIEW description
2013-10-29 Rafael EspindolaSupport names like llvm-ar-3.4 and llvm-ranlib-3.4.
2013-10-29 Andrew KaylorCleaning up comments in lli
2013-10-29 Andrew KaylorAdding a workaround for __main linking with remote...
2013-10-28 Alp TokerFix the lli --extra-module value_desc
2013-10-28 Andrew KaylorStandardizing lli's extra module command line option
2013-10-27 NAKAMURA TakumiMCJIT-remote: __main should be resolved in child context.
2013-10-26 NAKAMURA Takumilli/RemoteMemoryManager.cpp: Resurrect __main stuff...
2013-10-25 Daniel Sanders[bugpoint] Increase the default memory limit for subpro...
2013-10-25 Benjamin Kramerllvm-c-test: Don't leak memory buffers.
2013-10-24 Reid Klecknerlto.h: Use lto_bool_t instead of int to restore the ABI
2013-10-23 NAKAMURA Takumillvm/tools/llvm-c-test should be built also on msvc.
2013-10-23 NAKAMURA Takumillvm-c/lto.h: Avoid use of bool.
2013-10-23 NAKAMURA Takumillvm-c-test: Make them C89-compliant.
2013-10-23 Anders WaldenborgAdd llvm-c-test tool for testing llvm-c
2013-10-22 Bob WilsonChange llvm-cov output formatting to be more similar...
2013-10-22 Bob WilsonMove the printing of llvm-cov information out from...
2013-10-18 Rafael EspindolaCheck for errors when calling lto_codegen_add_module...
2013-10-16 Rafael Espindola[pr17595] Fix a use after free.
2013-10-16 Alexey Samsonovllvm-symbolizer: don't always run demangler on global...
2013-10-16 Andrew KaylorAdding support for deregistering EH frames with MCJIT.
2013-10-14 Hans Wennborgvs2013 msbuild integration: add missing .target files...
2013-10-12 Will Dietzyaml2coff/elf: Touchup for compatibility.
2013-10-12 Will DietzAdd missing #include's to cctype when using isdigit...
2013-10-11 Andrew KaylorFixing problems in lli's RemoteMemoryManager.
2013-10-11 Andrew KaylorAdding multiple object support to MCJIT EH frame handling
2013-10-10 Manman RenDebug Info: In DIBuilder, the context field of subprogr...
2013-10-10 Hans WennborgProvide msbuild integration for vs2013.
2013-10-10 Hans WennborgFix msbuild integration install script.
2013-10-09 Greg BedwellTest commit. Remove whitespace from otherwise empty...
2013-10-08 Andrew KaylorRemoving unintended code block from lli
2013-10-08 Rafael EspindolaOnly modify lto.exports.def when contents have changed.
2013-10-07 NAKAMURA TakumiRevert r191088, corresponding to r191823 to re-enable...
2013-10-07 Simon Atanasyan[Mips] Teach llvm-readobj to print MIPS-specific ELF...
2013-10-05 Benjamin Kramerlli: Plug leaks in the remote target external implement...
2013-10-04 Rafael EspindolaFix object file writing in llvm-lto on Windows.
2013-10-04 Andrew KaylorAttempting to fix lli build error
2013-10-04 Andrew KaylorFixing container/pointer bug in remote-lli found by...
2013-10-04 Benjamin Kramerlli: Check pipe creation for errors.
2013-10-04 Rafael EspindolaAdd lto_codegen_add_dso_symbol to the export list.
2013-10-04 Andrew KaylorAdding support and tests for multiple module handling...
2013-10-03 Rafael EspindolaOptimize linkonce_odr unnamed_addr functions during...
2013-10-03 Rafael EspindolaDispose the codegen even when just writing the bitcode...
2013-10-02 Andrew KaylorFixing lli-child-target build
2013-10-02 Benjamin KramerAdd newline at eof.
2013-10-02 Richard SmithPass the resolved lli-child-target executable name...
2013-10-02 Andrew KaylorFix build problems with remote lli implementation
2013-10-02 Andrew KaylorClean up lli execution code
2013-10-02 Andrew KaylorFixing compile warnings
2013-10-02 Andrew KaylorAdding out-of-process execution support to lli.
2013-10-02 Chandler CarruthRemove the very substantial, largely unmaintained legac...
2013-10-02 Chandler CarruthTidy up this line of the Makefile before I start hackin...
next