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
*
Untabify.
NAKAMURA Takumi
2015-09-22
1
-2
/
+2
*
Reformat blank lines.
NAKAMURA Takumi
2015-09-22
1
-1
/
+0
*
Sink COFF.h MC include into .cpp files
Reid Kleckner
2015-09-03
1
-0
/
+1
*
Revert "Centralize the information about which object format we are using."
Rafael Espindola
2015-08-14
1
-21
/
+19
*
Centralize the information about which object format we are using.
Rafael Espindola
2015-08-14
1
-19
/
+21
*
Enable StackMap Serialization for COFF
Swaroop Sridhar
2015-06-25
1
-0
/
+5
*
Recommit r239721: Replace string GNU Triples with llvm::Triple in InitMCObjec...
Daniel Sanders
2015-06-16
1
-2
/
+9
*
[CodeGen] Introduce a FAULTING_LOAD_OP pseudo-op.
Sanjoy Das
2015-06-15
1
-0
/
+6
*
Revert r239721 - Replace string GNU Triples with llvm::Triple in InitMCObject...
Daniel Sanders
2015-06-15
1
-9
/
+2
*
Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC.
Daniel Sanders
2015-06-15
1
-2
/
+9
*
MC: Clean up naming in MCObjectFileInfo.h.
Jim Grosbach
2015-06-04
1
-6
/
+6
*
[mips] Make TTypeEncoding indirect to allow .eh_frame to be read-only.
Daniel Sanders
2015-06-02
1
-3
/
+9
*
[WinCOFF] Add support for the .safeseh directive
David Majnemer
2015-05-30
1
-0
/
+3
*
Revert r238427 - [mips] Make TTypeEncoding indirect to allow .eh_frame to be ...
Daniel Sanders
2015-05-28
1
-10
/
+3
*
[mips] Make TTypeEncoding indirect to allow .eh_frame to be read-only.
Daniel Sanders
2015-05-28
1
-3
/
+10
*
Revert r238190 and r238197: [mips] Make TTypeEncoding indirect to allow .eh_f...
Daniel Sanders
2015-05-27
1
-14
/
+3
*
[mips] Make TTypeEncoding indirect to allow .eh_frame to be read-only.
Daniel Sanders
2015-05-26
1
-3
/
+14
*
Move alignment from MCSectionData to MCSection.
Rafael Espindola
2015-05-21
1
-1
/
+1
*
Respect object format choice on Darwin
Keno Fischer
2015-05-04
1
-1
/
+1
*
[Sparc] Really add sparcel architecture support.
Douglas Katzman
2015-04-29
1
-0
/
+1
*
Don't print labels that on ELF are never used.
Rafael Espindola
2015-03-11
1
-16
/
+14
*
Add missing section symbol to COFF's .debug_types.dwo.
Rafael Espindola
2015-03-10
1
-1
/
+1
*
Create symbols marking the start of a section earlier.
Rafael Espindola
2015-03-10
1
-50
/
+55
*
clang-format code that is about to change.
Rafael Espindola
2015-03-10
1
-275
/
+209
*
Remove useless .debug_macinfo section setup.
Paul Robinson
2015-03-02
1
-12
/
+0
*
COFF: Add 'IMAGE_SCN_CNT_INITIALIZED_DATA' to all DWARF sections
David Majnemer
2015-02-22
1
-0
/
+25
*
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
[next]