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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Alignment] Introduce llvm::Align to MCSection
Guillaume Chatelet
2019-09-13
4
-10
/
+10
*
[Alignment] Move OffsetToAlignment to Alignment.h
Guillaume Chatelet
2019-09-12
3
-6
/
+12
*
AArch64: support arm64_32, an ILP32 slice for watchOS.
Tim Northover
2019-09-12
1
-3
/
+4
*
[ELF][MC] Set types of aliases of IFunc to STT_GNU_IFUNC
Fangrui Song
2019-09-07
1
-0
/
+15
*
[MC] Fix undefined behavior in MCInstPrinter::formatHex
Jonas Devlieghere
2019-09-06
1
-12
/
+13
*
[MC] Pass through .code16/32/64 and .syntax unified for COFF
Reid Kleckner
2019-09-03
1
-1
/
+13
*
[MC] Avoid crashes from improperly nested or wrong target .seh_handlerdata di...
Reid Kleckner
2019-08-30
2
-1
/
+7
*
[X86] Print register names in .seh_* directives
Reid Kleckner
2019-08-30
3
-176
/
+38
*
[WebAssembly] Make __attribute__((used)) not imply export.
Dan Gohman
2019-08-29
3
-5
/
+11
*
Handle local commons for XCOFF object file writing
Jason Liu
2019-08-27
2
-4
/
+13
*
[PowerPC][AIX] Adds support for writing the .data section in assembly files
Xing Xue
2019-08-25
4
-0
/
+28
*
Do a sweep of symbol internalization. NFC.
Benjamin Kramer
2019-08-23
1
-2
/
+2
*
Revert r369233.
Manoj Gupta
2019-08-23
1
-14
/
+10
*
[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
5
-17
/
+425
*
[WebAssembly][lld] Fix crash when applying relocations to debug sections
Sam Clegg
2019-08-20
1
-0
/
+1
*
[MC] Delete an overload of MCExpr::evaluateKnownAbsolute and its associated hack
Fangrui Song
2019-08-20
1
-14
/
+7
*
MCAsmMacro: add `#if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)` to some d...
Fangrui Song
2019-08-20
1
-0
/
+2
*
[WebAssembly][MC] Fix -Wunused-variable in -DLLVM_ENABLE_ASSERTIONS=off build...
Fangrui Song
2019-08-20
1
-3
/
+1
*
[WebAssembly][MC] Simplify WasmObjectWriter::recordRelocation. NFC.
Sam Clegg
2019-08-20
1
-43
/
+15
*
[MC] Simplify ELFObjectWriter::recordRelocation. NFC
Fangrui Song
2019-08-19
1
-22
/
+16
*
[MC] Delete unnecessary diagnostic: "No relocation available to represent thi...
Fangrui Song
2019-08-19
1
-15
/
+1
*
[MC] Don't emit .symver redirected symbols to the symbol table
Fangrui Song
2019-08-19
1
-10
/
+14
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
9
-15
/
+15
*
[NFC][AIX] Use assert instead of llvm_unreachable
David Tenty
2019-08-13
3
-11
/
+11
*
[MC] Don't recreate a label if it's already used
Bill Wendling
2019-08-09
2
-1
/
+9
*
[llvm-mc] Add reportWarning() to MCContext
Brian Cain
2019-08-08
1
-2
/
+17
*
Enable assembly output of local commons for AIX
David Tenty
2019-08-08
5
-3
/
+35
*
[XCOFF][MC] report_fatal_error before dereferencing NULL
Hubert Tong
2019-08-06
1
-1
/
+2
*
Changing representation of .cv_def_range directives in Codeview debug info as...
Nilanjana Basu
2019-08-05
3
-14
/
+211
*
Revert "Changing representation of .cv_def_range directives in Codeview debug...
Nilanjana Basu
2019-08-05
3
-209
/
+14
*
Changing representation of .cv_def_range directives in Codeview debug info as...
Nilanjana Basu
2019-08-05
3
-14
/
+209
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
1
-1
/
+1
*
Use MCRegister in MCRegisterInfo's interfaces
Daniel Sanders
2019-08-02
1
-9
/
+11
*
Temporarily Revert "Changing representation of cv_def_range directives in Cod...
Eric Christopher
2019-08-02
3
-209
/
+14
*
Changing representation of cv_def_range directives in Codeview debug info ass...
Nilanjana Basu
2019-08-02
3
-14
/
+209
*
Address post commit review comments on revision 366727.
Sean Fertile
2019-07-30
1
-1
/
+1
*
[MC] Delete unused MCInstPrinter::markup overload and getPrintHexStyle
Fangrui Song
2019-07-25
1
-6
/
+0
*
[MC] Add MCInstrAnalysis::evaluateMemoryOperandAddress
Seiya Nuta
2019-07-25
1
-0
/
+6
*
Stubs out TLOF for AIX and add support for common vars in assembly output.
Sean Fertile
2019-07-22
4
-4
/
+21
*
Revert "Reland [ELF] Loose a condition for relocation with a symbol"
Vlad Tsyrklevich
2019-07-22
1
-0
/
+5
*
Reland [ELF] Loose a condition for relocation with a symbol
Nikola Prica
2019-07-22
1
-5
/
+0
*
[DebugInfo] Some fields do not need relocations even relax is enabled.
Hsiangkai Wang
2019-07-19
1
-2
/
+19
*
[DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame.
Hsiangkai Wang
2019-07-19
3
-17
/
+63
*
Revert "[DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame."
Hsiangkai Wang
2019-07-18
3
-63
/
+17
*
[DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame.
Hsiangkai Wang
2019-07-18
3
-17
/
+63
*
Changes to display code view debug info type records in hex format
Nilanjana Basu
2019-07-17
2
-5
/
+17
*
[WebAssembly] Assembler: recognize .init_array as data section.
Wouter van Oortmerssen
2019-07-15
1
-0
/
+3
[next]