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
/
lib
/
Object
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make ObjectFile ownership of the MemoryBuffer optional.
Rafael Espindola
2014-01-24
5
-36
/
+50
*
Pass the computed magic to createBinary and createObjectFile if available.
Rafael Espindola
2014-01-22
2
-12
/
+14
*
Change createObjectFile to return an ErrorOr.
Rafael Espindola
2014-01-22
2
-15
/
+13
*
Be a bit more consistent about using ErrorOr when constructing Binary objects.
Rafael Espindola
2014-01-21
7
-75
/
+74
*
Rename these methods to match the style guide.
Rafael Espindola
2014-01-21
1
-15
/
+15
*
80-column.
Rui Ueyama
2014-01-17
1
-3
/
+6
*
llvm-objdump/COFF: Print ordinal base number.
Rui Ueyama
2014-01-17
1
-0
/
+6
*
llvm-objdump/COFF: Print DLL name in the export table header.
Rui Ueyama
2014-01-16
1
-1
/
+11
*
Use static instead of anonymous namespace.
Rui Ueyama
2014-01-16
1
-8
/
+4
*
Reduce nesting.
Rui Ueyama
2014-01-16
1
-13
/
+11
*
Use the current local variable naming style.
Rui Ueyama
2014-01-16
1
-244
/
+242
*
llmv-objdump/COFF: Print export table contents.
Rui Ueyama
2014-01-16
1
-3
/
+95
*
Don't use DataRefImpl to implement ImportDirectoryEntryRef.
Rui Ueyama
2014-01-16
1
-37
/
+17
*
Return an ErrorOr<Binary *> from createBinary.
Rafael Espindola
2014-01-15
2
-34
/
+29
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
3
-3
/
+2
*
Support for microMIPS TLS relocations.
Zoran Jovanovic
2013-12-19
1
-0
/
+2
*
Fix a pair of array index checks.
Eric Christopher
2013-12-06
1
-2
/
+5
*
Path: Recognize COFF import library file magic.
Rui Ueyama
2013-11-15
2
-0
/
+2
*
Readobj: If NumbersOfSections is 0xffff, it's an COFF import library.
Rui Ueyama
2013-11-15
1
-4
/
+7
*
Support for microMIPS branch instructions.
Zoran Jovanovic
2013-11-04
1
-0
/
+1
*
move getSymbolNMTypeChar to the one program that needs it: nm.
Rafael Espindola
2013-11-02
2
-105
/
+0
*
Convert another use of getSymbolNMTypeChar.
Rafael Espindola
2013-11-02
1
-5
/
+9
*
Avoid some getSymbolNMTypeChar uses in COFFObjectFile.cpp itself.
Rafael Espindola
2013-11-02
1
-12
/
+6
*
Revert "Don't use getSymbolNMTypeChar for implementing COFFObjectFile::getSym...
Rafael Espindola
2013-11-02
1
-2
/
+4
*
Don't use getSymbolNMTypeChar for implementing COFFObjectFile::getSymbolFileO...
Rafael Espindola
2013-11-02
1
-4
/
+2
*
Fix llvm-nm to mach OS X's nm on some tests.
Rafael Espindola
2013-11-02
1
-6
/
+17
*
Support for microMIPS jump instructions
Zoran Jovanovic
2013-10-29
1
-0
/
+1
*
Support for microMIPS relocations 1.
Zoran Jovanovic
2013-10-23
1
-0
/
+11
*
Path: Recognize Windows compiled resource file.
Rui Ueyama
2013-10-15
2
-1
/
+3
*
Add missing #include's to cctype when using isdigit/alpha/etc.
Will Dietz
2013-10-12
2
-0
/
+2
*
Object/COFF: Rename getXXX{Begin,End} -> xxx_{begin,end}.
Rui Ueyama
2013-09-27
2
-10
/
+10
*
Re-submit r191472 with a fix for big endian.
Rui Ueyama
2013-09-27
1
-30
/
+166
*
Revert "llvm-objdump: Dump COFF import table if -private-headers option is gi...
Rui Ueyama
2013-09-27
1
-166
/
+30
*
llvm-objdump: Dump COFF import table if -private-headers option is given.
Rui Ueyama
2013-09-27
1
-30
/
+166
*
ELF: Add support for the exclude section bit for gas compat.
Benjamin Kramer
2013-09-15
1
-0
/
+1
*
Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
Charles Davis
2013-09-01
2
-395
/
+401
*
Revert "Fix the build broken by r189315." and "Move everything depending on O...
Charles Davis
2013-08-27
2
-403
/
+397
*
Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
Charles Davis
2013-08-27
2
-397
/
+403
*
Support/MachO: Add a bunch of defines.
Charles Davis
2013-08-27
1
-26
/
+26
*
Move #includes from .h to .cpp file.
Jakub Staszak
2013-08-21
1
-0
/
+2
*
Add back missing PPC relocation types.
Ulrich Weigand
2013-08-09
1
-0
/
+36
*
Add missing PPC64 relocation types.
Michael J. Spencer
2013-08-08
1
-0
/
+42
*
[Object] Split the ELF interface into 3 parts.
Michael J. Spencer
2013-08-08
3
-2
/
+625
*
initial draft of PPCMachObjectWriter.cpp
David Fang
2013-08-08
1
-3
/
+4
*
YAMLTraits.h: replace DenseMap that used a bad implementation of DenseMapInfo
Dmitri Gribenko
2013-08-07
1
-0
/
+1
*
MachObjectFile: Don't leak on error.
Benjamin Kramer
2013-08-03
1
-7
/
+9
*
Add support for the 's' operation to llvm-ar.
Rafael Espindola
2013-07-29
1
-2
/
+6
*
Remove the mblaze backend from llvm.
Rafael Espindola
2013-07-25
1
-2
/
+0
*
Delete the buffer in createObjectFile if it fails.
Rafael Espindola
2013-07-24
1
-1
/
+4
*
Typo.
Eric Christopher
2013-07-22
1
-1
/
+1
[next]