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
/
MCObjectFileInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix "not all control paths return a value" MSVC warning.
Simon Pilgrim
2018-08-01
1
-0
/
+1
*
[MC] Report fatal error for DWARF types for non-ELF object files
Jonas Devlieghere
2018-08-01
1
-2
/
+12
*
[DWARF v5] Generate range list tables into the .debug_rnglists section. No su...
Wolfgang Pieb
2018-07-12
1
-0
/
+6
*
Add Triple::isMIPS()/isMIPS32()/isMIPS64(). NFC
Alexander Richardson
2018-06-25
1
-2
/
+1
*
Recommit r335333 "[MC] - Add .stack_size sections into groups and link them w...
George Rimar
2018-06-22
1
-0
/
+21
*
Revert r335332 "[MC] - Add .stack_size sections into groups and link them wit...
George Rimar
2018-06-22
1
-21
/
+0
*
[MC] - Add .stack_size sections into groups and link them with .text
George Rimar
2018-06-22
1
-0
/
+21
*
[WebAssembly] Create section start symbols automatically for all sections
Sam Clegg
2018-05-10
1
-12
/
+14
*
[WebAssembly] Ensure all .debug_XXX section has proper symbol names
Sam Clegg
2018-05-07
1
-3
/
+6
*
[WebAssembly] MC: Create and use first class section symbols
Sam Clegg
2018-05-02
1
-6
/
+6
*
[MachO] Emit Weak ReadOnlyWithRel to ConstDataSection
Steven Wu
2018-04-10
1
-3
/
+6
*
Re-commit r329179 after fixing build&test issues
Pavel Labath
2018-04-04
1
-0
/
+10
*
Revert r329179 (and follow-up unsuccessful fix attempts 329184, 329186); it d...
Nico Weber
2018-04-04
1
-10
/
+0
*
[CodeGen] Generate DWARF v5 Accelerator Tables
Pavel Labath
2018-04-04
1
-0
/
+10
*
Allow FDE references outside the +/-2GB range supported by PC relative
Eric Christopher
2018-03-24
1
-0
/
+2
*
[DWARFv5] Emit .debug_line_str (in a non-DWO file).
Paul Robinson
2018-02-06
1
-1
/
+13
*
Reland "Emit Function IDs table for Control Flow Guard"
Adrian McCarthy
2018-01-09
1
-0
/
+5
*
Revert "Emit Function IDs table for Control Flow Guard"
Adrian McCarthy
2018-01-08
1
-5
/
+0
*
Emit Function IDs table for Control Flow Guard
Adrian McCarthy
2018-01-08
1
-0
/
+5
*
[CodeView] Teach clang to emit the .debug$H COFF section.
Zachary Turner
2017-12-13
1
-0
/
+6
*
[MC] Function stack size section.
Sean Eveson
2017-11-30
1
-0
/
+2
*
Revert r319423: [MC] Function stack size section.
Sean Eveson
2017-11-30
1
-907
/
+905
*
[MC] Function stack size section.
Sean Eveson
2017-11-30
1
-905
/
+907
*
[WebAssembly] MC: Fix crash when -g specified.
Sam Clegg
2017-10-20
1
-16
/
+16
*
[llvm-dsymutil] Add support for __swift_ast MachO DWARF section
Francis Ricci
2017-10-06
1
-0
/
+4
*
Revert "[llvm-dsymutil] Add support for __swift_ast MachO DWARF section"
Francis Ricci
2017-10-05
1
-4
/
+0
*
[llvm-dsymutil] Add support for __swift_ast MachO DWARF section
Francis Ricci
2017-10-05
1
-0
/
+4
*
Revert "[llvm-dsymutil] Add support for __swift_ast MachO DWARF section"
Francis Ricci
2017-10-05
1
-4
/
+0
*
[llvm-dsymutil] Add support for __swift_ast MachO DWARF section
Francis Ricci
2017-10-05
1
-0
/
+4
*
[WebAssembly] MC: Create wasm data segments based on MCSections
Sam Clegg
2017-09-15
1
-16
/
+16
*
[WebAssembly] Remove flags from MCSectionWasm
Sam Clegg
2017-09-12
1
-16
/
+16
*
Don't pass the code model to MC
Rafael Espindola
2017-08-02
1
-20
/
+13
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-2
/
+2
*
[DWARF] Adding support for the DWARF v5 string offsets table (consumer/reader...
Wolfgang Pieb
2017-06-06
1
-2
/
+14
*
[bpf] add relocation support
Alexei Starovoitov
2017-05-03
1
-0
/
+4
*
[MC] Set SHT_MIPS_DWARF section type for all .debug_* sections on MIPS
Simon Atanasyan
2017-03-10
1
-23
/
+32
*
[WebAssembly] Basic support for Wasm object file encoding.
Dan Gohman
2017-02-24
1
-2
/
+2
*
[WebAssembly] Add skeleton MC support for the Wasm container format
Dan Gohman
2017-02-22
1
-1
/
+27
*
[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...
Eugene Zelenko
2017-02-14
1
-0
/
+1
*
Change how we handle section symbols on ELF.
Rafael Espindola
2017-02-02
1
-15
/
+13
*
[WebAssembly] Add triple support for the new wasm object format
Dan Gohman
2017-01-17
1
-0
/
+3
*
Move code only used by codegen out of MC. NFC.
Rafael Espindola
2016-08-29
1
-40
/
+0
*
Replace a few more "fall through" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-0
/
+1
*
[mips] Set Personality and LSDA encoding for FreeBSD
Daniel Sanders
2016-08-04
1
-0
/
+8
*
[ARM] Fix Thumb text sections' flags under COFF/Windows
Renato Golin
2016-06-27
1
-2
/
+5
*
Apply most suggestions of clang-tidy's performance-unnecessary-value-param
Benjamin Kramer
2016-06-08
1
-3
/
+3
*
Don't pass a Reloc::Model to MC.
Rafael Espindola
2016-05-18
1
-19
/
+21
*
Delete deprecated function.
Rafael Espindola
2016-05-17
1
-6
/
+0
*
Add accidentally deleted "break"
Krzysztof Parzyszek
2016-04-25
1
-0
/
+1
*
ARM: put extern __thread stubs in a special section.
Tim Northover
2016-04-25
1
-0
/
+5
[next]