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
...
*
COFF: Consistently format the DWARF sections
David Majnemer
2015-02-22
1
-45
/
+44
*
Compute the ELF SectionKind from the flags.
Rafael Espindola
2015-01-29
1
-132
/
+66
*
Commit back the correct bits of r222760 (was r222538).
Rafael Espindola
2014-11-27
1
-0
/
+6
*
Revert "Reapply 222538 and update tests to explicitly request small code mode...
Rafael Espindola
2014-11-27
1
-11
/
+0
*
Reapply 222538 and update tests to explicitly request small code model
Joerg Sonnenberger
2014-11-25
1
-0
/
+11
*
Tidied up target triple OS detection. NFC
Simon Pilgrim
2014-11-22
1
-1
/
+1
*
Revert "Allow FDE references outside the +/-2GB range supported by PC relativ...
Duncan P. N. Exon Smith
2014-11-21
1
-11
/
+0
*
Allow FDE references outside the +/-2GB range supported by PC relative
Joerg Sonnenberger
2014-11-21
1
-0
/
+11
*
COFF: Add support for Dwarf accelerator tables.
Frederic Riss
2014-11-14
1
-0
/
+21
*
[mips64] Fix MIPS64 exception personality encoding
Petar Jovanovic
2014-11-05
1
-0
/
+2
*
MC: Support aligned COMMON symbols for COFF
David Majnemer
2014-09-21
1
-3
/
+1
*
Add support for StackMap section for ELF/Linux systems
Philip Reames
2014-08-01
1
-0
/
+6
*
Reapply "DebugInfo: Don't put fission type units in comdat sections."
David Blaikie
2014-07-25
1
-7
/
+7
*
Use the same .eh_frame encoding for 32bit PPC as on i386.
Joerg Sonnenberger
2014-07-24
1
-0
/
+1
*
AArch64: remove arm64 triple enumerator.
Tim Northover
2014-07-23
1
-7
/
+4
*
Re-apply r211399, "Generate native unwind info on Win64" with a fix to ignore...
NAKAMURA Takumi
2014-06-25
1
-5
/
+10
*
Stop producing func.eh symbols on Darwin.
Rafael Espindola
2014-06-23
1
-2
/
+0
*
MC: adjust text section flags for WoA
Saleem Abdulrasool
2014-06-22
1
-8
/
+9
*
Revert r211399, "Generate native unwind info on Win64"
NAKAMURA Takumi
2014-06-22
1
-10
/
+5
*
Use compact unwind for the iOS simulator.
Rafael Espindola
2014-06-20
1
-0
/
+5
*
Use a helper function and clang-format.
Rafael Espindola
2014-06-20
1
-6
/
+19
*
Generate native unwind info on Win64
Reid Kleckner
2014-06-20
1
-5
/
+10
*
Fix gcc warning (enumeral and non-enumeral type in conditional expression)
Patrik Hagglund
2014-06-09
1
-1
/
+2
*
MC: fix text section characteristics for WoA
Saleem Abdulrasool
2014-06-08
1
-0
/
+3
*
MC: fix ctor/dtor section for windows-itanium
Saleem Abdulrasool
2014-06-08
1
-1
/
+1
*
MC: whitespace, grouping for COFF section setup
Saleem Abdulrasool
2014-06-08
1
-26
/
+33
*
Fix MIPS exception personality encoding.
Logan Chien
2014-05-30
1
-0
/
+7
*
AArch64/ARM64: move ARM64 into AArch64's place
Tim Northover
2014-05-24
1
-4
/
+6
*
Revert "DebugInfo: Don't put fission type units in comdat sections."
David Blaikie
2014-05-21
1
-7
/
+7
*
MC: mark COFF .drectve section as REMOVE
Saleem Abdulrasool
2014-05-21
1
-1
/
+1
*
MC: Add DwarfTypesDWOSection also to MCCOFF.
NAKAMURA Takumi
2014-05-16
1
-0
/
+4
*
DebugInfo: Don't put fission type units in comdat sections.
David Blaikie
2014-05-15
1
-7
/
+3
*
Check explicitly for EHABI and just use the default settings.
Joerg Sonnenberger
2014-05-13
1
-0
/
+4
*
Remove always true argument and unused field.
Rafael Espindola
2014-05-12
1
-17
/
+3
*
Allow using normal .eh_frame based unwinding on ARM. Use the same
Joerg Sonnenberger
2014-05-07
1
-0
/
+4
*
Add missing breaks.
Joerg Sonnenberger
2014-04-30
1
-0
/
+3
*
Switch over getArch()'s result.
Joerg Sonnenberger
2014-04-30
1
-15
/
+28
*
[ARM64] Ensure arm64_be is dealt with when emitting debug info.
James Molloy
2014-04-30
1
-1
/
+2
*
MC: restore behaviour of defaulting to ELF
Saleem Abdulrasool
2014-04-27
1
-4
/
+3
*
Add WoA object file emission support
Saleem Abdulrasool
2014-04-27
1
-2
/
+4
*
AArch64/ARM64: port across stub handling for ELF C++ exceptions.
Tim Northover
2014-04-16
1
-2
/
+3
*
[C++11] More 'nullptr' conversion or in some cases just using a boolean check...
Craig Topper
2014-04-13
1
-9
/
+9
*
WinCOFF: Emit common symbols as specified in the COFF spec
David Majnemer
2014-04-08
1
-0
/
+4
*
ARM64: initial backend import
Tim Northover
2014-03-29
1
-1
/
+8
*
MC-exceptions: add support for compact-unwind without .eh_frame
Tim Northover
2014-03-29
1
-0
/
+1
*
Canonicalise Windows target triple spellings
Saleem Abdulrasool
2014-03-27
1
-2
/
+2
*
AArch64_BE Elf support for MC-JIT runtime dynamic linker
Christian Pirker
2014-03-26
1
-1
/
+2
*
DebugInfo: Add fission-related sections to COFF
David Blaikie
2014-03-26
1
-0
/
+27
*
MC: Remove superfluous section attribute flag definitions
David Majnemer
2014-03-07
1
-42
/
+42
*
Reapply "MC: simplify object file selection for Windows"
Saleem Abdulrasool
2014-03-06
1
-3
/
+2
[prev]
[next]