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
/
MachOObjectFile.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove else after return
David Blaikie
2016-03-28
1
-4
/
+3
*
[Support] Switch to RAII helper for error-as-out-parameter idiom.
Lang Hames
2016-03-25
1
-2
/
+2
*
[Object] Make createMachOObjectFile return Expected<...> rather than
Lang Hames
2016-03-25
1
-10
/
+7
*
[Object] Make MachOObjectFile's constructor private, provide a static create
Lang Hames
2016-03-25
1
-29
/
+26
*
[Object] Start threading Error through MachOObjectFile construction.
Lang Hames
2016-03-25
1
-92
/
+136
*
Fix a crash in running llvm-objdump -t with an invalid Mach-O file already
Kevin Enderby
2016-03-23
1
-3
/
+10
*
Rename embedded bitcode section in MachO
Steven Wu
2016-02-29
1
-0
/
+8
*
Fix the code that leads to the incorrect trigger of the report_fatal_error()
Kevin Enderby
2016-01-22
1
-7
/
+64
*
Fix MachOObjectFile::getSymbolName() to not call report_fatal_error()
Kevin Enderby
2016-01-22
1
-2
/
+1
*
Fix MachOObjectFile::getSymbolSection() to not call report_fatal_error()
Kevin Enderby
2016-01-21
1
-1
/
+1
*
Use make_range to reduce mentions of iterator type. NFC
Craig Topper
2015-12-06
1
-8
/
+4
*
[Object, MachO] Mark symbols from DATA and BSS sections as ST_Data
Kuba Brecka
2015-11-12
1
-0
/
+3
*
Fix a bug in llvm-objdump’s printing of Objective-C meta data
Kevin Enderby
2015-10-08
1
-3
/
+26
*
Prune trailing whitespaces.
NAKAMURA Takumi
2015-09-22
1
-10
/
+10
*
Untabify.
NAKAMURA Takumi
2015-09-22
1
-2
/
+1
*
Reformat blank lines.
NAKAMURA Takumi
2015-09-22
1
-3
/
+0
*
Reformat comment lines.
NAKAMURA Takumi
2015-09-22
1
-2
/
+2
*
Reformat.
NAKAMURA Takumi
2015-09-22
1
-30
/
+27
*
Use makeArrayRef or None to avoid unnecessarily mentioning the ArrayRef type ...
Craig Topper
2015-09-21
1
-12
/
+12
*
[MachO] Move trivial accessors to header.
Davide Italiano
2015-08-25
1
-18
/
+0
*
[MachO] Introduce MinVersion API.
Davide Italiano
2015-08-25
1
-0
/
+18
*
Convert getSymbolSection to return an ErrorOr.
Rafael Espindola
2015-08-07
1
-13
/
+9
*
Delete UnknownAddress. It is a perfectly valid symbol value.
Rafael Espindola
2015-07-07
1
-4
/
+1
*
Common symbols don't have a value.
Rafael Espindola
2015-07-07
1
-3
/
+2
*
Common symbols are not undefined, at least for ObjectFile.
Rafael Espindola
2015-07-07
1
-3
/
+2
*
Simplify, NFC.
Rafael Espindola
2015-07-07
1
-3
/
+2
*
Remove getRelocationAddress.
Rafael Espindola
2015-07-06
1
-9
/
+7
*
Return ErrorOr from getSymbolAddress.
Rafael Espindola
2015-07-03
1
-4
/
+2
*
Use getValue instead of getAddress in a few MachO only cases.
Rafael Espindola
2015-07-03
1
-5
/
+2
*
Return ErrorOr from SymbolRef::getName.
Rafael Espindola
2015-07-02
1
-4
/
+2
*
Use ErrorOr in getRelocationAdress.
Rafael Espindola
2015-06-30
1
-4
/
+2
*
Implement containsSymbol with other lower level methods.
Rafael Espindola
2015-06-30
1
-15
/
+0
*
Don't return error_code from a function that doesn't fail.
Rafael Espindola
2015-06-30
1
-4
/
+2
*
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
1
-10
/
+5
*
Don't return error_code from function that never fails.
Rafael Espindola
2015-06-29
1
-6
/
+3
*
Simplify getSymbolType.
Rafael Espindola
2015-06-26
1
-15
/
+7
*
Make computeSymbolSizes never fail.
Rafael Espindola
2015-06-24
1
-0
/
+10
*
Add a SymbolRef::getValue.
Rafael Espindola
2015-06-24
1
-7
/
+10
*
Refactor duplicated code. NFC.
Rafael Espindola
2015-06-24
1
-27
/
+19
*
Change how symbol sizes are handled in lib/Object.
Rafael Espindola
2015-06-24
1
-8
/
+5
*
Improve the --expand-relocs handling of MachO.
Rafael Espindola
2015-06-18
1
-2
/
+4
*
Have MachOObjectFile::isValidArch() accept armv7
Frederic Riss
2015-06-16
1
-0
/
+1
*
Remove object_error::success and use std::error_code() instead
Rui Ueyama
2015-06-09
1
-15
/
+15
*
[Object, MachO] Fixup for r239075: use union to store mach_header and mach_he...
Alexey Samsonov
2015-06-04
1
-8
/
+2
*
[Object, MachO] Don't crash on incomplete MachO segment load commands.
Alexey Samsonov
2015-06-04
1
-1
/
+4
*
[Object, MachO] Simplify load segment parsing code. NFC.
Alexey Samsonov
2015-06-04
1
-52
/
+30
*
[Object, MachO] Don't crash on invalid MachO segment load commands.
Alexey Samsonov
2015-06-04
1
-11
/
+15
*
[Object, MachO] Don't crash on invalid MachO load commands.
Alexey Samsonov
2015-06-04
1
-9
/
+23
[next]