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
/
obj2yaml
Commit message (
Expand
)
Author
Age
Files
Lines
*
obj2yaml, yaml2obj: Add support for COFF executables
David Majnemer
2014-11-14
1
-13
/
+72
*
[ELF][yaml2obj] Handle additional MIPS specific st_other field flags
Simon Atanasyan
2014-11-06
1
-1
/
+1
*
Add accessor to get 'visibility' part of st_other field
Simon Atanasyan
2014-11-05
1
-1
/
+1
*
Object, COFF: Cleanup symbol type code, improve binutils compatibility
David Majnemer
2014-10-31
1
-1
/
+1
*
obj2yaml, COFF: Handle long section names
David Majnemer
2014-10-10
1
-5
/
+5
*
MC: Add support for BigObj
David Majnemer
2014-09-15
1
-3
/
+5
*
Added missing LLVM_NOEXCEPT to the definition of _obj2yaml_error_category::name
Ismail Pazarbasi
2014-09-11
1
-1
/
+3
*
Object: Add support for bigobj
David Majnemer
2014-09-10
1
-38
/
+32
*
Don't own the buffer in object::Binary.
Rafael Espindola
2014-08-19
1
-2
/
+2
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
2
-4
/
+4
*
Remove some calls to std::move.
Rafael Espindola
2014-08-01
1
-2
/
+2
*
Use std::unique_ptr to make the ownership explicit.
Rafael Espindola
2014-07-31
1
-2
/
+2
*
Install the `obj2yaml` and `yaml2obj` utilities together with other LLVM tools.
Simon Atanasyan
2014-07-29
2
-4
/
+1
*
Invert the MC -> Object dependency.
Rafael Espindola
2014-07-03
2
-2
/
+2
*
Remove unused and odd code.
Rafael Espindola
2014-06-13
1
-9
/
+0
*
Remove 'using std::error_code' from tools.
Rafael Espindola
2014-06-13
3
-42
/
+41
*
Remove all uses of 'using std::error_code' from headers.
Rafael Espindola
2014-06-13
3
-3
/
+4
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
1
-0
/
+1
*
Remove system_error.h.
Rafael Espindola
2014-06-12
2
-3
/
+3
*
Replace llvm::error_code with std::error_code.
Rafael Espindola
2014-06-12
1
-4
/
+4
*
Don't import error_category into the llvm namespace.
Rafael Espindola
2014-06-12
2
-3
/
+3
*
Don't import error_condition into the llvm namespace.
Rafael Espindola
2014-06-12
1
-3
/
+4
*
Use std::error_code instead of llvm::error_code.
Rafael Espindola
2014-06-11
2
-3
/
+5
*
Use an enum class.
Rafael Espindola
2014-06-11
2
-18
/
+9
*
Mark a few functions noexcept.
Rafael Espindola
2014-06-10
1
-2
/
+2
*
[yaml2obj][obj2yaml] Support ELF symbol's visibility flags (default/hidden/pr...
Simon Atanasyan
2014-06-06
1
-0
/
+1
*
There is no std::errc::success, remove the llvm one.
Rafael Espindola
2014-05-31
1
-1
/
+1
*
[elf2yaml][ELF] Move Info field to the RelocationSection structure. This
Simon Atanasyan
2014-05-29
1
-9
/
+22
*
[yaml2obj][ELF] Add an optional `Size` field to the YAML section declaration.
Simon Atanasyan
2014-05-16
1
-0
/
+1
*
[obj2yaml] Support ELF input format in the obj2yaml tool.
Simon Atanasyan
2014-05-14
4
-1
/
+294
*
[obj2yaml] Recognize input file format using llvm::object::ObjectFile
Simon Atanasyan
2014-05-07
6
-25
/
+126
*
Object: Output .file symbols properly
David Majnemer
2014-03-20
1
-1
/
+2
*
Object: Abstract out the determination of function line symbols
David Majnemer
2014-03-20
1
-1
/
+1
*
Object: Provide a richer means of describing auxiliary symbols
David Majnemer
2014-03-19
1
-1
/
+111
*
[C++11] Change the interface of getCOFF{Section,Relocation,Symbol} to make it...
Alexey Samsonov
2014-03-18
1
-10
/
+7
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-2
/
+1
*
[C++11] Replace OwningPtr::take() with OwningPtr::release().
Ahmed Charles
2014-03-05
1
-1
/
+1
*
Change the begin and end methods in ObjectFile to match the style guide.
Rafael Espindola
2014-02-10
1
-6
/
+6
*
llvm/tools: Prune redundant target_link_libraries.
NAKAMURA Takumi
2014-01-31
1
-2
/
+0
*
Simplify the handling of iterators in ObjectFile.
Rafael Espindola
2014-01-30
1
-7
/
+3
*
[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.
NAKAMURA Takumi
2013-12-10
1
-1
/
+4
*
Remove several unused variables.
Rafael Espindola
2013-10-01
1
-1
/
+0
*
Don't link with the archive library programs that don't use it.
Rafael Espindola
2013-06-17
1
-1
/
+1
*
readobj: Dump PE/COFF optional records.
Rui Ueyama
2013-06-12
1
-1
/
+1
*
Print symbol names in relocations when dumping COFF as YAML.
Rafael Espindola
2013-06-06
1
-3
/
+5
*
Move BinaryRef to a new include/llvm/Object/YAML.h file.
Rafael Espindola
2013-06-05
1
-2
/
+2
*
Remove dead code.
Rafael Espindola
2013-06-03
2
-44
/
+0
*
Rename COFFYaml.h to COFFYAML.h for consistency.
Rafael Espindola
2013-05-31
1
-1
/
+1
*
Don't allocate temporary string for section data.
Rafael Espindola
2013-05-31
1
-18
/
+2
*
Use std::list so that we have a stable iterator.
Rafael Espindola
2013-05-21
1
-1
/
+3
[next]