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
/
test
/
MC
/
COFF
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reworking the test part of r241149
Gabor Ballabas
2015-07-02
2
-0
/
+13
*
Revise test to run llc and llvm-mc separately.
Andy Ayers
2015-05-28
2
-60
/
+118
*
Don't omit the constant when computing a cross-section relative relocation.
Andy Ayers
2015-05-14
1
-0
/
+97
*
Add a proper fix for pr23025.
Rafael Espindola
2015-04-17
1
-0
/
+5
*
Add a reduced testcase from pr23025.
Rafael Espindola
2015-04-17
1
-0
/
+18
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-03-13
1
-3
/
+3
*
X86: Form IMGREL relocations for LLVM Functions
David Majnemer
2015-03-06
1
-0
/
+5
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
1
-3
/
+3
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
1
-0
/
+0
*
Fix quoting of #pragma comment for MS compat, LLVM part.
Michael Kuperstein
2015-02-16
1
-3
/
+2
*
MC, COFF: Align section contents to a four byte boundary
David Majnemer
2015-02-11
1
-0
/
+6
*
MC: Calculate intra-section symbol differences correctly for COFF
David Majnemer
2015-02-09
1
-0
/
+25
*
MC: Emit COFF section flags in the "proper" order
David Majnemer
2015-02-07
5
-12
/
+12
*
Bring r226038 back.
Rafael Espindola
2015-01-19
3
-50
/
+3
*
Revert r226242 - Revert Revert Don't create new comdats in CodeGen
Timur Iskhodzhanov
2015-01-16
3
-3
/
+50
*
Revert "Revert Don't create new comdats in CodeGen"
Rafael Espindola
2015-01-16
3
-50
/
+3
*
Revert Don't create new comdats in CodeGen
Timur Iskhodzhanov
2015-01-15
3
-3
/
+50
*
Don't create new comdats in CodeGen.
Rafael Espindola
2015-01-14
3
-50
/
+3
*
[COFF] Don't try to add quotes to already quoted linker directives
Michael Kuperstein
2014-12-30
1
-1
/
+2
*
Fix Windows unwind info for functions in sections other than .text
Reid Kleckner
2014-12-22
1
-2
/
+72
*
IR: Make metadata typeless in assembly
Duncan P. N. Exon Smith
2014-12-15
1
-1
/
+1
*
IR: Canonicalize metadata formatting, NFC
Duncan P. N. Exon Smith
2014-12-11
1
-7
/
+1
*
MC, COFF: Use relocations for function references inside the section
David Majnemer
2014-11-11
1
-3
/
+4
*
MC, COFF: Make bigobj test compatible with python3
David Majnemer
2014-10-14
1
-3
/
+3
*
MC: Rewrite bigobj test in python
David Majnemer
2014-10-14
2
-326502
/
+26
*
Add a test for writing COFF BigObj
David Majnemer
2014-10-14
1
-0
/
+326502
*
Fix COFF section index relocation should be 16 bits, not 32
Timur Iskhodzhanov
2014-10-08
1
-0
/
+2
*
COFF: Don't oversize COMMON symbols when targeting BFD ld
David Majnemer
2014-10-08
1
-1
/
+8
*
MC: add support for -aligncomm GNU extension
Saleem Abdulrasool
2014-10-07
1
-0
/
+50
*
WinCOFFObjectWriter: optimize the string table for common suffices
Hans Wennborg
2014-09-29
1
-11
/
+16
*
MC: Use @IMGREL instead of @IMGREL32, which we can't parse
Reid Kleckner
2014-09-25
1
-1
/
+1
*
MC: ReadOnlyWithRel section kinds should map to rdata in COFF
David Majnemer
2014-09-22
1
-0
/
+3
*
MC: Support aligned COMMON symbols for COFF
David Majnemer
2014-09-21
2
-3
/
+15
*
Update tests which broke from r218189
David Majnemer
2014-09-20
2
-2
/
+2
*
MC: Fix MCSectionCOFF::PrintSwitchToSection
David Majnemer
2014-09-20
1
-0
/
+7
*
MC: Treat ReadOnlyWithRel and ReadOnlyWithRelLocal as ReadOnly for COFF
David Majnemer
2014-09-20
1
-0
/
+8
*
llvm-readobj: pretty-print special COFF section names
David Majnemer
2014-09-20
9
-18
/
+18
*
Object: Add support for bigobj
David Majnemer
2014-09-10
8
-14
/
+5
*
MC Win64: Put unwind info for COMDAT code into the same COMDAT group
Reid Kleckner
2014-09-04
1
-0
/
+85
*
MC: Diagnose an unexpected token in COFF .section instead of asserting
Reid Kleckner
2014-08-11
1
-0
/
+3
*
MC: Let non-temporary COFF aliases be in symtab
David Majnemer
2014-07-13
2
-9
/
+8
*
[ms-coff] Add a test for proper handling of full Windows path names in the .d...
Ehsan Akhgari
2014-07-09
1
-0
/
+2
*
Fix .seh_stackalloc 0
Reid Kleckner
2014-07-01
1
-0
/
+11
*
MC: Fix associative sections on COFF
David Majnemer
2014-06-27
1
-0
/
+17
*
Change the default input for llvm-nm to be a.out instead of standard input
Kevin Enderby
2014-06-23
1
-1
/
+1
*
Reduce verbiage of lit.local.cfg files
Alp Toker
2014-06-09
1
-2
/
+1
*
MC: prevent early DCE of empty sections
Saleem Abdulrasool
2014-06-06
10
-56
/
+73
*
Fix a few issues with comdat handling on COFF.
Rafael Espindola
2014-06-06
6
-69
/
+50
*
Revert r210298 'Correctly set the comdat symbol on COFF' as it asserts on Win...
Timur Iskhodzhanov
2014-06-06
2
-53
/
+20
*
Correctly set the comdat symbol on COFF.
Rafael Espindola
2014-06-05
2
-20
/
+53
[next]