index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
Finish templating MachObjectFile over endianness.
Rafael Espindola
2013-04-13
3
-70
/
+128
*
Revert broken pieces of r179373.
Benjamin Kramer
2013-04-12
1
-9
/
+10
*
Replace uses of the deprecated std::auto_ptr with OwningPtr.
Andy Gibbs
2013-04-12
8
-19
/
+18
*
Teach llvm-readobj to print ELF program headers
Nico Rieck
2013-04-12
3
-5
/
+58
*
Add -expand-relocs to llvm-readobj
Nico Rieck
2013-04-12
5
-23
/
+59
*
Add 179294 back, but don't use bit fields so that it works on big endian hosts.
Rafael Espindola
2013-04-12
1
-4
/
+12
*
Revert my last two commits while I debug what is wrong in a big endian host.
Rafael Espindola
2013-04-11
1
-12
/
+4
*
Print more information about relocations.
Rafael Espindola
2013-04-11
1
-4
/
+12
*
Simplify the code. No functionality change.
Rafael Espindola
2013-04-11
1
-17
/
+1
*
Template MachOObjectFile over endianness too.
Rafael Espindola
2013-04-10
1
-8
/
+8
*
Template the MachO types over endianness.
Rafael Espindola
2013-04-10
1
-5
/
+6
*
Convert MachOObjectFile to a template.
Rafael Espindola
2013-04-09
4
-20
/
+22
*
Template the MachO types over the word size.
Rafael Espindola
2013-04-08
1
-5
/
+6
*
Remove a global 'endl' variable from the other file as well.
Chandler Carruth
2013-04-08
1
-25
/
+22
*
Clean up namespaces in obj2yaml.cpp.
Chandler Carruth
2013-04-08
1
-11
/
+12
*
Cleanup the formatting of obj2yaml.cpp.
Chandler Carruth
2013-04-08
1
-22
/
+23
*
Don't define our own global 'endl' variable. While technically it had
Chandler Carruth
2013-04-08
1
-5
/
+3
*
Implement MachOObjectFile::getHeader directly.
Rafael Espindola
2013-04-07
1
-4
/
+4
*
Remove LoadCommandInfo now that we always have a pointer to the command.
Rafael Espindola
2013-04-07
1
-3
/
+3
*
Add MachOObjectFile::LoadCommandInfo.
Rafael Espindola
2013-04-07
1
-2
/
+2
*
Remove MachOObjectFile::getObject.
Rafael Espindola
2013-04-07
1
-10
/
+8
*
Remove two uses of getObject.
Rafael Espindola
2013-04-07
1
-13
/
+2
*
Remove usage of InMemoryStruct in getSymbol.
Rafael Espindola
2013-04-07
1
-26
/
+6
*
Remove a use of InMemoryStruct in llvm-readobj.
Rafael Espindola
2013-04-07
1
-9
/
+6
*
Make getObject const. Remove a const_cast.
Rafael Espindola
2013-04-07
2
-3
/
+3
*
Remove last use of InMemoryStruct in llvm-objdump.
Rafael Espindola
2013-04-07
1
-2
/
+2
*
Remove dead code.
Rafael Espindola
2013-04-07
1
-17
/
+0
*
Remove unused argument.
Rafael Espindola
2013-04-07
1
-3
/
+1
*
Move yaml2obj to tools too.
Rafael Espindola
2013-04-05
5
-1
/
+734
*
Fix include guards to match new location.
Rafael Espindola
2013-04-05
1
-2
/
+2
*
Don't fetch pointers from a InMemoryStruct.
Rafael Espindola
2013-04-05
3
-23
/
+12
*
llvm-symbolizer: correctly parse filenames given in quotes
Alexey Samsonov
2013-04-05
1
-5
/
+18
*
Move obj2yaml to tools to sort out make's dependencies.
Rafael Espindola
2013-04-05
7
-1
/
+511
*
Don't export symbols in every binary on linux.
Rafael Espindola
2013-04-04
2
-0
/
+2
*
Implements low-level object file format specific output for COFF and
Eric Christopher
2013-04-03
15
-426
/
+3073
*
Don't disassemble symbols with an unknown address or size.
Eric Christopher
2013-04-03
1
-0
/
+1
*
Run the ObjCARCContract pass for LTO. <rdar://problem/13538084>
Bob Wilson
2013-03-29
1
-0
/
+5
*
Manually update the dependencies in the Makefiles. It turns out that all
Chandler Carruth
2013-03-26
9
-9
/
+9
*
Split out the IRReader header and the utility functions it provides into
Chandler Carruth
2013-03-26
24
-23
/
+29
*
[tools][llvm-readobj] print the name of the section when iterating the symbol...
Shankar Easwaran
2013-03-25
1
-12
/
+19
*
Remove stale comment
Eli Bendersky
2013-03-19
1
-3
/
+0
*
Fix for r177390: map values are pointers, use DeleteContainerSeconds() instea...
Alexey Samsonov
2013-03-19
1
-1
/
+2
*
llvm-symbolizer: flush internal caches functionality
Dmitry Vyukov
2013-03-19
2
-0
/
+5
*
Build LLVMgold.so on FreeBSD using cmake.
Rafael Espindola
2013-03-17
1
-1
/
+2
*
Make LTO codegen use a PassManager, rather than a FunctionPassManager, for the
Lang Hames
2013-03-13
1
-13
/
+5
*
Connect LLVM CMake build scripts to LLDB's CMake scripts:
Daniel Malea
2013-02-28
1
-0
/
+1
*
Add the -disable-opt option to LTO. This adds:
Bill Wendling
2013-02-28
1
-1
/
+7
*
print TLS segment
Shankar Easwaran
2013-02-27
1
-0
/
+3
*
Try to get rid of a -wunitialized warning: explicitly initialize the pointer
Eli Bendersky
2013-02-26
1
-1
/
+3
*
Fix auto_ptr is deprecated warnings
Matt Arsenault
2013-02-26
1
-11
/
+11
[next]