index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
2013-04-12
Add 179294 back, but don't use bit fields so that it works on big endian hosts.
Rafael Espindola
2013-04-11
Revert my last two commits while I debug what is wrong in a big endian host.
Rafael Espindola
2013-04-11
Print more information about relocations.
Rafael Espindola
2013-04-11
Simplify the code. No functionality change.
Rafael Espindola
2013-04-10
Template MachOObjectFile over endianness too.
Rafael Espindola
2013-04-10
Template the MachO types over endianness.
Rafael Espindola
2013-04-09
Convert MachOObjectFile to a template.
Rafael Espindola
2013-04-08
Template the MachO types over the word size.
Rafael Espindola
2013-04-08
Remove a global 'endl' variable from the other file as well.
Chandler Carruth
2013-04-08
Clean up namespaces in obj2yaml.cpp.
Chandler Carruth
2013-04-08
Cleanup the formatting of obj2yaml.cpp.
Chandler Carruth
2013-04-08
Don't define our own global 'endl' variable. While technically it had
Chandler Carruth
2013-04-07
Implement MachOObjectFile::getHeader directly.
Rafael Espindola
2013-04-07
Remove LoadCommandInfo now that we always have a pointer to the command.
Rafael Espindola
2013-04-07
Add MachOObjectFile::LoadCommandInfo.
Rafael Espindola
2013-04-07
Remove MachOObjectFile::getObject.
Rafael Espindola
2013-04-07
Remove two uses of getObject.
Rafael Espindola
2013-04-07
Remove usage of InMemoryStruct in getSymbol.
Rafael Espindola
2013-04-07
Remove a use of InMemoryStruct in llvm-readobj.
Rafael Espindola
2013-04-07
Make getObject const. Remove a const_cast.
Rafael Espindola
2013-04-07
Remove last use of InMemoryStruct in llvm-objdump.
Rafael Espindola
2013-04-07
Remove dead code.
Rafael Espindola
2013-04-07
Remove unused argument.
Rafael Espindola
2013-04-05
Move yaml2obj to tools too.
Rafael Espindola
2013-04-05
Fix include guards to match new location.
Rafael Espindola
2013-04-05
Don't fetch pointers from a InMemoryStruct.
Rafael Espindola
2013-04-05
llvm-symbolizer: correctly parse filenames given in quotes
Alexey Samsonov
2013-04-05
Move obj2yaml to tools to sort out make's dependencies.
Rafael Espindola
2013-04-04
Don't export symbols in every binary on linux.
Rafael Espindola
2013-04-03
Implements low-level object file format specific output for COFF and
Eric Christopher
2013-04-03
Don't disassemble symbols with an unknown address or size.
Eric Christopher
2013-03-29
Run the ObjCARCContract pass for LTO. <rdar://problem/13538084>
Bob Wilson
2013-03-26
Manually update the dependencies in the Makefiles. It turns out that all
Chandler Carruth
2013-03-26
Split out the IRReader header and the utility functions it provides into
Chandler Carruth
2013-03-25
[tools][llvm-readobj] print the name of the section when iterating the symbol...
Shankar Easwaran
2013-03-19
Remove stale comment
Eli Bendersky
2013-03-19
Fix for r177390: map values are pointers, use DeleteContainerSeconds() instea...
Alexey Samsonov
2013-03-19
llvm-symbolizer: flush internal caches functionality
Dmitry Vyukov
2013-03-17
Build LLVMgold.so on FreeBSD using cmake.
Rafael Espindola
2013-03-13
Make LTO codegen use a PassManager, rather than a FunctionPassManager, for the
Lang Hames
2013-02-28
Connect LLVM CMake build scripts to LLDB's CMake scripts:
Daniel Malea
2013-02-28
Add the -disable-opt option to LTO. This adds:
Bill Wendling
2013-02-27
print TLS segment
Shankar Easwaran
2013-02-26
Try to get rid of a -wunitialized warning: explicitly initialize the pointer
Eli Bendersky
2013-02-26
Fix auto_ptr is deprecated warnings
Matt Arsenault
2013-02-25
Provide workaround for PR 15130.
Andrew Kaylor
2013-02-21
[objdump] Add PT_PHDR.
Michael J. Spencer
2013-02-20
[objdump] Print the PT_INTERP and PT_DYNAMIC correcctly.
Michael J. Spencer
2013-02-20
[llvm-readobj] Add ELF .dynamic table dumping.
Michael J. Spencer
2013-02-15
clang-formatize llvm-symbolizer code
Alexey Samsonov
[prev]
[next]