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
*
Don't import error_category into the llvm namespace.
Rafael Espindola
2014-06-12
1
-2
/
+2
*
Don't import error_condition into the llvm namespace.
Rafael Espindola
2014-06-12
1
-3
/
+5
*
Use std::error_code instead of llvm::error_code.
Rafael Espindola
2014-06-11
1
-1
/
+1
*
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
/
+11
*
Add "-format darwin" to llvm-nm to be like darwin's nm(1) -m output.
Kevin Enderby
2014-06-05
1
-0
/
+223
*
Use an enum class.
Rafael Espindola
2014-06-03
1
-4
/
+4
*
There is no std::errc::success, remove the llvm one.
Rafael Espindola
2014-05-31
1
-1
/
+1
*
Use error_code() instead of error_code::succes()
Rafael Espindola
2014-05-31
1
-1
/
+1
*
MachO: support N_INDR aliases in assembly files.
Tim Northover
2014-05-30
1
-0
/
+3
*
[elf2yaml][ELF] Move Info field to the RelocationSection structure. This
Simon Atanasyan
2014-05-29
1
-1
/
+1
*
[YAML] Add an optional argument `EnumMask` to the `yaml::IO::bitSetCase()`.
Simon Atanasyan
2014-05-23
1
-17
/
+19
*
Update MachOObjectFile::getSymbolAddress so it returns UnknownAddressOrSize
Kevin Enderby
2014-05-20
1
-3
/
+17
*
Revert r209235 as it broke two tests:
Kevin Enderby
2014-05-20
1
-10
/
+2
*
Update MachOObjectFile::getSymbolAddress so it returns UnknownAddressOrSize
Kevin Enderby
2014-05-20
1
-2
/
+10
*
[Mips] Add more relocation types and MIPS specific e_flags constants.
Simon Atanasyan
2014-05-20
2
-0
/
+21
*
Implement MachOObjectFile::isSectionData() and MachOObjectFile::isSectionBSS
Kevin Enderby
2014-05-19
1
-6
/
+12
*
Remove last uses of OwningPtr from llvm. As far as I can tell these method ve...
Craig Topper
2014-05-18
1
-17
/
+0
*
[yaml2obj][ELF] Add an optional `Size` field to the YAML section declaration.
Simon Atanasyan
2014-05-16
1
-0
/
+9
*
[obj2yaml][ELF] Do not print empty Link and Info fields for ELF sections.
Simon Atanasyan
2014-05-15
1
-2
/
+2
*
Teach llvm-nm to know about fat archives (aka MachOUniversal files
Kevin Enderby
2014-05-14
1
-0
/
+20
*
[obj2yaml] Support ELF input format in the obj2yaml tool.
Simon Atanasyan
2014-05-14
1
-1
/
+2
*
[RuntimeDyld] Add support for MachO __jump_table and __pointers sections, and
Lang Hames
2014-05-12
1
-7
/
+15
*
[yaml2obj] Support ELF x86 relocations.
Simon Atanasyan
2014-05-07
1
-0
/
+43
*
[ELFYAML] Group ELF header falgs to target specific blocks. Handle flags
Simon Atanasyan
2014-05-03
1
-36
/
+45
*
[ELFYAML] Add more SHT_xxx flags to the YAML section type mapping.
Simon Atanasyan
2014-05-03
1
-0
/
+17
*
ELFObjectWriter: deduplicate suffices in strtab
Hans Wennborg
2014-04-30
2
-0
/
+52
*
raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...
Benjamin Kramer
2014-04-29
1
-0
/
+1
*
[yaml2obj][ELF] Remove unnecessary space between namespace name and
Simon Atanasyan
2014-04-23
1
-1
/
+1
*
[yaml2obj][ELF] Add a virtual destructor to the ELFYAML::Section class
Simon Atanasyan
2014-04-23
1
-0
/
+3
*
Convert getFileOffset to getOffset and move it to its only user.
Rafael Espindola
2014-04-21
1
-7
/
+0
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
5
-19
/
+21
*
[yaml2obj][ELF] ELF Relocations Support.
Simon Atanasyan
2014-04-11
1
-3
/
+256
*
LLVMBuild.txt: Add missing dependencies.
NAKAMURA Takumi
2014-04-10
1
-1
/
+1
*
LLVMBuild.txt: Reformat.
NAKAMURA Takumi
2014-04-10
1
-1
/
+1
*
obj2yaml: Don't crash if the characteristics field is zero
David Majnemer
2014-04-09
1
-0
/
+1
*
Object: add type names for ARM/COFF relocations
Saleem Abdulrasool
2014-04-09
1
-0
/
+21
*
obj2yaml: Use the correct relocation type for different machine types
David Majnemer
2014-04-07
1
-8
/
+24
*
Add an assert that this is only used with .o files.
Rafael Espindola
2014-04-04
1
-2
/
+4
*
Implement getRelocationAddress for MachO and ET_REL elf files.
Rafael Espindola
2014-04-03
1
-1
/
+9
*
Implement macho relocation iterators with section number + relocation number.
Rafael Espindola
2014-04-03
1
-22
/
+20
*
Fix llvm-objdump crash.
Rafael Espindola
2014-04-03
1
-4
/
+4
*
Remove section_rel_empty. Just compare begin() and end() instead.
Rafael Espindola
2014-04-03
2
-15
/
+0
*
Implement get getSymbolFileOffset with getSymbolAddress.
Rafael Espindola
2014-04-03
2
-39
/
+0
*
Remove getSymbolValue.
Rafael Espindola
2014-04-03
2
-10
/
+0
*
Revert "Fix a nomenclature error in llvm-nm."
Rafael Espindola
2014-04-03
2
-11
/
+3
*
Fix a nomenclature error in llvm-nm.
Rafael Espindola
2014-04-02
2
-3
/
+11
*
[yaml2obj] Add support for ELF e_flags.
Daniel Sanders
2014-03-31
1
-0
/
+43
*
ARM64: initial backend import
Tim Northover
2014-03-29
1
-0
/
+22
*
[RuntimeDyld] Allow processRelocationRef to process more than one relocation ...
Juergen Ributzka
2014-03-21
2
-0
/
+15
[next]