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
...
*
Clarify getRelocationAddress x getRelocationOffset a bit.
Rafael Espindola
2013-04-25
4
-8
/
+12
*
Don't compute a std::vector<uint8_t> just to write it out a stream.
Rafael Espindola
2013-04-25
1
-83
/
+17
*
Use pointers to iterate over symbols.
Rafael Espindola
2013-04-24
1
-1
/
+3
*
Don't produce an empty llvm.compiler.used in LTO.
Rafael Espindola
2013-04-24
1
-19
/
+19
*
Fix typo.
Rafael Espindola
2013-04-23
1
-7
/
+7
*
Simplify yaml2obj a bit.
Rafael Espindola
2013-04-23
1
-105
/
+112
*
Write relocations in yaml2obj.
Rafael Espindola
2013-04-23
1
-0
/
+13
*
llvm-readobj: Dump more COFF auxiliary records
Nico Rieck
2013-04-22
1
-1
/
+6
*
llvm-readobj: Check for null section pointer
Nico Rieck
2013-04-22
1
-1
/
+1
*
llvm-readobj: Do not print NULL StringRefs
Nico Rieck
2013-04-22
3
-11
/
+10
*
Remove dead code.
Rafael Espindola
2013-04-20
1
-4
/
+0
*
These can be void.
Rafael Espindola
2013-04-20
1
-12
/
+7
*
Rename obj2yaml local namespace to avoid conflicts with llvm::yaml.
Rafael Espindola
2013-04-20
3
-7
/
+7
*
Remove local namespace yaml to avoid confusion with llvm::yaml.
Rafael Espindola
2013-04-20
1
-8
/
+6
*
Small obj2yaml cleanups.
Rafael Espindola
2013-04-20
1
-69
/
+76
*
Remove COFFYAML::Header.
Rafael Espindola
2013-04-20
1
-17
/
+38
*
Remove COFFYAML::Relocation.
Rafael Espindola
2013-04-19
1
-11
/
+19
*
Don't read one command past the end.
Rafael Espindola
2013-04-19
1
-2
/
+6
*
At Jim Grosbach's request detemplate Object/MachO.h.
Rafael Espindola
2013-04-18
4
-116
/
+82
*
Add support for subsections to the ELF assembler. Fixes PR8717.
Peter Collingbourne
2013-04-17
1
-2
/
+3
*
llvm-objdump: Don't print contents of BSS sections: it makes no sense and cra...
Alexey Samsonov
2013-04-16
1
-0
/
+8
*
Remove getters now that we can specialize structs on the host endianness.
Rafael Espindola
2013-04-15
1
-3
/
+3
*
Replace uses of the deprecated std::auto_ptr with OwningPtr.
Andy Gibbs
2013-04-15
1
-10
/
+8
*
Revert "Recommit r179497 after fixing uninitialized variable." until
Eric Christopher
2013-04-15
1
-16
/
+14
*
Recommit r179497 after fixing uninitialized variable.
Eric Christopher
2013-04-15
1
-14
/
+16
*
Revert "Remove some unused triple and data layout."
Eric Christopher
2013-04-14
1
-16
/
+13
*
If we've specified a triple on the command line then go ahead
Eric Christopher
2013-04-14
1
-13
/
+16
*
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
[prev]
[next]