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
...
*
[ELFYAML] Make the Size field for .bss section optional
Simon Atanasyan
2015-07-03
1
-1
/
+1
*
[ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml/yaml2obj tools
Simon Atanasyan
2015-07-03
1
-0
/
+10
*
Return ErrorOr from SymbolRef::getName.
Rafael Espindola
2015-07-02
4
-14
/
+15
*
Return ErrorOr from getSection.
Rafael Espindola
2015-07-01
1
-0
/
+2
*
Use ErrorOr in getRelocationAdress.
Rafael Espindola
2015-06-30
3
-10
/
+7
*
Implement containsSymbol with other lower level methods.
Rafael Espindola
2015-06-30
3
-23
/
+7
*
Don't return error_code from a function that doesn't fail.
Rafael Espindola
2015-06-30
3
-11
/
+5
*
Move function to the only file that uses it.
Rafael Espindola
2015-06-30
1
-24
/
+0
*
Don't return error_code from a function that doesn't fail.
Rafael Espindola
2015-06-30
1
-7
/
+5
*
Don't return error_code from a function that doesn't fail.
Rafael Espindola
2015-06-30
3
-18
/
+8
*
Object/COFF: Define coff_symbol_generic.
Rui Ueyama
2015-06-30
1
-6
/
+10
*
Don't return error_code from function that never fails.
Rafael Espindola
2015-06-29
3
-18
/
+6
*
[SymbolSize] Skip sorting by index, just assign by index.
Benjamin Kramer
2015-06-29
1
-7
/
+3
*
Factor out the checking of string tables.
Rafael Espindola
2015-06-29
1
-0
/
+2
*
Simplify getSymbolType.
Rafael Espindola
2015-06-26
2
-43
/
+26
*
Add an ELFSymbolRef type.
Rafael Espindola
2015-06-25
1
-2
/
+2
*
Use computeSymbolSizes in llvm-symbolize.
Rafael Espindola
2015-06-25
1
-1
/
+4
*
libObject/COFF: Add a function to get pointers to relocation entries.
Rui Ueyama
2015-06-25
1
-0
/
+10
*
Make computeSymbolSizes never fail.
Rafael Espindola
2015-06-24
3
-15
/
+45
*
Use Symbol::getValue to simplify object::computeSymbolSizes. NFC.
Rafael Espindola
2015-06-24
1
-4
/
+2
*
Add a SymbolRef::getValue.
Rafael Espindola
2015-06-24
2
-17
/
+24
*
Refactor duplicated code. NFC.
Rafael Espindola
2015-06-24
1
-27
/
+19
*
Simplify the logic, NFC.
Rafael Espindola
2015-06-24
1
-12
/
+8
*
Change how symbol sizes are handled in lib/Object.
Rafael Espindola
2015-06-24
4
-20
/
+13
*
Revert "[FaultMaps] Move FaultMapParser to Object/"
Sanjoy Das
2015-06-23
2
-62
/
+0
*
Make helper functions static. NFC.
Benjamin Kramer
2015-06-23
1
-1
/
+1
*
Simplify the Mangler interface now that DataLayout is mandatory.
Rafael Espindola
2015-06-23
1
-3
/
+1
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
3
-6
/
+6
*
Handle multiple symbols having the same address.
Rafael Espindola
2015-06-23
1
-1
/
+9
*
Extract an utility for computing symbol sizes on MachO and COFF.
Rafael Espindola
2015-06-23
2
-0
/
+89
*
[FaultMaps] Move FaultMapParser to Object/
Sanjoy Das
2015-06-23
2
-0
/
+62
*
[Object] Search for architecures by name in MachOUniversalBinary::getObjectFo...
Frederic Riss
2015-06-22
1
-16
/
+4
*
Make getRelocationSection MachO only.
Rafael Espindola
2015-06-19
1
-13
/
+0
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
3
-6
/
+6
*
Fix the build.
Rafael Espindola
2015-06-19
1
-1
/
+1
*
Improve the --expand-relocs handling of MachO.
Rafael Espindola
2015-06-18
1
-2
/
+4
*
[ArchiveWriter] Use EndianStream. No functional change intended.
Benjamin Kramer
2015-06-17
1
-9
/
+4
*
Return a unique_ptr from getLazyBitcodeModule and parseBitcodeFile. NFC.
Rafael Espindola
2015-06-16
1
-2
/
+2
*
Have MachOObjectFile::isValidArch() accept armv7
Frederic Riss
2015-06-16
1
-0
/
+1
*
Recommit r239721: Replace string GNU Triples with llvm::Triple in InitMCObjec...
Daniel Sanders
2015-06-16
1
-6
/
+6
*
modules: Add explicit dependency on intrinsics_gen
Duncan P. N. Exon Smith
2015-06-16
1
-0
/
+3
*
Revert r239721 - Replace string GNU Triples with llvm::Triple in InitMCObject...
Daniel Sanders
2015-06-15
1
-6
/
+6
*
Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC.
Daniel Sanders
2015-06-15
1
-6
/
+6
*
Don't use std::errc.
Rafael Espindola
2015-06-13
1
-1
/
+2
*
Object: Prepend __imp_ when mangling a dllimport symbol in IRObjectFile.
Peter Collingbourne
2015-06-11
1
-0
/
+3
*
Remove object_error::success and use std::error_code() instead
Rui Ueyama
2015-06-09
7
-86
/
+85
*
Fix Windows build.
Peter Collingbourne
2015-06-08
1
-0
/
+4
*
llvm-ar: Move archive writer to Object.
Peter Collingbourne
2015-06-08
2
-0
/
+339
*
[Object, ELF] Don't assert on invalid magic in createELFObjectFile.
Alexey Samsonov
2015-06-04
1
-2
/
+3
*
[Object, ELF] Don't call llvm_unreachable() from createELFObjectFile.
Alexey Samsonov
2015-06-04
1
-2
/
+2
[prev]
[next]