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
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
7
-13
/
+13
*
[C++11] Add overloads for externally used OwningPtr functions.
Ahmed Charles
2014-03-05
1
-7
/
+24
*
[C++11] Replace OwningPtr::take() with OwningPtr::release().
Ahmed Charles
2014-03-05
7
-10
/
+10
*
Now that it is possible, use the mangler in IRObjectFile.
Rafael Espindola
2014-02-28
1
-2
/
+14
*
Relax COFF string table check
Nico Rieck
2014-02-26
1
-2
/
+6
*
Simplify base64 routine a bit.
Rui Ueyama
2014-02-25
1
-2
/
+2
*
MC: Support COFF string tables larger than 10MB
Nico Rieck
2014-02-22
1
-2
/
+42
*
Shankar kindly pointed out that I wasn't following the coding convention prop...
Aaron Ballman
2014-02-21
1
-1
/
+1
*
Fixing the MSVC build by including a file.
Aaron Ballman
2014-02-21
1
-0
/
+1
*
Add missing include.
Rafael Espindola
2014-02-21
1
-0
/
+1
*
Add a SymbolicFile interface between Binary and ObjectFile.
Rafael Espindola
2014-02-21
9
-21
/
+239
*
cstdint is a C++11 header, LLVM provides its own version of it.
Benjamin Kramer
2014-02-20
1
-1
/
+0
*
Fix build breakage.
Rui Ueyama
2014-02-20
1
-1
/
+2
*
Object/COFF: Fix possible truncation bug.
Rui Ueyama
2014-02-20
1
-3
/
+6
*
COFFObjectFile.cpp: Appease msvc in r201760.
NAKAMURA Takumi
2014-02-20
1
-1
/
+1
*
llvm-objdump/COFF: Print SEH table addresses.
Rui Ueyama
2014-02-20
1
-3
/
+9
*
Change the begin and end methods in ObjectFile to match the style guide.
Rafael Espindola
2014-02-10
3
-28
/
+28
*
Use the information provided by getFlags to unify some code in llvm-nm.
Rafael Espindola
2014-02-05
1
-3
/
+7
*
Remove unused SF_ThreadLocal.
Rafael Espindola
2014-02-04
2
-2
/
+1
*
Simplify getSymbolFlags.
Rafael Espindola
2014-01-31
2
-12
/
+8
*
Only ELF has a dynamic symbol table. Remove it from ObjectFile.
Rafael Espindola
2014-01-30
2
-20
/
+0
*
Simplify the handling of iterators in ObjectFile.
Rafael Espindola
2014-01-30
3
-70
/
+24
*
Make createObjectFile's signature a bit less error prone.
Rafael Espindola
2014-01-29
1
-1
/
+1
*
llvm-readobj: add support for PE32+ (Windows 64 bit executable).
Rui Ueyama
2014-01-26
1
-14
/
+33
*
[Sparc] Add support for sparc relocation types in ELF object file.
Venkatraman Govindaraju
2014-01-26
1
-0
/
+92
*
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
[next]