index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
tools
/
llvm-readobj
/
MachODumper.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Implement MachODumper::printFileHeaders
Frederic Riss
2014-11-17
1
-1
/
+175
*
Remove bogus std::error_code returns form SectionRef.
Rafael Espindola
2014-10-08
1
-5
/
+2
*
Object: BSS/virtual sections don't have contents
David Majnemer
2014-09-26
1
-3
/
+8
*
Remove 'virtual' keyword from methods markedwith 'override' keyword.
Craig Topper
2014-08-30
1
-6
/
+6
*
llvm-readobj: fix MachO relocatoin printing a bit.
Tim Northover
2014-07-04
1
-6
/
+18
*
Remove 'using std::error_code' from tools.
Rafael Espindola
2014-06-13
1
-5
/
+4
*
Remove all uses of 'using std::error_code' from headers.
Rafael Espindola
2014-06-13
1
-0
/
+1
*
[C++11] Introduce ObjectFile::symbols() to use range-based loops.
Alexey Samsonov
2014-03-17
1
-27
/
+24
*
[C++11] Introduce SectionRef::relocations() to use range-based loops
Alexey Samsonov
2014-03-14
1
-19
/
+16
*
[C++11] Use ObjectFile::sections() in commandline llvm tools
Alexey Samsonov
2014-03-13
1
-41
/
+34
*
Fix warning about mismatched signs in comparison.
Rafael Espindola
2014-03-06
1
-1
/
+1
*
Fix the printing of n_type.
Rafael Espindola
2014-03-06
1
-4
/
+7
*
Use the existing N_STAB from the MachO namespace.
Rafael Espindola
2014-03-06
1
-5
/
+1
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-2
/
+2
*
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
2014-03-02
1
-6
/
+6
*
Change the begin and end methods in ObjectFile to match the style guide.
Rafael Espindola
2014-02-10
1
-14
/
+14
*
Simplify the handling of iterators in ObjectFile.
Rafael Espindola
2014-01-30
1
-23
/
+7
*
Re-sort #include lines again, prior to moving headers around.
Chandler Carruth
2014-01-13
1
-1
/
+0
*
Remove several unused variables.
Rafael Espindola
2013-10-01
1
-2
/
+0
*
Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
Charles Davis
2013-09-01
1
-33
/
+33
*
Revert "Fix the build broken by r189315." and "Move everything depending on O...
Charles Davis
2013-08-27
1
-33
/
+33
*
Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
Charles Davis
2013-08-27
1
-33
/
+33
*
Handle relocations that don't point to symbols.
Rafael Espindola
2013-06-05
1
-4
/
+3
*
Use pointers to iterate over symbols.
Rafael Espindola
2013-04-24
1
-1
/
+3
*
llvm-readobj: Do not print NULL StringRefs
Nico Rieck
2013-04-22
1
-5
/
+4
*
At Jim Grosbach's request detemplate Object/MachO.h.
Rafael Espindola
2013-04-18
1
-75
/
+58
*
Remove getters now that we can specialize structs on the host endianness.
Rafael Espindola
2013-04-15
1
-3
/
+3
*
Finish templating MachObjectFile over endianness.
Rafael Espindola
2013-04-13
1
-52
/
+80
*
Add -expand-relocs to llvm-readobj
Nico Rieck
2013-04-12
1
-12
/
+26
*
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
*
Template MachOObjectFile over endianness too.
Rafael Espindola
2013-04-10
1
-8
/
+8
*
Convert MachOObjectFile to a template.
Rafael Espindola
2013-04-09
1
-13
/
+15
*
Template the MachO types over the word size.
Rafael Espindola
2013-04-08
1
-5
/
+6
*
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
1
-1
/
+1
*
Don't fetch pointers from a InMemoryStruct.
Rafael Espindola
2013-04-05
1
-15
/
+8
*
Implements low-level object file format specific output for COFF and
Eric Christopher
2013-04-03
1
-0
/
+438
[prev]