]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - tools
Debug Info: Turn DIExpression::getFrameRegister() into an isFrameRegister()
[opencl/llvm.git] / tools /
2015-01-13 Chandler Carruth[PM] Push the debug option for the new pass manager...
2015-01-13 Chandler Carruth[PM] Fold all three analysis managers into a single...
2015-01-10 Rafael EspindolaUse the DiagnosticHandler to print diagnostics when...
2015-01-09 Kevin EnderbyFix an ASAN failure introduced with r225537 (adding...
2015-01-09 Kevin EnderbyAdd the option, -universal-headers, used with -macho...
2015-01-09 Duncan P. N. Exon... Revert "Bitcode: Move the DEBUG_LOC record to DEBUG_LOC...
2015-01-09 Duncan P. N. Exon... Bitcode: Move the DEBUG_LOC record to DEBUG_LOC_OLD
2015-01-08 Kevin EnderbyRun clang-format on tools/llvm-objdump/MachODump.cpp...
2015-01-07 Alexey SamsonovFix uninitialized memory read in llvm-dsymutil for...
2015-01-07 Kevin EnderbySlightly refactor things for llvm-objdump and the ...
2015-01-07 Aaron BallmanManually specify the folder that llvm-ranlib should...
2015-01-07 Chandler Carruth[PM] Give slightly less horrible names to the utility...
2015-01-06 Filipe CabecinhasDon't loop endlessly for MachO files with 0 ncmds
2015-01-06 Chandler Carruth[PM] Hide a function we only use in an assert behind...
2015-01-06 Chandler Carruth[PM] Introduce a utility pass that preserves no analyses.
2015-01-06 Chandler Carruth[PM] Simplify how we parse the outer layer of the pass...
2015-01-06 Chandler Carruth[PM] Add a utility pass template that synthesizes the...
2015-01-06 Chandler Carruth[PM] Simplify how we use the registry by including...
2015-01-06 Chandler Carruth[PM] Add a collection of no-op analysis passes and...
2015-01-06 Chandler Carruth[PM] Sink the no-op pass parsing logic into the .def...
2015-01-06 Chandler Carruth[PM] Move the analysis registry into the Passes.cpp...
2015-01-06 Chandler Carruth[PM] Add a utility to the new pass manager for generati...
2015-01-05 Frederic Riss[dsymutil] Implement the BinaryHolder object and gain...
2015-01-05 Chandler Carruth[PM] Switch the new pass manager to use a reference...
2015-01-05 Chandler Carruth[PM] Wire up support for explicitly running the verifie...
2015-01-03 Saleem Abdulrasoolllvm-readobj: add support to dump COFF export tables
2014-12-29 Chandler Carruth[cmake] Teach the llvm-config program to respect LLVM_L...
2014-12-29 Chandler Carruth[cmake] Start making LLVM_LIBDIR_SUFFIX effective by...
2014-12-24 Kevin EnderbyAnother attempt to fix the LLVM Windows build bot lld...
2014-12-23 Kevin EnderbyAttempt to fix the LLVM Windows build bot lld-x86_64...
2014-12-23 Kevin EnderbyAdd printing the LC_THREAD load commands with llvm...
2014-12-23 Rafael EspindolaFix a leak found by asan.
2014-12-20 David Majnemerstrnlen isn't available on some platforms, use StringRe...
2014-12-20 Matthias BraunUnbreak cmake build with shared libraries enabled.
2014-12-19 Kevin EnderbyAdd printing the LC_ROUTINES load commands with llvm...
2014-12-19 Kevin EnderbyAdd printing the LC_SUB_CLIENT load command with llvm...
2014-12-19 Kevin EnderbyAdd printing the LC_SUB_LIBRARY load command with llvm...
2014-12-19 Duncan P. N. Exon... LTO: Export local context symbols
2014-12-18 Kevin EnderbyAdd printing the LC_SUB_UMBRELLA load command with...
2014-12-18 Chris BienemanHave llvm-c-test only use libLLVM if libLLVM has all...
2014-12-18 Kevin EnderbyAdd printing the LC_SUB_FRAMEWORK load command with...
2014-12-18 Rafael EspindolaModernize the getStreamedBitcodeModule interface a...
2014-12-18 Kevin EnderbyAdd printing the LC_LINKER_OPTION load command with...
2014-12-18 Alexey Samsonov[dsymutil] Fix missing member initializer.
2014-12-17 Rafael EspindolaRemove unused includes and out of date comment. NFC.
2014-12-17 Duncan P. N. Exon... llvm-lto: Add testing coverage for local contexts
2014-12-17 Kevin EnderbyAdd printing the LC_ENCRYPTION_INFO_64 load command...
2014-12-16 Kevin EnderbyAdd printing the LC_ENCRYPTION_INFO load command with...
2014-12-16 Kevin EnderbyFix a bug in llvm-objdump’s -private-headers for the...
2014-12-16 Kevin EnderbyFix another use of PRIx32 that should have been PRIx64.
2014-12-16 Frederic Riss[dsymutil] Pass the verbosity flag down to the processi...
2014-12-16 Frederic Riss[dsymutil] Avoid calling getStringTableData() for each...
2014-12-16 Kevin EnderbyFix the arm build bots for a test that was added. ...
2014-12-16 Kevin EnderbyFix a bug in llvm-objdump’s -private-headers for 32...
2014-12-15 Alexey BataevFix line mapping information in LLVM JIT profiling...
2014-12-13 Benjamin KramerFix Doxygen command misspellings.
2014-12-12 Frederic RissInitial dsymutil tool commit.
2014-12-12 Yaron KerenSilence gcc 4.9.1 warning 'xyz' is used uninitialized...
2014-12-12 Craig TopperPass output stream to AsLexInput instead of the whole...
2014-12-12 Craig TopperUse unique_ptr to remove an explicit delete. Change...
2014-12-12 Craig TopperUse make_unique instead of reset() and 'new'
2014-12-12 Craig TopperUse range-based for loop.
2014-12-12 Craig TopperRemove unnecessary calls to unique_ptr::get.
2014-12-12 Craig TopperRemove an unnecessary reference variable that pointed...
2014-12-12 Craig TopperUse unique_ptr operator= instead of constructor to...
2014-12-11 Duncan P. N. Exon... Bitcode: Add METADATA_NODE and METADATA_VALUE
2014-12-11 Duncan P. N. Exon... Bitcode: Add `OLD_` prefix to metadata node records
2014-12-11 Rafael EspindolaOnly seek once before writing the member offsets.
2014-12-11 Rafael Espindolallvm-ar: close input files early.
2014-12-11 Craig TopperJust use the Module unique_ptr object directly in many...
2014-12-11 Craig TopperUse unique_ptr to remove an explicit delete. Change...
2014-12-10 Rafael EspindolaSimplify the handling of aliases in the gold plugin.
2014-12-09 Rafael EspindolaReturn ErrorOr<std::unique_ptr<Archive>> form getAsArchive.
2014-12-09 Rafael EspindolaRename createIRObjectFile to just create.
2014-12-09 Chris BienemanAdding a new option to CMake to disable C++ atexit...
2014-12-09 Frederic RissRevert "Initial dsymutil tool commit."
2014-12-09 Frederic RissInitial dsymutil tool commit.
2014-12-09 Rafael EspindolaRemember the unmangled name in the plugin.
2014-12-09 Rafael EspindolaDon't lookup an object symbol name in the module.
2014-12-08 NAKAMURA Takumi[CMake] Fix installation of llvm-ranlib on multiconfig...
2014-12-05 Rafael EspindolaBe less conservative about when we build the gold plugin.
2014-12-04 Kevin EnderbyRe-add support to llvm-objdump for Mach-O universal...
2014-12-04 Jean-Daniel DupasAdd mach-o LC_RPATH support to llvm-objdump
2014-12-04 NAKAMURA TakumiIntroduce "llvm-ranlib" as a name of targets since...
2014-12-04 Rafael EspindolaFor copy, cmake needs the full path to llvm-ar.
2014-12-04 Rafael EspindolaAdd missing dependency on llvm-ar. Should hopefully...
2014-12-03 Rafael EspindolaThis reverts commit r223306 and r223277.
2014-12-03 Rafael EspindolaMake llvm-ar a real build target and install it.
2014-12-03 Kevin EnderbyAdd support to llvm-objdump for Mach-O universal files...
2014-12-03 Peter CollingbournePrologue support
2014-12-03 Lang Hames[MCJIT] Unique-ptrify the RTDyldMemoryManager member...
2014-11-29 Duncan P. N. Exon... DebugIR: Delete -debug-ir
2014-11-27 Lang Hames[MCJIT] Update CMakeLists.txt for llvm-rtdyld to add...
2014-11-27 Peter CollingbourneTeach LLVM about llgo subproject.
2014-11-26 Rui UeyamaObject/COFF: Fix off-by-one error for object having...
2014-11-26 Lang Hames[MCJIT] Reapply r222828 and r222810-r222812 with fix...
2014-11-26 Aaron BallmanReverting r222828 and r222810-r222812 as they broke...
2014-11-26 Lang Hames[MCJIT] Clean up RuntimeDyld's quirky object-ownership...
2014-11-25 Rafael Espindolagold plugin: call llvm_shutdown so that -stats works.
2014-11-25 Charlie TurnerCorrectly handle Tag_CPU_arch_profile.
next