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
/
MCContext.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[XCOFF][AIX] Differentiate usage of label symbol and csect symbol
Jason Liu
2019-11-08
1
-2
/
+5
*
Adds support for writing the .bss section for XCOFF object files.
Sean Fertile
2019-08-20
1
-1
/
+2
*
[MC] Don't recreate a label if it's already used
Bill Wendling
2019-08-09
1
-0
/
+6
*
[llvm-mc] Add reportWarning() to MCContext
Brian Cain
2019-08-08
1
-2
/
+17
*
Stubs out TLOF for AIX and add support for common vars in assembly output.
Sean Fertile
2019-07-22
1
-1
/
+2
*
Boilerplate for producing XCOFF object files from the PowerPC backend.
Sean Fertile
2019-07-09
1
-0
/
+35
*
MCContext: Delete unused functions
Fangrui Song
2019-06-18
1
-8
/
+0
*
[AIX] Implement function descriptor on SDAG
Jason Liu
2019-06-06
1
-2
/
+2
*
[DebugInfo] Handle -main-file-name correctly for asm source.
Paul Robinson
2019-05-21
1
-4
/
+15
*
[llvm] Prevent duplicate files in debug line header in dwarf 5: another attempt
Ali Tamur
2019-04-19
1
-2
/
+3
*
NFC: Move API uses of MD5::MD5Result to Optional rather than a pointer.
Eric Christopher
2019-04-04
1
-4
/
+5
*
Revert "[llvm] Reapply "Prevent duplicate files in debug line header in dwarf...
Ali Tamur
2019-03-26
1
-3
/
+2
*
[llvm] Reapply "Prevent duplicate files in debug line header in dwarf 5."
Ali Tamur
2019-03-26
1
-2
/
+3
*
Revert "[llvm] Prevent duplicate files in debug line header in dwarf 5."
Ali Tamur
2019-03-25
1
-3
/
+2
*
[llvm] Prevent duplicate files in debug line header in dwarf 5.
Ali Tamur
2019-03-25
1
-2
/
+3
*
Add XCOFF triple object format type for AIX
Jason Liu
2019-03-12
1
-0
/
+3
*
Try to fix Windows bots after r355226.
Paul Robinson
2019-03-01
1
-1
/
+2
*
[DWARF] Make -g with empty assembler source work better.
Paul Robinson
2019-03-01
1
-0
/
+24
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Revert BTF commit series.
Eli Friedman
2018-10-12
1
-10
/
+1
*
[BPF] Add BTF generation for BPF target
Yonghong Song
2018-10-12
1
-1
/
+10
*
Fix typos. NFC
Fangrui Song
2018-09-08
1
-1
/
+1
*
Revert r340904 "[llvm-mc] - Allow to set custom flags for debug sections."
George Rimar
2018-08-29
1
-12
/
+4
*
[llvm-mc] - Allow to set custom flags for debug sections.
George Rimar
2018-08-29
1
-4
/
+12
*
[codeview] Clean up machinery for deferring .cv_loc emission
Reid Kleckner
2018-08-28
1
-5
/
+0
*
Use debug-prefix-map for AT_NAME
Jonas Devlieghere
2018-07-11
1
-11
/
+18
*
Support -fdebug-prefix-map in llvm-mc. This is useful to omit the
Paul Robinson
2018-07-10
1
-0
/
+20
*
[DWARFv5] Allow ".loc 0" to refer to the root file.
Paul Robinson
2018-06-22
1
-3
/
+5
*
[WebAssembly] MC: Add compile-twice test and fix corresponding bug
Sam Clegg
2018-05-30
1
-0
/
+1
*
[WebAssembly] Create section start symbols automatically for all sections
Sam Clegg
2018-05-10
1
-5
/
+8
*
[WebAssembly] MC: Create and use first class section symbols
Sam Clegg
2018-05-02
1
-2
/
+4
*
[codeview] Ignore .cv_loc directives at the end of a function
Reid Kleckner
2018-04-25
1
-0
/
+5
*
[DebugInfo] Support DWARF v5 source code embedding extension
Scott Linder
2018-02-23
1
-2
/
+4
*
[DWARFv5] Turn an assert into a diagnostic. Hand-coded assembler files
Paul Robinson
2018-02-22
1
-4
/
+6
*
[WebAssemlby] MC: Don't write COMDAT symbols as global imports
Sam Clegg
2018-01-11
1
-1
/
+3
*
[DWARFv5] MC support for MD5 file checksums
Paul Robinson
2018-01-09
1
-2
/
+3
*
[WebAssembly] MC: Fix crash when -g specified.
Sam Clegg
2017-10-20
1
-6
/
+4
*
[WebAssembly] Remove flags from MCSectionWasm
Sam Clegg
2017-09-12
1
-38
/
+2
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-2
/
+2
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-3
/
+3
*
Fix asm printing of associated sections.
Evgeniy Stepanov
2017-03-14
1
-7
/
+7
*
Disallow redefinition of section symbols.
Evgeniy Stepanov
2017-02-24
1
-1
/
+5
*
Initialize MCContext::InlineSrcMgr in the constructor.
Evgeniy Stepanov
2017-02-24
1
-2
/
+3
*
[WebAssembly] Add skeleton MC support for the Wasm container format
Dan Gohman
2017-02-22
1
-1
/
+79
*
[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...
Eugene Zelenko
2017-02-14
1
-15
/
+18
*
Make it possible to set SHF_LINK_ORDER explicitly.
Rafael Espindola
2017-02-09
1
-2
/
+3
*
[Assembler] Enable nicer diagnostics for inline assembly.
Sanne Wouda
2017-02-08
1
-6
/
+8
*
Revert "[Assembler] Enable nicer diagnostics for inline assembly."
Diana Picus
2017-02-08
1
-8
/
+6
*
[Assembler] Enable nicer diagnostics for inline assembly.
Sanne Wouda
2017-02-08
1
-6
/
+8
*
Change how we handle section symbols on ELF.
Rafael Espindola
2017-02-02
1
-31
/
+42
[next]