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
/
MC
/
XCOFFObjectWriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Fixes -Wrange-loop-analysis warnings
Mark de Wever
2020-01-01
1
-1
/
+1
*
[XCOFF][AIX] Fix for missing of undefined symbols from symbol table
jasonliu
2019-12-19
1
-7
/
+7
*
[BUG-FIX][XCOFF] fixed a bug of XCOFFObjectFile.cpp when there is padding at ...
diggerlin
2019-12-10
1
-2
/
+4
*
[NFC][AIX][XCOFF] if the size of Csect is zero, the Csect do not need write a...
diggerlin
2019-12-06
1
-1
/
+2
*
[NFC][AIX][XCOFF] fixed compile warning on the strncpy.
diggerlin
2019-12-06
1
-1
/
+1
*
[XCOFF][AIX] Emit TOC entries for object file generation
jasonliu
2019-12-04
1
-0
/
+6
*
[XCOFF][AIX] Check linkage on the function, and two fixes for comments
jasonliu
2019-11-26
1
-1
/
+1
*
[AIX][XCOFF] Generate undefined symbol in symbol table for external function ...
jasonliu
2019-11-25
1
-7
/
+33
*
[XCOFF][AIX] Read-only data section object file generation
jasonliu
2019-11-22
1
-1
/
+6
*
[AIX][XCOFF] Write Function descriptors and TOC base to data section
jasonliu
2019-11-19
1
-6
/
+13
*
[XCOFF][AIX] Differentiate usage of label symbol and csect symbol
Jason Liu
2019-11-08
1
-35
/
+21
*
[PowerPC][AIX] Adds support for writing the data section in object files
jasonliu
2019-10-30
1
-1
/
+8
*
[NFCI][XCOFF][AIX] Skip empty Section during object file generation
jasonliu
2019-10-28
1
-6
/
+18
*
Try harder to fix GCC 5.3 build
Hans Wennborg
2019-10-24
1
-1
/
+1
*
Follow up on D69112, fix build break for skipping field initialization
jasonliu
2019-10-24
1
-2
/
+2
*
Speculative build fix for GCC 5.3.0
Hans Wennborg
2019-10-24
1
-1
/
+1
*
[NFC][XCOFF][AIX] Serialize object file writing for each CsectGroup
jasonliu
2019-10-24
1
-129
/
+163
*
[NFC][XCOFF][AIX] Rename ControlSections to CsectGroup
Jason Liu
2019-10-16
1
-4
/
+4
*
[XCOFF] Output object text section header and symbol entry for program code.
Digger Lin
2019-10-15
1
-77
/
+191
*
XCOFFObjectWriter - silence static analyzer dyn_cast<> null dereference warni...
Simon Pilgrim
2019-10-14
1
-1
/
+1
*
[AIX]Emit function descriptor csect in assembly
Xiangling Liao
2019-09-26
1
-0
/
+3
*
Handle local commons for XCOFF object file writing
Jason Liu
2019-08-27
1
-0
/
+7
*
[PowerPC][XCOFF][MC] Explicitly set containing csect on symbols. [NFC]
Sean Fertile
2019-08-22
1
-2
/
+1
*
Fix assert in XCOFFObjectWriter related to program code csects.
Sean Fertile
2019-08-20
1
-3
/
+1
*
Remove assert with tautological compare from XCOFFObjectWriter.
Sean Fertile
2019-08-20
1
-1
/
+0
*
Adds support for writing the .bss section for XCOFF object files.
Sean Fertile
2019-08-20
1
-9
/
+398
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-1
/
+1
*
Fix build error for VC STL, use llvm::make_unique
Reid Kleckner
2019-07-09
1
-1
/
+1
*
Boilerplate for producing XCOFF object files from the PowerPC backend.
Sean Fertile
2019-07-09
1
-0
/
+94