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
/
llvm-readobj
/
ARMWinEHPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[llvm-readobj] Fix/improve printing WinEH unwind info for linked PE images
Martin Storsjö
2019-12-11
1
-3
/
+5
*
[llvm-readobj] flush output before crash
Yuanfang Chen
2019-09-20
1
-1
/
+3
*
[Object/COFF.h] - Stop returning std::error_code in a few methods. NFCI.
George Rimar
2019-08-19
1
-4
/
+1
*
[Object] Change getSectionName() to return Expected<StringRef>
Fangrui Song
2019-05-02
1
-7
/
+7
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Support] Make error banner optional in logAllUnhandledErrors
Jonas Devlieghere
2018-11-11
1
-7
/
+7
*
[AArch64] [Windows] Misc fixes for llvm-readobj -unwind.
Eli Friedman
2018-11-02
1
-19
/
+19
*
[ARM64][Windows] Add unwind support to llvm-readobj
Sanjin Sijaric
2018-10-24
1
-36
/
+363
*
Typo fix: epilouge->epilogue. NFC.
Eric Christopher
2018-03-29
1
-1
/
+1
*
Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to ...
Kevin Enderby
2016-06-24
1
-10
/
+27
*
Thread Expected<...> up from libObject’s getType() for symbols to allow llv...
Kevin Enderby
2016-05-02
1
-5
/
+8
*
Thread Expected<...> up from libObject’s getName() for symbols to allow llv...
Kevin Enderby
2016-04-20
1
-12
/
+32
*
Fix a crash in running llvm-objdump -t with an invalid Mach-O file already
Kevin Enderby
2016-03-23
1
-1
/
+4
*
Remove uses of builtin comma operator.
Richard Trieu
2016-02-18
1
-11
/
+11
*
Convert getSymbolSection to return an ErrorOr.
Rafael Espindola
2015-08-07
1
-2
/
+3
*
Return ErrorOr from getSymbolAddress.
Rafael Espindola
2015-07-03
1
-7
/
+13
*
Return ErrorOr from SymbolRef::getName.
Rafael Espindola
2015-07-02
1
-10
/
+17
*
Don't return error_code from function that never fails.
Rafael Espindola
2015-06-29
1
-3
/
+1
*
Simplify getSymbolType.
Rafael Espindola
2015-06-26
1
-7
/
+2
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-1
/
+1
*
Remove bogus std::error_code returns form SectionRef.
Rafael Espindola
2014-10-08
1
-11
/
+3
*
Support: Delete {aligned_,}{u,}{little,big}8_t
Rui Ueyama
2014-09-11
1
-24
/
+23
*
Rephrase loop so it doesn't leave unused bools around in Release mode.
Benjamin Kramer
2014-07-01
1
-4
/
+2
*
Revert "Introduce a string_ostream string builder facilty"
Alp Toker
2014-06-26
1
-1
/
+2
*
Introduce a string_ostream string builder facilty
Alp Toker
2014-06-26
1
-2
/
+1
*
Remove all uses of 'using std::error_code' from headers.
Rafael Espindola
2014-06-13
1
-8
/
+8
*
tools: add a high level explanation for WoA EH data
Saleem Abdulrasool
2014-06-07
1
-21
/
+81
*
tools: fix parenthesis warning from GCC
Saleem Abdulrasool
2014-06-04
1
-1
/
+1
*
tools: initial implementation of WoA EH decoding
Saleem Abdulrasool
2014-06-04
1
-0
/
+686